You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following documentation describes how to access Azure Linux packages from the AMD RPM repository at [packages.microsoft.com](https://packages.microsoft.com/azurelinux/3.0/prod/amd/)
5
+
6
+
## Instructions
7
+
The following instructions register the amd package store with the package manager and install the amdgpu package.
8
+
```ls
9
+
sudo tdnf install -y azurelinux-repos-amd
10
+
sudo tdnf install -y amdgpu
11
+
```
12
+
13
+
## Notes
14
+
1. Packages earlier than March 2025 (amdgpu-6.10.5.60302_2109964-1_6.6.78.1.3.azl3.x86_64.rpm) require an additional step `sudo modprobe amdgpu` or reboot to load the kernel modules.
15
+
1. Installing for an older kernel may require a specific driver version, for example:
16
+
-`uname -a` reports `6.6.64.2-9.azl3` is running
17
+
-`tdnf list amdgpu` lists the available driver versions
18
+
- amdgpu-6.8.5.60202_2078359-6_6.6.64.2.9.azl3.x86_64.rpm is the package for this kernel
19
+
-`sudo tdnf install amdgpu-6.8.5.60202_2078359` installs it
0 commit comments