So, i setup a uboot/kernel/rootfs with :
- invalidate all Bluetooth & Eth1
Then, updated with them.
I have got
Starting network.
Starting bluetooth services.
/etc/init.d/rcS: FAILED (variant 0x07 does not support bluetooth)
ath6kl: temporary war to avoid sdio crc error
Starting dropbear sshd: OK
ifconfig gave me : eth0 & wlan0 available.
Is it normal to get a bluetooth failed even with no bluetooth asked ?
=================================
After that, in our user software i need to create wifi AP using wpa-supplicant. Up to now, i used cfg80211 driver and got no problem.
Then , i tried to add “cfg80211” driver.
So, i checked the cfg80211 checkbox and wireless lan (as i did with my old ccard). I got a lot of warnings during the make process and as result on linux console :
Starting network.
Starting bluetooth services.
/etc/init.d/rcS: FAILED (variant 0x07 does not support bluetooth)
modprobe: can’t load module ath6kl_sdio (extra/ath6kl_sdio.ko): Invalid argument
Loading ath6kl_sdio module: [FAILED]
ifconfig: SIOCGIFFLAGS: No such device
Starting dropbear sshd: OK
ifconfig gave me : eth0 but no wlan0 available.
=================================
Could you tell me, please :
- if i have to use cfg80211 to set an AP with wpa-supplicant ?
- and, if yes, how to configure correctly it ?
Thank you very much Leonid