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を試す環境がないので実際繋がるかどうかは分かりません。
0 件のコメント:
コメントを投稿