Wired Internet Connection / Ethernet Not Detected
Hi, I just installed Bazzite on a new machine - a 9800x3D and a x870 MOBO with a 7900XTX GPU but the OS isn't picking up that I have a wired connection to the internet. The Wi-fi antenna is working.
Any advice for getting Bazzite to recognize a wired internet connection?
Thanks!
11 Replies
Ran some commands and it looks like there isn't a Realtek driver installed
Network:
Device-1: Qualcomm WCN785x Wi-Fi 7 320MHz 2x2 [FastConnect 7800]
driver: ath12k_pci
Device-2: Realtek driver: N/A
what board do you have? i'm seeing a similar problem, i'm on asrock x870e taichi lite
that's from my lspci
lspci -k | grep -A 3 -i ethernet
should get you similarFedora Discussion
RTL8126 no driver on Fedora 41 Beta
Hi all, I just installed Fedora 41 Beta on my brand new computer whose motherboard is an MSI X870 Tomahawk. Apparently my ethernet card is not supported : I can’t connect to anything by wire (WiFi is fine). According to specs, the X870 Tomahawk comes with a “Realtek® 8126-CG 5G LAN”, that seems to be confirmed by lspci | grep Ethernet : 0a:...
if you have the RL8126 ethernet chip, it's apparently included in the 6.12 kernel, not sure when that will make it to bazzite, but folks on the arch forum seem to be on it
That was it. I have the MSI Tomahawk x870 board.
Cool, @antheas mentioned in #🎮bazzite that there may be a 6.12 kernel testing build at some point soon-ish, but the kernel was only just officially released yesterday so it's probably a little bit til we see it upstream in fedora
Ok I'm having the same issue as well gigabyte x870e, wifi seems to work just fine but I haven't gotten the onboard Ethernet to work, the port blinks a lot on boot but it doesn't seem to do anything by the time I get into the os.
You should be able to confirm the exact network hardware you have with the lspci that I pasted earlier in the thread
yep seems to show up:
09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 0c) Subsystem: Gigabyte Technology Co., Ltd Device e000 Kernel modules: r8169 0a:00.0 Network controller: MEDIATEK Corp. Device 7925
You've got a slightly different one than me, RTL8125 vs 8126, I haven't looked specifically at that one for 6.12 kernel compatibility, but I'd assume it'll be in there?
@chucklesdeclown @timeaurora latest :testing tag has 6.12, can confirm that ethernet is working on my board now 🎉
cool