Hallo zusammen,
ich hab mir ein Gentoo mit selbstgebautem Kernel aufgesetzt.
Bin jetzt noch nicht viel weiter als die Grundinstallation und bekomm meine WLAN Karte nicht ans laufen.
Konfiguration sieht folgendermaßen aus:
- Mainboard: Asus A7N8X-X (nForce 2 Chipsatz)
- GPU: Nvidia Geforce 6800
- Cardbus-Adapter und da drin eine Orinoco Gold mit Atheros-Chip
lspci:
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
00:00.0 Host bridge: nVidia Corporation nForce2 IGP2 (rev c1)
00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 0 (rev c1)
00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev c1)
00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev c1)
00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev c1)
00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev c1)
00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4)
00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3)
00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)
00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1)
01:07.0 CardBus bridge: ENE Technology Inc CB1410 Cardbus Controller (rev 01)
01:09.0 Ethernet controller: Intel Corporation 82541GI Gigabit Ethernet Controller
02:00.0 Ethernet controller: Atheros Communications Inc. Atheros AR5001X+ Wireless Network Adapter (rev 01)
03:00.0 VGA compatible controller: nVidia Corporation NV40 [GeForce 6800] (rev a1)
|
Ich hab jetzt den Kernel 2.6.37-r4 drauf (aus den Gentoo-Sources kompiliert) und "Atheros 5xxx Wireless Cards Support" (ath5k) fest im Kernel drin.
Als Modul sowie madwifi hab ich auch schon getestet, gleiches Ergebnis.
Ich bekomm wenn ich "ifconfig" eingeb kein WLAN Interface angezeigt und beim booten erscheint folgende Fehlermeldungen:
|
Quellcode
|
1
2
3
4
5
6
|
[ 2.330029] pcmcia_socket pcmcia_socket0: pccard: CardBus card inserted into slot 0
[ 2.330364] pci 000:02:00.0: BAR 0: can't assing mem (size 0x10000)[2.330364] yenta_cardbus 000:01:07.0: EnE: chaning testregister 0xC9, 0e -> 0c
[ 2.331070] ath5k 0000:02:00.0: PCI INT A -> LINK[APC4] -> GSI 19 (level, high) -> IRQ 19
[ 2.331251] ath5k 0000:02:00.0: cannot remap PCI memory region
[ 2.331361] ath5k 0000:02:00.0 PCI INT A disabled
[ 2.331469] ath4k: probe of 0000:02:00.0 failed with error -5
|
Hab auch schon fast alle PCI Slots durch und auch mal alles im BIOS deaktiviert was ich nicht brauch (serielle + parallele Schnittstelle, Sound, Onboard-LAN) sowie sogar mal meine Netzwerkkarte (Intel e1000) entfernt, keine Änderung.
Vielleicht (hoffentlich) hat von euch jemand eine Idee wie ich das Problem angehen kann, find bei Google zwar auch einiges dazu aber absolut nichts was mir auch nur annähernd weiterhilft.
Grüße,
Stefan