RedHat 9 system doesn't recognize Netgear MA101

Joseph Zitt <[email protected]> 23 Nov 2003 21:55:42 -0800
Newsgroups gmane.linux.drivers.atmel-wlan
Message-ID <[email protected]>
I'm trying to get my RedHat 9 system working with a Netgear MA101 (Rev
B). I've compiled the atmelwlandriver as described in the "Netgear MA101
and RedHat 8.0 HOWTO", trying the config.h file both as described in
that and as described in a later conversation on the list with the
following settings:
 
#define RFMD_DEVICES { \
 {USB_DEVICE(0x069a,0x0321)}, /* Dynalink/Askey WLL013, Compex WLU11A
(?) */ \
 {USB_DEVICE(0x0d5c,0xa002)}, /* Belkin F5D6050 USB adapter */ \
 {USB_DEVICE(0x077b,0x2219)}, /* Linksys WUSB11 V2.6 adapter */ \
 {USB_DEVICE(VNetVID,VNetPID_RFMD)}, /* Atmel's id */ \
 {USB_DEVICE(0x0864,0x4102)}, /* Netgear MA101 Rev. B */ \
 {USB_DEVICE(0,0)}} /* end marker */

My .config from building it is as follows:

[[email protected] atmelwlandriver]# more .config
CONFIG_PCI=
 
#PCMCIA Drivers
CONFIG_PCMCIA=n
CONFIG_PCMCIA_502A=n
CONFIG_PCMCIA_3COM=n
CONFIG_PCMCIA_502AD=n
CONFIG_PCMCIA_502AE=n
CONFIG_PCMCIA_504=n
CONFIG_PCI_506=n
 
#USB Drivers
CONFIG_USB=y
CONFIG_USB_503A_RFMD=y
CONFIG_USB_505=
CONFIG_USB_505_2958=
 
#Applications Configuration
CONFIG_APPS=
CONFIG_CMD_LINE=n
CONFIG_Winter=n
CONFIG_XAPP=n
                                                                                DEBUG=
CONFIG_MODVERSIONS=
# runtime variables. Generated by setup.sh
KERNEL_SRC = /lib/modules/2.4.22-6.ll.rh90/build
HAS_FORMS = n
PCMCIA_CONFIG = /etc/pcmcia
PCMCIA_SRC = PCMCIA was not configured
PCI_DES = /lib/modules/2.4.22-6.ll.rh90/kernel/drivers/net
PCMCIA_DES = /lib/modules/2.4.22-6.ll.rh90/pcmcia
USB_DES = /lib/modules/2.4.22-6.ll.rh90/kernel/drivers/usb
USB_CONFIG = /etc/hotplug
MAN_PATH = /usr/share/man/man1
 
[[email protected] atmelwlandriver]#

After doing the "make clean all install", apparently successfully, and
the "modprobe usbvnetr", the system still doesn't recognize the device
when I plug it in:

Nov 23 21:44:19 aleph kernel: hub.c: new USB device 00:07.2-1.4,
assigned address 5
Nov 23 21:44:19 aleph kernel: usb vendor/product=864/4102
Nov 23 21:44:21 aleph kernel: vnet_kernel.c: Reseting Usb Device
Nov 23 21:44:21 aleph kernel:
Nov 23 21:44:21 aleph kernel: vnet_kernel.c: Reset completed.
Nov 23 21:44:21 aleph kernel: usb.c: unable to get descriptor
Nov 23 21:44:21 aleph kernel: vnet_kernel.c: Get configuration failed
Nov 23 21:44:21 aleph kernel: vnet.c: Device Reset failed
Nov 23 21:44:21 aleph kernel: vnetusba.c: device initialization failed
Nov 23 21:44:21 aleph kernel: usb.c: USB device 5 (vend/prod
0x864/0x4102) is not claimed by any active driver.
Nov 23 21:44:25 aleph /etc/hotplug/usb.agent: ... no modules for USB
product 864/4102/100


Is there something else that I should be setting?

Thanks for any advice