[ubuntu20.04] AMD R7-8845H 780m 显卡驱动下载
[ubuntu20.04] AMD R7-8845H 780m 显卡驱动下载

Warning: Trying to access array offset on value of type null in /www/wwwroot/cennum_top/wp-content/themes/bravada/includes/loop.php on line 341

[ubuntu20.04] AMD R7-8845H 780m 显卡驱动下载

amd官网关于ubuntu20.04的驱动程序已经被下架,这里在网上搜刮了一份

蓝奏云:https://wwiw.lanzouo.com/b009gwwogb 密码:6ko8

  • 安装步骤

1.下载

蓝奏云:https://wwiw.lanzouo.com/b009gwwogb 密码:6ko8

2.在终端打开并安装

sudo dpkg -i amdgpu-install_6.1.60103-1_all.deb
amdgpu-install

3.常见问题

i.在内核版本号为5.15.0-134-generic测试成功,其他未知

ii.、很多时候使用amdgpu-install会找不到软件包,必须把这些软件包安装好

手动添加 AMD 官方仓库

echo 'deb [trusted=yes] https://repo.radeon.com/amdgpu/latest/ubuntu focal main' | sudo tee /etc/apt/sources.list.d/amdgpu.list
echo 'deb [trusted=yes] https://repo.radeon.com/rocm/apt/debian focal main' | sudo tee /etc/apt/sources.list.d/rocm.list
sudo apt update

手动安装 amdgpu-dkms 相关包

sudo apt install amdgpu-dkms

上面不行就这个

sudo apt-cache search amdgpu | grep dkms

再使用amd源安装

sudo amdgpu-install --use-amd-source --accept-eula

这里记录一个带npu的固件

git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注