I am trying to install my Graphics Driver for my Radeon RX 460 and I am stuck at extracting the content of the amdgpu-pro-16.40-348864.tar.xz
file. I run tar -Jxvf amdgpu-pro_16.30.3-348864.tar.xz
from the terminal (I used cd command to navigate to the file) and I get
termozour@termozour-ubuntu:~/Desktop$ tar -Jxvf amdgpu-pro-16.40-348864.tar.xz
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
I have checked if xz tools is installed, and it is, and updated to the latest version. How can i extract it so I can install it ?
EDIT1: I tried downloading the file again several times, and I still got the same problem. I emailed AMD regarding the issue, and they have forwarded my email to a more specialized staff, to fix my issue.
I can boot Ubuntu if my GPU is either unplugged from the MoBo or if it's disabled in UEFI BIOS.
termozour@termozour-ubuntu:~/Desktop$ xz -d amdgpu-pro-16.40-348864.tar.xz
.xz: amdgpu-pro-16.40-348864.tar.xz: File format not recognized
– TermoZour Nov 28 '16 at 19:12termozour@termozour-ubuntu:~/Desktop$ tar xf amdgpu-pro-16.40-348864.tar.xz xz: (stdin): File format not recognized tar: Child returned status 1 tar: Error is not recoverable: exiting now
– TermoZour Nov 28 '16 at 19:18file amdgpu-pro-16.40-348864.tar.xz
– Elder Geek Nov 28 '16 at 19:57lspci grep | VGA
I can seeAdvanced Micro Devices
. NoRadeon RX...
– TermoZour Dec 01 '16 at 06:11