freakyf
Goto Top

Amilo M7740 WLAN mit Ubuntu 7

Amilo M7740 WLAN mit Ubuntu 7

sudo apt-get update
sudo apt-get install gcc-3.4
sudo apt-get install make
sudo apt-get install build-essential
sudo apt-get install linux-headers-2.6.12-10-686

Treiber downloaden: http://fsam7440.sourceforge.net/install.html

Entpacke fsam7440-0.4.tar.bz2
sudo tar xfj fsam7440-0.4.tar.bz2

Das Modul kompilieren
sudo cd fsam7440-0.4
sudo make

Das Modul installieren
sudo make install

Test
sudo modprobe fsam7440

In Autostart eintragen
in /etc/init.d/boot.local den Befehl einfügt

WPA aktivieren
fsam7440 in /etc/modules eintragen
/etc/network/interface löschen
Danach bietet der Network-Manager auch WPA an.

Content-Key: 63222

Url: https://administrator.de/contentid/63222

Printed on: April 25, 2024 at 14:04 o'clock

Member: FreakyF
FreakyF Sep 12, 2007 at 10:07:27 (UTC)
Goto Top
Ich hoffe die Anleitung konnte ein paar von euch helfen.