Hello,
I successfully connected the CWME9210 via WiFi to an access point.
Now, I’m trying to turn the module itself into an access point using the hostapd daemon.
But the daemon won’t start:
[b]/data/bin # modprobe mac80211[/b]
cfg80211: Calling CRDA to update world regulatory domain
[b]/data/bin # lsmod[/b]
Module Size Used by Tainted: P
mac80211 130869 0
cfg80211 120078 1 mac80211
rsi_master 48235 0
rsi_client 197512 1 rsi_master
[b]/data/bin # ./hostapd -dd hostapd.conf[/b]
random: Trying to read entropy from /dev/random
Configuration file: hostapd.conf
ctrl_interface_group=0
Could not open file /sys/class/net/wlan0/phy80211/name: No such file or directory
rfkill: Cannot open RFKILL control device
nl80211: RFKILL status not available
netlink: Operstate: linkmode=0, operstate=6
nl80211: Set mode ifindex 2 iftype 2 (STATION)
nl80211: Failed to set interface 2 to mode 2: -19 (No such device)
nl80211: Try mode change after setting interface down
nl80211: Set mode ifindex 2 iftype 2 (STATION)
nl80211: Failed to set interface 2 to mode 2: -19 (No such device)
nl80211: Interface mode change to 2 from 0 failed
nl80211 driver initialization failed.
rmdir[ctrl_interface]: No such file or directory
[b]/data/bin #[/b]
Has anyone any idea, what I have missed?
Thanks in advance
F. Kerkhoff