DWL-120 (0x2100/0x3200) on PPC

Doug McComber <[email protected]> Tue, 2 Sep 2003 22:02:38 +0000
Newsgroups gmane.linux.drivers.atmel-wlan
Message-ID <[email protected]>
Hi,

I'm stuck. I've been able to compile the latest release and CVS versions on my
G3 iMac (Gentoo Linux/Kernel 2.4.21-ppc-r2) but haven't been able to get the
driver working.

To compile I had to:
- copy msr.h from /usr/src/linux-2.4.21-ppc-r2/include/asm-i386/msr.h to the
/atmelwlandriver/src/includes/usb directory (and change callbacks.c to include
this)
- edit config.h to include {USB_DEVICE(0x2001,0x3200)}
- comment out PCMCIA related lines in append.sh (even though I sais n to pcmcia
support during make config)

This compiles with no errors (using 503a RFMD). I then modprobe usbvnetr. lsmod
shows usbvnetr installed, and dmesg shows

	usb.c: registered new driver usbvnetr

When I plug the device in dmesg shows

	hub.c: new USB device 10:19.0-1, assigned address 2
	usb vendor/product=2001/3200

and nothing more. At this point iwconfig doesn't list the device of course.
Also, at this point I can't rmmod usbvnetr (with or without the device plugged
in). Plus pluggin the device in/out no longer gets reported via dmesg.

Thanks,
Doug