Wi-Fi + Bluetoothカード(Broadcom BCM43142)のドライバーをインストールできません。
私が今までしてきたこと:
- この Webサイトでドライバーを使用してみました。
- ここでは、
apt-get
インストール、tarボールのダウンロード、およびインストールとオフラインインストール(UbuntuのブートDVDから)の両方の手順に従ってみました。 - をインストールしてみました
bcmwl-kernel-source
。
すべての単一メソッド[1,2,3]の最後で、aを実行するとsudo modprobe wl
、常に次のようになります。
modprobe:エラー: 'wl'を挿入できませんでした:Exec形式エラー。
また、ドライバー以外のドライバーをブラックリストに登録し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
以前に言及したことを行うと、dropbox debパッケージは機能せず、再びこのエラーをスローします。このjas.gemnetworks.comリンクを意味しました。それはあなたのために働きますか?