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でこのドライバーのサポートはありますか?
Wikiを読んでいるなら、このビットに注意を向けてください。
定義上、メインラインカーネルビルドは、変更されていないメインラインカーネルソースから作成されるため、Ubuntuのパッチやドライバーを含めないでください。 これらのカーネル用のバイナリドライバーもありません。
メインラインビルドよりも、通常、次のアルファ/ベータバージョン(この場合、12.10 Quantal Alpha 2)のカーネルのほうがうまく運べます。
以下のリンクから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
メインラインビルドでそれが機能しない場合は、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カーネルでのソースドライバーのサポート?
xorg-edgers
からダウンロードしたカーネルパッケージにも同じ問題がありました。次に、 here からbcmwl-kernel-source
のクォンタルバージョンをダウンロードしてインストールし、ワイヤレスカードがすぐに機能するようにしました。