User Tools

Site Tools


resources:firmware_updating_advice

This is an old revision of the document!


From: https://askubuntu.com/questions/1451506/how-to-make-ubuntu-22-04-work-with-a-radeon-rx-7900-xtx/1451852#1451852

  Install the latest OEM kernel available by running the command:
  sudo apt install linux-oem-22.04c
  Download and install the latest kernel firmware from here by running these commands:
  wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-20230919.tar.gz
  tar -xf linux-firmware-20230919.tar.gz
  sudo cp linux-firmware-20230919/amdgpu/* /lib/firmware/amdgpu/
  sudo update-initramfs -uk 'all'
  Install the kisak-mesa PPT by running these commands (this PPA will take care of providing the latest stable mesa and llvm15):
  sudo add-apt-repository ppa:kisak/kisak-mesa
  sudo apt upgrade
  Ensure there is no modprobe blacklist for amdgpu by running the command:
  sudo rm /etc/modprobe.d/blacklist-amdgpu.conf
resources/firmware_updating_advice.1697569781.txt.gz · Last modified: 2023/10/17 15:09 by admin