如何让 Ubuntu 识别我的 WiFi 网卡?

如何让 Ubuntu 识别我的 WiFi 网卡?

首先我要说的是,我已经使用 Ubuntu 和 Linux 一天了...如果我问了一些愚蠢的问题,请原谅我。

问题是我找不到获取无线连接的方法。在所有设置>网络我只看到有线网络代理,所以我猜测 Ubuntu 无法识别任何无线网卡,或者至少没有正确的驱动程序来正确使用它。

我的电脑是 HP Compaq Presario C500。以下是来自终端的一些信息:

lshw -class network

  *-network UNCLAIMED     
       description: Network controller
       product: BCM4311 802.11b/g WLAN
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:06:00.0
       version: 01
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: latency=0
       resources: memory:80400000-80403fff
[...]

lsusb

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

lspci

06:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)

rfkill list all

0: hp-wifi: Wireless LAN
    Soft blocked: no
    Hard blocked: no

答案1

首先卸载bcmwl-kernel-source,然后确保firmware-b43-installerb43-fwcutter安装

sudo apt-get remove bcmwl-kernel-source
sudo apt-get install firmware-b43-installer b43-fwcutter

答案2

执行此操作后:

sudo apt-get remove bcmwl-kernel-source
sudo apt-get install firmware-b43-installer b43-fwcutter
  • 然后重启
  • 您需要从设置/网络/无线激活该卡,并将其打开
  • 之后在任务栏上搜索无线图标并查找您的 wifi。

祝您冲浪愉快:)

相关内容