現在、Ubuntu Server(バージョン:16.04.3)を使用してコンピュータを設定しようとしています。
ワイヤレスアダプタ用のドライバがインストールされていると思いますが、iwconfig
それを設定するにはユーティリティ/コマンドが必要です。しかし、それを得るにはiwconfig
インターネット接続が必要です。
Windows 7コンピュータのイーサネットポートでインターネット接続共有(ICS)を一時的に有効にすることにしましたが、これでイーサネット接続(WindowsコンピュータとUbuntu Serverコンピュータ間)を介してインターネット接続を確立できなくなりました。
出力は次のとおりです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)
答え1
走りましょう
sudo apt install linux-generic-hwe-16.04
これにより、システムでよりよく実行できる更新されたドライバを含む最新バージョンの「ハードウェアアクティベーション」(HWE)カーネルがインストールされます。 HWEに関する追加情報は次のとおりです。
https://wiki.ubuntu.com/Kernel/RollingLTSEnablementStack
ソースインストールメディアは十分なバージョンを提供する必要があります。そうでない場合は、ファイルをUSBスティックにコピーして「sneakernet」またはカーネルバージョン4.4.0でサポートされているUSB WiFiアダプタを見つけて、ダウンロードしたい素材をダウンロードするために使用できます。必要。
答え2
答えではありませんが、この情報が他の人に役立つ可能性があります。
そのため、Ubuntu Serverを再インストールすることにしました。また、変数の数を減らすために、ワイヤレスネットワークアダプタを一時的に削除することにしました。インストール画面が表示されたら選択することにしました。HWEカーネルを使用したUbuntuサーバーのインストール- 変える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
HWEなしでUbuntu Serverを再インストールして、まだ問題が発生していることを確認します。
修正する
今回は、HWEカーネルなしでUbuntu Serverを再インストールしました。
結果は同じです。
出力は次のとおりです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
空です。
出力は次のとおりです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
誰でもコメントがあれば、いつでも参加してください。