LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 02-24-2023, 07:12 PM   #1
Crotalid
Member
 
Registered: Jan 2006
Location: Carmichael, California
Distribution: Kubuntu 19.04
Posts: 90

Rep: Reputation: 19
Missing enp0s25 device (cable modem) after installing LAN card


Recently I ordered a new Motorola MB8611 cable modem, to replace an older, slower NetGear modem (the NG modem is limited to about 650mb/s, while the MB8611 supports up to 2.5gb/s).

In order to get the most of out it, today I installed a 10GTek 2.5GbE card with the RealTek 8125 chipset, since my onboard LAN on my older MSI X470 board is limited to 1GB/s - and my internet plan is set to 1.2GB/s, so I wanted the card to take advantage of its full speed, with the new Motorola modem. I tried installing the RealTek drivers for this card, but couldn't get it to work. So for the time being I tried plugging my modem back into the onboard LAN port.

After I installed those drivers, things seem to have went awry, and now the modem (enp0s25) can't be found, and it won't show up in my network manager on KDE, unlike before. I was successfully running it for a few days here on that onboard LAN port, though. Somehow, it disappeared and I don't know what to do to find it or re-enable it. Running 'sudo lshw -c network' shows that it is missing:

Code:
(base) base@ryzen7-2700x:~$ sudo lshw -c network
  *-network UNCLAIMED       
       description: Ethernet controller
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:22:00.0
       version: 15
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list
       configuration: latency=0
       resources: ioport:e000(size=256) memory:fc404000-fc404fff memory:fc400000-fc403fff
  *-network DISABLED
       description: Wireless interface
       physical id: 4
       bus info: usb@5:1
       logical name: wlxa854b242897d
       serial: a8:54:b2:42:89:7d
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=ath9k_htc driverversion=5.19.0-31-generic firmware=1.4 link=no multicast=yes wireless=IEEE 802.11
Similarly, 'sudo ethtool enp0s25' spews an error:

Code:
(base) base@ryzen7-2700x:~$ sudo ethtool enp0s25
netlink error: no device matches name (offset 24)
netlink error: No such device
netlink error: no device matches name (offset 24)
netlink error: No such device
netlink error: no device matches name (offset 24)
netlink error: No such device
netlink error: no device matches name (offset 24)
netlink error: No such device
netlink error: no device matches name (offset 24)
netlink error: No such device
No data available
I'm running Kubuntu 22.10, on an older Ryzen 7 2700x. This is the first time I've run into this problem of not being able to find the cable modem device. It just appears to be gone, and I'm not sure how to find it. Fortunately, I dual-boot with Windows 10, and there's obviously no issues with the physical LAN port itself since I'm using Windows now to make this post, without any connection issues.

Any ideas on why enp0s25 might disappear like that? For that matter, I need to know how to the RTL8125 card working properly, although for now I took it out of my PC thinking it might have been the issue, but it made no difference.
 
Old 02-24-2023, 10:38 PM   #2
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Can you show us the complete output from
Code:
lspci -nnk
That should provide exact chipset details and what driver (if any) is bound to the device.
 
Old 02-24-2023, 11:53 PM   #3
Crotalid
Member
 
Registered: Jan 2006
Location: Carmichael, California
Distribution: Kubuntu 19.04
Posts: 90

Original Poster
Rep: Reputation: 19
Quote:
Originally Posted by ferrari View Post
Can you show us the complete output from
Code:
lspci -nnk
That should provide exact chipset details and what driver (if any) is bound to the device.
Yeah, my onboard LAN also uses a RealTek driver:

Code:
(base) base@ryzen7-2700x:~$ lspci -nnk | grep Ethernet
22:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
        Subsystem: Micro-Star International Co., Ltd. [MSI] RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1462:7b79]
After I uninstalled my RealTek LAN card, though, I deleted the driver files without thinking - and I'm pretty sure I deleted the ones for my onboard LAN as well. My motherboard is the MSI X470 Gaming Plus, which uses the RT 8111H gigabit LAN chipset.

I did reinstall the drivers, using the script provided in the bzip download, from the RealTek page here: https://www.realtek.com/en/component...press-software

I'm pretty sure that is the correct driver and I also tried loading it with modprobe ('sudo modprobe realtek'). It didn't work, even after resetting my system.
 
