在嘗試了幾乎所有方法之後,無線網路從未出現

在嘗試了幾乎所有方法之後,無線網路從未出現

我買了一台新筆記型電腦並安裝了 Ubuntu 13.04,然後我注意到 wifi 無法運作。我安裝了 Ubuntu 12.10,現在我還是 12.10,沒有 wifi。我有這張無線 USB 卡(我現在使用它進行連接)。每當我插入電源時,一切都會正常工作並且無線網路會出現。

是的,當然我有Broadcom,我刪除了現有的sta 安裝,用舊版安裝了b43 固件(以防萬一),我刪除並重新安裝了bcmwl-kernel-source,我確實在networkmanager.config 中設置了Managed=true,我在安裝 b43 韌體之前進行了更新,我幾乎在其他線程中完成了所有操作。我放棄了,我希望這能起作用,否則我需要切換回 Windows..!請幫我:(

由於我注意到您一直要求程式碼來檢查某些內容,因此我將發布運行的輸出:sudo lshw -C network

sudo lshw -C network

    CI (sysfs)  
  *-network               
       description: Ethernet interface
       product: 82579LM Gigabit Network Connection
       vendor: Intel Corporation
       physical id: 19
       bus info: pci@0000:00:19.0
       logical name: eth0
       version: 04
       serial: d4:c9:ef:50:df:9c
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi cap_list ethernet physical
       configuration: broadcast=yes driver=e1000e latency=0 multicast=yes
       resources: irq:17 memory:d4400000-d441ffff memory:d443a000-d443afff ioport:5020(size=32)
  *-network UNCLAIMED
       description: Network controller
       product: BCM43228 802.11a/b/g/n
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:25:00.0
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: latency=0
       resources: memory:d4000000-d4003fff
  *-network
       description: Wireless interface
       physical id: 2
       bus info: usb@3:4
       logical name: wlan0
       serial: e8:4e:06:14:40:06
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=rt2800usb driverversion=3.5.0-17-generic firmware=0.29 ip=192.168.0.102 link=yes multicast=yes wireless=IEEE 802.11bgn

答案1

請開啟終端機並執行以下操作:

sudo apt-get install linux-headers-generic
sudo apt-get install --reinstall bcmwl-kernel-source
sudo modprobe wl

如果沒有錯誤,請拔下 USB 並讓我們取得您的報告。

答案2

嘗試安裝 Linux 韌體。透過電纜/乙太網路連接

sudo apt-get remove --purge bcmwl-kernel-source
sudo apt-get install linux-firmware-nonfree
sudo modprobe b43

重新啟動,斷開電纜/以太網,您的無線網路應該可以工作。

相關內容