Hi all,
I’m trying to add the Ublox / Lesswire - WiBear11nDF1 wi-fi module in my Colibri iMX6. I having a problem with the setup of module on Linux.
I’m using Yocto fido (3.14.28). I followed the step described on link: High performance, low power Embedded Computing Systems | Toradex Developer Center
When I try to execute the command: “ifconfig wlan0 up”, I receive: " SIOCGIFFLAGS: No such device ".
“ifconfig -a” I can’t see any wifi module.
I tried too execute the command: “modprobe libertas_sdio”, the output is that the module libertas_sdio was not recognized.
To enable SDIO wifi module (SDIO_SELECT), I’m executing the following commands:
-
echo 43 > /sys/class/gpio/export
-
echo out > /sys/class/gpio/gpio43/direction
-
echo 1 > /sys/class/gpio/gpio43/value
Thanks a lot