I can’t make linux see my Fritz!WLAN USB N2.4 stick.
This happens both on OpenSuSE 11.1 64 bit, kernel 2.6.27.29-0.1-default
and
Fedora 11, kernel 2.6.30.8-64.fc11.x86_64
When plugging the stick in a usb port, this message is shown in /var/log/messages:
Oct 18 21:53:48 localhost kernel: usb 2-2: new high speed USB device using ehci_hcd and address 4
Oct 18 21:53:48 localhost kernel: usb 2-2: New USB device found, idVendor=057c, idProduct=84ff
Oct 18 21:53:48 localhost kernel: usb 2-2: New USB device strings: Mfr=16, Product=32, SerialNumber=48
Oct 18 21:53:48 localhost kernel: usb 2-2: Product: FRITZ!WLAN USB Stick N 2.4
Oct 18 21:53:48 localhost kernel: usb 2-2: Manufacturer: AVM Berlin
Oct 18 21:53:48 localhost kernel: usb 2-2: SerialNumber: 001F3F092D40
Oct 18 21:53:48 localhost kernel: usb 2-2: configuration #1 chosen from 1 choice
Oct 18 21:53:48 localhost kernel: scsi8 : SCSI emulation for USB Mass Storage devices
Oct 18 21:53:53 localhost kernel: scsi 8:0:0:0: CD-ROM FRITZ! WLAN selfinstall 1.00 PQ: 0 ANSI: 0 CCS
Oct 18 21:53:53 localhost kernel: sr1: scsi3-mmc drive: 52x/52x cd/rw xa/form2 cdda tray
Oct 18 21:53:53 localhost kernel: sr 8:0:0:0: Attached scsi generic sg7 type 5
I installed ndiswrapper 1.55 manually with:
make uninstall
make
make install
Drivers I got from WindowsXP, both for 32 and 64bit.
The commands:
ndiswrapper -i fwlan64.inf
mdiswrapper -l
gave:
fwlan64 : driver installed
But the hardware is not mentioned.
Replacing it with the 32bit driver by giving:
nidswrapper -r fwlan64
ndiswrapper -i fwlan.inf
mdiswrapper -l
gave:
fwlan : driver installed
Still no hardware seen.
So I can’t get on.
Has anyone experienced this before?