我无法为我的 Wi-Fi + 蓝牙卡 (Broadcom BCM43142) 安装驱动程序。
到目前为止我所做的:
apt-get安装、下载 tar ball 以及安装和离线安装(来自 Ubuntu 的引导 DVD)。bcmwl-kernel-source.在每个方法 [1,2,3] 的末尾,当我执行 a 时sudo modprobe wl,我总是得到这个:
modprobe: 错误: 无法插入 'wl': Exec 格式错误。
我也尝试过将驱动程序列入黑名单wl,并尝试多次重新安装相同的驱动程序。
ndiswrapperwhich 足以使 UNCLAIMED 驱动程序(请参阅下面的输出lshw -c Network)更改为其他内容。然而,最后 Wi-Fi 确实出现了或工作了。
内核版本: 3.13.0-24-generic
我已经尽我所能,尽我所能。如果您能帮我设置 Wi-Fi,那将非常有帮助。我愿意粘贴您可能要求我执行的任何命令的输出。(我已经添加了lshw -c Networkand的输出lspci -nn,但请不要犹豫,问我其他任何问题。)
lshw -c Network
WARNING: you should run this program as super-user.
*-network UNCLAIMED …Run Code Online (Sandbox Code Playgroud) 我正在尝试将我的无线网卡设置为监控模式。我正在与:
description: Wireless interface
product: BCM4312 802.11b/g LP-PHY
vendor: Broadcom Corporation
logical name: eth2
Run Code Online (Sandbox Code Playgroud)
当我尝试将其设置为监控模式时,我得到:
sudo iwconfig eth2 mode monitor
Error for wireless request "Set Mode" (8B06) :
SET failed on device eth2 ; Invalid argument.
Run Code Online (Sandbox Code Playgroud)
我也尝试使用:
$ sudo airmon-ng start eth2
Found 5 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to kill (some of) them!
PID Name
1094 NetworkManager
1096 avahi-daemon
1097 avahi-daemon
1167 wpa_supplicant …Run Code Online (Sandbox Code Playgroud) 我使用此说明安装了无线驱动程序如何为 Dell Vostro 3460/3560 安装 BCM43142 无线驱动程序并且我的 WiFi 工作正常。这里没有问题。
但不幸的是蓝牙不起作用。Ubuntu 栏显示蓝牙标志,我可以打开/关闭蓝牙,但找不到任何设备。当我打开可见性时,我找不到我的笔记本电脑。所以,显然蓝牙不起作用。
我找不到有关蓝牙实际上可以在 Ubuntu 中使用此适配器的报告。那么,有没有人有蓝牙工作的 BCM43142 适配器?我正在使用 Ubuntu 12.10 x64。
我已经在我的戴尔 Inspiron 3521 上安装了新的 Ubuntu 14.10。
通过启用 BroadCom BCM 43142 专有驱动程序,我能够在 Boot Live 阶段和安装阶段使用我的 wifi。
但是安装后我无法启用专有驱动程序。
我可以看到那里列出的驱动程序,当我选择使用它们的选项并单击应用时,进度条开始继续,但在处理过程中停止,并且重新选择“不使用它们”选项。
我在这里搜索了一些问题,根据这些问题我必须用以太网电缆连接我的笔记本电脑才能让我的 wifi 驱动程序工作。
但是我目前没有任何以太网电缆。我只能在我的第二台笔记本电脑上使用 wifi。
有没有其他方法可以使驱动程序正常工作,或者是否有任何离线安装程序,例如驱动程序的 .deb 文件?
如果有人知道,请帮忙!
我已经重新安装了 ubuntu 三次,但问题仍然存在。
我有一台戴尔 3721,它是 Windows 8 原装的。我设法在这台笔记本电脑上安装了 ubuntu 12.10,即使没有开箱即用的驱动程序。在 12.10 中,我不得不多次安装这个 .deb 包。安装后,几周没问题了,然后我必须再次安装它。也许某些安全更新会破坏某些重新安装它所必需的东西......
我的问题是,这个包不再适用于 ubuntu 13.04。所以我现在不能使用 Wifi。此外,我的显示器几乎是暗的,我无法使用 ubuntu 13.04 更改亮度级别。希望你能给我一些建议。
Dell:~$ sudo lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation 3rd Gen Core processor DRAM Controller [8086:0154] (rev 09)
00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09)
00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)
00:16.0 Communication controller [0780]: Intel Corporation 7 …Run Code Online (Sandbox Code Playgroud) 我使用这个包在 3.2 内核上安装驱动程序,它运行良好。
不幸的是系统以前用3.2内核随机冻结,所以我安装了3.4内核,现在没有冻结,唯一的问题是我的wifi卡不工作,我尝试重新安装软件包,但没有用。
我可以在“附加驱动程序”中看到驱动程序,它说它处于活动状态,但是当我执行时iwconfig它没有显示出来。我什至尝试过ndiswraper,但也没有用。
我的lspci:
01:00.0 Network controller: Broadcom Corporation Device 4365 (rev 01)
Run Code Online (Sandbox Code Playgroud)