Linux 15.028 Themen, 107.042 Beiträge

WLAN unter Debian

michi_p / 10 Antworten / Baumansicht Nickles

Hi,

habe ein Notebook R60 von IBM mit "Intel 802.11abg wireless" Chipsatz fürs WLAN.
Unter Debian wird der WLAN Chipsatz aber nicht erkannt.
Was muß ich tun um diese HArdware zu aktiviren?

vg
Michael

bei Antwort benachrichtigen
Xdata michi_p „WLAN unter Debian“
Optionen

Hallo , Es gibt wohl mal ein Projekt Neptun -- Eth Schweiz glaube ich.
Da wurde etwas mit Vista und Debian mit IBM Laptops berichtet.

bei Antwort benachrichtigen
the_mic michi_p „WLAN unter Debian“
Optionen

@michi:
Auch hier wieder: Welcher Chip? lspci (mit kleinem L am Anfang) gibt Auskunft.

@xdata:
Neptun ist nur ein Projekt zum vergünstigten Verkauf von Hardware (Lenovo + Apple) an Studenten.

cat /dev/brain > /dev/null
bei Antwort benachrichtigen
KarstenW michi_p „WLAN unter Debian“
Optionen

So müßte es funktionieren wenn ein Atheros Chipsatz verbaut wurde:

http://www.thinkwiki.org/wiki/Installing_Debian_Etch_on_a_ThinkPad_R60

Die Seite zum Projekt mit Installationshilfen zu Debian:

http://madwifi.org/

http://madwifi.org/wiki/UserDocs/Distro/Debian

PS: Die madwifi Treiber sind schon bei Debian etch dabei:

apt-cache search madwifi

hostapd - user space IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator
madwifi-doc - documentation for the Multiband Atheros Driver for WiFi
madwifi-source - source for the Multiband Atheros Driver for WiFi
madwifi-tools - tools for the Multiband Atheros Driver for WiFi


Debian GNU/Linux https://www.debian.org/index.de.html
bei Antwort benachrichtigen
michi_p KarstenW „So müßte es funktionieren wenn ein Atheros Chipsatz verbaut wurde:...“
Optionen

also:

ausgabe von lspci:

00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controll
er Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express PCI Express Root
Port (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev
02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller
AHCI (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility X1400
02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751M Gigabit Ethernet PCI Express (
rev 21)
03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
15:00.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
15:00.1 FireWire (IEEE 1394): Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller

von atheros sehe ich hier nichts. es ist aber ein chip intel 802.11 verbaut.
habe deshalb madwifi mal installiert und die installtionsanweisungen aus den links oben ausgefuehrt.

mit lsmod sehe ich jetzt u.a.

ath_pci 83008 0
ath_rate_sample 12992 1 ath_pci
wlan 173532 2 ath_pci,ath_rate_sample
ath_hal 191664 2 ath_pci,ath_rate_sample


heisst das was? in den netzwerkeinstellungen (kde) wird immer noch kein wlan gefunden...

bei Antwort benachrichtigen
the_mic michi_p „also: ausgabe von lspci: 00:00.0 Host bridge: Intel Corporation Mobile...“
Optionen

Du hast einen Intel 3945ABG Chip drin, welcher angeblich voll unterstützt wird. Also nix mit Atheros, wie Karsten ins Blaue geschossen hat.

Mach mal
modprobe ipw3945

und prüfe anschliessend, ob ein WLAN-fähiges Device auftaucht:
iwconfig

cat /dev/brain > /dev/null
bei Antwort benachrichtigen
michi_p the_mic „Du hast einen Intel 3945ABG Chip drin, welcher angeblich voll unterstützt wird....“
Optionen

ok, wird gemacht.
wie schmeiße ich denn den atheros wieder raus?

hier das ergebnis von ipw...

modprobe ipw3945
FATAL: Module ipw3945 not found.

und nun?

bei Antwort benachrichtigen
the_mic michi_p „ok, wird gemacht. wie schmeiße ich denn den atheros wieder raus? hier das...“
Optionen
wie schmeiße ich denn den atheros wieder raus?
Entweder mit modprobe -r modulname oder durch einen Neustart.

und nun?
Das passende Paket mit dem Kernelmodul installieren :-)
Tipp:
aptitude search ipw3945
uname -a
Mit etwas Kombinationsgeschick findest du das richtige.
cat /dev/brain > /dev/null
bei Antwort benachrichtigen
michi_p the_mic „ Entweder mit modprobe -r modulname oder durch einen Neustart. Das passende...“
Optionen

hoffe doch, daß ich richtig kombiniert habe:

uname -a
... 2.6.18-4-686 #1 SMP Wed Apr 18 09:55:10 UTC 2007 i686 GNU/Linux

apt-get install ipw3945-modules-2.6.18-4-686

modprobe ipw3945 geht dann auch fehlerfrei, aber bei iwconfig sehe ich kein WLAN device

nochmal: und nun?

bei Antwort benachrichtigen
the_mic michi_p „hoffe doch, daß ich richtig kombiniert habe: uname -a ... 2.6.18-4-686 1 SMP...“
Optionen

Was sagt dmesg | tail nach dem Laden des Moduls?

cat /dev/brain > /dev/null
bei Antwort benachrichtigen
michi_p Nachtrag zu: „hoffe doch, daß ich richtig kombiniert habe: uname -a ... 2.6.18-4-686 1 SMP...“
Optionen

es geht.

habe das hier noch nachgeschoben:

# apt-get install firmware-ipw3945
# apt-get install ipw3945d
# modprobe ipw3945

s.a. http://www.red-bean.com/kfogel/thinkpad-r60-debian.html

danke an the_mic für die entscheidenden tips!!!

bei Antwort benachrichtigen