No wired internet

Good morning. I got a new Pc, it has a wifi adapter that has this chip Realtek RTL8192EU chip. I searched and followed a forum post, How to install WiFi driver for D-Link DWA 131 (USB Dongle) - #22 by flyingcakes, it worked perfectly and now I am connected to wifi. But now the wired connection disappeared. I would like if possible to have both available.
Here is some information, please tell me if more is needed:

[jacqueline@jacqueline-h310mh20 ~]$ lspci
00:00.0 Host bridge: Intel Corporation 8th/9th Gen Core 8-core Desktop Processor Host Bridge/DRAM Registers [Coffee Lake S] (rev 0d)
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Desktop 9 Series) (rev 02)
00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model
00:14.0 USB controller: Intel Corporation 200 Series/Z370 Chipset Family USB 3.0 xHCI Controller
00:16.0 Communication controller: Intel Corporation 200 Series PCH CSME HECI #1
00:17.0 SATA controller: Intel Corporation 200 Series PCH SATA controller [AHCI mode]
00:1c.0 PCI bridge: Intel Corporation 200 Series PCH PCI Express Root Port #5 (rev f0)
00:1c.5 PCI bridge: Intel Corporation 200 Series PCH PCI Express Root Port #6 (rev f0)
00:1c.6 PCI bridge: Intel Corporation 200 Series PCH PCI Express Root Port #7 (rev f0)
00:1c.7 PCI bridge: Intel Corporation 200 Series PCH PCI Express Root Port #8 (rev f0)
00:1d.0 PCI bridge: Intel Corporation 200 Series PCH PCI Express Root Port #11 (rev f0)
00:1f.0 ISA bridge: Intel Corporation Device a2ca
00:1f.2 Memory controller: Intel Corporation 200 Series/Z370 Chipset Family Power Management Controller
00:1f.3 Audio device: Intel Corporation 200 Series PCH HD Audio
00:1f.4 SMBus: Intel Corporation 200 Series/Z370 Chipset Family SMBus Controller
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 16)
[jacqueline@jacqueline-h310mh20 ~]$ 

```Thank you

Hi!
Since my PC is in a different room, I cannot verify if ethernet is working on my device. (no long ethernet wires in my house)

Could you post output of these two commands:

inxi -nxxx

ifconfig -a

2 Likes

Realtek’s r8168 is funny.
Check:

lsmod | grep r816

If you have package r8168 installed, you can try uninstalling it and reboot.

3 Likes

Sorry for the delay. I am updating and it’s terribly slow. I should have refreshed mirrors but I am afraid to interrupt now. As soon as it finishes I’ll provide the requested information.

No hurry, take your time! :smile:

1 Like

``[jacqueline@jacqueline-h310mh20 ~]$ inxi -nxxx
Network: Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet vendor: Gigabyte
driver: N/A port: e000 bus ID: 04:00.0 chip ID: 10ec:8168
Device-2: TP-Link TL-WN822N Version 4 RTL8192EU type: USB driver: rtl8192eu
bus ID: 1-2:3 chip ID: 2357:0108 serial: 00e04c000001
IF: wlan0 state: up mac: d0:37:45:b4:3d:ae

[jacqueline@jacqueline-h310mh20 ~]$ ifconfig -a
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1000 (Local Loopback)
RX packets 984 bytes 127575 (124.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 984 bytes 127575 (124.5 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.69 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::622f:b91d:f1a5:676 prefixlen 64 scopeid 0x20
ether d0:37:45:b4:3d:ae txqueuelen 1000 (Ethernet)
RX packets 23331366 bytes 36601607147 (34.0 GiB)
RX errors 0 dropped 316 overruns 0 frame 0
TX packets 4329074 bytes 567248527 (540.9 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
`
type or paste code here

Hi, thank you. I tried to remove r8168, I’ll see after a reboot if there’s any change.
The other command no result
[jacqueline@jacqueline-h310mh20 ~]$ lsmod | grep r816
[jacqueline@jacqueline-h310mh20 ~]$

After the reboot the wired connection reappeared¡¡¡
Thank you¡

2 Likes