Comment 2 for bug 2022826

Revision history for this message
John Rose (johnaaronrose) wrote :

More information:
I'm now getting my wired connection option not being available and also not shown with ifconfig. Also, my wi-fi connection hangs on trying to connect. I've tried various answers referred to below.

ifconfig enp2so:
enp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
ether 50:eb:f6:ef:a4:e6 txqueuelen 1000 (Ethernet)
RX packets 2779 bytes 250524 (250.5 KB)
RX errors 0 dropped 1 overruns 0 frame 0
TX packets 355 bytes 72171 (72.1 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

ifconfig shows for wlp3s0:
john@Desktop:~$ ifconfig wlp3s0
wlp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.55.1 netmask 255.255.255.0 broadcast 192.168.55.255
inet6 fe80::c01f:1a40:87b9:30b5 prefixlen 64 scopeid 0x20<link>
ether bc:f1:71:6d:25:4f txqueuelen 1000 (Ethernet)
RX packets 161344 bytes 196076259 (196.0 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 88129 bytes 20314740 (20.3 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

iwconfig shows:
wlp3s0 IEEE 802.11 ESSID:"John's Phone"
Mode:Managed Frequency:2.442 GHz Access Point: 7A:17:94:F3:39:37
Bit Rate=72.2 Mb/s Tx-Power=22 dBm
Retry short limit:7 RTS thrff Fragment thrff
Power Managementn
Link Quality=64/70 Signal level=-46 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:206 Missed beacon:0

sudo lshw -C enp2s0 shows nothing

sudo lshw -C wlp3s0 shows nothing

lspci -nn shows for Ethernet:
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125] (rev 05)
03:00.0 Network controller [0280]: Intel Corporation Wi-Fi 6 AX200 [8086:2723] (rev 1a)

I found a webpage:
https://tutorialforlinux.com/2021/05...based-systems/

I followed the instructions and installed realtek-r8125-dkms package OK. On rebooting, I followed the instructed procedure (shown when installing the package) of Enrolling a MOK, creating a password and then entering it when requested on the reboot. But worse in that the Wired option is not shown when trying to connect to internet via router. And my WiFi (using Router) is not working so I'm posting using my Android phone as a Hotspot. Will I have any hair left soon!

I've found another webpage:
https://askubuntu.com/questions/1287...289417#1289417
I've tried both answer 1 & answer 2. Still no improvement after either.