Linux 14.981 Themen, 106.344 Beiträge

Problem mit D-Link unter Debian 4.0

Acader / 4 Antworten / Flachansicht Nickles

Ich habe auf mein Notebook Debian 4.0 installiert.
Allerdings weiß ich nicht wie ich meinen D-Link Wireless Cardbus Adapter DWL-G650 zum Laufen bringe um ins Internet zu gelangen.
Für die Hilfe bedanke ich mich schon mal im voraus.

bei Antwort benachrichtigen
KarstenW Acader „Problem mit D-Link unter Debian 4.0“
Optionen

Laut madwifi.org ist da ein Atheros Chipsatz verbaut und diese WLAN Karte soll auch funktionieren:

http://madwifi.org/wiki/Compatibility/D-Link

http://madwifi.org/wiki/UserDocs/FirstTimeHowTo

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

Wenn du ein Kernelimage (von Debian fertig übersetzter Betriebsystemkern) verwendest, dann kannst du ganz einfach mit dem Modul Assistant den Madwifi Treiber installieren:


....
Installation (with module-assistant) ¶

The preferred method of installing madwifi-modules uses the module-assistant (m-a) tool to automate all of the following steps: preparing the kernel source/headers, unpacking the module tarball, compiling, building a binary-modules debian package, installing and cleaning up.

$ su
apt-get update
apt-get install madwifi-source
apt-get install madwifi-tools
m-a prepare
m-a a-i madwifi

See /usr/share/doc/madwifi-source/README.Debian for extra details. The module-assistant documentation may also be of value (man m-a).

...

Danach mußt du nur noch die Datei /etc/network/interfaces mit einem Editor bearbeiten.

Um wpa zu aktivieren mußt du das Paket wpasupplicant installieren:

Client support for WPA and WPA2 (IEEE 802.11i)
WPA and WPA2 are methods for securing wireless networks, the former
using IEEE 802.1X, and the latter using IEEE 802.11i. This software
provides key negotiation with the WPA Authenticator, and controls
association with IEEE 802.11i networks.

Unter /usr/share/doc/wpasupplicant ist ein Beispiel für die Konfiguration von wpa.
Du kannst die wpa Optionen direkt in /etc/network/interfaces eintragen oder auch in die Konfigurationsdatei /etc/wpasupplicant/wpasupplicant.conf und einen Verweis auf diese Datei in die Datei /etc/network/interfaces eintragen.

Ich kann dir ein Beispiel geben wenn du willst.


Debian GNU/Linux https://www.debian.org/index.de.html
bei Antwort benachrichtigen