web-dev-qa-db-ja.com

メインラインカーネル3.4以降でBCM43228カードを機能させるにはどうすればよいですか?

https://wiki.ubuntu.com/Kernel/MainlineBuilds に従って、debsからカーネル3.4および3.5をインストールしました。

残念ながら、起動後にインターネットに接続できず、ネットワークデバイスBCM43228に問題があります。独自のドライバーをアクティブにすることはできません。

ジョッキーのログには次のものがあります。

2012-07-08 22:13:06,796 DEBUG: BroadcomWLHandler enabled(): kmod disabled, bcm43xx: blacklisted, b43: blacklisted, b43legacy: blacklisted
2012-07-08 22:13:06,854 DEBUG: BroadcomWLHandler enabled(): kmod disabled, bcm43xx: blacklisted, b43: blacklisted, b43legacy: blacklisted
2012-07-08 22:13:06,873 DEBUG: BroadcomWLHandler enabled(): kmod disabled, bcm43xx: blacklisted, b43: blacklisted, b43legacy: blacklisted
2012-07-08 22:13:08,843 DEBUG: BroadcomWLHandler enabled(): kmod disabled, bcm43xx: blacklisted, b43: blacklisted, b43legacy: blacklisted
2012-07-08 22:13:12,818 WARNING: modinfo for module wl failed: ERROR: modinfo: could not find module wl

2012-07-08 22:13:12,819警告:/ sys/module/wl/driversは存在せず、wlドライバを再バインドできません

としようとしている:

Sudo apt-get install --reinstall bcmwl-kernel-source

結果:

Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/1,151 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 314137 files and directories currently installed.)
Preparing to replace bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu6.1 (using .../bcmwl-kernel-source_5.100.82.38+bdcom-0ubuntu6.1_AMD64.deb) ...
Removing all DKMS Modules
Done.
Unpacking replacement bcmwl-kernel-source ...
Setting up bcmwl-kernel-source (5.100.82.38+bdcom-0ubuntu6.1) ...
Loading new bcmwl-5.100.82.38+bdcom DKMS files...
Building only for 3.5.0-030500rc6-generic
Building for architecture x86_64
Building initial module for 3.5.0-030500rc6-generic
ERROR (dkms apport): kernel package linux-headers-3.5.0-030500rc6-generic is not supported
Error! Bad return status for module build on kernel: 3.5.0-030500rc6-generic (x86_64)
Consult /var/lib/dkms/bcmwl/5.100.82.38+bdcom/build/make.log for more information.
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.5.0-030500rc6-generic

Linux> = 3.4でこのドライバーのサポートはありますか?

2
Paulo Matos

Wikiを読んでいるなら、このビットに注意を向けてください。

定義上、メインラインカーネルビルドは、変更されていないメインラインカーネルソースから作成されるため、Ubuntuのパッチやドライバーを含めないでください。 これらのカーネル用のバイナリドライバーもありません。

メインラインビルドよりも、通常、次のアルファ/ベータバージョン(この場合、12.10 Quantal Alpha 2)のカーネルのほうがうまく運べます。

  1. 以下のリンクから12.10 bcmwl-kernel-sourceパッケージを取得し、dpkgでインストールしてみてください。

    http://www.mirrorservice.org/sites/archive.ubuntu.com/ubuntu/pool/restricted/b/bcmwl/bcmwl-kernel-source_5.100.82.112%2bbdcom-0ubuntu2_AMD64.deb
    
  2. メインラインビルドでそれが機能しない場合は、12.10 3.5カーネルイメージ/ヘッダーをインストールしてから再試行してください。

     http://www.mirrorservice.org/sites/archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-headers-3.5.0-4_3.5.0-4.4_all.deb 
     http://www.mirrorservice.org/sites/archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-headers-3.5.0-4-generic_3.5.0-4.4_AMD64.deb 
     http://www.mirrorservice.org/sites/archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-image-3.5.0-4-generic_3.5.0-4.4_AMD64。 deb 
     http://www.mirrorservice.org/sites/archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-image-extra-3.5.0-4-generic_3.5.0- 4.4_AMD64.deb 
    

注:あなたはこれでかなり便利な人のように見えるので:)、ひどいバイナリのみのBroadcomカードを、完全に開いている優れたIntel 6205または6300ハーフミニPCIeカードの1つと交換することをお勧めしますVanillaカーネルでのソースドライバーのサポート?

3
ish

xorg-edgersからダウンロードしたカーネルパッケージにも同じ問題がありました。次に、 here からbcmwl-kernel-sourceのクォンタルバージョンをダウンロードしてインストールし、ワイヤレスカードがすぐに機能するようにしました。

2
hardas