Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
dhcppc0 / # iwconfig lo no wireless extensions. eth0 no wireless extensions. wmaster0 no wireless extensions. wlan0 IEEE 802.11abg ESSID:"" Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated Tx-Power=0 dBm Retry long limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 dhcppc0 / # |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »TayTay« (21.03.2010, 15:43)
Was gibt es dann noch für andere solche Netzwerkwechselhelfer? (komm ja nicht mit NetworkManager, mit dem hatte ich nur Probleme)Zitat
wicd war auch nie mein Freund, wobei er praktisch ist, wenn man oft das Netz wechselt.
Immer noch etwa das Gleiche, nur findet er keine Lan-Verbindung mehr. Er findet auch dann keine Wlan-Verbindung (auch nach einem /etc/init.d/wicd restart ned).Zitat
Was sagt denn unser Freund, wenn du ihm das Kabel klaust?
Quellcode |
|
1 |
# iwlist wlan0 scan |
Quellcode |
|
1 |
# ifconfig wlan0 up |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
dhcppc1 janfrei # lspci 00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03) 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03) 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01) 00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01) 00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 01) 00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 01) 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01) 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01) 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01) 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01) 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1) 00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 01) 00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01) 00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01) 02:01.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b4) 02:01.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 09) 02:01.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 18) 09:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5752 Gigabit Ethernet PCI Express (rev 02) 0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02) dhcppc1 janfrei # |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
│ CONFIG_IWL3945: │ │ │ │ Select to build the driver supporting the: │ │ │ │ Intel PRO/Wireless 3945ABG/BG Network Connection │ │ │ │ This driver uses the kernel's mac80211 subsystem. │ │ │ │ In order to use this driver, you will need a microcode (uCode) │ │ image for it. You can obtain the microcode from: │ │ │ │ <http://intellinuxwireless.org/>. │ │ │ │ The microcode is typically installed in /lib/firmware. You can │ │ look in the hotplug script /etc/hotplug/firmware.agent to │ │ determine which directory FIRMWARE_DIR is set to when the script │ │ runs. │ │ │ │ If you want to compile the driver as a module ( = code which can be │ │ inserted in and removed from the running kernel whenever you want), │ │ say M here and read <file:Documentation/kbuild/modules.txt>. The │ │ module will be called iwl3945. │ |
So, ich habe jetzt mal die Ubuntu-LiveCD gestartet, dort wurde meine WiFi-Karte erkannt. Bei meinem Dell LATITUDE D420 gibt es ein Lämpchen, ob die Wlankarte aktiv ist. Das hat dort auch geleuchtet, bei Gentoo jedoch nicht. (ich habe den Schalter natürlich auf ein getan)
Hast Du den uCode von der http://intellinuxwireless.org/ geladen und in das Firmware-verzeichnis gelegt?