私はPop OS 18.04がインストールされているLenovo Legion Y7000Pを実行しています。私のISPはAT&Tです。私のWiFiテスト速度は約20Mbpsの減少と5Mbpsの増加ですが、私のイーサネットオーバーパワー設定(600Mbpsの増加/減少定格)は10Mbpsの減少と6Mbpsの増加に過ぎませんが、他のラップトップは簡単に30Mbpsの減少を達成できるため、これが問題になると思われますになります。 ISPのネットワークが原因です。
$ sudo lshw -c network
以下を提供します。
*-network
description: Wireless interface
product: RTL8822BE 802.11a/b/g/n/ac WiFi adapter
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:07:00.0
logical name: wlp7s0
version: 00
serial: 80:2b:f9:da:38:1b
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=r8822be driverversion=4.18.0-20-generic firmware=N/A ip=192.168.1.67 latency=0 link=yes multicast=yes wireless=IEEE 802.11
resources: irq:141 ioport:4000(size=256) memory:a4300000-a430ffff
*-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:08:00.0
logical name: enp8s0
version: 15
serial: e8:6a:64:43:bb:57
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix 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=rtl8168h-2_0.0.2 02/26/15 ip=192.168.1.76 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: irq:17 ioport:3000(size=256) memory:a4204000-a4204fff memory:a4200000-a4203fff
$ ethtool enp8s0
以下を提供します。
Settings for enp8s0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supported pause frame use: No
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: Symmetric Receive-only
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Link partner advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Link partner advertised pause frame use: Symmetric Receive-only
Link partner advertised auto-negotiation: Yes
Link partner advertised FEC modes: Not reported
Speed: 100Mb/s
Duplex: Full
Port: MII
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
Cannot get wake-on-lan settings: Operation not permitted
Current message level: 0x00000033 (51)
drv probe ifdown ifup
Link detected: yes
ベストアンサー1
Ubuntuの問題ではないようです。
- 1GBの代わりに100Mbsで接続されているという事実は間違いなく、多くのPLCアダプタには100Mbsポートしかありません。
これは、PLC信号が他のもの(ノートブックの電源装置など)によって中断される問題である可能性が高いです。
- イーサネット経由で直接接続してみてください
- 少なくとも電源コードのノイズ、電源、USB充電器などを一時的にすべて外してください。
(私の家(FTTH)では、Wi-Fi(200Mbs)がイーサネット/ PLC(70Mbs)より少し速いですが、安定性は低下します...)