Update to the latest firmware using the Debian LTS kernel (Currently 6.1.0-23)
Works on Linux Mint 21.3/LMDE6
No need to load a newer unstable kernel to get your new hardware working.
Works on Linux Mint 21.3/LMDE6
No need to load a newer unstable kernel to get your new hardware working.
Code:
sudo apt update && sudo apt upgrade -y
sudo apt install TimeShift
#create a TimeShift snapshot
sudo apt install git -y
cd /tmp
git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
cd linux-firmware/
sudo cp -va * /lib/firmware/
sudo update-initramfs -u
sudo reboot