Discussion:
ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
Jens Wilke
2005-10-16 20:42:16 UTC
Permalink
Hi,

i can't get a Netgear MA311 working as AP.
It works well in ad-hoc and managed mode. I can bring it into monitor
mode but not in master mode:
# iwconfig eth1 mode master
Error for wireless request "Set Mode" (8B06) :
SET failed on device eth1 ; Operation not supported.

i've the same problems with kernel 2.6.9 and 2.6.13.4,
hostap-driver is 0.3.9.

# lsmod
Module Size Used by
hostap_pci 49808 0
hostap 113768 1 hostap_pci

# hostap_diag -a eth1
Host AP driver diagnostics information for 'eth1'

ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
Could not communicate with the kernel driver.

# hostapd /usr/src/hostapd-0.3.7/hostapd.conf
Configuration file: /usr/src/hostapd-0.3.7/hostapd.conf
ioctl(SIOCGIFINDEX): No such device
hostap driver initialization failed.

# dmesg |grep hostap
hostap_crypt: registered algorithm 'NULL'
hostap_pci: 0.3.9 - 2005-06-10 (Jouni Malinen <jkmal

# dmesg |grep eth1
eth1: Hardware identity 8013:0000:0001:0000
eth1: Station identity 001f:0000:0001:0008
eth1: Firmware determined as Intersil 1.8.0
eth1: Ad-hoc demo mode supported
eth1: IEEE standard IBSS ad-hoc mode supported
eth1: WEP supported, 104-bit key
eth1: MAC address 00:09:xxxxxxxxxxxx
eth1: Station name "Prism I"
eth1: ready
eth1: New link status: Connected (0001)
eth1: Force scheduling reset!
eth1: New link status: Connected (0001)

Have you got any ideas about this?

Jens
Jouni Malinen
2005-10-16 23:10:07 UTC
Permalink
Post by Jens Wilke
i can't get a Netgear MA311 working as AP.
It works well in ad-hoc and managed mode. I can bring it into monitor
# iwconfig eth1 mode master
Host AP driver does not use eth# as the interface name by default..
Post by Jens Wilke
# dmesg |grep eth1
eth1: Hardware identity 8013:0000:0001:0000
That's not Host AP driver. It looks like you have another driver (likely
built into the kernel) which prevents Host AP driver from using that
card.
--
Jouni Malinen PGP id EFC895FA
Jar
2005-10-17 08:49:44 UTC
Permalink
Post by Jens Wilke
# dmesg |grep eth1
eth1: Hardware identity 8013:0000:0001:0000
eth1: Station identity 001f:0000:0001:0008
eth1: Firmware determined as Intersil 1.8.0
eth1: Ad-hoc demo mode supported
eth1: IEEE standard IBSS ad-hoc mode supported
eth1: WEP supported, 104-bit key
eth1: MAC address 00:09:xxxxxxxxxxxx
eth1: Station name "Prism I"
eth1: ready
eth1: New link status: Connected (0001)
eth1: Force scheduling reset!
eth1: New link status: Connected (0001)
Looks orinoco_xxx driver. Put orinoco_pci (if your card is true pci card) to
/etc/hotplug/blacklist to prevent orinoco driver loading.
--
Best Regards, Jar
Loading...