Old 02-25-2023, 12:40 AM   #4
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
You didn't post the complete output as requested. All you appear to have posted here is the entry pertaining to the NIC already enumerated by the lshw command in your first post.
 
Old 02-25-2023, 01:38 AM   #5
Crotalid
Member
 
Registered: Jan 2006
Location: Carmichael, California
Distribution: Kubuntu 19.04
Posts: 90

Original Poster
Rep: Reputation: 19
Quote:
Originally Posted by ferrari View Post
You didn't post the complete output as requested. All you appear to have posted here is the entry pertaining to the NIC already enumerated by the lshw command in your first post.
Yeah, sorry, I didn't think anything else in the output was important, and it was pretty long - this is the complete output, though.

Code:
base@ryzen7-2700x:~$ lspci -nnk
00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Root Complex [1022:1450]
        Subsystem: Micro-Star International Co., Ltd. [MSI] Family 17h (Models 00h-0fh) Root Complex [1462:7b79]
00:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) I/O Memory Management Unit [1022:1451]
        Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) I/O Memory Management Unit [1022:1451]
00:01.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
00:01.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge [1022:1453]
        Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge [1022:1453]
        Kernel driver in use: pcieport
00:01.3 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge [1022:1453]
        Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge [1022:1453]
        Kernel driver in use: pcieport
00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
00:03.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
00:03.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge [1022:1453]
        Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge [1022:1453]
        Kernel driver in use: pcieport
00:04.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
00:07.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
00:07.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B [1022:1454]
        Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B [1022:1454]
        Kernel driver in use: pcieport
00:08.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
00:08.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B [1022:1454]
        Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B [1022:1454]
        Kernel driver in use: pcieport
00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller [1022:790b] (rev 59)
        Subsystem: Micro-Star International Co., Ltd. [MSI] FCH SMBus Controller [1462:7b79]
        Kernel driver in use: piix4_smbus
        Kernel modules: i2c_piix4, sp5100_tco
00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge [1022:790e] (rev 51)
        Subsystem: Micro-Star International Co., Ltd. [MSI] FCH LPC Bridge [1462:7b79]
00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 0 [1022:1460]
00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 1 [1022:1461]
00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 2 [1022:1462]
00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 3 [1022:1463]
        Kernel driver in use: k10temp
        Kernel modules: k10temp
00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 4 [1022:1464]
00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 5 [1022:1465]
00:18.6 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 6 [1022:1466]
00:18.7 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 7 [1022:1467]
01:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983 [144d:a808]
        Subsystem: Samsung Electronics Co Ltd SSD 970 EVO Plus 1TB [144d:a801]
        Kernel driver in use: nvme
        Kernel modules: nvme
03:00.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Device [1022:43d0] (rev 01)
        Subsystem: ASMedia Technology Inc. Device [1b21:1142]
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci
03:00.1 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset SATA Controller [1022:43c8] (rev 01)
        Subsystem: ASMedia Technology Inc. 400 Series Chipset SATA Controller [1b21:1062]
        Kernel driver in use: ahci
        Kernel modules: ahci
03:00.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Bridge [1022:43c6] (rev 01)
        Subsystem: ASMedia Technology Inc. 400 Series Chipset PCIe Bridge [1b21:0201]
        Kernel driver in use: pcieport
20:00.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Port [1022:43c7] (rev 01)
        Subsystem: ASMedia Technology Inc. 400 Series Chipset PCIe Port [1b21:3306]
        Kernel driver in use: pcieport
20:01.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Port [1022:43c7] (rev 01)
        Subsystem: ASMedia Technology Inc. 400 Series Chipset PCIe Port [1b21:3306]
        Kernel driver in use: pcieport
20:02.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Port [1022:43c7] (rev 01)
        Subsystem: ASMedia Technology Inc. 400 Series Chipset PCIe Port [1b21:3306]
        Kernel driver in use: pcieport
20:03.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Port [1022:43c7] (rev 01)
        Subsystem: ASMedia Technology Inc. 400 Series Chipset PCIe Port [1b21:3306]
        Kernel driver in use: pcieport
20:04.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Port [1022:43c7] (rev 01)
        Subsystem: ASMedia Technology Inc. 400 Series Chipset PCIe Port [1b21:3306]
        Kernel driver in use: pcieport
20:08.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Port [1022:43c7] (rev 01)
        Subsystem: ASMedia Technology Inc. 400 Series Chipset PCIe Port [1b21:3306]
        Kernel driver in use: pcieport
22:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
        Subsystem: Micro-Star International Co., Ltd. [MSI] RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1462:7b79]
24:00.0 PCI bridge [0604]: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge [1b21:1080] (rev 03)
25:04.0 Multimedia audio controller [0401]: C-Media Electronics Inc CMI8788 [Oxygen HD Audio] [13f6:8788]
        Subsystem: ASUSTeK Computer Inc. CMI8786 (Xonar DGX) [1043:8521]
        Kernel driver in use: snd_oxygen
        Kernel modules: snd_oxygen
26:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd NVMe SSD Controller 980 [144d:a809]
        Subsystem: Samsung Electronics Co Ltd NVMe SSD Controller 980 [144d:a801]
        Kernel driver in use: nvme
        Kernel modules: nvme
27:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM1142 USB 3.1 Host Controller [1b21:1242]
        Subsystem: Micro-Star International Co., Ltd. [MSI] ASM1142 USB 3.1 Host Controller [1462:7b79]
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci
28:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] [10de:1b06] (rev a1)
        Subsystem: Micro-Star International Co., Ltd. [MSI] GP102 [GeForce GTX 1080 Ti] [1462:360a]
        Kernel driver in use: nvidia
        Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia
28:00.1 Audio device [0403]: NVIDIA Corporation GP102 HDMI Audio Controller [10de:10ef] (rev a1)
        Subsystem: Micro-Star International Co., Ltd. [MSI] GP102 HDMI Audio Controller [1462:360a]
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel
29:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function [1022:145a]
        Subsystem: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function [1022:145a]
29:00.2 Encryption controller [1080]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Platform Security Processor [1022:1456]
        Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Platform Security Processor [1022:1456]
        Kernel driver in use: ccp
        Kernel modules: ccp
29:00.3 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Zeppelin USB 3.0 Host controller [1022:145f]
        Subsystem: Micro-Star International Co., Ltd. [MSI] Zeppelin USB 3.0 Host controller [1462:7b79]
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci
2a:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Renoir PCIe Dummy Function [1022:1455]
        Subsystem: Advanced Micro Devices, Inc. [AMD] Zeppelin/Renoir PCIe Dummy Function [1022:1455]
2a:00.2 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] [1022:7901] (rev 51)
        Subsystem: Micro-Star International Co., Ltd. [MSI] FCH SATA Controller [AHCI mode] [1462:7b79]
        Kernel driver in use: ahci
        Kernel modules: ahci
2a:00.3 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) HD Audio Controller [1022:1457]
        Subsystem: Micro-Star International Co., Ltd. [MSI] Family 17h (Models 00h-0fh) HD Audio Controller [1462:cb79]
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel
 
Old 02-25-2023, 02:08 AM   #6
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
I expected to see the "10GTek 2.5GbE card" you say was installed. It should appear in the output, regardless of whether it is supported by any kernel driver or not. Did you remove it?
 
Old 02-25-2023, 02:18 AM   #7
Crotalid
Member
 
Registered: Jan 2006
Location: Carmichael, California
Distribution: Kubuntu 19.04
Posts: 90

Original Poster
Rep: Reputation: 19
Quote:
Originally Posted by ferrari View Post
I expected to see the "10GTek 2.5GbE card" you say was installed. It should appear in the output, regardless of whether it is supported by any kernel driver or not. Did you remove it?
Yes, I removed it, for now. I was just trying to get my onboard LAN port (the RTL8111H one) working again, after that. As I said, I think I deleted the drivers earlier, but I can't seem to get the newly re-installed drivers for the 8111H to work.
 
Old 02-25-2023, 02:39 AM   #8
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Sigh...it makes what you have posted irrelevant. I wanted chipset details (which obviously depends on the hardware being present).
 
Old 02-25-2023, 02:41 AM   #9
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Quote:
Originally Posted by Crotalid View Post
Yes, I removed it, for now. I was just trying to get my onboard LAN port (the RTL8111H one) working again, after that. As I said, I think I deleted the drivers earlier, but I can't seem to get the newly re-installed drivers for the 8111H to work.
Ok, so you'd now just like to get the onboard NIC working again?
 
Old 02-25-2023, 03:06 AM   #10
Crotalid
Member
 
Registered: Jan 2006
Location: Carmichael, California
Distribution: Kubuntu 19.04
Posts: 90

