我刚刚在 Thinkpad T42(带 forcepae 选项)上安装了 Lubuntu 14.04。除了 wifi,其他一切都运行正常。小程序只显示附近的几个网络。如果显示我的家庭网络,它会要求输入密钥,但之后什么也不做。安全性设置为 WPA,因为该卡无法处理 WPA2。让我烦恼的是,iwconfig 显示两个相同的无线卡,一个为 ,eth0
一个为wifi0
。
iwconfig 输出是:
wifi0 IEEE 802.11-DS ESSID:“”
Mode:Managed Frequency:2.412 GHz Access Point: Invalid Bit Rate:11 Mb/s Tx-Power=17 dBm Sensitivity=0/65535 Retry limit:16 RTS thr:off Fragment thr:off Power Management:off Link Quality=0/100 Signal level=-108 dBm Noise level=-108 dBm Rx invalid nwid:10245 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:84223 Missed beacon:0
eth1 IEEE 802.11-DS ESSID:“”
Mode:Managed Frequency:2.412 GHz Access Point: Invalid Bit Rate:11 Mb/s Tx-Power=17 dBm Sensitivity=0/65535 Retry limit:16 RTS thr:off Fragment thr:off Power Management:off Link Quality=0/100 Signal level=-108 dBm Noise level=-108 dBm Rx invalid nwid:10245 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:84223 Missed beacon:0
lshw -C Network 的输出是
*-网络:0
Beschreibung: Ethernet interface Produkt: 82540EP Gigabit Ethernet Controller (Mobile) Hersteller: Intel Corporation Physische ID: 1 Bus-Informationen: pci@0000:02:01.0 Logischer Name: eth0 Version: 03 Seriennummer: 00:0d:60:79:16:16 Größe: 100Mbit/s Kapazität: 1Gbit/s Breite: 32 bits Takt: 66MHz Fähigkeiten: pm bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation Konfiguration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.21-k8-NAPI duplex=full ip=192.168.2.102 latency=64 link=yes mingnt=255 multicast=yes port=twisted pair speed=100Mbit/s Ressourcen: irq:11 memory:c0220000-c023ffff memory:c0200000-c020ffff ioport:8400(Größe=64) memory:c0240000-c024ffff
*-网络:1
Beschreibung: Kabellose Verbindung Produkt: Cisco Aironet Wireless 802.11b Hersteller: Cisco Aironet Wireless Communications Physische ID: 2 Bus-Informationen: pci@0000:02:02.0 Logischer Name: wifi0 Version: 00 Seriennummer: 00:0e:9b:40:db:2c Breite: 32 bits Takt: 33MHz Fähigkeiten: pm vpd bus_master cap_list rom logical wireless ethernet physical Konfiguration: broadcast=yes driver=airo latency=64 maxlatency=4 mingnt=4 multicast=yes wireless=IEEE 802.11-DS Ressourcen: irq:11 ioport:8000(Größe=256) memory:c0214000-c0217fff memory:c0400000-c07fffff memory:c0800000-c09fffff
请注意,这里的逻辑名称是,wifi0
而网络管理器显示eth1
。有趣的是,我可以iwlist
在它们两个上使用扫描并查看至少一些附近的网络。我记得在 XP 中获取此卡的驱动程序非常痛苦,但它似乎在这里被正确识别。ifconfig
但是,使用 只会显示错误,并且eth1
那么,您知道这里发生了什么吗?