You are not logged in.
Mastercooling
God
Quoted
lspci | grep .i network
Quoted
lsmod | grep 3945
Mastercooling
God
Quoted from "Hanni"
Der Daemon ist drinnen und wenn ich ihn dann starten will bekomme ich die Nachricht, dass er schon läuft aber das WLAN läuft halt einfach nicht, d.h. ich kriege keine Verbindung zu nem Acess Point egal ob der jetzt mit WEP verschlüselt oder mit WPA.
Gruß Hanni
Mastercooling
God
Quoted
apt-get install network-manager-gnome
Quoted from "Y0Gi"
Wenn er Pakete nicht findet, musst du möglicherweise weitere Repositories (universe und multiverse) hinzufügen. Das geht auch per GUI irgendwo in den Settings.
Mastercooling
God
Quoted
apt-get install network-manager-gnome
Quoted
auto lo
iface lo inet loopback
##LAN
#auto eth0
#iface eth0 inet dhcp
##WLAN
#auto eth1
#iface eth1 inet static
#address 192.168.4.2
#netmask 255.255.255.0
#gateway 192.168.4.4
#auto ath0
#iface ath0 inet dhcp
Mastercooling
God
Quoted from "Y0Gi"
Wenn du alle deine physikalischen Interfaces aus der /etc/network/interfaces durch Auskommentieren entfernst, ist klar, dass die dann nicht funktionieren...
![]() |
Source code |
1 2 |
auto <interface> iface <interface> inet dhcp |
Quoted
Ab Edgy Eft Ubuntu 6.10 ist wpasupplicant bereits bei einer Standardinstallation enthalten. Eine Anpassung von /etc/network/interfaces (siehe unten) scheint auch nicht mehr notwendig zu sein.
-