This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to make wifi work in panda board?

Hello,

I compiled kernel from linux-linaro-3.1.

1. insmod wl12xx.ko and wl12xx_sdio.ko

root@panda:/root> lsmod
Module                  Size  Used by
wl12xx_sdio             3925  0
wl12xx                121651  1 wl12xx_sdio

2. related firmware is also exist in rootfs.

root@panda:/root> ls /lib/firmware/ti-connectivity/
TIInit_7.2.31.bts  wl1271-nvs.bin       wl128x-fw-3.bin      wl128x-nvs.bin
wl1271-fw-2.bin    wl127x-fw-3.bin      wl128x-fw-ap.bin     wl12xx-nvs.bin
wl1271-fw-ap.bin   wl127x-fw-plt-3.bin  wl128x-fw-plt-3.bin
wl1271-fw.bin      wl127x-nvs.bin       wl128x-fw.bin

However wifi is still unavailable, and iwconfig shows nothing.

root@panda:/root> iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

Did I miss something about wifi? Thanks for your advice in advance!

Best Regards,

Gary