web-dev-qa-db-ja.com

Ubuntu 14.04(Trusty Tahr)上のBroadcom BCM43142のドライバー

Wi-Fi + Bluetoothカード(Broadcom BCM43142)のドライバーをインストールできません。

私が今までしてきたこと:

  1. this ウェブサイトでドライバーを使用してみました。
  2. apt-getインストール、tarボールのダウンロード、およびインストールとオフラインインストール(UbuntuのブートDVDから)の両方について here の指示に従ってみました。
  3. bcmwl-kernel-sourceをインストールしてみました。

すべての単一メソッド[1,2,3]の最後で、Sudo modprobe wlを実行すると、常に次のようになります。

modprobe:エラー: 'wl'を挿入できませんでした:Exec形式エラー。

また、wl以外のドライバーをブラックリストに登録し、同じものを数回再インストールしようとしました。

  1. また、ndiswrapperを使用してみましたが、これはUNCLAIMEDドライバー(lshw -c Networkの出力については以下を参照)を他の何かに変更するのに十分成功しました。

ただし、最後にはWi-Fiが表示または動作するようになりました。

カーネルバージョン:3.13.0-24-generic

私は全力を尽くしてできることはすべて試しました。あなたが私のWi-Fiをセットアップするのを手伝うことができれば、それは非常に役立つでしょう。あなたが私に実行するように頼むかもしれないコマンドの出力を貼り付けても構いません。 (lshw -c Networklspci -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の質問に答えました:

2番目の方法は、考えられるすべての方法の非常に包括的な要約のようです...それでも、このExec Format errorに固執しています。

20
Raghav RV

Linux Mint、Ubuntu 13.10、および14.04をインストールするときにも同じ問題が発生しました。 bcmwl-kernel-sourceを取得するには、電話からLANケーブルまたはUSBテザリングを使用する必要がありました。これは、Dell inspiron 15の唯一の機能するワイヤレスドライバのようです。

ただし、実行後にソフトウェア更新プログラムの追加ドライバーセクションでbcmwl-kernel-sourceを確認できました

Sudo apt-get update

lANまたはUSBテザリングを介してinteret接続を確立した後、ターミナルから、ドライバーを簡単にインストールできた場所から追加ドライバーが一覧表示されます。

5
farasath

私は問題に遭遇したので、それを解決するために次のコマンドを実行します。

# (Sudo rmmod b43 ; Sudo rmmod bcma ; Sudo rmmod wl ; Sudo modprobe wl ; Sudo modprobe lib80211_crypt_tkip)

B43またはbcmaはwlモジュールへの衝突のようです。

それが誰かを助けることを願っています...

0
oc666

Ubuntu 11.10と12.10でも同じ問題が発生しました。問題は、BCM43142 Sony VAIO FIT 15EでWi-Fiが検出されなかったことです。そのため、Ubuntu 13.10をインストールしようとしたときに、インストール中に「このサードパーティソフトウェアをインストールする」オプションをチェックしました。

buntuのインストール、サブセクションのステップ2を参照してくださいUbuntuをインストールする準備をします。これを試すこともできます。

0
user223882