我无法为Wi-Fi +蓝牙卡(Broadcom BCM43142)安装驱动程序。
到目前为止,我所做的是:
在每个方法[1,2,3]的最后,当我执行a时sudo modprobe wl
,我总是得到这个:
modprobe:错误:无法插入“ wl”:执行格式错误。
我还尝试了将驱动程序列入黑名单wl
,并尝试将其重新安装几次。
- 我还尝试使用
ndiswrapper
成功使UNCLAIMED驱动程序(参见下面的输出lshw -c Network
)更改为其他内容的方法。
但是最后,Wi-Fi确实可以正常工作了。
内核版本: 3.13.0-24-generic
我已尽我所能竭尽所能。如果您可以帮助我设置Wi-Fi,那将非常有帮助。我愿意粘贴您可能要求我执行的所有命令的输出。(我已经添加了lshw -c Network
和的输出lspci -nn
,但是请随时询问我其他信息。)
lshw -c Network
WARNING: you should run this program as super-user.
*-network UNCLAIMED
description: Network controller
product: BCM43142 802.11b/g/n
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:02:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list
configuration: latency=0
resources: memory:90500000-90507fff
lspci
02:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
sudo apt-get install的输出bcmwl-kernel-source
。该WLAN卡的官方驱动程序(由Ubuntu发行):
sudo apt-get install bcmwl-kernel-source
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
wireless-bcm43142-oneiric-dkms
The following NEW packages will be installed:
bcmwl-kernel-source
0 upgraded, 1 newly installed, 1 to remove and 0 not upgraded.
Need to get 0 B/1,126 kB of archives.
After this operation, 1,417 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 318223 files and directories currently installed.)
Removing wireless-bcm43142-oneiric-dkms (6.20.55.19~bdcom0602.0400.1000.0400-0somerville1) ...
Removing all DKMS Modules
Done.
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.103ubuntu4) ...
update-initramfs: Generating /boot/initrd.img-3.13.0-24-generic
Selecting previously unselected package bcmwl-kernel-source.
(Reading database ... 318162 files and directories currently installed.)
Preparing to unpack .../bcmwl-kernel-source_6.30.223.141+bdcom-0ubuntu2_amd64.deb ...
Unpacking bcmwl-kernel-source (6.30.223.141+bdcom-0ubuntu2) ...
Setting up bcmwl-kernel-source (6.30.223.141+bdcom-0ubuntu2) ...
Loading new bcmwl-6.30.223.141+bdcom DKMS files...
Building only for 3.13.0-24-generic
Building for architecture x86_64
Building initial module for 3.13.0-24-generic
Done.
wl:
Running module version sanity check.
- Original module
- Installation
- Installing to /lib/modules/3.13.0-24-generic/updates/dkms/
depmod.......
DKMS: install completed.
这是我不断重复得到的错误:
modprobe: ERROR: could not insert 'wl': Exec format error
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.103ubuntu4) ...
update-initramfs: Generating /boot/initrd.img-3.13.0-24-generic
另外,这是什么意思?
我经历了以下询问Ubuntu问题:
第二篇似乎是对所有可能方式的非常全面的总结...我仍然对此表示怀疑Exec Format error
。
modprobe wl
,我再次提到了该错误。我的意思是这个jas.gemnetworks.com链接。对你起作用吗 ?