ich habe Debian 5.03 ohne Desktop in einer VMware (v6.5) installiert. Bei der Installation wurde also nur der Eintrag „Standard-System“ in der Softwareauswahl ausgewählt. Nun bekomme ich meinen WLAN-Adapter (Alfa AWUS036H / RTL8187) nicht zum laufen. Hier kurz die Installationsschritte:
Code: Alles auswählen
$ apt-get install wireless-tools
$ ifconfig wlan0 down
$ rmmod r8187 rtl8187 2>/dev/null
$ wget http://dl.aircrack-ng.org/drivers/rtl8187_linux_26.1010.zip
$ unzip rtl8187_linux_26.1010.zip
$ cd rtl8187_linux_26.1010.0622.2006/
$ wget http://patches.aircrack-ng.org/rtl8187_2.6.24v3.patch
$ tar xzf drv.tar.gz
$ tar xzf stack.tar.gz
$ patch -Np1 -i rtl8187_2.6.24v3.patch
$ make
$ make install
Code: Alles auswählen
After the udevam settle timeout, the events queue contains:
1147: /devices/pci0000:00/0000:00:11.0/0000:02:00.0/usb1/1-1/1-1:1.0
Code: Alles auswählen
Error: Driver 'rtl8187' is already registered aborting...
usbcore: error -17 registering interface driver rtl8187
Ich hoffe ihr könnt mit weiterhelfen.
Gruß
Jochen