F
fooop
Grünschnabel
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
lspci -v
firmware
iwconfig
/etc/conf.d/net
/etc/wpa_supplicant/wpa_supplicant.conf
rc-update
Die Fehlermeldung lautet:
dmesg
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)
Kernel
Danke
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
Code:
03:00.0 Network controller: Intel Corporation Ultimate N WiFi Link 5300
lspci -v
Code:
Kernel driver in use: iwlwifi
Code:
sys-kernel/linux-firmware-20120502
Code:
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
Code:
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
Code:
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
Code:
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
Code:
wlan0: deauthenticating from 00:18:e7:f6:4c:fa by local choice (reason=3)
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)
Code:
[ 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)
Code:
3.4.0
Danke