Original Poster
Rep: Reputation: 19
Quote:
Originally Posted by ferrari View Post
Ok, so you'd now just like to get the onboard NIC working again?
Yeah, I'm sorry about that - my post was originally about getting the onboard NIC working, or at least I wanted to do that first, until I can find out why the 10GTek 2.5GbE card isn't working. I suppose there was a misunderstanding in the original post, or at least I wasn't being clear enough. Basically, after I couldn't get the 10GTek card to work, I uninstalled it, and switched my modem back to the onboard LAN port, and then I couldn't get *that* to work, either.

But if I can get the card to work, then I suppose it's moot, although I'd have re-install it here, first. I think they both use the same drivers, from what I've found.
 
Old 02-25-2023, 03:46 AM   #11
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
I'm not sure whether the r8169 driver supports your card, or if r8168-dkms is needed. Nothing blacklisted?

See if this thread helps
https://askubuntu.com/questions/1327...ethernet-r8168
 
Old 02-25-2023, 03:10 PM   #12
Crotalid
Member
 
Registered: Jan 2006
Location: Carmichael, California
Distribution: Kubuntu 19.04
Posts: 90

Original Poster
Rep: Reputation: 19
Quote:
Originally Posted by ferrari View Post
I'm not sure whether the r8169 driver supports your card, or if r8168-dkms is needed. Nothing blacklisted?

See if this thread helps
https://askubuntu.com/questions/1327...ethernet-r8168
The r8169 might, but RealTek has a Linux driver specifically for the 8125 card. It's here - https://www.realtek.com/en/component...press-software

I still can't get it to work, even after installing the driver. I already have that 8125 driver installed, as well. I just don't know how to get Linux to recognize it.

I really don't want to have reinstall Kubuntu.
 
Old 02-25-2023, 03:18 PM   #13
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Quote:
Originally Posted by Crotalid View Post
The r8169 might, but RealTek has a Linux driver specifically for the 8125 card. It's here - https://www.realtek.com/en/component...press-software
I was referring to your onboard NIC. Let's stay with getting that going for the moment. The r8169 driver is included as part of the kernel. You'd just need to check whether it got blacklisted during the addition of the other driver(s). Check /etc/modproobe.d/ directory for any files containing blackist entries involving r8169.

You could check using something like
Code:
grep "r8169" /etc/modprobe.d/*
 
Old 02-25-2023, 03:25 PM   #14
Crotalid
Member
 
Registered: Jan 2006
Location: Carmichael, California
Distribution: Kubuntu 19.04
Posts: 90

Original Poster
Rep: Reputation: 19
Quote:
Originally Posted by ferrari View Post
I was referring to your onboard NIC. Let's stay with getting that going for the moment. The r8169 driver is included as part of the kernel. You'd just need to check whether it got blacklisted during the addition of the other driver(s). Check /etc/modproobe.d/ directory for any files containing blackist entries involving r8169.

You could check using something like
Code:
grep "r8169" /etc/modprobe.d/*
Ah, ok. Will here. I'll post the results in a few minutes, I'll have to reboot.

Edit: Running the above command on /etc/modprobe.d/* returned no results. It's not apparently blacklisted.

Last edited by Crotalid; 02-25-2023 at 03:40 PM.
 
Old 02-25-2023, 03:52 PM   #15
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Quote:
Originally Posted by Crotalid View Post
Edit: Running the above command on /etc/modprobe.d/* returned no results. It's not apparently blacklisted.
Ok, please show
Code:
lspci -nnk | grep -iA3 net
If you have inxi installed, you can also do
Code:
inxi -nia
for comprehensive network device and interface status output.
 
  


Reply

Tags
connecting, driver, internet, modem



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
can a device that uses a LAN cable access the internet using my laptop? izquierdista Linux - Networking 2 10-15-2012 07:35 PM
Dial-In PPP dial-in server/ Cable-modem & LAN / Setting up "dannyboyOnline" dannyboy259 Linux - Networking 2 01-12-2007 12:40 AM
NIC w/ built-in hub -> cable modem + LAN ? TedMaul Linux - Networking 3 01-21-2004 10:16 AM
can't connect internet via cable modem after activating an ethernet card huseyin Linux - Networking 5 11-02-2003 07:33 AM
printer cable > modem cable? C++freak Linux - Hardware 1 06-21-2003 01:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 12:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration