Sie sind nicht angemeldet.

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.

1

14.06.2012, 15:57

Wlan Verbindung lässt sich nicht herstellen

Hallo,

ich benutze Gentoo auf einem Thinkpad W500.

Ich kann allerdings keine Verbindung mit einem Wlan-Netz herstellen, egal ob WPA2, WEP, oder ohne Verschlüsselung.


lspci

Zitat

03:00.0 Network controller: Intel Corporation Ultimate N WiFi Link 5300
lspci -v

Zitat

Kernel driver in use: iwlwifi
firmware

Zitat

sys-kernel/linux-firmware-20120502
iwconfig

Zitat

wlan0 IEEE 802.11abgn ESSID:off/any
Mode:Managed Frequency:2.427 GHz Access Point: Not-Associated
Tx-Power=15 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
/etc/conf.d/net

Zitat

modules="wpa_supplicant"
wpa_supplicant_wlan0="-Dwext -c/etc/wpa_supplicant/wpa_supplicant.conf"
wpa_timeout_wlan0=60
config_wlan0="dhcp"
dhcpcd_wlan0="-t 30"
config_lo="127.0.0.1"
auto_eth0="true"
config_eth0="dhcp"
/etc/wpa_supplicant/wpa_supplicant.conf

Zitat

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=users
update_config=1
network={
ssid="Mein Netz"
psk="Mein Passwort"
proto=RSN
key_mgmt=WPA-PSK
pairwise=TKIP
auth_alg=OPEN
}
rc-update

Zitat

NetworkManager | default
acpid | default
alsasound | default
bootmisc | boot
consolekit | default
dbus | default
devfs | sysinit
dhcpcd | default
dmesg | sysinit
fsck | boot
hostname | boot
hwclock | boot
keymaps | boot
killprocs | shutdown
laptop_mode | default
local | default
localmount | boot
modules | boot
mount-ro | shutdown
mtab | boot
netmount | default
procfs | boot
root | boot
savecache | shutdown
swap | boot
sysctl | boot
sysfs | default
syslog-ng | default
termencoding | boot
udev | default sysinit
udev-postmount | default
urandom | boot
xdm | default
Die Fehlermeldung lautet:

dmesg

Zitat

wlan0: deauthenticating from 00:18:e7:f6:4c:fa by local choice (reason=3)
Ich benutzte NetworkManager in KDE.
Alle möglichen Stromsparoptionen sind im BIOS deaktiviert..
(Funktioniert in der Ubuntu-LiveDVD und Windows 7, also nichts kaputt.)
Ethernet-Verbindung kann ich über das NetworkManager-Plasmawidget auch nicht herstellen...

(Hier noch einmal ein größerer Auszug)

Zitat

[ 125.375998] wlan0: authenticate with MAC
[ 125.376827] wlan0: send auth to MAC (try 1/3)
[ 125.379211] wlan0: authenticated
[ 125.380015] wlan0: associate with MAC (try 1/3)
[ 125.382582] wlan0: RX AssocResp from MAC (capab=0x431 status=0 aid=3)
[ 125.382585] wlan0: associated
[ 125.405997] wlan0: deauthenticating from MAC by local choice (reason=3)
[ 125.423629] cfg80211: All devices are disconnected, going to restore regulatory settings
[ 125.423632] cfg80211: Restoring regulatory settings
[ 125.423638] cfg80211: Calling CRDA to update world regulatory domain
[ 139.194580] wlan0: authenticate with MAC
[ 139.195483] wlan0: send auth to MAC (try 1/3)
[ 139.197969] wlan0: authenticated
[ 139.198029] wlan0: associate with MAC (try 1/3)
[ 139.200683] wlan0: RX AssocResp from MAC (capab=0x431 status=0 aid=3)
[ 139.200691] wlan0: associated
[ 139.224380] wlan0: deauthenticating from MAC by local choice (reason=3)
Kernel

Zitat

3.4.0
Danke

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »gnupluslinux« (14.06.2012, 16:07)


2

15.06.2012, 17:29

Wenn du den KDE Networkmanager nutzt, brauchst du in der wpa_supplicant.conf nichts reinschreiben.

Normalerweise nutzt man entweder Networkmanager oder eben die direkte Konfiguration über die wpa_supplicant.conf

Meine /etc/wpa-home.conf sieht bsp. so aus:

Quellcode

1
2
3
4
5
6
7
8
network={
        ssid="myssid"
        proto=WPA2
        key_mgmt=WPA-PSK
        pairwise=CCMP
        group=TKIP CCMP
        psk="mypwd"
}


und /etc/conf.d/net

Quellcode

1
2
3
4
modules="wpa_supplicant"                                                                                                             
                                                                                                                                     
config_wlan0="dhcp"                                                                                                     
wpa_supplicant_wlan0="-Dwext -c/etc/wpa-home.conf"


Ich habe hier eine Fritzbox mit WPA2. Installiert ist

Quellcode

1
2
[I] net-wireless/wpa_supplicant 0.7.3-r5
USE_FLAGS="dbus kernel_linux qt4 readline ssl"


Profil:

Quellcode

1
2
eselect profile list
default/linux/amd64/10.0/desktop/kde *


Evtl. hilft dir dieses [1] Howto weiter.

Gruß
schorsch

[1] http://www.gentoo.de/doc/de/handbook/han…l?part=4&chap=4