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

(gelöst) RaLink RT3090 Wireless - Verbindungsabbruch

prototyp

Member
Hallo @ all,

ich habe mir ein Acer Revo r3700 zugelegt und os 11.4 installiert. Bei dem Revo ist ein RaLink RT3090 Wlan verbaut.
Es kommt immer mal wieder vor, dass die Wlan-Verbindung in unbestimmten Zeitabständen zum Router abbricht.
Der Treiber der aktiv ist: rt3090sta.

Nun habe ich in diversen Foren gelesen, dass es empfohlen wird die anderen Treiber auf die Blackliste zu setzen.
Dies habe ich auch getan. Hier der Eintrag in /etc/modprobe.d/50-blacklist.conf (Dies ist nur der untere Auszug der 50-blacklist.conf)

Code:
...
# For some bridges both intel-agp and i82875p_edac are loaded. If i82875p_edac
# is loaded first it will grab the device. Then intel-agp doesn't work.
# Therefore we disable automatic loading of 82875p_edac. (Bug 213840)
blacklist i82875p_edac
#
# Blacklist the IBM s390 module for I/O dynamic configuration support
# Bug bnc#478601
blacklist chsc_sch

# Blacklist conflicting RaLink driver modules
blacklist rt2800pci
blacklist rt2800lib
blacklist rt2x00usb
blacklist rt2x00pci
blacklist rt2x00lib
blacklist rt2860sta
blacklist rt5390sta

Die Module sind zwar nicht aktiv aber werden dennoch geladen !?:
usr/sbin/hwinfo --wlan:

Code:
17: PCI 200.0: 0282 WLAN controller                             
  [Created at pci.318]
  Unique ID: y9sn.oBHt8tXO8+E
  Parent ID: hoOk.yBxLIiy8Kb6
  SysFS ID: /devices/pci0000:00/0000:00:1c.2/0000:02:00.0
  SysFS BusID: 0000:02:00.0
  Hardware Class: network
  Model: "RaLink RT3090 Wireless 802.11n 1T/1R PCIe"
  Vendor: pci 0x1814 "RaLink"
  Device: pci 0x3090 "RT3090 Wireless 802.11n 1T/1R PCIe"
  SubVendor: pci 0x11ad "Lite-On Communications Inc"
  SubDevice: pci 0x6622 
  Driver: "rt3090"
  Driver Modules: "rt3090sta"
  Device File: wlan0
  Features: WLAN
  Memory Range: 0xfebf0000-0xfebfffff (rw,non-prefetchable)
  IRQ: 18 (no events)
  HW Address: 74:de:2b:3e:ef:0a
  Link detected: yes
  WLAN channels: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
  WLAN frequencies: 2.412 2.417 2.422 2.427 2.432 2.437 2.442 2.447 2.452 2.457 2.462 2.467 2.472 2.484
  WLAN encryption modes: WEP40 WEP104 TKIP CCMP
  WLAN authentication modes: open sharedkey wpa-psk wpa-eap
  Module Alias: "pci:v00001814d00003090sv000011ADsd00006622bc02sc80i00"
  Driver Info #0:
    Driver Status: rt5390sta is not active
    Driver Activation Cmd: "modprobe rt5390sta"
  Driver Info #1:
    Driver Status: rt2860sta is not active
    Driver Activation Cmd: "modprobe rt2860sta"
  Driver Info #2:
    Driver Status: rt2800pci is not active
    Driver Activation Cmd: "modprobe rt2800pci"
  Driver Info #3:
    Driver Status: rt3090sta is active
    Driver Activation Cmd: "modprobe rt3090sta"
  Config Status: cfg=no, avail=yes, need=no, active=unknown
  Attached to: #4 (PCI bridge)

Muss ich die 50-blacklist.conf irgend wie neu einlesen lassen? Wo ist der Fehler? Oder habe ich was nicht Verstanden?
 

spoensche

Moderator
Teammitglied
Wenn du Module blacklistet, sagst du dem Programm modprobe, dass es das Modul nicht autom. laden soll. Du kannst das/ die Module trotzdem manuell mit
Code:
modprobe modulname
laden.

http://www.techytalk.info/opensuse-11-4-ralink-rt3090-driver-src-rpm-packages/
 
OP
prototyp

prototyp

Member
Danke dir für deine Antwort. Ich habe noch ein wenig im Inet recherchiert. Der Kernel 2.6.37 von opensuse 11.4 scheint in verbindung mit RaLink RT3090 Wireless Probleme zu machen.
Ich habe nun opensuse 11.2 installiert und es scheit keine Abbrüche mehr zugeben.
usr/sbin/hwinfo --wlan sieht auch "sauberer" aus.

Code:
17: PCI 200.0: 0282 WLAN controller                             
  [Created at pci.319]
  Unique ID: y9sn.oBHt8tXO8+E
  Parent ID: hoOk.yBxLIiy8Kb6
  SysFS ID: /devices/pci0000:00/0000:00:1c.2/0000:02:00.0
  SysFS BusID: 0000:02:00.0
  Hardware Class: network
  Model: "RaLink RT3090 Wireless 802.11n 1T/1R PCIe"
  Vendor: pci 0x1814 "RaLink"
  Device: pci 0x3090 "RT3090 Wireless 802.11n 1T/1R PCIe"
  SubVendor: pci 0x11ad "Lite-On Communications Inc"
  SubDevice: pci 0x6622 
  Driver: "rt2800pci"
  Driver Modules: "rt2800pci"
  Device File: wlan0
  Features: WLAN
  Memory Range: 0xfebf0000-0xfebfffff (rw,non-prefetchable)
  IRQ: 18 (no events)
  HW Address: 74:de:2b:3e:ef:0a
  Link detected: yes
  WLAN channels: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
  WLAN frequencies: 2.412 2.417 2.422 2.427 2.432 2.437 2.442 2.447 2.452 2.457 2.462 2.467 2.472 2.484
  WLAN encryption modes: WEP40 WEP104 TKIP CCMP
  WLAN authentication modes: open sharedkey wpa-psk wpa-eap
  Module Alias: "pci:v00001814d00003090sv000011ADsd00006622bc02sc80i00"
  Driver Info #0:
    Driver Status: rt2800pci is active
    Driver Activation Cmd: "modprobe rt2800pci"
  Config Status: cfg=no, avail=yes, need=no, active=unknown
  Attached to: #4 (PCI bridge)
 
Oben