• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

MA111 und ndiswrapper

Hallo,

ich habe den ndiswrapper 1.1 erfolgreich installiert (Suse9.2, lsmod zeigt ihn an), danach die XP-Treiber für den USB-Dongle (NetGear MA111) mittels dem ndiswrapper installiert.

# ndiswrapper -l
Installed ndis drivers:
netma111 driver present

Danach in Yast eine neue Netzwerkkarte angelegt (drahtlos, Modulname "ndiswrapper"...), aber ein "ifconfig" zeigt mir nur "eth0" und "lo" an, kein wlan0.

Was muss ich noch machen?

edit: Beim booten finde ich noch folgendes, was mit ndiswrapper zu tun hat:
<4>ndiswrapper: unsupported module, tainting kernel.
<6>ndiswrapper version 1.1 loaded (preempt=no,smp=no)
<6>usbcore: registered new driver ndiswrapper
.
.
.
Setting up network interfaces:
lo
lo IP address: 127.0.0.1/8
done eth0 device: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)
eth0 configuration: eth-id-00:0a:e6:5f:0b:bc
eth0 IP address: 192.168.178.8/24
doneWaiting for mandatory devices: wlan0
19 18 16 15 14 13 12 11 10 9 8 7 6 4 3 2 1 0
wlan0 interface could not be set up

failedSetting up service network . . . . . . . . . . . . . . . .failed
<notice>exit status of (network) is (7)
Danke
 
Hallo kleiner Tipp!!

Lese dir mal das HowTo durch !!
Wenn du das Modul nicht mit bootest kann er auch keine Karte erkennen.

Gruß

linuxstevie
 
In der boot.local (etc/init.d) habe ich bereits:

modprobe ndiswrapper

stehen, oder meinst du etwas anderes?
 
Ok, hier mal ein Ausschnitt, was ich noch versucht habe:
linux:/home/heart/Download/WLAN/MA111SW/WinXP # rmmod ndiswrapper
linux:/home/heart/Download/WLAN/MA111SW/WinXP # ndiswrapper -e netma111
linux:/home/heart/Download/WLAN/MA111SW/WinXP # ndiswrapper -l
No drivers installed
linux:/home/heart/Download/WLAN/MA111SW/WinXP # lsusb
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 008: ID 0846:4230 NetGear, Inc.
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
linux:/home/heart/Download/WLAN/MA111SW/WinXP # ndiswrapper -i NETMA111.INF
Installing netma111
linux:/home/heart/Download/WLAN/MA111SW/WinXP # ndiswrapper -l
Installed ndis drivers:
netma111 driver present
linux:/home/heart/Download/WLAN/MA111SW/WinXP # ndiswrapper -d 0846:4230 netma111
Driver 'netma111' is used for '0846:4230'
linux:/home/heart/Download/WLAN/MA111SW/WinXP # modprobe ndiswrapper
linux:/home/heart/Download/WLAN/MA111SW/WinXP # iwconfig wlan0
wlan0 No such device

linux:/home/heart/Download/WLAN/MA111SW/WinXP # ndiswrapper -l
Installed ndis drivers:
netma111 driver present, hardware present
Wenn ich meinen USB-Dongle einstecke, sagt mir /var/log/messages
Code:
Jun  7 19:54:20 linux kernel: usb 3-2: new full speed USB device using address 9
Jun  7 19:54:21 linux kernel: usb 3-2: device not accepting address 9, error -71
Jun  7 19:54:21 linux kernel: usb 3-2: new full speed USB device using address 10
Jun  7 19:54:26 linux kernel: usb 3-2: control timeout on ep0in
Jun  7 19:54:26 linux kernel: ndiswrapper (usb_submit_nt_urb:594): usb_get_descriptor() = -110
Jun  7 19:54:26 linux kernel: ndiswrapper (NdisWriteErrorLogEntry:273): log: C000138B, count: 0 (c14d3960), return address: e13be6ec, entry: e13be773 offset: 4294967161
Jun  7 19:54:26 linux kernel: ndiswrapper (ndiswrapper_add_one_usb_dev:312): Windows driver couldn't initialize the device (C0010006)
Jun  7 19:54:26 linux kernel: ndiswrapper: probe of 3-2:1.0 failed with error -22
Weitere Ideen?
 
Oben