
我有一台 Dell vostro 筆記型電腦,帶有 Ubuntu 14.04 雙啟動和 Windows(wifi 可以與 Windows 配合使用)。恢復/重新啟動後,wifi 停止工作。 Wifi 無法偵測到任何網路。
PFB相關資訊
ifconfig
eth0 Link encap:Ethernet HWaddr 5c:f9:dd:4b:2f:ca
inet addr:192.168.20.175 Bcast:192.168.20.255 Mask:255.255.255.0
inet6 addr: fe80::5ef9:ddff:fe4b:2fca/64 Scope:Link
UP BROADCAST RUNNING 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)
Interrupt:16
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:1962 errors:0 dropped:0 overruns:0 frame:0
TX packets:1962 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:204810 (204.8 KB) TX bytes:204810 (204.8 KB)
sudo lshw -C network
*-network
description: Network controller
product: BCM43142 802.11b/g/n
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: driver=bcma-pci-bridge latency=0
resources: irq:16 memory:d0500000-d0507fff
*-network
description: Ethernet interface
product: AR8161 Gigabit Ethernet
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:02:00.0
logical name: eth0
version: 10
serial: 5c:f9:dd:4b:2f:ca
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=alx duplex=full ip=192.168.20.175 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:45 memory:d0400000-d043ffff ioport:2000(size=128)
我嘗試過sudo service network-manager restart
,但沒有幫助
另外,我成功地透過以下方式再次連接了wifi
sudo apt-get purge bcmwl-kernel-source broadcom-sta-common broadcom-sta-source && sudo apt-get install b43-fwcutter firmware-b43-installer
我參考了以下連結:
http://ubuntuforums.org/showthread.php?t=2218043 暫停 Ubuntu 14.04 後出現網路連線錯誤 Ubuntu 14.04 恢復後無線網路無法運作 http://www.techytalk.info/ubuntu-fix-network-stopped-working-after-resume-from-sleep/
如何運行腳本? 無法連接到特定的 WiFi 網路 (Ubuntu 14.04) 為什麼系統監視器不顯示乙太網路連線上的活動? http://www.overclock.net/t/1518258/solved-wireless-suddenly-stopped-working-in-ubuntu-14-04/10
我未能找到解決方案。請幫我剛接觸 Ubuntu。
謝謝!