The officially official Devuan Forum!

You are not logged in.

#1 2025-01-12 18:50:28

wingcommander1999
Member
Registered: 2020-04-14
Posts: 31  

[HowTo]Install the latest firmware on 6.1 LTS kernel

Disclaimer: do not follow this HowTo if your hardware does not have any compatibility issues.

This HowTo is aimed at people who use the default LTS kernel provided by Linux Mint LMDE. (Currently 6.1.0-29)

In my case after updating, the firmware of my network card went from the RTL8168 supplied by default to the RTL8125 firmware which is adapted to my network card.

Get the latest firmware, in a terminal as root:

apt install git -y
cd /tmp
git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
cd linux-firmware/
cp -va * /lib/firmware/

You need to update the initramfs to compile the firmware with the kernel:

update-initramfs -u

Reboot to take effects:

reboot

Enjoy! big_smile

Source

Last edited by wingcommander1999 (2025-01-12 18:52:42)


AMD Ryzen 7 5700X - Gigabyte B550 AORUS ELITE V2 - 32Gb Vengeance Pro RGB White - NVME/SSD 2,5To - RTX4060TI 6Gb White - PSU Corsair 750w White - Case Corsair 5000D AirFlox Case fan x7 White - AIO 240 Corssair RGB White
Daedalus / W11

Offline

Board footer