我有一台预装了 Windows 8.1 的 Dell Inspiron 15R,我刚刚在双启动中安装了 Ubuntu 12.04,并且它运行正常。现在我无法连接到 wifi。我试过如何为 Dell Vostro 3460/3560 安装 BCM43142 无线驱动程序? 以及其他涉及安装 firmware-b43-installer 和 b43-fwcutter 的方法。均无效。rfkill list all 仅显示蓝牙:
rfkill list all
0:hci0:蓝牙
Soft blocked: no
Hard blocked: no
vipluv@Krishnakshetra:~$
我的无线硬件根本检测不到!我该怎么办?
编辑:
lspci -nnk 的输出 | grep -iA2 网:
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 07)
Subsystem: Dell Device [1028:05e9]
Kernel driver in use: r8169
02:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
Subsystem: Dell Wireless 1704 802.11n + BT 4.0 [1028:0016]
Kernel driver in use: bcma-pci-bridge
对于 iwconfig:
eth0 no wireless extensions.
lo no wireless extensions.
答案1
第一步:使用以太网电缆将您的系统临时连接到网络。
第二步:打开终端并发出命令:
sudo apt-get update
然后完成后,
sudo apt-get upgrade
第三步:
打开“附加驱动程序”并安装推荐的驱动程序。如果没有任何需要或推荐的驱动程序,您将看到以下内容:
如果您的无线硬件根本无法检测到,请考虑尝试使用 USB wifi 适配器,因为集成适配器可能以某种方式损坏。