Dear all,
I'm trying to use wifi on the SK. I0'm using the kernel arago provided in the sdk with a different rootfs.
This is my /etc/network/interfaces
auto lo
iface lo inet loopback
#enable eth0:
auto eth0
iface eth0 inet dhcp
#enable wlan0
auto wlan0
iface wlan0 inet dhcp
but after reboot if I do
ifconfig wlan0 up
I get
wlan0: ERROR while getting interface flags: No such device
any ideas?
Regards