ich habe Debian Squeeze 6.0.6 auf meinem neuen HP Envy Ultrabook installiert. Und ich bringe WLAN nicht zum Laufen
![traurig :(](./images/smilies/icon_sad.gif)
Um den Chipsatz herauszufinden, habe ich lspci benutzt, dessen Ausgabe aber so gut wie gar nichts sagt:
Code: Alles auswählen
# lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:0154] (rev 09)
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:0166] (rev 09)
00:14.0 USB Controller [0c03]: Intel Corporation Device [8086:1e31] (rev 04)
00:16.0 Communication controller [0780]: Intel Corporation Device [8086:1e3a] (rev 04)
00:1a.0 USB Controller [0c03]: Intel Corporation Device [8086:1e2d] (rev 04)
00:1b.0 Audio device [0403]: Intel Corporation Device [8086:1e20] (rev 04)
00:1c.0 PCI bridge [0604]: Intel Corporation Device [8086:1e10] (rev c4)
00:1c.1 PCI bridge [0604]: Intel Corporation Device [8086:1e12] (rev c4)
00:1d.0 USB Controller [0c03]: Intel Corporation Device [8086:1e26] (rev 04)
00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:1e57] (rev 04)
00:1f.2 RAID bus controller [0104]: Intel Corporation Mobile 82801 SATA RAID Controller [8086:282a] (rev 04)
00:1f.3 SMBus [0c05]: Intel Corporation Device [8086:1e22] (rev 04)
01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device [10ec:5289] (rev 01)
01:00.2 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 0a)
02:00.0 Network controller [0280]: Intel Corporation Device [8086:0887] (rev c4)
Code: Alles auswählen
ubuntu@ubuntu:~$ lspci
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM77 Express Chipset LPC Controller (rev 04)
00:1f.2 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5289 (rev 01)
01:00.2 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 0a)
02:00.0 Network controller: Intel Corporation Centrino Wireless-N 2230 (rev c4)
Code: Alles auswählen
# modprobe -r iwlagn
# modprobe iwlagn
Code: Alles auswählen
# dmesg | grep iw
[ 1343.090434] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 1.3.27ks
[ 1343.090436] iwlagn: Copyright(c) 2003-2009 Intel Corporation
Code: Alles auswählen
auto wlan0
iface wlan0 inet dhcp
wpa-ssid <meine SSID-Kennung>
wpa-psk <mein Paßwort>
Code: Alles auswählen
# ifup wlan0
ioctl[SIOCGIFFLAGS]: No such device
Could not get interface 'wlan0' flags
ioctl[SIOCSIWPMKSA]: No such device
ioctl[SIOCSIWMODE]: No such device
Could not configure driver to use managed mode
ioctl[SIOCGIWRANGE]: No such device
ioctl[SIOCGIWMODE]: No such device
ioctl[SIOCSIWAP]: No such device
ioctl[SIOCSIWESSID]: No such device
ioctl[SIOCGIFINDEX]: No such device
ioctl[SIOCSIWENCODEEXT]: No such device
ioctl[SIOCSIWENCODE]: No such device
ioctl[SIOCSIWENCODEEXT]: No such device
ioctl[SIOCSIWENCODE]: No such device
ioctl[SIOCSIWENCODEEXT]: No such device
ioctl[SIOCSIWENCODE]: No such device
ioctl[SIOCSIWENCODEEXT]: No such device
ioctl[SIOCSIWENCODE]: No such device
ioctl[SIOCGIWMODE]: No such device
ioctl[SIOCSIWAP]: No such device
ioctl[SIOCSIWESSID]: No such device
ioctl[SIOCGIFFLAGS]: No such device
wpa_supplicant: /sbin/wpa_supplicant daemon failed to start
run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1
Internet Systems Consortium DHCP Client 4.1.1-P1
Copyright 2004-2010 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
SIOCSIFADDR: No such device
wlan0: ERROR while getting interface flags: No such device
wlan0: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up wlan0.
Danke!!
Jens
Übrigens:
Code: Alles auswählen
# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
pan0 no wireless extensions.
Code: Alles auswählen
# uname -a
Linux quirinus 2.6.32-5-amd64 #1 SMP Sun Sep 23 10:07:46 UTC 2012 x86_64 GNU/Linux