• 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] 11.2: s2disk nur ohne Wlan-Karte

A

Anonymous

Gast
Hi,-

nach meinem Update auf 11.2 funktioniert bei meinem Laptop s2disk nur, wenn ich vorher meine Wlan-Karte rausziehe. Es handelt sich um eine Netgear-PCMCIA-Karte mit Atheros-Chipsatz:
Code:
Herbie@Hanswurst:~> lspci
00:00.0 Host bridge: Intel Corporation 82845 845 [Brookdale] Chipset Host Bridge (rev 04)
00:01.0 PCI bridge: Intel Corporation 82845 845 [Brookdale] Chipset AGP Bridge (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 42)
00:1f.0 ISA bridge: Intel Corporation 82801CAM ISA Bridge (LPC) (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801CAM IDE U100 Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801CA/CAM AC'97 Audio Controller (rev 02)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]
02:06.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 02)
02:08.0 Ethernet controller: Intel Corporation 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller (rev 42)
02:0e.0 USB Controller: NEC Corporation USB (rev 41)
02:0e.1 USB Controller: NEC Corporation USB (rev 41)
02:0e.2 USB Controller: NEC Corporation USB 2.0 (rev 02)
03:00.0 Ethernet controller: Atheros Communications Inc. Atheros AR5001X+ Wireless Network Adapter (rev 01)
Code:
22: PCI 300.0: 0282 WLAN controller
  [Created at pci.318]
  UDI: /org/freedesktop/Hal/devices/pci_168c_13
  Unique ID: xFhm.3e4ue_BobTB
  Parent ID: ejN_.4pMm6eBdXV8
  SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:02:06.0/0000:03:00.0
  SysFS BusID: 0000:03:00.0
  Hardware Class: network
  Model: "Atheros AR5001X+ Wireless Network Adapter"
  Vendor: pci 0x168c "Atheros Communications Inc."
  Device: pci 0x0013 "Atheros AR5001X+ Wireless Network Adapter"
  SubVendor: pci 0x1385 "Netgear"
  SubDevice: pci 0x5d00
  Revision: 0x01
  Driver: "ath_pci"
  Driver Modules: "ath_pci"
  Device File: ath0
  Features: WLAN
  Memory Range: 0x50000000-0x5000ffff (rw,non-prefetchable)
  IRQ: 11 (585355 events)
  HW Address: 00:0f:b5:a5:56:28
  Link detected: yes
22: PCI 300.0: 0282 WLAN controller
  [Created at pci.318]
  UDI: /org/freedesktop/Hal/devices/pci_168c_13
  Unique ID: xFhm.3e4ue_BobTB
  Parent ID: ejN_.4pMm6eBdXV8
  SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:02:06.0/0000:03:00.0
  SysFS BusID: 0000:03:00.0
  Hardware Class: network
  Model: "Atheros AR5001X+ Wireless Network Adapter"
  Vendor: pci 0x168c "Atheros Communications Inc."
  Device: pci 0x0013 "Atheros AR5001X+ Wireless Network Adapter"
  SubVendor: pci 0x1385 "Netgear"
  SubDevice: pci 0x5d00
  Revision: 0x01
  Driver: "ath_pci"
  Driver Modules: "ath_pci"
  Device File: ath0
  Features: WLAN
  Memory Range: 0x50000000-0x5000ffff (rw,non-prefetchable)
  IRQ: 11 (585355 events)
  HW Address: 00:0f:b5:a5:56:28
  Link detected: yes
WLAN channels: 1 2 3 4 5 6 7 8 9 10 11
  WLAN frequencies: 2.412 2.417 2.422 2.427 2.432 2.437 2.442 2.447 2.452 2.457 2.462
  WLAN bitrates: 1 2 5.5 6 9 11 12 18 24 36 48 54
  WLAN encryption modes: WEP40 WEP104 WEP128 TKIP CCMP
  WLAN authentication modes: open sharedkey wpa-psk wpa-eap
  Module Alias: "pci:v0000168Cd00000013sv00001385sd00005D00bc02sc00i00"
  Driver Info #0:
    Driver Status: ath5k is not active
    Driver Activation Cmd: "modprobe ath5k"
  Driver Info #1:
    Driver Status: ath_pci is active
    Driver Activation Cmd: "modprobe ath_pci"
  Config Status: cfg=no, avail=yes, need=no, active=unknown
  Attached to: #17 (CardBus bridge)

Was ich bisher probiert habe: Statt des Madwifi-Treibers den Standardtreiber ath5k zu nutzen- Das hilft aber auch nix.
Unter 11.1 hat das einwandfrei out-of-the-box funktioniert. Hat da jemand eine Idee, wonach ich suchen muss?
 
OP
A

Anonymous

Gast
Hat sich erledigt. Mit neuem Kernel 2.6.31.6 klappt es wieder.
 
Oben