I have thusfar been unsuccessful in accessing the internet on any bootable media from my new computer.
I have installed gentoo on a few broken laptops in the past month or two (from the minimum install CD), but am otherwise fairly new. I had no trouble configuring dhcpcd, sshd, or openRC on those devices.
This computer is a newly assembled a desktop computer, and I think the problem is that I am missing a driver for Ethernet connection.
The machine is connected to the same ethernet cable these other machines were connected to, and to the same port on the router.
My motherboard did not come with a manual, so I am never buying from Gigabyte again, but moreover: here's what I have tried so far (also apologies; I cannot copy/paste, so I am copying these by hand):
-------------------------------------------------------------------------------
Running
Code: Select all
ip linkCode: Select all
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
Code: Select all
lspci -k | less
Code: Select all
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 0c)
Subsystem: Gigabyte Technology Co., Ltd Device e000
Kernel modules: r8169
07:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8922AE 802.11be PCIe Wireless Network Adapter (rev 01)
Subsystem: Realtek Semiconductor Co., Ltd RTL8922AE 802.11be PCIe Wireless Network Adapter
The next thing I tried to do was download the driver for the RTL8125. It is the second file here: https://www.realtek.com/Download/List?cate_id=584
It comes as a file.tar.bz2
I copied it onto a second flash drive, and copied it onto the filesystem for the minimum install cd, only to discover that make and gcc are not included.
Following this thread: viewtopic-t-1005562-start-0.html I attempted to install Gentoo from SystemRescue as well, but encountered the exact same issue at the exact same time.
I also tried the Gentoo liveCD with the plasma GUI. This has make and gcc. From the liveCD, I could still not connect to the internet without fixing anything (I did try).
After copying the files and unpacking the tarball, I attempted:
Code: Select all
cd ~/Desktop/r8125-9.014.01
sudo su
./autorun.sh
Code: Select all
Check the old driver and unload it.
rmmod r8169
Build the module and install
make[2]: *** /lib/modules/6.6.74-gentoo-dist/build: No such file or directory. Stop.
make[1]: *** [Makefile:201: clean] Error 2
make: ** [Makefile:48: clean] Error 2
This is a freshly loaded liveCD, so if there's anything I need to do first, assume I haven't done it.
Finally, I gave up and tried to install debian. I downloaded and installed the latest bookworm iso, and Debian also couldn't find a network driver. This is my best indication that something is wrong, because Debian has never failed me like this before.
I compiled the driver on my other debian computer, and loaded it onto a USB, and Debian says:
Code: Select all
Cannot read removable media, or no drivers found




