# cat /etc/hostapd/hostapd.conf
driver=nl80211
interface=wlan0
ssid=petuh
channel=11
macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
# cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto eth0
allow-hotplug-eth0
auto wlan0
# configuring manual IP
iface eth0 inet static
address 192.168.0.200
netmask 255.255.0.0
gateway 192.168.0.50
iface wlan0 inet static
address 200.200.200.200
netmask 255.255.255.0
# hostapd -B /etc/hostapd/hostapd.conf
Configuration file: /etc/hostapd/hostapd.conf
Failed to create interface mon.wlan0: -95 (Operation not supported)
Using interface wlan0 with hwaddr 00:22:f4:f2:f9:0c and ssid 'petuh'
не могу поднять точку доступа, что я делаю не так?