Escribo iw list
y estos son los modos compatibles:
Supported interface modes:
* IBSS
* managed
Cuando ejecuto hostapd hostapd.conf obtengo esto:
Failed to create interface mon.wlan0: -95 (Operation not supported)
Could not set channel for kernel driver
wlan0: Unable to setup interface.
Could not connect to kernel driver.
También he intentado este otro camino:
airmon-ng start wlan0
airbase-ng -e FreeWifi -c 11 -v wlan0
Con este resultado:
ioctl(SIOCSIWMODE) failed: Operation not supported
ARP linktype is set to 1 (Ethernet) - expected ARPHRD_IEEE80211,
ARPHRD_IEEE80211_FULL or ARPHRD_IEEE80211_PRISM instead. Make
sure RFMON is enabled: run 'airmon-ng start wlan0 <#>'
Sysfs injection support was not found either.
En caso de que la ayuda para la solución de problemas de mi tarjeta sea esta:
lspci | grep -i net
00:19.0 Ethernet controller: Intel Corporation 82566DM-2 Gigabit Network Connection (rev 02)
01:00.0 Network controller: Broadcom Corporation BCM4321 802.11a/b/g/n (rev 03)
Muchas gracias