Ubuntu 14.04否“启用Wifi”或“启用无线”选项

这个问题在过去偶尔会被问到。 我尝试过其他人提出的各种修复但没有取得任何成功。 不启动Ubuntu时我可以连接到wifi。 这是一些背景信息:

  • 我尝试过类似线程的各种修复,例如重置网络管理器和解锁wifi。
  • 如上所述,这是双重安装。 启动Windows时,我可以毫无问题地连接到wifi。
  • “设置”的“软件和更新”部分未显示任何所需的专有驱动程序。
  • 华硕主板我带有USB驱动程序。 它包含一个Linux用户的自述文件,说要升级到最新的Linux内核(虽然这个自述文件可能是几年前写的)。 Linux Kernels for 14.04的分支能否为这款主板过时?

如果有任何命令行我应该运行并发布结果,请告诉我。 我以前没有使用过Ubuntu或Linux,所以我不知道什么诊断可能有用。

谢谢。

更新的信息:

sudo lshw -C network的输出是

 *-network description: Ethernet interface product: Ethernet Connection (2) I218-V vendor: Intel corporation physical id: 19 bus info: [ci@0000:00:19.0 logical name: eth1 version: 0.5 serial: 2c:56:dc:39:18:6d capacity: 1Gbit/s width: 32 bits clock: 33Mhz capabilites: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=3.2.6-k firmware=0.1-4 latency=0 link=no multicast=yes port=twisted pair resources: irq:63 memory:fb100000-fb11ffff memory:fb136fff ioport:f000(size=32) *-network description: Ethernet interface product: I211 Gigabit Network Connection vendor: Intel Coporation phsyical id: 0 bus info: pci@0000:0b:00.0 logical name:eth0 version: 0.3 serial: 2c:56:dc:39:db:bd capacity: 1Gbit/s width: 32 bits clock: 33MHz capabilities: pm msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotation=on broadcast=yes driver=igb driverversion=5.3.0-k firmware=0. 6-1 latency=0link=no multicast=yes port=twisted pair resources: irq:18 memory:fb600000-fb61ffffioport:c000(size=32) memory:fb620000-fb623fff *-network description: Network controller product: BCM4360 802.11ac Wireless Network Adapter vendor: Broadcom Coporation physical id: 0 bus info: pci@0000:0d:00.0 version: 03 width: 64 bits clock 33MHz capabilities: pm msi pciexpress bus_master cap_list configuration: driver=bcma-pci-bridge latency=0 resources: irq:18 memoryfb400000-fb407fff memory:fb200000-fb3fffff 

并为lspci -nnk | grep net -A2 lspci -nnk | grep net -A2

 00:19.0 Ethernet controller [0200]: Intel Coporation Ethernet Connection (2) I218-V [8086:15a1] (rev 05) Subsystem: ASUSTeK Computer Inc. Device [1043:85c4] Kernel driver in use: e1000e 0b:00.0 Ethernet controller [0200]: Intel Coporation I211 Gigabit Network Connection [8086:1539] (rev 03) Subsystem: ASUSTeK Computer Inc. Device [1043:85f0] Kernel driver in use: igb 

第二条错误消息:

这是安装两个软件包时的第二条错误消息:

 ... ERROR (dkms apport): kernel package linux-headers-4.4.0-31-generic is not supported Error! Bad return status for module build on kernel: 4.4.0-31-generic (x86_64) Consult: /var/lib/dkms/bcmwl/6.30..../build/make.log for more information. modprobe: FATAL: Module wl not found. 

您需要从互联网上下载两个软件包,将它们传输到USB,然后将它们带到您的计算机上。 包裹是

Broadcom无线驱动程序

DKMS

除了Ubuntu trusty(14.04)的这些新链接之外,您应该按照本答案中的说明进行操作 – 使用arch来确定您需要的架构,下载.deb文件,将它们复制到计算机的目录中。

然后从某个目录使用sudo dpkg -i *.deb来安装这两个软件包,接着是sudo modprobe wl 。 这应该加载无线适配器所需的驱动程序。