現在、Ubuntu Server(バージョン:16.04.3)を搭載したコンピューターを設定しようとしています。
ワイヤレスアダプターのドライバーがインストールされていると思いますが、それを構成するにはiwconfig
ユーティリティ/コマンドが必要です。しかし、iwconfig
を取得するには、インターネット接続が必要です。
Windows 7コンピューターのイーサネットポートでICS(インターネット接続の共有)を一時的に有効にすることを決定しましたが、現在、イーサネット接続を介したインターネット接続( WindowsコンピューターおよびUbuntuサーバーコンピューター)。
これがSudo lshw -c network
の出力です。
*-network UNCLAIMED
description: Ethernet controller
product: Qualcomm Atheros
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:05:00.0
version: 10
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi msix bus_master cap_list
configuration: latency=0
resources: memory:ef100000-ef13ffff ioport:e000(size=128)
*-network DISABLED
description: Wireless interface
product: RTL8192EE PCIe Wireless Network Adapter
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:08:00.0
logical name: wlp8s0
version: 00
serial: 7c:8b:ca:0a:03:34
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rtl8192ee driverversion=4.4.0-87-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
resources: irq:132 ioport:d000(size=256) memory:ef000000-ef003fff
オンラインで掘り下げてみると、UNCLAIMED
ステータスは、イーサネットアダプターにドライバーがインストールされていないか、関連付けられていないことを信じさせます。私は正しいですか?
どのドライバーが必要かをどのように判断しますか?そのドライバを取得するにはどうすればよいですか(まだインストールされていない場合)?ドライバーをセットアップ/デバイスに関連付けるにはどうすればよいですか?
これがSudo lspci -nn | grep eth
の出力です。
05:00.0 Ethernet controller [0200]: Qualcomm Atheros Device [1969:e0b1] (rev 10)
Sudo modprobe -v alx
の出力:
insmod /lib/modules/4.4.0-87-generic/kernel/drivers/net/mdio.ko
insmod /lib/modules/4.4.0-87-generic/kernel/drivers/net/ethernet/atheros/alx/alx.ko
Sudo ip a
の出力:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127:0.0.1/8 scope Host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope Host
valid_lft forever preferred_lft forever
2: wlp8s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 7c:8b:ca:0a:03:34 brd ff:ff:ff:ff:ff:ff
ハードウェア仕様:
OS: Ubuntu Server (version: 16.04.3)
Motherboard: GIGABYTE GA-H270-Gaming 3 (rev. 1.0) LGA 1151 Intel H270
CPU: Intel Core i5 6400T
RAM: Corsair Value Select 4GB Unbuffered CL15
SSD: Kingston Digital 120GB SSDNow V300 (SV300S37A/120G)
HDD: WD Blue 1TB (WD10EZEX) | Seagate 1TB (ST1000DM003)
Wi-Fi Adapter: TP-Link N300 (TL-WN881ND)
PSU: EVGA 450 (220-B3-0450-V1)
実行してみてください
Sudo apt install linux-generic-hwe-16.04
これにより、 "ハードウェア有効化"(HWE)カーネルがインストールされます。これは、おそらくシステムで適切に機能する更新されたドライバーを備えた新しいバージョンです。 HWEの詳細については、こちらをご覧ください。
https://wiki.ubuntu.com/Kernel/RollingLTSEnablementStack
その十分なバージョンが、元のインストールメディアから入手できるはずです。そうでない場合は、USBスティックにコピーしてファイルを「スニーカーネット」するか、カーネルバージョン4.4.0でサポートされているUSB WiFiアダプターを見つけ、それを使用して素材をダウンロードする必要があります。必要。
これは答えではありませんが、情報は他の人々を助けるかもしれません。
そこで、Ubuntu Serverを再インストールすることにしました。また、変数の数を減らすために、当面はワイヤレスネットワークアダプターを削除することにしました。インストール画面が表示されたときに、Install Ubuntu Server with the HWE Kernel-Install Ubuntuの代わりに選択することにしましたサーバー。インストールプロセスが完了すると、すべてが正常に動作するように見えました。
これがSudo lshw -c network
の出力です。
*-network
description: Ethernet interface
product: Qualcomm Atheros
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:05:00.0
logical name: enp5s0
version: 10
serial: xx:xx:xx:xx:xx:xx
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=alx duplex=full ip=XXX.XXX.XXX.XXX latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:19 memory:ef000000-ef03ffff ioport:e000(size=128)
Sudo lspci -nn | grep eth
およびSudo modprobe -v alx
の出力は空でした。
これがSudo ip a
の出力です。
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope Host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope Host
valid_lft forever preferred_lft forever
2: enp5s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether xx:xx:xx:xx:xx:xx brd xx:xx:xx:xx:xx:xx
inet XXX.XXX.XXX.XXX/XX brd XXX.XXX.XXX.XXX scope global enp5s0
valid_lft forever preferred_lft forever
inet6 xxxx::xxxx:xxxx:xxxx:xxxx/xx scope link
valid_lft forever preferred_lft forever
Ubuntu Serverを(HWEなしで)再インストールして、問題がまだ発生するかどうかを確認します。
[〜#〜]更新[〜#〜]
私はもう一度Ubuntuサーバーをインストールしました-今回はHWEカーネルなしで。
結果は同じです。
これがSudo lshw -c network
の出力です。
*-network UNCLAIMED
description: Ethernet controller
product: Qualcomm Atheros
vendor: QUalcomm Atheros
physical id: 0
bus info: pci@0000:05:00.0
version: 10
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi msix bus_master cap_list
configuration: latency=0
resources: memory:ef000000-ef03ffff ioport:e000(size=128)
Sudo lspci -nn | grep eth
の出力はmeptyでした。
これがSudo lspci
の出力です。
00:00.0 Host bridge: Intel Corporation Sky Lake Host Bridge/DRAM Registers (rev 07)
00:02.0 VGA compatible controller: Intel Corporation Sky Lake Integrated Graphics (rev 06)
00:08.0 System peripheral: Intel Corporation Sky Lake Gaussian Mixture Model
00:14.0 USB controller: Intel Corporation Device a2af
00:16.0 Communication controller: Intel Corporation Device a2ba
00:17.0 SATA controller: Intel Corporation Device a282
00:1b.0 PCI bridge: Intel Corporation Device a2e9 (rev f0)
00:1b.4 PCI bridge: Intel Corporation Device a2eb (rev f0)
00:1c.0 PCI bridge: Intel Corporation Device a292 (rev f0)
00:1c.3 PCI bridge: Intel Corporation Device a293 (rev f0)
00:1c.4 PCI bridge: Intel Corporation Device a294 (rev f0)
00:1c.5 PCI bridge: Intel Corporation Device a295 (rev f0)
00:1c.6 PCI bridge: Intel Corporation Device a296 (rev f0)
00:1c.7 PCI bridge: Intel Corporation Device a297 (rev f0)
00:1d.0 PCI bridge: Intel Corporation Device a298 (rev f0)
00:1f.0 ISA bridge: Intel Corporation Device a2c4
00:1f.2 Memory controller: Intel Corporation Device a2f0
00:1f.3 Audio device: Intel Corporation Device a2f0
00:1f.4 SMBus: Intel Corporation Device a2a3
01:00.0 USB controller: ASMedia Technology Inc. Device 2142
03:00.0 PCI bridge: Integrated Technology Express, Inc. Device 8892 (rev 71)
05:00.0 Ethernet controller: Qualcomm Atheros Device e0b1 (rev 10)
これがSudo modprobe -v alx
の出力です。
insmod /lib/modules/4.4.0-87-generic/kernel/drivers/net/mdio.ko
insmod /lib/modules/4.4.0-87-generic/kernel/drivers/net/ethernet/atheros/alx/alx.ko
これがSudo ip a
の出力です。
1: lo <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope Host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope Host
valid_lft forever preffered_lft forever
どなたかご意見がございましたら、お気軽にご連絡ください。