我有一台 Dell Latitude E4310 笔记本电脑,过去 4 年一直运行 Ubuntu(有多个版本)。最近我安装了Linux Mint(版本17),然后WiFi无法使用。它在 Ubuntu 下完美运行。
我应该怎么办?是否有我应该安装的驱动程序或软件包?这是输出lspci
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
00:19.0 Ethernet controller: Intel Corporation 82577LM Gigabit Network Connection (rev 05)
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05)
00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 (rev 05)
00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 4 (rev 05)
00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation 5 Series/3400 Series Chipset LPC Interface Controller (rev 05)
00:1f.2 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 05)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05)
02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6200 (rev 35)
03:00.0 SD Host controller: Ricoh Co Ltd MMC/SD Host Controller (rev 01)
3f:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
3f:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
3f:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
3f:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02)
3f:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
3f:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
此外,运行也service networking restart
无法正常工作:
davidlat ~ # service networking restart
stop: Job failed while stopping
start: Job is already running: networking
davidlat ~ #
更新:以下是结果ifconfig -a
davidlat ~ # ifconfig -a
eth0 Link encap:Ethernet HWaddr 5c:26:0a:0c:9c:1c
inet addr:10.0.0.13 Bcast:10.0.0.255 Mask:255.255.255.0
inet6 addr: fe80::5e26:aff:fe0c:9c1c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:804913 errors:0 dropped:0 overruns:0 frame:0
TX packets:393747 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1066394980 (1.0 GB) TX bytes:37366404 (37.3 MB)
Interrupt:20 Memory:f5400000-f5420000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:32255 errors:0 dropped:0 overruns:0 frame:0
TX packets:32255 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3728961 (3.7 MB) TX bytes:3728961 (3.7 MB)
wlan0 Link encap:Ethernet HWaddr 00:27:10:92:61:28
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
答案1
尝试通过 wpa_supplicant 和 dhclient 手动连接到 wifi。您应该运行以下命令:
wpa_passphrase ssid password > /etc/wpa_supplicant.conf
wpa_supplicant -Dwext -iwlan0 -c /etc/wpa_supplicant.conf
dhclient wlan0
ssid=你的wifi名称
执行 wpa_supplicant 后等待它连接,并将其移动到 bg ( ctrl+z; bg ) 或使用另一个终端运行 dhclient。
答案2
通常此类问题反映了没有合适的驱动程序。尝试打开driver-manager
并查看是否需要安装一些额外的驱动程序。
如果以上方法不起作用,请使用等synaptic
关键字搜索一些无线驱动程序wireless
。dell