Ubuntu無線LANの設定
acer Aspire one 751の無線LAN カードはhttps://help.ubuntu.com/community/AspireOne/AO751hを見る限り
Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter
だと思っていたら間違いで、実は
Atheros Communications Inc. AR5001 Wireless Network Adapter
だった・・・端末で
$ lspci | grep -i wireless
で確認できます。
そこで無線LANの設定のやり直しとなった・・・
https://forums.ubuntulinux.jp/viewtopic.php?id=6522
を参考にまずmadwifi-0.9.4-current.tar.gzを
http://snapshots.madwifi-project.org/ からダウンロードし、
ホームフォルダーに展開、端末で
$cd madwifi-0.9.4-r4119-20100201
$make
$sudo make install
$sudo modprobe ath_pci
を実行。その後端末で
$sudo gedit /etc/modprobe.d/blacklist-ath_pci.conf
とテキストファイルを開き、
#blacklist ath_pci
blacklist ath5k
blacklist ath9k
の様に変更。次に
$sudo gedit /etc/modules
とテキストファイルを開き
ath_pci
の一行を追記し、再起動すると設定がほぼ終了。
network managerのアイコンをクリックすると無線ネットワークの項目が増えている・・・ただ、今無線LANを試す環境がないので実際繋がるかどうかは分かりません。
| 固定リンク
「Linux」カテゴリの記事
- Ubuntu18.04でソフトウェアキーボードを使う(2019.01.02)
- Windows10パソコンにのハードディスクにbitlocker採用(2018.08.02)
- Linux Mint でMozcツールの手書き文字認識を利用するには(2016.04.14)
- VirtualBoxにOpenIndianaをインストール(2014.09.13)
- Ubuntuの起動画面をFedora風に変更(2014.09.10)
コメント