d-link dwa 140 auf ubuntu 10.04??

alexanders

Mitglied
hallo forum

ich habe zwar in anderen foren schon einige beiträge darüber gelesen, aber bisher konnte mir kein Artikel helfen, den ubs-wlan-stick zum laufen zu bringen.. bin leider in linux (noch) nicht sehr sattelfest, daher poste ich hier mal die dinge, von denen ich denke, sie wären hilfreich..

alexander@alexander-desktop:~$ iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

alexander@alexander-desktop:~$ lspci
00:00.0 Host bridge: Intel Corporation Core Processor DMI (rev 11)
00:03.0 PCI bridge: Intel Corporation Core Processor PCI Express Root Port 1 (rev 11)
00:08.0 System peripheral: Intel Corporation Core Processor System Management Registers (rev 11)
00:08.1 System peripheral: Intel Corporation Core Processor Semaphore and Scratchpad Registers (rev 11)
00:08.2 System peripheral: Intel Corporation Core Processor System Control and Status Registers (rev 11)
00:08.3 System peripheral: Intel Corporation Core Processor Miscellaneous Registers (rev 11)
00:10.0 System peripheral: Intel Corporation Core Processor QPI Link (rev 11)
00:10.1 System peripheral: Intel Corporation Core Processor QPI Routing and Protocol Registers (rev 11)
00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05)
00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 (rev 05)
00:1c.5 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 (rev 05)
00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation 5 Series Chipset LPC Interface Controller (rev 05)
00:1f.2 IDE interface: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA IDE Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
00:1f.5 IDE interface: Intel Corporation 5 Series/3400 Series Chipset 2 port SATA IDE Controller (rev 05)
01:00.0 VGA compatible controller: nVidia Corporation GT216 [GeForce GT 220] (rev a2)
01:00.1 Audio device: nVidia Corporation High Definition Audio Controller (rev a1)
03:00.0 FireWire (IEEE 1394): VIA Technologies, Inc. Device 3403
05:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57780 Gigabit Ethernet PCIe (rev 01)
06:01.0 FireWire (IEEE 1394): Agere Systems FW322/323 (rev 04)
alexander@alexander-desktop:~$ iwlist wlan0 scan
wlan0 Interface doesn't support scanning.


wäre toll, wenn mir jemand helfen könnte, den stick in betrieb zu nehmen =)

schonmal danke zum voraus und beste grüsse

alexanders
 

DasEnder

Stammgast
Hallo alexanders

alexander@alexander-desktop:~$ lspci

Da es sich um einen USBStick handelt wird er bei lspci nicht aufgeführt.

Der "d-link dwa 140" Stick hat anscheinend einen ralink rt2870 chip.
Ich empfele dir bei Google z.B. nach "ralink rt2870 ubuntu" zu suchen.

Es wird unter anderem berichtet, dass mehrere oder "falsche" Module geladen werden. Auf den ersten Blick scheint das Modul "rt2800usb" Probleme zu verursachen. Wenn es bei dir geladen ist (lsmod) hilft vielleicht ein Blacklisten des Moduls.

Hingen sollte anscheinend das Modul rt3070sta oder rt2870sta geladen sein. Wenn keines geladen ist, musst du es möglicherweise selber bauen:
1.
Code:
 sudo apt-get update && sudo apt-get install module-assistant && sudo module-assistant prepare
2. http://en.gentoo-wiki.com/wiki/Ralink_RT2870#Installation (ab dem Befehl "modprobe rt2870sta" ist die Anleitung Gentoo-spezifisch) Das automatische Laden eines moduls wird in Ubuntu so gemacht.

Gruss TheEnder
 

alexanders

Mitglied
Hallo DasEnder

vielen Dank für deine Antwort! Ich habe es nun hingekriegt - nach so einigem blacklisten und anpassen und laden von Modulen... Welche Schritte oder welche Anleitung(-sfragmente) mich schliesslich zum Erfolg geführt haben, kann ich dir leider nicht sagen. rt2800usb ist jedenfalls in der blacklist..

Grüsse und danke
 
Oben