Acerラップトップを購入し、Ubuntu 14.04LTSをインストールしましたが、WiFiドライバーは使用できません。そこで、wifidocs / driver / ndiswrapperを使用してWindowsドライバーをインストールしようとしています。
実行するとlspci -vvnn
、次のようになります。
Network controller [0280: Qualcomm Atheros Device [168c:0042] (rev 30)
その後、アテロームドライバーも無効にしました。lspci
and を使用するとlspci -n
、PCI idは168c:0042
です。ただし、AcerのWebサイトには3つのアテロームドライバーがあります。どのファイルをダウンロードするのかわかりませんでしたが、Windows PCにダウンロードし、デスクトップにzipファイルを貼り付け、unzipを使用してターミナルから解凍しました<filename>.zip
。このページには、コントロールパネルシステムのハードウェアと、Windowsシステムのすべてにアクセスする必要があると書かれています。私はそれをしませんでした。私のWindowsコンピューターではないので、追加のドライバーをインストールしないでください。解凍後.inx
、.bin
ファイルが1つ、ファイルが1つありますが、.sys
ファイルはありません。ここまで完全に正しいのか、何かを見逃したのかわかりません。そして、私が正しいなら、ここからどのように進むのですか?また、新しいディレクトリを作成し、解凍したファイルをコピーしました.inx
そしてその中の.bin
ファイル。その後、そのディレクトリで実行しましたndiswrapper -i <filename>.inf
が、ndiswrapper
インストールされていないと表示され、実行するとsudo apt-get install ndiswrapper-common
、ndiswrapper-common
すでに最新バージョンの応答が返されます。何をすべきか?ここに私の
dmesg | grep ath10k result
[ 7.882758] ath10k_pci 0000:03:00.0: pci irq msi-x interrupts 8 irq_mode 0 reset_mode 0
[ 8.190016] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/cal-pci-0000:03:00.0.bin failed with error -2
[ 8.334587] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/board-2.bin failed with error -2
[ 10.140677] ath10k_pci 0000:03:00.0: qca9377 hw1.0 (0x05020000, 0x003820ff sub 105b:e09a) fw WLAN.TF.1.0-00267-1 fwapi 5 bdapi 1 htt-ver 3.1 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features ignore-otp
[ 10.140682] ath10k_pci 0000:03:00.0: debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
以下が出力です lspci -nnk | grep -iA2 net
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
Subsystem: Acer Incorporated [ALI] Device [1025:098a]
Kernel driver in use: r8169
03:00.0 Network controller [0280]: Qualcomm Atheros Device [168c:0042] (rev 30)
Subsystem: Foxconn International, Inc. Device [105b:e09a]
Kernel driver in use: ath10k_pci