Hello NXP team,
We're encountering a consistent and reproducible crash on the Murata LBEE5XV1YM module (Marvell usb8997 chipset) during scan operations, and would appreciate your insights or access to alternate firmware/debug builds.
Environment Overview
Chipset: Marvell usb8997 (Murata LBEE5XV1YM)
Firmware: nxp/usbusb8997_combo_v4.bin
Kernel: 5.15.0-136-generic
Drivers tested:
Platform: x86_64 Ubuntu (USB host, no hub)
Issue Summary
The module crashes and resets (USB disconnect) immediately after initiating a Wi-Fi scan.
This happens:
With both minimal and full scans (e.g., iw dev ... scan freq 2412)
On both moal/mlan and mwifiex_usb stacks
Regardless of BT being disabled (fully tested)
With power management settings already adjusted (autosuspend=-1, power/control = on)
The crash only occurs when issuing a scan, otherwise the firmware boots and interfaces initialize cleanly.
Key Log Snippet
Crash immediately follows scan start:
wlan: wlx9c50d1e343a4 START SCAN
DNLD_CMD: 0x107 (scan request)
...
Card is removed: -71
usb 3-5: USB disconnect, device number X
mlan_shutdown_fw.....
Debug Steps Taken
Verified firmware loads correctly and interface comes up (wlx...)
Disabled BT (crash still occurs)
Tested both default (mwifiex) and MOAL driver stacks → same issue
Scan fails even with restricted frequency scan (scan freq 2412)
Regulatory domain forced to US (iw reg set US) → crash still occurs
Crash is always triggered during scan cmd (0x107)
drvdbg=0xffffffff set for full trace (no obvious root violation surfaced)
USB power management verified: not in autosuspend; persistent power
Ask
Could you confirm if this is a known firmware issue with usb8997_combo_v4.bin?
Is there a stable or debug version of firmware we can test (with scan stability improvements)?
Are there known workarounds or module parameter changes that can mitigate this scan crash?
Below is how i load my driver:
// load the driver
sudo insmod mlan.ko
sudo insmod moal.ko fw_name=mrvl/usbusb8997_combo_v4.bin cal_data_cfg=none cfg80211_wext=0xf drv_mode=2 drvdbg=0xffffffff
PFA:
1. driver_file.zip (which has mlan.ko and moal.ko)
2. dmesg_log.txt and detailed_dmesg_log.txt (with drvdbg=0xffffffff)
3. fw bin = usbusb8997_combo_v4.bin
We're currently aiming to identify the root cause (RC) and resolution (RCA) as soon as possible, since this issue is currently blocking our integration of the Murata LBEE5XV1YM module into our platform.
We truly appreciate your support and guidance on this — thank you in advance!
Regards,
RS