Problem Description:
Clean install on bare metal. Known good hardware. Unchanged Network configuration running DHCP, that worked fine with this hardware under Win10 & 11. Wired NIC drivers missing from kernal. Need post-x11 instructions for updating Wired Network drivers/ detailed instructions for converting Windows Drivers to Wayland Modules.
Relevant System Information:
My particular use case involves the onboard NIC of the Asus B650E Max Gaming Wifi motherboard. Specifically, the Realtek 2.5GB RTL8125 onboard NIC.
Screenshots or Error Messages:
Obviously, for the same reasons, Pastebin and the rest of the diagnostics couldnât be successfully installed without a working network.
What Iâve Tried:
Clean install with Wifi enabled.
Full Update && upgrade
Latest âedgeâ packages.
DL drivers from Realtek
Attempt manual installation. Receive errors.
Wasted time trying to figure out what I did wrong, including multiple installs.
Track down Errors.
Open Realtek autorun.sh in VS Code and recognize theyâre not using the same language.
start googling âProgramming Language Convertersâ
We need linux boot and debug logs to be able to assist you. I canât help with random drivers from the internet. Can you boot the system and run sudo ubuntu-bug linux and then transfer the apport logfile to another system and upload it from there?
But you have a working network. Itâs supplied by your Wifi, right? Otherwise, how did you do perform updates, install packages (including those that are needed to build kernel modules) and download the RealTek driver to your system if you didnât have a working network?
Anyway, all that is needed to begin with is the output of
$ lshw -numeric -c net |grep -2 Ethernet
lshw is installed by default so you wonât have to download and install a new package to get it.
What packages are these? If they didnât come from 25.10âs Ubuntu repositories, then for simplicityâs sake in troubleshooting they should be uninstalled.
::UPDATE::
Thank you all for your time and attention.
A recent Kernal Update fixed my Network issue.
I now know Ubuntu 25.x uses RUST for its equivalent to Windows âdriversâ, and the official Reaktek Makefile was expecting the previous language, not RUST.
I still have no idea how to convert older driver files to be usable by RUST, which was really the point of my question. Anybody can sit on their thumb until somebody else fixes the problem, I want to contribute. Iâve been building and repairing Windows PCs since you had to install MS-DOS first. Iâm reasonably competent with pre-packaged Linux, and happened to fall into gap between new hardware, and updated software. I knew a fix was on the horizon, and it made me aware of a gap in my learning. When I couldnât find a âHow-toâ in the support forums of the âTestingâ distribution of Ubuntu, I tried to ask for one. And thatâs just not an option on the default form.
tldr: Iâm new here, did I ask for âa driver conversion tutorial to be createdâ, in the wrong place?