web-dev-qa-db-ja.com

NetworkManagerアプレットにネットワークが表示されない

私は質問で「友人」と呼ばれています here および here 。私はまだワイヤレスネットワークに接続できないので、自分で来て質問することにしました。

here のようにKeryxをダウンロードし、必要なパッケージとその依存関係をダウンロードしました。 Keryxを使用してUbuntuにパッケージをインストールしようとすると、Keryxが終了しました。これに続いて、dpkgを使用してパッケージを手動でインストールしましたが、私が知る限り、これは成功しました。

kieran@ubuntu:~$ cd /Host/wifi/Keryx/keryx/projects/Kieran/packages
kieran@ubuntu:/Host/wifi/Keryx/keryx/projects/Kieran/packages$ Sudo dpkg -i *.deb
[Sudo] password for kieran: 
Selecting previously deselected package bcmwl-kernel-source.
(Reading database ... 118296 files and directories currently installed.)
Unpacking bcmwl-kernel-source (from bcmwl-kernel-source_5.60.48.36+bdcom-0ubuntu5_i386.deb) ...
Selecting previously deselected package dkms.
Unpacking dkms (from dkms_2.1.1.2-3ubuntu1.1_all.deb) ...
Selecting previously deselected package fakeroot.
Unpacking fakeroot (from fakeroot_1.14.4-1ubuntu1_i386.deb) ...
Selecting previously deselected package linux-image.
Unpacking linux-image (from linux-image_2.6.35.22.23_i386.deb) ...
Selecting previously deselected package menu.
Unpacking menu (from menu_2.1.44ubuntu1_i386.deb) ...
Selecting previously deselected package patch.
Unpacking patch (from patch_2.6-2ubuntu1_i386.deb) ...
Setting up fakeroot (1.14.4-1ubuntu1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode.
Setting up linux-image (2.6.35.22.23) ...
Setting up menu (2.1.44ubuntu1) ...
Setting up patch (2.6-2ubuntu1) ...
Processing triggers for man-db ...
Setting up dkms (2.1.1.2-3ubuntu1.1) ...
Setting up bcmwl-kernel-source (5.60.48.36+bdcom-0ubuntu5) ...
Loading new bcmwl-5.60.48.36+bdcom DKMS files...
First Installation: checking all kernels...
Building only for 2.6.35-22-generic
Building for architecture i686
Building initial module for 2.6.35-22-generic
Done.


wl.ko: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /lib/modules/2.6.35-22-generic/updates/dkms/


depmod.....


DKMS: install Completed. update-initramfs: deferring update (trigger activated) Processing triggers for install-info ... Processing triggers for doc-base ... Processing 31 changed 1 added doc-base file(s)... Registering documents with scrollkeeper... Processing triggers for menu ... Processing triggers for initramfs-tools ... update-initramfs: Generating /boot/initrd.img-2.6.35-22-generic Warning: No support for locale: en_GB.utf8

私はここで愚かな質問をしているかもしれませんが、私の友人と私は提案するものが何もありません。

6
Kkelk

ばかげた答えかもしれませんが、nmにワイヤレスネットワークがまったく表示されないという問題がありました。ワイヤレスハードウェアがオンになっていないだけで、ワイヤレスカードを有効にするためのラップトップのホットキーが正しく動作していなかったことがわかりました。 nmのワイヤレスが表示されることを並べ替えました。

ライブCDを使用して起動した場合、Ubuntuハードウェアマネージャーはワイヤレスカードを認識し、ドライバーを提供しますか?

1
pst007x

Broadcomドライバーがあり、ネットワークマネージャーに接続が表示されない場合

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

次に、[システム]> [管理]> [追加ドライバー]に移動します。

ドライバーをアクティブにします。

次に、ワイヤレスを再起動します。

Sudo modprobe -r b43 ssb wl
Sudo modprobe wl
0
Koffeehaus

ワイヤレスカード用のハードウェアスイッチはありますか?ラジオをオフにするのは驚くほど簡単で、ネットワーク管理者はそれを知りません。

0
Jonathon