我按照
http://tinyurl.com/oo3yxwz
想設定我的EPC,我先用CentOS 6.7 32bit LiveDVD啟動,用YUM安裝epel和hostapd
後照網頁設定
[root@livedvd ~]# lspci -k | grep -A 3 -i "network"
01:00.0 Ethernet controller: Qualcomm Atheros AR242x / AR542x Wireless
Network Adapter (PCI-Express) (rev 01)
Subsystem: AzureWave AW-GE780 802.11bg Wireless Mini PCIe Card
Kernel driver in use: ath5k
Kernel modules: ath5k
[root@livedvd ~]# modinfo ath5k | grep 'depend'
depends: mac80211,cfg80211,ath
/etc/hostapd/hostapd.conf內容如下,
driver=nl80211
interface=wlan0
channel=1
ssid=test
我按照網頁啟動
hostapd /etc/hostapd/hostapd.conf
卻得到
nl80211: Could not add multicast membership for scan events: -2 (No such file
or directory)
Failed to initialize driver 'nl80211'
我有GOOGLE,但是看不懂,還有人說要重新compile?請問這個問題要如何解決?
--
起初,他們追殺共產主義者,我沒有說話,因為我不是共產主義者;
接著,他們追殺猶太人,我沒有說話,因為我不是猶太人;
後來,他們追殺工會成員,我沒有說話,因為我不是工會成員;
此後,他們追殺天主教徒,我沒有說話,因為我是新教教徒;
最後,他們奔我而來,卻再也沒有人站起來為我說話了。
《First They Came(他們首次來時)》,Martin Niemoller牧師(1892-1984)
--
http://tinyurl.com/oo3yxwz
想設定我的EPC,我先用CentOS 6.7 32bit LiveDVD啟動,用YUM安裝epel和hostapd
後照網頁設定
[root@livedvd ~]# lspci -k | grep -A 3 -i "network"
01:00.0 Ethernet controller: Qualcomm Atheros AR242x / AR542x Wireless
Network Adapter (PCI-Express) (rev 01)
Subsystem: AzureWave AW-GE780 802.11bg Wireless Mini PCIe Card
Kernel driver in use: ath5k
Kernel modules: ath5k
[root@livedvd ~]# modinfo ath5k | grep 'depend'
depends: mac80211,cfg80211,ath
/etc/hostapd/hostapd.conf內容如下,
driver=nl80211
interface=wlan0
channel=1
ssid=test
我按照網頁啟動
hostapd /etc/hostapd/hostapd.conf
卻得到
nl80211: Could not add multicast membership for scan events: -2 (No such file
or directory)
Failed to initialize driver 'nl80211'
我有GOOGLE,但是看不懂,還有人說要重新compile?請問這個問題要如何解決?
--
起初,他們追殺共產主義者,我沒有說話,因為我不是共產主義者;
接著,他們追殺猶太人,我沒有說話,因為我不是猶太人;
後來,他們追殺工會成員,我沒有說話,因為我不是工會成員;
此後,他們追殺天主教徒,我沒有說話,因為我是新教教徒;
最後,他們奔我而來,卻再也沒有人站起來為我說話了。
《First They Came(他們首次來時)》,Martin Niemoller牧師(1892-1984)
--
All Comments