chipset driver application problem.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

chipset driver application problem.

Jump to solution
1,733 Views
gbpark
Contributor I

I am trying to use 88Q9098 chipset on ls1027a board.

So, I compiled the 88Q9098 driver and applied it.

If applied, an error occurs.

I followed the procedure, but I don't know why.

Does anyone know?

[ 1672.605530] mlan: loading out-of-tree module taints kernel.
[ 1672.605538] mlan: module license 'NXP Proprietary' taints kernel.
[ 1672.605540] Disabling lock debugging due to kernel taint
[ 1690.707618] wlan: Loading MWLAN driver
[ 1690.711603] wlan_pcie 0001:01:00.0: Adding to iommu group 10
[ 1690.711760] Attach moal handle ops, card interface type: 0x206
[ 1690.717650] No module param cfg file specified
[ 1690.722246] rx_work=1 cpu_num=2
[ 1690.725472] Attach mlan adapter operations.card_type is 0x206.
[ 1690.730396] Request firmware: /home/root/wlan_src/FwImage/pcieuart9098_combo_v1.bin
[ 1690.739204] wlan_pcie 0001:01:00.0: Direct firmware load for /home/root/wlan_src/FwImage/pcieuart9098_combo_v1.bin
[ 1690.739211] wlan_pcie 0001:01:00.0: Falling back to sysfs fallback for: /home/root/wlan_src/FwImage/pcieuart9098_combo_v1.bin
[ 1690.742819] WLAN: request_firmware() failed, error code = -11
[ 1690.748606] woal_request_fw failed
[ 1690.753070] Firmware Init Failed
[ 1690.758925] Free module params
[ 1690.762114] woal_pcie_probe: failed
[ 1690.765661] wlan_pcie: probe of 0001:01:00.0 failed with error -14

 

0 Kudos
1 Solution
1,658 Views
AhmedNGaber
Contributor I

Hi @gbpark ,

It seems that the firmware image does not exist in the specified location.

[ 1690.730396] Request firmware: /home/root/wlan_src/FwImage/pcieuart9098_combo_v1.bin

make sure that this image is available and then try to probe the module again.

 

Best regards,

Ahmed Gaber

View solution in original post

0 Kudos
2 Replies
1,659 Views
AhmedNGaber
Contributor I

Hi @gbpark ,

It seems that the firmware image does not exist in the specified location.

[ 1690.730396] Request firmware: /home/root/wlan_src/FwImage/pcieuart9098_combo_v1.bin

make sure that this image is available and then try to probe the module again.

 

Best regards,

Ahmed Gaber

0 Kudos
1,649 Views
gbpark
Contributor I

thank you :-). this problem is resloved

Tags (1)
0 Kudos