我有一台预装了 Ubuntu 的 Dell Vostro 2420,现在手动重新安装,但 wifi 停止工作,我尝试了其他线程中显示的一些方法来解决类似问题。我尝试的方法之一是按照这个线程:无线网络完全不起作用,但 wifi 仍然无法正常工作:
if I do `ifconfig` it shows the following
eth0 Link encap:Ethernet HWaddr
inet addr:192.168.1.6 Bcast:192.168.l1.255 Mask:255.255.255.0
inet6 addr: fe80::e2db:55ff:feaa:6a25/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3341 errors:0 dropped:0 overruns:0 frame:0
TX packets:3685 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2658691 (2.6 MB) TX bytes:531140 (531.1 KB)
Interrupt:41 Base address:0xc000
eth1 Link encap:Ethernet HWaddr
inet6 addr: fe80::9e2a:70ff:fed9:c6e9/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:3114
TX packets:0 errors:11 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:19
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:16436 Metric:1
RX packets:927 errors:0 dropped:0 overruns:0 frame:0
TX packets:927 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:86581 (86.5 KB) TX bytes:86581 (86.5 KB)
以下命令显示:
$ rfkill` list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
3: dell-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
我不知道如何打开 wifi。我正在等待一个有利的解决方案,以便我可以轻松连接到 wifi。
答案1
我也是这么想的,如果不做大量额外工作,您的设备将无法在 12.04 版本中获得支持。
当戴尔在您的系统上安装 12.04 时,他们添加了该设备的驱动程序和 pci id,这就是为什么它在您重新安装之前第一次收到它时可以正常工作。
最好的办法是安装 ubuntu 14.04,安装驱动程序后您的设备应该可以正常工作。