나는 몇 주 동안 Kubuntu 22.10을 시험해보고 있습니다. 이전에는 잘 작동했지만 어제부터 네트워크 연결에 다운로드 또는 업로드 속도가 없습니다. 동일한 장치의 Ubuntu 시스템이 완벽하게 작동하므로 하드웨어나 라우터 문제를 배제했습니다.(이중 부팅 설정이 있습니다) 나는 포럼을 살펴보았지만 나에게 도움이 되는 것을 찾지 못했습니다. 방화벽을 비활성화해 보았지만 역시 효과가 없었습니다. 라우터 관리자 페이지에는 연결할 수 있지만 다른 페이지에는 연결할 수 없습니다.
도움이 될지는 모르겠지만 결과는 다음과 같습니다.lshw -c Network
*-network
description: Wireless interface
product: RTL8821CE 802.11ac PCIe Wireless Network Adapter
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlp2s0
version: 00
serial: 28:39:26:25:64:ef
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rtw_8821ce driverversion=5.19.0-28-generic firmware=N/A ip=192.168.1.102 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:03:00.0
logical name: enp3s0
version: 10
serial: e8:6a:64:e1:db:e1
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=5.19.0-28-generic firmware=rtl8168g-3_0.0.1 04/23/13 latency=0 link=no multicast=yes port=twisted pair
resources: irq:17 ioport:3000(size=256) memory:a4204000-a4204fff memory:a4200000-a4203fff
이는 다음의 출력입니다.iwconfig
lo no wireless extensions.
enp3s0 no wireless extensions.
wlp2s0 IEEE 802.11 ESSID:"Shitdroid"
Mode:Managed Frequency:2.462 GHz Access Point: 58:D9:D5:53:A8:D8
Bit Rate=39 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=70/70 Signal level=-24 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:7 Missed beacon:0
lxcbr0 no wireless extensions.
이는 다음의 출력입니다. ifconfig
enp3s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether e8:6a:64:e1:db:e1 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 51208 bytes 4477590 (4.4 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 51208 bytes 4477590 (4.4 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lxcbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 10.0.3.1 netmask 255.255.255.0 broadcast 10.0.3.255
ether 00:16:3e:00:00:00 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.100 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::2a39:26ff:fe25:64ef prefixlen 64 scopeid 0x20<link>
ether 28:39:26:25:64:ef txqueuelen 1000 (Ethernet)
RX packets 27 bytes 3374 (3.3 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 61 bytes 13406 (13.4 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
이것은 의 출력입니다route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.0.1 0.0.0.0 UG 600 0 0 wlp2s0
10.0.3.0 0.0.0.0 255.255.255.0 U 0 0 0 lxcbr0
link-local 0.0.0.0 255.255.0.0 U 1000 0 0 lxcbr0
192.168.0.0 0.0.0.0 255.255.255.0 U 600 0 0 wlp2s0
모든 출력은 Wi-Fi에 연결되었을 때 촬영되었습니다. 사용 중인 드라이버를 확인했는데 lsmod
드라이버가 rtw88_8821ce
목록에 나타납니다. 멍청한 문제라면 미안하지만 도움을 주시면 매우 감사하겠습니다.