So after the latest what seemed like kernel update Fedora stopped recognizing my Ethernet cable, I am sure this is an update problem because now I am writing from Live Image I still had on my flash drive, If I am using the 8168 as a driver version on my disk installation
So I was googling on the phone at the same time, and found the same problem on some Ubuntu forum I ran this command to find out how my driver is doing sudo modprobe r8169 && sudo dmesg | grep r816 commands and had the same output which is modprobe: FATAL: Module r8169 not found in directory - path to the current kernel which is in my case kernel-6.9.7-200.fc40.x86_64.
I also was able to load a session with 6.9.6 kernel using GRUB where internet runs fine, I still want to figure out how to fix it on a newer kernel so I can stay up to date however, I will reload now into the latest kernel and send you output of the commands you asked for. just a moment.
Sure thing, will do in a moment, haven’t done this before but i will figure out, however,
it looks like this problems occurs because the linux kernel extra modules were not coming with my driver version in them pre-installed, my network adapter does work with newer versions as well.
IDK if Links to external forums are allowed,
but the guy fixed it by basically re-installing main kernel version and purging the same driver that I have,
Is there a chance I could do the same?
Because this driver I choose manually via some guide since my internet was somewhat
slow on the newer versions
I tried going into the bugzilla, doesn’t let me in
Blockquote You must have cookies enabled and a Fedora Account System (FAS) account to log in to Fedora Project Wiki. Additionally, due to spam edits, as of 2016-08 your account must have at least one non cla* group to be able to login and edit.
I have the FAS account and cookies are enabled, just signed contribution agreement will try again later.
if this starts the internet, than remove older driver
sudo dnf remove dkms-r8168
So since this problem is on me and not on fedora as the 8168 is an old driver I don’t think I have to report a bug, however most of people with realtek network adapter do have issues with internet speed on the newer drivers, I only get 50 to 60 mb per second with r8169, and full 100 to 120 with r8168 so it would be nice to have this one pre-installed in newer kernels as well.
Hi, yeah, with the new one the download speed in lets say steam or just using dnf is way slower, this is a long time issue for realtek network adapters however, a quick search for " Realtek Ethernet connection is slower under linux" will almost instantly point you towards a bunch of articles and forum discussions that suggest trying 8168 instead. and it did help actually on my experience. Steam went from 43 mbs to 100 mbs and dnf is just significantly faster.
I followed this guide from 2 years ago, probably wasn’t the best idea, but I had to do it in rush as I needed connection to be fast enough for my work, and regarding the kernel, I will give it a try tomorrow, thank you for linking it to me!