web-dev-qa-db-ja.com

Atheros AR9285のドライバーをインストールするにはどうすればよいですか?

Ubuntu 11.10でAtheros AR9285のドライバーをインストールする方法。

これによると11.10のパッケージはまだありません

https://help.ubuntu.com/community/WifiDocs/Device/Atheros/AR9285


コマンドの出力は次のとおりです

marc@fer-VPCYA1V9E:~$ Sudo lshw -class network
  *-network DISABLED      
       description: Wireless interface
       product: AR9285 Wireless Network Adapter (PCI-Express)
       vendor: Atheros Communications Inc.
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: wlan0
       version: 01
       serial: 4c:0f:6e:d6:65:cc
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=ath9k driverversion=3.0.0-12-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
       resources: irq:16 memory:d3400000-d340ffff
  *-network
       description: Ethernet interface
       product: AR8131 Gigabit Ethernet
       vendor: Atheros Communications
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: eth0
       version: c0
       serial: 54:42:49:a2:1f:bc
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.0-NAPI firmware=N/A latency=0 link=no multicast=yes port=twisted pair
       resources: irq:43 memory:d2400000-d243ffff ioport:1000(size=128)

そして2番目のコマンド

marc@fer-VPCYA1V9E:~$ rfkill list
0: sony-wifi: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: sony-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
2: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
3: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
4: Acer-wireless: Wireless LAN
    Soft blocked: yes
    Hard blocked: no

動作させる方法はありますか?

11
Fernando

それを私が直した。次のファイルを編集します

/etc/modprobe.d/blacklist.conf

これを追加します

blacklist Acer_wmi

次に再起動すると、wifiが動作するはずです;)

9
Jack

Lenovo B560のワイヤレスの問題を解決しました。しかし、私はLinuxの初心者であり、blacklist Acer_wmiはコマンドを実行することによってのみ追加できるとすぐにはわかりませんでした:

gksu gedit /etc/modprobe.d/blacklist.conf
3
Lars Quist

Atheros AR9285のwifiドライバーで@fernandoと同じ問題が発生しました。 6時間かけてブラックリスト、さまざまなバックポート、互換ドライバーを編集し、さらに新しいカーネルバージョンをコンパイルしようと試みました。

rfkill list all表示に使用

Wireless LAN
  Soft blocked: no
  Hard blocked: yes

私の問題を解決したのは、ハードウェアスイッチを使用してwifiをオンに設定することでした。

試してください:リカバリモードでUbuntuを起動し、ネットワークを有効にするを選択します

再起動するとすべて完了です。その後Hard blocked: noを取得し、wifiが動作し始めました

0
raghavsood33

Ath9kドライバーisが含まれており、動作していることを確認できます-wlan0が存在します。ただし、システム設定でデバイスをオンにすることはできません。

幸いなことに、Dell Streakをケーブルでつなぐのはプラグアンドプレイでした。

0
Joe Sutton

Ath9kはデフォルトで最新のLinux Kernalに含まれています。自分で最新のものを構築することに興味があるなら。 Googleで"compact wireless linux driver"を検索できます

0
BigSack