
私はAcer Aspire One AO725でDebian wheezyを使用しています。次のコアがあります。
3.2.0.4-amd64
3.7-trunk-amd64
注文するlscpi | grep Network
:
02:00:0 ネットワークコントローラ: Atheros Communications Inc. AR9485ワイヤレスネットワークアダプタ(改訂01)
コンピュータには次の設定(IP固定)が必要です。
allow-hotplug wlan0
iface wlan0 inet static
address 192.168.0.68
netmask 255.255.255.0
gateway 192.168.0.1
時々、コンピュータはWIFIでうまく動作しますが、時にはWIFIとイーサネット(同じ設定)では動作しません。どうしたの?
私の問題をどのように解決できますか?