Всем доброго дня!
Купил комп с материнкой Gigabyte Z77-DS3H. У нее встроенный Wifi - адаптер: Intel Centrino Wireless-N 2230. Хотел поднять точку доступа. OS - Centos 6.5 x64. Поставил hostapd. Конфиг /etc/hostapd/hostapd.conf:
ctrl_interface=/var/run/hostapd
ctrl_interface_group=wheel
macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
wpa=3
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP
wpa_passphrase=12345678
driver=nl80211
interface=wlan0
hw_mode=g
channel=6
ssid=MYWIFI
# 802.11n Settings
wme_enabled=1
ieee80211n=1
ht_capab=[HT40+][SHORT-GI-40][DSSS_CCK-40]
Результат iwconfig:
# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=16 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
а это результат «lspci -nn»
04:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 2230 [8086:0887] (rev c4)
Вопрос: когда делаю запуск демона получаю вот что:
# /etc/init.d/hostapd start
[b]Starting hostapd: /etc/hostapd/hostapd.confConfiguration file: /etc/hostapd/hostapd.conf[/b]
nl80211: Failed to set interface wlan0 into AP mode
nl80211 driver initialization failed.
меня смущает строка
Starting hostapd: /etc/hostapd/hostapd.confConfiguration file: /etc/hostapd/hostapd.conf
Заранее спасибо.