在戴尔笔记本电脑上全新安装 Ubuntu 16.04 时没有网络

在戴尔笔记本电脑上全新安装 Ubuntu 16.04 时没有网络

我通过 USB 在我的 2014 款机型上全新安装了 Ubuntu 16.04戴尔 Vostro 2520 笔记本电脑
一切顺利,就是没有网络。网络中甚至没有显示 WiFi 选项。

在此处输入图片描述

我如何诊断?

anjanesh@anjanesh-Vostro-2520:~$ sudo lshw -C network
[sudo] password for anjanesh: 
  *-network UNCLAIMED     
       description: Network controller
       product: BCM43142 802.11b/g/n
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:07:00.0
       version: 01
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: latency=0
       resources: memory:f7c00000-f7c07fff
  *-network
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:09:00.0
       logical name: enp9s0
       version: 07
       serial: e0:db:55:aa:12:84
       size: 10Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8168e-3_0.0.4 03/27/12 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
       resources: irq:17 ioport:e000(size=256) memory:f0004000-f0004fff memory:f0000000-f0003fff

答案1

很多戴尔电脑都使用博通无线网卡。我不确定您的型号。但您应该能够通过inxi -Nn在终端中输入来找到答案。如果是博通,则需要根据所用的芯片组添加正确的驱动程序。有关更多信息,请参见此处:博通

好的,您能获得以太网(硬)连接吗?如果可以,请安装,bcmwl-kernel-source如果您无法在线获得它,您仍然可以通过转到pool>main>g>glibc从您用来安装的实时USB记忆棒安装它,首先安装glibc-dev-bin(使用gdebi)然后安装libc6-dev,安装完成后,转到pool>restricted>b并安装bcmwl-kernel-source。祝你好运。之后wifi应该可以工作了。

相关内容