The networking port worked fine in Kernel 6.8… but in updating to 6.10 the network port broke. I am now in kernel 6.12 .
I redid all the steps in the solution of the above post:
However when nmcli connection up ethernet :
I get the error:
Error: Connection activation failed: No suitable device found for this connection (device lo not available because profile is not compatible with device (connection type is not “loopback”)).
I have done some searching, i have found similar issues but no clear solution.
this is a very late reply but after a long time of trial and error i finally have a working network connection on a dualboot PC, solution: cheating
the issue: i have a win10/linux fedora dualboot PC with a NAS in ad-hoc connected via a network cable → i can connect to my NAS in win10 but not in linux (which i use +90% of the time)
the first solution i tried was trying multiple things in linux and windows, i have changed multiple settings in both OSes but without luck, this is when i lost my patience
the second solution i tried was buying a network PCIe card, this didnt solve anything, in win10 i could use it, in linux i couldnt, i couldnt even create a new connection using the card, the PCIe card was completely locked out for linux
(the network card supports linux but win10 is annoying)
the third solution: a usb to network adapter cable, this works, this works directly in win10 and linux sees this device, i however had to create a new connection via nmcli , the default network didnt work
for the interested: it is a Sitecom AD-1014 adapter (not sponsored, not affiliated)
first: nmcli connection add type ethernet ipv.method link-local
then: nmcli connection up ethernet
i understand that this isnt the proper way of doing things but after 6 months of trial and error i dont care anymore, i just want my NAS
Another example where “Workaround” is more appropriate than “Solution”.
I’m confused – it seems you tried a USB ethernet cable, but “Sitecom AD-1014” appears to be a USB-A to USB-C adapter.
Vendor firmware could be at fault. Have you checked that you have current versions? It could help reach others with similar hardware if you post (as pre-formatted text) the output from running inxi -Fzxx in a terminal. Sometimes problems like this are addressed by user comments in the LHDB probes for your model or probes for other systems using the same (original and added) network hardware.
Over the years there have been a number of people posting patched Realtek drivers – mostly to support recent (at the time) kernels. There is an Altlinux driver that supports 6.14 kernels. Someone familiar with RPM packaging could probably repackage it for Fedora (Altlinux is based on a fork of Fedora years ago).