1

How can I get the package r8125-dkms into the daily Ubuntu 24.04 build? I have a NUC14 computer that uses this new Realtek r8125 and its not able to do a NETWORK install because the network is not detected. I need to install a good number and need the network to be there.

Is there anyway to include that in the 24.04 daily ISO ?

Thanks

Jerry

J Geis
  • 41

1 Answers1

0

According to the r8125-dkms page, you need to enable the universe repository.

  1. Enable universe repository
  2. Install the r8125-dkms package using APT:
sudo apt update
sudo apt install r8125-dkms
  1. If you use a secure boot, ensure that /var/lib/dkms/mok.key and /var/lib/dkms/mok.pub files exist.
  2. Reboot or manually load the kernel module:
sudo modprobe r8152
  1. Check whether the module is correctly loaded:
lsmod | grep r8152
sudo dmesg | tail
  1. If so, a network interface should appear:
ip link
  1. Configure your Wi-fi access point through Network manager.