I am trying to set up the Pi as an wifi access point providing internet access to all connected devices via a 3G USB Modem.
For the wifi I have a ZyDAS ZD1211B 802.11g usb dongle (Vunex Wifi Walker).
3G will be provided by: ZTE WCDMA Technologies MSM MF627/MF628/MF628+/MF636+ HSDPA/HSUPA.
My problem: hostapd is not starting, the error seems to be:
- Code: Select all
rfkill: Cannot open RFKILL control device
I cannot run rfkill by hand:
- Code: Select all
[root@alarmpi ~]# rfkill list
Can't open RFKILL control device: No such file or directory
Yes, the stick is detected:
- Code: Select all
# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bg ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
Any tipps?