web-dev-qa-db-ja.com

新しいHPラップトップ、Ubuntuはワイヤレスアダプターを認識しません

Xubuntu(Ubuntu 14.04)、カーネル3.19を使用しています。

ネットワーク関連のインターフェースのどれも、コンピューターがWiFiネットワークを検出または接続できることを示すものではありません。

これはHP ENVY-15tスリムクワッドラップトップ製品番号:T1P54AVで、提供された仕様は次のとおりです。

  • デュアルデジタルマイクを搭載したHP TrueVision HD Webカメラ
  • 8GB DDR3Lシステムメモリ(1 Dimm)
  • 1TB 5400 rpmハードドライブ
  • 6セル47WHrリチウムイオン電池
  • バックライト付きキーボード
  • 第6世代Intel(R)Core(TM)i7-6700HQ Quad Coreプロセッサー+ Intel(R)HD Graphics 530
  • Intel 802.11ac WLANおよびBluetooth(R)[1x1]
  • DVDまたはCDドライブなし
  • 15.6インチの対角線フルHD WLEDバックライトIPSディスプレイ(1920x1080)

lspci -nnは以下を提供します:

01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)
02:00.0  Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device [10ec:522a] (rev 01)
08:00.0 Network controller [0280]: Intel Corporation Device [8086:3165] (rev 81)

ifconfigは、イーサネットまたはlo以外の接続を提供しません:

eth0
...  
lo
...

iwconfig同様に:

eth0      no wireless extensions.
lo        no wireless extensions.

rfkill list出力は次のとおりです。

0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

lshw -C networkの結果:

*-network
description: Ethernet interface product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller vendor: Realtek Semiconductor Co., Ltd. physical id: 0 bus info: pci@0000:01:00.0 logical name: eth0 version: 0c serial: dc:4a:3e:62:f2:83 size: 100Mbit/s capacity: 1Gbit/s width: 64 bits clock: 33MHz capabilities: bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168g-2_0.0.1 02/06/13 ip=192.168.2.111 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s resources: irq:124 ioport:4000(size=256) memory:a3200000-a3200fff memory:a3000000-a3003fff *-network UNCLAIMED description: Network controller product: Intel Corporation vendor: Intel Corporation physical id: 0 bus info: pci@0000:08:00.0 version: 81 width: 64 bits clock: 33MHz capabilities: cap_list configuration: latency=0 resources: memory:a3100000-a3101fff

lspci -nnk | grep -iA2 netの結果:

01:00.0イーサネットコントローラー[0200]:Realtek Semiconductor Co.、Ltd. RTL8111/8168/8411 PCI Expressギガビットイーサネットコントローラー[10ec:8168](rev 0c)サブシステム:Hewlett-Packard Company Device [103c:8154]カーネルドライバー使用:r8169

08:00.0ネットワークコントローラー[0280]:Intel Corporationデバイス[8086:3165](rev 81)サブシステム:Intel Corporationデバイス[8086:4010]使用中のカーネルドライバー:iwlwifi

私はここで迷子になりました。カーネルバージョンにバックポートされたドライバーのインストールなど、いくつかのことを試しましたが、上記の動作を変更するものはありませんでした。

注目に値するのは、以前にこのマシンでarchlinuxを実行したことがあり、インストール中に問題なくワイヤレスカードを検出できたことです。私はそれが提供するrealtekワイヤレスドライバーを調べ、バックポートのパッケージからそれらをインストールしようとしました(ただし、間違っている可能性があり、役に立たなかった)

助けていただければ幸いです、私はしばらくここで立ち往生しています

1
ururururur

Ndiswrapperを使用できます。ワイヤレスカードのWindowsドライバーをインストールできます。

インストールする前に

端末でlshw -C networkと入力すると、lspci -vvnnを試すこともできます。端末でワイヤレスカードを探すには、次のようにします(スペイン語):

 *-network               
       descripción: Interfaz inalámbrica
       producto: AR9485 Wireless Network Adapter
       fabricante: Qualcomm Atheros
       id físico: 0

インストールインターネットへの有線アクセスがある場合:

Sudo apt-get install ndisgtk

必要なパッケージが見つからない場合は、 http://packages.ubuntu.com でお願いします。必要な3つのパッケージを次に示します。

  1. http://packages.ubuntu.com/trusty/ndiswrapper-common
  2. http://packages.ubuntu.com/trusty/ndiswrapper-utils-1.9
  3. http://packages.ubuntu.com/trusty/ndisgtk

これで、Windowsドライバーをダウンロードできます。製造元のWebサイトで見つけて、Ndiswrapperでインストールできます。

詳細についてはこちらもお読みください

1
albertoefg

HP ENVY Manual 11ページから: F12 (または FnF12 BIOS設定に応じて)WiFiをオンにします...(コンピューターが完全に起動した後にこれを行います)

1
Fabby