Encountering this error when any config changes are made to adapter1 when its initially set to 2.4 Ghz. eg: - rf test mode off, band is changed from 2.4 Hz to 5 GHz
[ 246.913036] Driver version = PCIE9098--17.68.1.p136.54-MXM5X17366.p30-GPL-(FP68)
[ 246.920656] main_state = 4
[ 246.923499] ioctl_pending = 1
[ 246.926598] tx_pending = 0
[ 246.929441] wmm_tx_pending[0] = 0
[ 246.932886] wmm_tx_pending[1] = 0
[ 246.936334] wmm_tx_pending[2] = 0
[ 246.939783] wmm_tx_pending[3] = 0
[ 246.943230] rx_pending = 0
[ 246.946072] lock_count = 97
[ 246.948999] malloc_count = 52
[ 246.952101] mbufalloc_count = 136
[ 246.955551] malloc_cons_count = 4
[ 246.958998] hs_skip_count = 0
[ 246.962101] hs_force_count = 0
[ 246.965287] Media state = "Disconnected"
[ 246.969345] carrier off
[ 246.971926] tx queue 0: stopped
[ 246.975200] tx queue 1: stopped
[ 246.978473] tx queue 2: stopped
[ 246.981749] tx queue 3: stopped
[ 246.985022] wlp6s0f1: num_tx_timeout = 0
[ 246.989081] muap0: num_tx_timeout = 0
[ 246.992878] muap1: num_tx_timeout = 0
[ 246.996676] mwfd0: num_tx_timeout = 0
[ 247.000469] Start to process hanging
[ 247.004191] IOCTL failed: 000000000e78de93 id=0x200000, sub_id=0x200075 action=1, status_code=0x80000007
[ 247.013833] Send event_hang(0x0) vendor event
[ 247.013837] woal_cfg80211_driver_hang_event: Send event_hang with reload mode: 6
[ 247.013836] RF test mode cmd error
Steps to modify contents of adapter 1 config file -
/proc/wlan0/adapter0/config
echo "rf_test_mode=1" >> /proc/mwlan/adapter0/config
2. to set the radio 0 in power down mode, and radio 1 in 2.4 GHz band with 2x2 mode (Path A+B)
echo "radio_mode=0 9" >> /proc/mwlan/adapter0/config
3. Set TX antenna mode (path A+B)
echo "tx_antenna=3" >> /proc/mwlan/adapter0/config
4. Set 20 MHz bandwidth
echo "bw=0" >> /proc/mwlan/adapter0/config
5. Set RF channel 1
echo "channel=1" >> /proc/mwlan/adapter0/config
6. Set TX power to 8 dBm, MCS modulation and TX signal path A+B
echo "tx_power=8 2 2" >> /proc/mwlan/adapter0/config
7. Start TX with continuous packet mode at HE SS1 MCS8 rate with a 0xAAA pattern
echo "tx_continuous=1 0 0xAAA 0 3 0x2108" >> /proc/mwlan/adapter0/config
8. Stop TX
echo "tx_continuous=0" >> /proc/mwlan/adapter0/config
9.Disable the RF test mode
echo "rf_test_mode=0" >> /proc/mwlan/adapter0/config
Hi Shaun,
Thanks for the reply.
Could you suggest full PCIE9098 Driver/Firmware package name to have FP92 Driver.
Regards,
Kalpesh
Hi @shaun_wu,
Even if we use latest package PCIE-WLAN-UART-BT-9098-U16-X86-17.68.1.p149.50-17.26.1.p149.50-MXM5X17405_P40_V0V1-MGPL.zip available from
It's reporting (FP68) only as shown below Linux boot-log,
[ 11.381307] wlan: version = PCIE9098--17.68.1.p149.50-MXM5X17405.p40-GPL-(FP68)
[ 11.388922] wlan_pcie 0000:06:00.1: enabling device (0140 -> 0142)
[ 11.395422] PCI memory map Virt0: 00000000be9a0a95 PCI memory map Virt2: 00000000e76cbecf
[ 11.403750] Attach moal handle ops, card interface type: 0x206
[ 11.409723] rps set to 0 from module param
[ 11.413958] PCIE9098: init module param from usr cfg
Could you please suggest which PCIE9098 Driver or Firmware version should we use to have FP92.
Thanks,
Kalpesh
Hello @kbpanchal005
Please find following guide: https://www.nxp.com/webapp/Download?colCode=UM11675
Best Regards
Shaun