Try using the non-pro version on USB.

This commit is contained in:
Hyperling 2021-02-12 06:40:56 -06:00
parent 02ff1aefaf
commit 0585a1e342

View File

@ -47,10 +47,15 @@
shell: 'cd /root/Downloads; tar -xvf amdgpu-pro-20.45-1188099-ubuntu-20.04.tar.xz'
when: amdgpu_install.failed
- name: AMDGPU | Install Pro Driver
shell: 'cd /root/Downloads/amdgpu-pro-20.45-1188099-ubuntu-20.04; ./amdgpu-pro-install -y --opencl=pal,legacy'
## Only one driver set can exist at a time! ##
- name: AMDGPU | Install AMDGPU Driver
shell: 'cd /root/Downloads/amdgpu-pro-20.45-1188099-ubuntu-20.04; ./amdgpu-install -y'
when: amdgpu_install.failed
#- name: AMDGPU | Install AMDGPU-Pro Driver
# shell: 'cd /root/Downloads/amdgpu-pro-20.45-1188099-ubuntu-20.04; ./amdgpu-pro-install -y --opencl=pal,legacy'
# when: amdgpu_install.failed
- name: AMDGPU | Test Pro Driver
shell: clinfo
register: clinfo