Cannot extract amdgpu tar.xzUnable to extract .tar.xz filesProblem with extracting a .tar.gz fileExtracting a tar ball fails with “Cannot open: Not a directory”Installing Java on EC2 Instance — Unzip errorWhy does tar complaint that it cannot find the file while extracting the archive?I cannot uncompress the file linux.hla.tar.gz because the computer cannot find the fileHelp installing amdgpu-pro with r9 390How to install AMD Drivers for Radeon RX 460?tar.xz extracting error “xz: (stdin): File format not recognized”Install amdgpu drivers on Ubuntu Server 16.04.3 LTS
Customize circled numbers
Find last 3 digits of this monster number
Why is Arduino resetting while driving motors?
Has Darkwing Duck ever met Scrooge McDuck?
Query about absorption line spectra
Have I saved too much for retirement so far?
Why does Async/Await work properly when the loop is inside the async function and not the other way around?
What is the difference between "Do you interest" and "...interested in" something?
How do I repair my stair bannister?
Greco-Roman egalitarianism
Can the Supreme Court overturn an impeachment?
How will losing mobility of one hand affect my career as a programmer?
If a character with the Alert feat rolls a crit fail on their Perception check, are they surprised?
Are lightweight LN wallets vulnerable to transaction withholding?
How much character growth crosses the line into breaking the character
Could the E-bike drivetrain wear down till needing replacement after 400 km?
How to color a curve
Is camera lens focus an exact point or a range?
How do I implement a file system driver driver in Linux?
What is the grammatical term for “‑ed” words like these?
Wrapping Cryptocurrencies for interoperability sake
Is a model fitted to data or is data fitted to a model?
Did arcade monitors have same pixel aspect ratio as TV sets?
Bob has never been a M before
Cannot extract amdgpu tar.xz
Unable to extract .tar.xz filesProblem with extracting a .tar.gz fileExtracting a tar ball fails with “Cannot open: Not a directory”Installing Java on EC2 Instance — Unzip errorWhy does tar complaint that it cannot find the file while extracting the archive?I cannot uncompress the file linux.hla.tar.gz because the computer cannot find the fileHelp installing amdgpu-pro with r9 390How to install AMD Drivers for Radeon RX 460?tar.xz extracting error “xz: (stdin): File format not recognized”Install amdgpu drivers on Ubuntu Server 16.04.3 LTS
I'm running Ubuntu 17.10, and I can not extract a certain tar file. When trying to extract the file, I get the following message:
There was an error while extracting”amdgpu-pro-17.40-492261.tar.xz”
“Not an archive”
Any help would be appreciated.
tar
add a comment |
I'm running Ubuntu 17.10, and I can not extract a certain tar file. When trying to extract the file, I get the following message:
There was an error while extracting”amdgpu-pro-17.40-492261.tar.xz”
“Not an archive”
Any help would be appreciated.
tar
3
What is the output of the commandfile amdgpu-pro-17.40-492261.tar.xz
?
– Terrance
Nov 11 '17 at 4:36
1
What exact command did you give to produce the error message? You probably missed a switch for compression type.
– ubfan1
Nov 11 '17 at 4:36
add a comment |
I'm running Ubuntu 17.10, and I can not extract a certain tar file. When trying to extract the file, I get the following message:
There was an error while extracting”amdgpu-pro-17.40-492261.tar.xz”
“Not an archive”
Any help would be appreciated.
tar
I'm running Ubuntu 17.10, and I can not extract a certain tar file. When trying to extract the file, I get the following message:
There was an error while extracting”amdgpu-pro-17.40-492261.tar.xz”
“Not an archive”
Any help would be appreciated.
tar
tar
edited Nov 11 '17 at 6:55
fakedad
832517
832517
asked Nov 11 '17 at 4:30
user758623user758623
2113
2113
3
What is the output of the commandfile amdgpu-pro-17.40-492261.tar.xz
?
– Terrance
Nov 11 '17 at 4:36
1
What exact command did you give to produce the error message? You probably missed a switch for compression type.
– ubfan1
Nov 11 '17 at 4:36
add a comment |
3
What is the output of the commandfile amdgpu-pro-17.40-492261.tar.xz
?
– Terrance
Nov 11 '17 at 4:36
1
What exact command did you give to produce the error message? You probably missed a switch for compression type.
– ubfan1
Nov 11 '17 at 4:36
3
3
What is the output of the command
file amdgpu-pro-17.40-492261.tar.xz
?– Terrance
Nov 11 '17 at 4:36
What is the output of the command
file amdgpu-pro-17.40-492261.tar.xz
?– Terrance
Nov 11 '17 at 4:36
1
1
What exact command did you give to produce the error message? You probably missed a switch for compression type.
– ubfan1
Nov 11 '17 at 4:36
What exact command did you give to produce the error message? You probably missed a switch for compression type.
– ubfan1
Nov 11 '17 at 4:36
add a comment |
4 Answers
4
active
oldest
votes
That particular file is a little shielded and I suspect that you have downloaded only a 302 error page. However the following one liner works well enough on my system:
wget --referer http://support.amd.com
https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.40-492261.tar.xz
Note the use of the --referer
option. Looks like some effort has been made to prevent people using linking from outside the AMD site. This is easy enough, and quite reasonable I believe, to circumvent in this manner.
From the wget man pages:
--referer=url
Include `Referer: url' header in HTTP request. Useful for retrieving
documents with server-side processing that assume they are always being
retrieved by interactive web browsers and only come out properly when
Referer is set to one of the pages that point to them.
The full process on my own system worked as follows:
1. Initial download:
andrew@illium~$ wget --referer http://support.amd.com
> https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.40-492261.tar.xz
--2017-11-11 16:09:04-- https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.40-492261.tar.xz
Resolving www2.ati.com (www2.ati.com)... 23.7.24.254
Connecting to www2.ati.com (www2.ati.com)|23.7.24.254|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 361491288 (345M) [application/x-tar]
Saving to: ‘amdgpu-pro-17.40-492261.tar.xz’
amdgpu-pro-17.40-492261 100%[=============================>] 344.74M 794KB/s in 7m 27s
2017-11-11 16:16:32 (789 KB/s) - ‘amdgpu-pro-17.40-492261.tar.xz’ saved [361491288/361491288]
2. Subsequent extraction:
andrew@illium~$ tar xvf amdgpu-pro-17.40-492261.tar.xz
amdgpu-pro-17.40-492261/
amdgpu-pro-17.40-492261/Packages
amdgpu-pro-17.40-492261/xserver-xorg-video-modesetting-amdgpu-pro_1.19.0-492261_amd64.deb
amdgpu-pro-17.40-492261/opencl-amdgpu-pro-icd_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/amdgpu-pro-lib32_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro-base_17.40-492261_all.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-ext_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgles2-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-ext_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/gst-omx-amdgpu-pro_1.0.0.1-492261_amd64.deb
amdgpu-pro-17.40-492261/hsa-ext-amdgpu-pro-finalize_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/xserver-xorg-video-glamoregl-amdgpu-pro_1.19.0-492261_i386.deb
amdgpu-pro-17.40-492261/libllvm5.0-amdgpu-pro_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-glx_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/hsa-ext-amdgpu-pro-image_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/amdgpu-pro-install
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-appprofiles_17.40-492261_all.deb
amdgpu-pro-17.40-492261/amdgpu-pro-core_17.40-492261_all.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-dev_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libvdpau-amdgpu-pro_17.0.1-492261_i386.deb
amdgpu-pro-17.40-492261/clinfo-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-dev_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro-dev_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/vulkan-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/libegl1-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/libopencl1-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-amdgpu1_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/rocm-amdgpu-pro-opencl-dev_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/rocm-amdgpu-pro-opencl_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/rocr-amdgpu-pro-dev_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/xserver-xorg-video-amdgpu-pro_1.3.99-492261_amd64.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-radeon1_2.4.82-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/hsa-runtime-tools-amdgpu-pro_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/libegl1-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-runtime_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/hsa-runtime-tools-amdgpu-pro-dev_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/vulkan-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-doc_5.0-492261_all.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-utils_2.4.82-492261_amd64.deb
amdgpu-pro-17.40-492261/rocm-amdgpu-pro-icd_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/opencl-amdgpu-pro-icd_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-glx_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/libllvm5.0-amdgpu-pro_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/rocm-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/clinfo-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libvdpau-amdgpu-pro_17.0.1-492261_amd64.deb
amdgpu-pro-17.40-492261/roct-amdgpu-pro-dev_1.0.6-492261_amd64.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-dri_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/amdgpu-pro-dkms_17.40-492261_all.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-dri_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/gst-omx-amdgpu-pro_1.0.0.1-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-runtime_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-dev_2.4.82-492261_amd64.deb
amdgpu-pro-17.40-492261/ids-amdgpu-pro_1.0.0-492261_all.deb
amdgpu-pro-17.40-492261/xserver-xorg-video-modesetting-amdgpu-pro_1.19.0-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-runtime_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/libopencl1-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/rocr-amdgpu-pro_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-utils_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm2-amdgpu-pro_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/mesa-amdgpu-pro-omx-drivers_17.0.1-492261_amd64.deb
amdgpu-pro-17.40-492261/libglamor-amdgpu-pro-dev_1.19.0-492261_i386.deb
amdgpu-pro-17.40-492261/amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro-dev_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-dev_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-dev_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/Release
amdgpu-pro-17.40-492261/xserver-xorg-video-glamoregl-amdgpu-pro_1.19.0-492261_amd64.deb
amdgpu-pro-17.40-492261/xserver-xorg-video-amdgpu-pro_1.3.99-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-radeon1_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-runtime_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/mesa-amdgpu-pro-omx-drivers_17.0.1-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-amdgpu1_2.4.82-492261_amd64.deb
amdgpu-pro-17.40-492261/roct-amdgpu-pro_1.0.6-492261_amd64.deb
amdgpu-pro-17.40-492261/amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/libglamor-amdgpu-pro-dev_1.19.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libgles2-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-dev_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm2-amdgpu-pro_2.4.82-492261_amd64.deb
andrew@illium~$
So hopefully this small wget trick will help you out....
add a comment |
Ok, I fixed it by downloading the file from http instead of https. Hmmm...
wget --referer http://support.amd.com http://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.40-492261.tar.xz
I'm having this same problem. No matter how I download the file, even with the given wget command.
$ ls -l amd*
-rw-rw-r-- 1 brain brain 144219952 Nov 12 12:19 amdgpu-pro-17.40-492261.tar (1).xz
-rw-rw-r-- 1 brain brain 144219952 Nov 12 12:15 amdgpu-pro-17.40-492261.tar.xz
-rw-rw-r-- 1 brain brain 144219952 Oct 25 19:06 amdgpu-pro-17.40-492261.tar.xz.1
$ md5sum amd*
c041f34ae4c55e71641d15f0552df609 amdgpu-pro-17.40-492261.tar (1).xz
c041f34ae4c55e71641d15f0552df609 amdgpu-pro-17.40-492261.tar.xz
c041f34ae4c55e71641d15f0552df609 amdgpu-pro-17.40-492261.tar.xz.1
$ file amd*
amdgpu-pro-17.40-492261.tar (1).xz: PGP11Secret Sub-key -
amdgpu-pro-17.40-492261.tar.xz: PGP11Secret Sub-key -
amdgpu-pro-17.40-492261.tar.xz.1: PGP11Secret Sub-key -
$ tar xvf amdgpu-pro-17.40-492261.tar.xz
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
$ tar xJf amdgpu-pro-17.40-492261.tar.xz
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
$ cat amdgpu-pro-17.40-492261.tar.xz | xz --decompress
xz: (stdin): File format not recognized
EDIT:
On further analysis, every time I downloaded from the https url, I would get the last 144219952 bytes of the 361491288 byte file.
$ ls -l amd*
-rw-rw-r-- 1 brain brain 144219952 Nov 12 12:19 amdgpu-pro-17.40-492261.tar (1).xz
-rw-rw-r-- 1 brain brain 144219952 Nov 12 12:15 amdgpu-pro-17.40-492261.tar.xz
-rw-rw-r-- 1 brain brain 144219952 Oct 25 19:06 amdgpu-pro-17.40-492261.tar.xz.1
-rw-rw-r-- 1 brain brain 361491288 Oct 25 19:06 amdgpu-pro-17.40-492261.tar.xz.2
1
Hello and welcome to Ask Ubuntu! This post looks like there's an answer hidden somewhere deep in there (usehttp
instead ofhttps
). Can you please trim out the unnecessary parts of the post and make the answer the subject of the post? As it appears you're new here, I'd suggest you read our tour as well as our How to Answer guide. When you're done, please come back and edit your post with all of this in mind. Thanks!
– Kaz Wolfe
Nov 12 '17 at 20:05
Do you get a certificate error message from wget with the https address?
– andrew.46
Nov 13 '17 at 3:49
@CharlesGreen That's not the problem, ortar: xvf: Cannot open: No such file or directory
would be the error.tar
doesn't take a filename except after thef
option (that's what thef
option is for). The-
is also optional.
– Chai T. Rex
Nov 17 '17 at 7:31
1
Thanks. I sent "customer care" a message with a link to this answer (today, 2018-01-02).
– Bill McGonigle
Jan 2 '18 at 22:26
I had to use HTTP instead of HTTPS, because it still corrupted.
– Renan Cavalieri
Jan 9 '18 at 20:46
add a comment |
The driver archive uploaded in the AMD servers are corrupted. They haven't fixed it yet. May be, we all should report that to AMD.
You can download the file from here, for the time being: https://fichiers.touslesdrivers.com/55256/amdgpu-pro-17.40-492261.tar.xz
If you use plain HTTP on AMD website to download their driver, it works fine.
– Renan Cavalieri
Jan 9 '18 at 20:45
thank you, using this mirror is the only way for me!
– AlKaef
Aug 14 '18 at 13:00
add a comment |
When you get the same error on a download that was VIA AMD'S OWN DRIVERS DOWNLOAD PAGE it's not reasonable, it's something BROKEN in AMD's site.
Seeing the SAME ISSUE on 18.50, have seen a LOT of references to the issue, AMD STILL has not fixed the issue and as usual since it's LINUX they don't seem to care.
There is a reason I refuse to buy AMD any more - their drivers situation has been total "we don't CARE, live with our worthlessness" attitude for years now.
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f975277%2fcannot-extract-amdgpu-tar-xz%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
That particular file is a little shielded and I suspect that you have downloaded only a 302 error page. However the following one liner works well enough on my system:
wget --referer http://support.amd.com
https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.40-492261.tar.xz
Note the use of the --referer
option. Looks like some effort has been made to prevent people using linking from outside the AMD site. This is easy enough, and quite reasonable I believe, to circumvent in this manner.
From the wget man pages:
--referer=url
Include `Referer: url' header in HTTP request. Useful for retrieving
documents with server-side processing that assume they are always being
retrieved by interactive web browsers and only come out properly when
Referer is set to one of the pages that point to them.
The full process on my own system worked as follows:
1. Initial download:
andrew@illium~$ wget --referer http://support.amd.com
> https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.40-492261.tar.xz
--2017-11-11 16:09:04-- https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.40-492261.tar.xz
Resolving www2.ati.com (www2.ati.com)... 23.7.24.254
Connecting to www2.ati.com (www2.ati.com)|23.7.24.254|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 361491288 (345M) [application/x-tar]
Saving to: ‘amdgpu-pro-17.40-492261.tar.xz’
amdgpu-pro-17.40-492261 100%[=============================>] 344.74M 794KB/s in 7m 27s
2017-11-11 16:16:32 (789 KB/s) - ‘amdgpu-pro-17.40-492261.tar.xz’ saved [361491288/361491288]
2. Subsequent extraction:
andrew@illium~$ tar xvf amdgpu-pro-17.40-492261.tar.xz
amdgpu-pro-17.40-492261/
amdgpu-pro-17.40-492261/Packages
amdgpu-pro-17.40-492261/xserver-xorg-video-modesetting-amdgpu-pro_1.19.0-492261_amd64.deb
amdgpu-pro-17.40-492261/opencl-amdgpu-pro-icd_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/amdgpu-pro-lib32_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro-base_17.40-492261_all.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-ext_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgles2-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-ext_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/gst-omx-amdgpu-pro_1.0.0.1-492261_amd64.deb
amdgpu-pro-17.40-492261/hsa-ext-amdgpu-pro-finalize_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/xserver-xorg-video-glamoregl-amdgpu-pro_1.19.0-492261_i386.deb
amdgpu-pro-17.40-492261/libllvm5.0-amdgpu-pro_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-glx_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/hsa-ext-amdgpu-pro-image_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/amdgpu-pro-install
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-appprofiles_17.40-492261_all.deb
amdgpu-pro-17.40-492261/amdgpu-pro-core_17.40-492261_all.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-dev_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libvdpau-amdgpu-pro_17.0.1-492261_i386.deb
amdgpu-pro-17.40-492261/clinfo-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-dev_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro-dev_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/vulkan-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/libegl1-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/libopencl1-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-amdgpu1_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/rocm-amdgpu-pro-opencl-dev_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/rocm-amdgpu-pro-opencl_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/rocr-amdgpu-pro-dev_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/xserver-xorg-video-amdgpu-pro_1.3.99-492261_amd64.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-radeon1_2.4.82-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/hsa-runtime-tools-amdgpu-pro_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/libegl1-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-runtime_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/hsa-runtime-tools-amdgpu-pro-dev_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/vulkan-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-doc_5.0-492261_all.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-utils_2.4.82-492261_amd64.deb
amdgpu-pro-17.40-492261/rocm-amdgpu-pro-icd_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/opencl-amdgpu-pro-icd_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-glx_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/libllvm5.0-amdgpu-pro_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/rocm-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/clinfo-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libvdpau-amdgpu-pro_17.0.1-492261_amd64.deb
amdgpu-pro-17.40-492261/roct-amdgpu-pro-dev_1.0.6-492261_amd64.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-dri_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/amdgpu-pro-dkms_17.40-492261_all.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-dri_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/gst-omx-amdgpu-pro_1.0.0.1-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-runtime_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-dev_2.4.82-492261_amd64.deb
amdgpu-pro-17.40-492261/ids-amdgpu-pro_1.0.0-492261_all.deb
amdgpu-pro-17.40-492261/xserver-xorg-video-modesetting-amdgpu-pro_1.19.0-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-runtime_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/libopencl1-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/rocr-amdgpu-pro_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-utils_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm2-amdgpu-pro_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/mesa-amdgpu-pro-omx-drivers_17.0.1-492261_amd64.deb
amdgpu-pro-17.40-492261/libglamor-amdgpu-pro-dev_1.19.0-492261_i386.deb
amdgpu-pro-17.40-492261/amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro-dev_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-dev_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-dev_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/Release
amdgpu-pro-17.40-492261/xserver-xorg-video-glamoregl-amdgpu-pro_1.19.0-492261_amd64.deb
amdgpu-pro-17.40-492261/xserver-xorg-video-amdgpu-pro_1.3.99-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-radeon1_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-runtime_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/mesa-amdgpu-pro-omx-drivers_17.0.1-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-amdgpu1_2.4.82-492261_amd64.deb
amdgpu-pro-17.40-492261/roct-amdgpu-pro_1.0.6-492261_amd64.deb
amdgpu-pro-17.40-492261/amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/libglamor-amdgpu-pro-dev_1.19.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libgles2-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-dev_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm2-amdgpu-pro_2.4.82-492261_amd64.deb
andrew@illium~$
So hopefully this small wget trick will help you out....
add a comment |
That particular file is a little shielded and I suspect that you have downloaded only a 302 error page. However the following one liner works well enough on my system:
wget --referer http://support.amd.com
https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.40-492261.tar.xz
Note the use of the --referer
option. Looks like some effort has been made to prevent people using linking from outside the AMD site. This is easy enough, and quite reasonable I believe, to circumvent in this manner.
From the wget man pages:
--referer=url
Include `Referer: url' header in HTTP request. Useful for retrieving
documents with server-side processing that assume they are always being
retrieved by interactive web browsers and only come out properly when
Referer is set to one of the pages that point to them.
The full process on my own system worked as follows:
1. Initial download:
andrew@illium~$ wget --referer http://support.amd.com
> https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.40-492261.tar.xz
--2017-11-11 16:09:04-- https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.40-492261.tar.xz
Resolving www2.ati.com (www2.ati.com)... 23.7.24.254
Connecting to www2.ati.com (www2.ati.com)|23.7.24.254|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 361491288 (345M) [application/x-tar]
Saving to: ‘amdgpu-pro-17.40-492261.tar.xz’
amdgpu-pro-17.40-492261 100%[=============================>] 344.74M 794KB/s in 7m 27s
2017-11-11 16:16:32 (789 KB/s) - ‘amdgpu-pro-17.40-492261.tar.xz’ saved [361491288/361491288]
2. Subsequent extraction:
andrew@illium~$ tar xvf amdgpu-pro-17.40-492261.tar.xz
amdgpu-pro-17.40-492261/
amdgpu-pro-17.40-492261/Packages
amdgpu-pro-17.40-492261/xserver-xorg-video-modesetting-amdgpu-pro_1.19.0-492261_amd64.deb
amdgpu-pro-17.40-492261/opencl-amdgpu-pro-icd_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/amdgpu-pro-lib32_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro-base_17.40-492261_all.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-ext_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgles2-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-ext_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/gst-omx-amdgpu-pro_1.0.0.1-492261_amd64.deb
amdgpu-pro-17.40-492261/hsa-ext-amdgpu-pro-finalize_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/xserver-xorg-video-glamoregl-amdgpu-pro_1.19.0-492261_i386.deb
amdgpu-pro-17.40-492261/libllvm5.0-amdgpu-pro_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-glx_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/hsa-ext-amdgpu-pro-image_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/amdgpu-pro-install
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-appprofiles_17.40-492261_all.deb
amdgpu-pro-17.40-492261/amdgpu-pro-core_17.40-492261_all.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-dev_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libvdpau-amdgpu-pro_17.0.1-492261_i386.deb
amdgpu-pro-17.40-492261/clinfo-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-dev_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro-dev_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/vulkan-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/libegl1-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/libopencl1-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-amdgpu1_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/rocm-amdgpu-pro-opencl-dev_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/rocm-amdgpu-pro-opencl_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/rocr-amdgpu-pro-dev_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/xserver-xorg-video-amdgpu-pro_1.3.99-492261_amd64.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-radeon1_2.4.82-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/hsa-runtime-tools-amdgpu-pro_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/libegl1-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-runtime_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/hsa-runtime-tools-amdgpu-pro-dev_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/vulkan-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-doc_5.0-492261_all.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-utils_2.4.82-492261_amd64.deb
amdgpu-pro-17.40-492261/rocm-amdgpu-pro-icd_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/opencl-amdgpu-pro-icd_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-glx_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/libllvm5.0-amdgpu-pro_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/rocm-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/clinfo-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libvdpau-amdgpu-pro_17.0.1-492261_amd64.deb
amdgpu-pro-17.40-492261/roct-amdgpu-pro-dev_1.0.6-492261_amd64.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-dri_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/amdgpu-pro-dkms_17.40-492261_all.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-dri_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/gst-omx-amdgpu-pro_1.0.0.1-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-runtime_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-dev_2.4.82-492261_amd64.deb
amdgpu-pro-17.40-492261/ids-amdgpu-pro_1.0.0-492261_all.deb
amdgpu-pro-17.40-492261/xserver-xorg-video-modesetting-amdgpu-pro_1.19.0-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-runtime_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/libopencl1-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/rocr-amdgpu-pro_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-utils_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm2-amdgpu-pro_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/mesa-amdgpu-pro-omx-drivers_17.0.1-492261_amd64.deb
amdgpu-pro-17.40-492261/libglamor-amdgpu-pro-dev_1.19.0-492261_i386.deb
amdgpu-pro-17.40-492261/amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro-dev_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-dev_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-dev_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/Release
amdgpu-pro-17.40-492261/xserver-xorg-video-glamoregl-amdgpu-pro_1.19.0-492261_amd64.deb
amdgpu-pro-17.40-492261/xserver-xorg-video-amdgpu-pro_1.3.99-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-radeon1_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-runtime_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/mesa-amdgpu-pro-omx-drivers_17.0.1-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-amdgpu1_2.4.82-492261_amd64.deb
amdgpu-pro-17.40-492261/roct-amdgpu-pro_1.0.6-492261_amd64.deb
amdgpu-pro-17.40-492261/amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/libglamor-amdgpu-pro-dev_1.19.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libgles2-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-dev_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm2-amdgpu-pro_2.4.82-492261_amd64.deb
andrew@illium~$
So hopefully this small wget trick will help you out....
add a comment |
That particular file is a little shielded and I suspect that you have downloaded only a 302 error page. However the following one liner works well enough on my system:
wget --referer http://support.amd.com
https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.40-492261.tar.xz
Note the use of the --referer
option. Looks like some effort has been made to prevent people using linking from outside the AMD site. This is easy enough, and quite reasonable I believe, to circumvent in this manner.
From the wget man pages:
--referer=url
Include `Referer: url' header in HTTP request. Useful for retrieving
documents with server-side processing that assume they are always being
retrieved by interactive web browsers and only come out properly when
Referer is set to one of the pages that point to them.
The full process on my own system worked as follows:
1. Initial download:
andrew@illium~$ wget --referer http://support.amd.com
> https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.40-492261.tar.xz
--2017-11-11 16:09:04-- https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.40-492261.tar.xz
Resolving www2.ati.com (www2.ati.com)... 23.7.24.254
Connecting to www2.ati.com (www2.ati.com)|23.7.24.254|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 361491288 (345M) [application/x-tar]
Saving to: ‘amdgpu-pro-17.40-492261.tar.xz’
amdgpu-pro-17.40-492261 100%[=============================>] 344.74M 794KB/s in 7m 27s
2017-11-11 16:16:32 (789 KB/s) - ‘amdgpu-pro-17.40-492261.tar.xz’ saved [361491288/361491288]
2. Subsequent extraction:
andrew@illium~$ tar xvf amdgpu-pro-17.40-492261.tar.xz
amdgpu-pro-17.40-492261/
amdgpu-pro-17.40-492261/Packages
amdgpu-pro-17.40-492261/xserver-xorg-video-modesetting-amdgpu-pro_1.19.0-492261_amd64.deb
amdgpu-pro-17.40-492261/opencl-amdgpu-pro-icd_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/amdgpu-pro-lib32_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro-base_17.40-492261_all.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-ext_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgles2-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-ext_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/gst-omx-amdgpu-pro_1.0.0.1-492261_amd64.deb
amdgpu-pro-17.40-492261/hsa-ext-amdgpu-pro-finalize_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/xserver-xorg-video-glamoregl-amdgpu-pro_1.19.0-492261_i386.deb
amdgpu-pro-17.40-492261/libllvm5.0-amdgpu-pro_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-glx_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/hsa-ext-amdgpu-pro-image_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/amdgpu-pro-install
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-appprofiles_17.40-492261_all.deb
amdgpu-pro-17.40-492261/amdgpu-pro-core_17.40-492261_all.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-dev_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libvdpau-amdgpu-pro_17.0.1-492261_i386.deb
amdgpu-pro-17.40-492261/clinfo-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-dev_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro-dev_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/vulkan-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/libegl1-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/libopencl1-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-amdgpu1_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/rocm-amdgpu-pro-opencl-dev_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/rocm-amdgpu-pro-opencl_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/rocr-amdgpu-pro-dev_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/xserver-xorg-video-amdgpu-pro_1.3.99-492261_amd64.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-radeon1_2.4.82-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/hsa-runtime-tools-amdgpu-pro_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/libegl1-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-runtime_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/hsa-runtime-tools-amdgpu-pro-dev_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/vulkan-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-doc_5.0-492261_all.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-utils_2.4.82-492261_amd64.deb
amdgpu-pro-17.40-492261/rocm-amdgpu-pro-icd_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/opencl-amdgpu-pro-icd_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-glx_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/libllvm5.0-amdgpu-pro_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/rocm-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/clinfo-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libvdpau-amdgpu-pro_17.0.1-492261_amd64.deb
amdgpu-pro-17.40-492261/roct-amdgpu-pro-dev_1.0.6-492261_amd64.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-dri_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/amdgpu-pro-dkms_17.40-492261_all.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-dri_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/gst-omx-amdgpu-pro_1.0.0.1-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-runtime_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-dev_2.4.82-492261_amd64.deb
amdgpu-pro-17.40-492261/ids-amdgpu-pro_1.0.0-492261_all.deb
amdgpu-pro-17.40-492261/xserver-xorg-video-modesetting-amdgpu-pro_1.19.0-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-runtime_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/libopencl1-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/rocr-amdgpu-pro_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-utils_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm2-amdgpu-pro_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/mesa-amdgpu-pro-omx-drivers_17.0.1-492261_amd64.deb
amdgpu-pro-17.40-492261/libglamor-amdgpu-pro-dev_1.19.0-492261_i386.deb
amdgpu-pro-17.40-492261/amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro-dev_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-dev_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-dev_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/Release
amdgpu-pro-17.40-492261/xserver-xorg-video-glamoregl-amdgpu-pro_1.19.0-492261_amd64.deb
amdgpu-pro-17.40-492261/xserver-xorg-video-amdgpu-pro_1.3.99-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-radeon1_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-runtime_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/mesa-amdgpu-pro-omx-drivers_17.0.1-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-amdgpu1_2.4.82-492261_amd64.deb
amdgpu-pro-17.40-492261/roct-amdgpu-pro_1.0.6-492261_amd64.deb
amdgpu-pro-17.40-492261/amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/libglamor-amdgpu-pro-dev_1.19.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libgles2-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-dev_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm2-amdgpu-pro_2.4.82-492261_amd64.deb
andrew@illium~$
So hopefully this small wget trick will help you out....
That particular file is a little shielded and I suspect that you have downloaded only a 302 error page. However the following one liner works well enough on my system:
wget --referer http://support.amd.com
https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.40-492261.tar.xz
Note the use of the --referer
option. Looks like some effort has been made to prevent people using linking from outside the AMD site. This is easy enough, and quite reasonable I believe, to circumvent in this manner.
From the wget man pages:
--referer=url
Include `Referer: url' header in HTTP request. Useful for retrieving
documents with server-side processing that assume they are always being
retrieved by interactive web browsers and only come out properly when
Referer is set to one of the pages that point to them.
The full process on my own system worked as follows:
1. Initial download:
andrew@illium~$ wget --referer http://support.amd.com
> https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.40-492261.tar.xz
--2017-11-11 16:09:04-- https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.40-492261.tar.xz
Resolving www2.ati.com (www2.ati.com)... 23.7.24.254
Connecting to www2.ati.com (www2.ati.com)|23.7.24.254|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 361491288 (345M) [application/x-tar]
Saving to: ‘amdgpu-pro-17.40-492261.tar.xz’
amdgpu-pro-17.40-492261 100%[=============================>] 344.74M 794KB/s in 7m 27s
2017-11-11 16:16:32 (789 KB/s) - ‘amdgpu-pro-17.40-492261.tar.xz’ saved [361491288/361491288]
2. Subsequent extraction:
andrew@illium~$ tar xvf amdgpu-pro-17.40-492261.tar.xz
amdgpu-pro-17.40-492261/
amdgpu-pro-17.40-492261/Packages
amdgpu-pro-17.40-492261/xserver-xorg-video-modesetting-amdgpu-pro_1.19.0-492261_amd64.deb
amdgpu-pro-17.40-492261/opencl-amdgpu-pro-icd_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/amdgpu-pro-lib32_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro-base_17.40-492261_all.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-ext_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgles2-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-ext_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/gst-omx-amdgpu-pro_1.0.0.1-492261_amd64.deb
amdgpu-pro-17.40-492261/hsa-ext-amdgpu-pro-finalize_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/xserver-xorg-video-glamoregl-amdgpu-pro_1.19.0-492261_i386.deb
amdgpu-pro-17.40-492261/libllvm5.0-amdgpu-pro_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-glx_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/hsa-ext-amdgpu-pro-image_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/amdgpu-pro-install
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-appprofiles_17.40-492261_all.deb
amdgpu-pro-17.40-492261/amdgpu-pro-core_17.40-492261_all.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-dev_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libvdpau-amdgpu-pro_17.0.1-492261_i386.deb
amdgpu-pro-17.40-492261/clinfo-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-dev_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro-dev_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/vulkan-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/libegl1-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/libopencl1-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-amdgpu1_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/rocm-amdgpu-pro-opencl-dev_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/rocm-amdgpu-pro-opencl_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/rocr-amdgpu-pro-dev_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/xserver-xorg-video-amdgpu-pro_1.3.99-492261_amd64.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-radeon1_2.4.82-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/hsa-runtime-tools-amdgpu-pro_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/libegl1-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-runtime_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/hsa-runtime-tools-amdgpu-pro-dev_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/vulkan-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-doc_5.0-492261_all.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-utils_2.4.82-492261_amd64.deb
amdgpu-pro-17.40-492261/rocm-amdgpu-pro-icd_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/opencl-amdgpu-pro-icd_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-glx_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/libllvm5.0-amdgpu-pro_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/rocm-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/clinfo-amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libvdpau-amdgpu-pro_17.0.1-492261_amd64.deb
amdgpu-pro-17.40-492261/roct-amdgpu-pro-dev_1.0.6-492261_amd64.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-dri_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/amdgpu-pro-dkms_17.40-492261_all.deb
amdgpu-pro-17.40-492261/libgl1-amdgpu-pro-dri_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/gst-omx-amdgpu-pro_1.0.0.1-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-runtime_5.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-dev_2.4.82-492261_amd64.deb
amdgpu-pro-17.40-492261/ids-amdgpu-pro_1.0.0-492261_all.deb
amdgpu-pro-17.40-492261/xserver-xorg-video-modesetting-amdgpu-pro_1.19.0-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-runtime_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/libopencl1-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/rocr-amdgpu-pro_1.1.6-492261_amd64.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-utils_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm2-amdgpu-pro_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/mesa-amdgpu-pro-omx-drivers_17.0.1-492261_amd64.deb
amdgpu-pro-17.40-492261/libglamor-amdgpu-pro-dev_1.19.0-492261_i386.deb
amdgpu-pro-17.40-492261/amdgpu-pro_17.40-492261_amd64.deb
amdgpu-pro-17.40-492261/libgbm1-amdgpu-pro-dev_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-dev_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-5.0-dev_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/Release
amdgpu-pro-17.40-492261/xserver-xorg-video-glamoregl-amdgpu-pro_1.19.0-492261_amd64.deb
amdgpu-pro-17.40-492261/xserver-xorg-video-amdgpu-pro_1.3.99-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-radeon1_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro-runtime_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/mesa-amdgpu-pro-omx-drivers_17.0.1-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-amdgpu1_2.4.82-492261_amd64.deb
amdgpu-pro-17.40-492261/roct-amdgpu-pro_1.0.6-492261_amd64.deb
amdgpu-pro-17.40-492261/amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/libglamor-amdgpu-pro-dev_1.19.0-492261_amd64.deb
amdgpu-pro-17.40-492261/libgles2-amdgpu-pro_17.40-492261_i386.deb
amdgpu-pro-17.40-492261/llvm-amdgpu-pro_5.0-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm-amdgpu-pro-dev_2.4.82-492261_i386.deb
amdgpu-pro-17.40-492261/libdrm2-amdgpu-pro_2.4.82-492261_amd64.deb
andrew@illium~$
So hopefully this small wget trick will help you out....
edited Nov 11 '17 at 5:58
answered Nov 11 '17 at 5:13
andrew.46andrew.46
22.2k1470150
22.2k1470150
add a comment |
add a comment |
Ok, I fixed it by downloading the file from http instead of https. Hmmm...
wget --referer http://support.amd.com http://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.40-492261.tar.xz
I'm having this same problem. No matter how I download the file, even with the given wget command.
$ ls -l amd*
-rw-rw-r-- 1 brain brain 144219952 Nov 12 12:19 amdgpu-pro-17.40-492261.tar (1).xz
-rw-rw-r-- 1 brain brain 144219952 Nov 12 12:15 amdgpu-pro-17.40-492261.tar.xz
-rw-rw-r-- 1 brain brain 144219952 Oct 25 19:06 amdgpu-pro-17.40-492261.tar.xz.1
$ md5sum amd*
c041f34ae4c55e71641d15f0552df609 amdgpu-pro-17.40-492261.tar (1).xz
c041f34ae4c55e71641d15f0552df609 amdgpu-pro-17.40-492261.tar.xz
c041f34ae4c55e71641d15f0552df609 amdgpu-pro-17.40-492261.tar.xz.1
$ file amd*
amdgpu-pro-17.40-492261.tar (1).xz: PGP11Secret Sub-key -
amdgpu-pro-17.40-492261.tar.xz: PGP11Secret Sub-key -
amdgpu-pro-17.40-492261.tar.xz.1: PGP11Secret Sub-key -
$ tar xvf amdgpu-pro-17.40-492261.tar.xz
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
$ tar xJf amdgpu-pro-17.40-492261.tar.xz
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
$ cat amdgpu-pro-17.40-492261.tar.xz | xz --decompress
xz: (stdin): File format not recognized
EDIT:
On further analysis, every time I downloaded from the https url, I would get the last 144219952 bytes of the 361491288 byte file.
$ ls -l amd*
-rw-rw-r-- 1 brain brain 144219952 Nov 12 12:19 amdgpu-pro-17.40-492261.tar (1).xz
-rw-rw-r-- 1 brain brain 144219952 Nov 12 12:15 amdgpu-pro-17.40-492261.tar.xz
-rw-rw-r-- 1 brain brain 144219952 Oct 25 19:06 amdgpu-pro-17.40-492261.tar.xz.1
-rw-rw-r-- 1 brain brain 361491288 Oct 25 19:06 amdgpu-pro-17.40-492261.tar.xz.2
1
Hello and welcome to Ask Ubuntu! This post looks like there's an answer hidden somewhere deep in there (usehttp
instead ofhttps
). Can you please trim out the unnecessary parts of the post and make the answer the subject of the post? As it appears you're new here, I'd suggest you read our tour as well as our How to Answer guide. When you're done, please come back and edit your post with all of this in mind. Thanks!
– Kaz Wolfe
Nov 12 '17 at 20:05
Do you get a certificate error message from wget with the https address?
– andrew.46
Nov 13 '17 at 3:49
@CharlesGreen That's not the problem, ortar: xvf: Cannot open: No such file or directory
would be the error.tar
doesn't take a filename except after thef
option (that's what thef
option is for). The-
is also optional.
– Chai T. Rex
Nov 17 '17 at 7:31
1
Thanks. I sent "customer care" a message with a link to this answer (today, 2018-01-02).
– Bill McGonigle
Jan 2 '18 at 22:26
I had to use HTTP instead of HTTPS, because it still corrupted.
– Renan Cavalieri
Jan 9 '18 at 20:46
add a comment |
Ok, I fixed it by downloading the file from http instead of https. Hmmm...
wget --referer http://support.amd.com http://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.40-492261.tar.xz
I'm having this same problem. No matter how I download the file, even with the given wget command.
$ ls -l amd*
-rw-rw-r-- 1 brain brain 144219952 Nov 12 12:19 amdgpu-pro-17.40-492261.tar (1).xz
-rw-rw-r-- 1 brain brain 144219952 Nov 12 12:15 amdgpu-pro-17.40-492261.tar.xz
-rw-rw-r-- 1 brain brain 144219952 Oct 25 19:06 amdgpu-pro-17.40-492261.tar.xz.1
$ md5sum amd*
c041f34ae4c55e71641d15f0552df609 amdgpu-pro-17.40-492261.tar (1).xz
c041f34ae4c55e71641d15f0552df609 amdgpu-pro-17.40-492261.tar.xz
c041f34ae4c55e71641d15f0552df609 amdgpu-pro-17.40-492261.tar.xz.1
$ file amd*
amdgpu-pro-17.40-492261.tar (1).xz: PGP11Secret Sub-key -
amdgpu-pro-17.40-492261.tar.xz: PGP11Secret Sub-key -
amdgpu-pro-17.40-492261.tar.xz.1: PGP11Secret Sub-key -
$ tar xvf amdgpu-pro-17.40-492261.tar.xz
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
$ tar xJf amdgpu-pro-17.40-492261.tar.xz
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
$ cat amdgpu-pro-17.40-492261.tar.xz | xz --decompress
xz: (stdin): File format not recognized
EDIT:
On further analysis, every time I downloaded from the https url, I would get the last 144219952 bytes of the 361491288 byte file.
$ ls -l amd*
-rw-rw-r-- 1 brain brain 144219952 Nov 12 12:19 amdgpu-pro-17.40-492261.tar (1).xz
-rw-rw-r-- 1 brain brain 144219952 Nov 12 12:15 amdgpu-pro-17.40-492261.tar.xz
-rw-rw-r-- 1 brain brain 144219952 Oct 25 19:06 amdgpu-pro-17.40-492261.tar.xz.1
-rw-rw-r-- 1 brain brain 361491288 Oct 25 19:06 amdgpu-pro-17.40-492261.tar.xz.2
1
Hello and welcome to Ask Ubuntu! This post looks like there's an answer hidden somewhere deep in there (usehttp
instead ofhttps
). Can you please trim out the unnecessary parts of the post and make the answer the subject of the post? As it appears you're new here, I'd suggest you read our tour as well as our How to Answer guide. When you're done, please come back and edit your post with all of this in mind. Thanks!
– Kaz Wolfe
Nov 12 '17 at 20:05
Do you get a certificate error message from wget with the https address?
– andrew.46
Nov 13 '17 at 3:49
@CharlesGreen That's not the problem, ortar: xvf: Cannot open: No such file or directory
would be the error.tar
doesn't take a filename except after thef
option (that's what thef
option is for). The-
is also optional.
– Chai T. Rex
Nov 17 '17 at 7:31
1
Thanks. I sent "customer care" a message with a link to this answer (today, 2018-01-02).
– Bill McGonigle
Jan 2 '18 at 22:26
I had to use HTTP instead of HTTPS, because it still corrupted.
– Renan Cavalieri
Jan 9 '18 at 20:46
add a comment |
Ok, I fixed it by downloading the file from http instead of https. Hmmm...
wget --referer http://support.amd.com http://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.40-492261.tar.xz
I'm having this same problem. No matter how I download the file, even with the given wget command.
$ ls -l amd*
-rw-rw-r-- 1 brain brain 144219952 Nov 12 12:19 amdgpu-pro-17.40-492261.tar (1).xz
-rw-rw-r-- 1 brain brain 144219952 Nov 12 12:15 amdgpu-pro-17.40-492261.tar.xz
-rw-rw-r-- 1 brain brain 144219952 Oct 25 19:06 amdgpu-pro-17.40-492261.tar.xz.1
$ md5sum amd*
c041f34ae4c55e71641d15f0552df609 amdgpu-pro-17.40-492261.tar (1).xz
c041f34ae4c55e71641d15f0552df609 amdgpu-pro-17.40-492261.tar.xz
c041f34ae4c55e71641d15f0552df609 amdgpu-pro-17.40-492261.tar.xz.1
$ file amd*
amdgpu-pro-17.40-492261.tar (1).xz: PGP11Secret Sub-key -
amdgpu-pro-17.40-492261.tar.xz: PGP11Secret Sub-key -
amdgpu-pro-17.40-492261.tar.xz.1: PGP11Secret Sub-key -
$ tar xvf amdgpu-pro-17.40-492261.tar.xz
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
$ tar xJf amdgpu-pro-17.40-492261.tar.xz
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
$ cat amdgpu-pro-17.40-492261.tar.xz | xz --decompress
xz: (stdin): File format not recognized
EDIT:
On further analysis, every time I downloaded from the https url, I would get the last 144219952 bytes of the 361491288 byte file.
$ ls -l amd*
-rw-rw-r-- 1 brain brain 144219952 Nov 12 12:19 amdgpu-pro-17.40-492261.tar (1).xz
-rw-rw-r-- 1 brain brain 144219952 Nov 12 12:15 amdgpu-pro-17.40-492261.tar.xz
-rw-rw-r-- 1 brain brain 144219952 Oct 25 19:06 amdgpu-pro-17.40-492261.tar.xz.1
-rw-rw-r-- 1 brain brain 361491288 Oct 25 19:06 amdgpu-pro-17.40-492261.tar.xz.2
Ok, I fixed it by downloading the file from http instead of https. Hmmm...
wget --referer http://support.amd.com http://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.40-492261.tar.xz
I'm having this same problem. No matter how I download the file, even with the given wget command.
$ ls -l amd*
-rw-rw-r-- 1 brain brain 144219952 Nov 12 12:19 amdgpu-pro-17.40-492261.tar (1).xz
-rw-rw-r-- 1 brain brain 144219952 Nov 12 12:15 amdgpu-pro-17.40-492261.tar.xz
-rw-rw-r-- 1 brain brain 144219952 Oct 25 19:06 amdgpu-pro-17.40-492261.tar.xz.1
$ md5sum amd*
c041f34ae4c55e71641d15f0552df609 amdgpu-pro-17.40-492261.tar (1).xz
c041f34ae4c55e71641d15f0552df609 amdgpu-pro-17.40-492261.tar.xz
c041f34ae4c55e71641d15f0552df609 amdgpu-pro-17.40-492261.tar.xz.1
$ file amd*
amdgpu-pro-17.40-492261.tar (1).xz: PGP11Secret Sub-key -
amdgpu-pro-17.40-492261.tar.xz: PGP11Secret Sub-key -
amdgpu-pro-17.40-492261.tar.xz.1: PGP11Secret Sub-key -
$ tar xvf amdgpu-pro-17.40-492261.tar.xz
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
$ tar xJf amdgpu-pro-17.40-492261.tar.xz
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
$ cat amdgpu-pro-17.40-492261.tar.xz | xz --decompress
xz: (stdin): File format not recognized
EDIT:
On further analysis, every time I downloaded from the https url, I would get the last 144219952 bytes of the 361491288 byte file.
$ ls -l amd*
-rw-rw-r-- 1 brain brain 144219952 Nov 12 12:19 amdgpu-pro-17.40-492261.tar (1).xz
-rw-rw-r-- 1 brain brain 144219952 Nov 12 12:15 amdgpu-pro-17.40-492261.tar.xz
-rw-rw-r-- 1 brain brain 144219952 Oct 25 19:06 amdgpu-pro-17.40-492261.tar.xz.1
-rw-rw-r-- 1 brain brain 361491288 Oct 25 19:06 amdgpu-pro-17.40-492261.tar.xz.2
edited Nov 13 '17 at 2:22
Seth♦
35k27112166
35k27112166
answered Nov 12 '17 at 18:27
BrianVBrianV
112
112
1
Hello and welcome to Ask Ubuntu! This post looks like there's an answer hidden somewhere deep in there (usehttp
instead ofhttps
). Can you please trim out the unnecessary parts of the post and make the answer the subject of the post? As it appears you're new here, I'd suggest you read our tour as well as our How to Answer guide. When you're done, please come back and edit your post with all of this in mind. Thanks!
– Kaz Wolfe
Nov 12 '17 at 20:05
Do you get a certificate error message from wget with the https address?
– andrew.46
Nov 13 '17 at 3:49
@CharlesGreen That's not the problem, ortar: xvf: Cannot open: No such file or directory
would be the error.tar
doesn't take a filename except after thef
option (that's what thef
option is for). The-
is also optional.
– Chai T. Rex
Nov 17 '17 at 7:31
1
Thanks. I sent "customer care" a message with a link to this answer (today, 2018-01-02).
– Bill McGonigle
Jan 2 '18 at 22:26
I had to use HTTP instead of HTTPS, because it still corrupted.
– Renan Cavalieri
Jan 9 '18 at 20:46
add a comment |
1
Hello and welcome to Ask Ubuntu! This post looks like there's an answer hidden somewhere deep in there (usehttp
instead ofhttps
). Can you please trim out the unnecessary parts of the post and make the answer the subject of the post? As it appears you're new here, I'd suggest you read our tour as well as our How to Answer guide. When you're done, please come back and edit your post with all of this in mind. Thanks!
– Kaz Wolfe
Nov 12 '17 at 20:05
Do you get a certificate error message from wget with the https address?
– andrew.46
Nov 13 '17 at 3:49
@CharlesGreen That's not the problem, ortar: xvf: Cannot open: No such file or directory
would be the error.tar
doesn't take a filename except after thef
option (that's what thef
option is for). The-
is also optional.
– Chai T. Rex
Nov 17 '17 at 7:31
1
Thanks. I sent "customer care" a message with a link to this answer (today, 2018-01-02).
– Bill McGonigle
Jan 2 '18 at 22:26
I had to use HTTP instead of HTTPS, because it still corrupted.
– Renan Cavalieri
Jan 9 '18 at 20:46
1
1
Hello and welcome to Ask Ubuntu! This post looks like there's an answer hidden somewhere deep in there (use
http
instead of https
). Can you please trim out the unnecessary parts of the post and make the answer the subject of the post? As it appears you're new here, I'd suggest you read our tour as well as our How to Answer guide. When you're done, please come back and edit your post with all of this in mind. Thanks!– Kaz Wolfe
Nov 12 '17 at 20:05
Hello and welcome to Ask Ubuntu! This post looks like there's an answer hidden somewhere deep in there (use
http
instead of https
). Can you please trim out the unnecessary parts of the post and make the answer the subject of the post? As it appears you're new here, I'd suggest you read our tour as well as our How to Answer guide. When you're done, please come back and edit your post with all of this in mind. Thanks!– Kaz Wolfe
Nov 12 '17 at 20:05
Do you get a certificate error message from wget with the https address?
– andrew.46
Nov 13 '17 at 3:49
Do you get a certificate error message from wget with the https address?
– andrew.46
Nov 13 '17 at 3:49
@CharlesGreen That's not the problem, or
tar: xvf: Cannot open: No such file or directory
would be the error. tar
doesn't take a filename except after the f
option (that's what the f
option is for). The -
is also optional.– Chai T. Rex
Nov 17 '17 at 7:31
@CharlesGreen That's not the problem, or
tar: xvf: Cannot open: No such file or directory
would be the error. tar
doesn't take a filename except after the f
option (that's what the f
option is for). The -
is also optional.– Chai T. Rex
Nov 17 '17 at 7:31
1
1
Thanks. I sent "customer care" a message with a link to this answer (today, 2018-01-02).
– Bill McGonigle
Jan 2 '18 at 22:26
Thanks. I sent "customer care" a message with a link to this answer (today, 2018-01-02).
– Bill McGonigle
Jan 2 '18 at 22:26
I had to use HTTP instead of HTTPS, because it still corrupted.
– Renan Cavalieri
Jan 9 '18 at 20:46
I had to use HTTP instead of HTTPS, because it still corrupted.
– Renan Cavalieri
Jan 9 '18 at 20:46
add a comment |
The driver archive uploaded in the AMD servers are corrupted. They haven't fixed it yet. May be, we all should report that to AMD.
You can download the file from here, for the time being: https://fichiers.touslesdrivers.com/55256/amdgpu-pro-17.40-492261.tar.xz
If you use plain HTTP on AMD website to download their driver, it works fine.
– Renan Cavalieri
Jan 9 '18 at 20:45
thank you, using this mirror is the only way for me!
– AlKaef
Aug 14 '18 at 13:00
add a comment |
The driver archive uploaded in the AMD servers are corrupted. They haven't fixed it yet. May be, we all should report that to AMD.
You can download the file from here, for the time being: https://fichiers.touslesdrivers.com/55256/amdgpu-pro-17.40-492261.tar.xz
If you use plain HTTP on AMD website to download their driver, it works fine.
– Renan Cavalieri
Jan 9 '18 at 20:45
thank you, using this mirror is the only way for me!
– AlKaef
Aug 14 '18 at 13:00
add a comment |
The driver archive uploaded in the AMD servers are corrupted. They haven't fixed it yet. May be, we all should report that to AMD.
You can download the file from here, for the time being: https://fichiers.touslesdrivers.com/55256/amdgpu-pro-17.40-492261.tar.xz
The driver archive uploaded in the AMD servers are corrupted. They haven't fixed it yet. May be, we all should report that to AMD.
You can download the file from here, for the time being: https://fichiers.touslesdrivers.com/55256/amdgpu-pro-17.40-492261.tar.xz
answered Nov 17 '17 at 3:28
Confguy2016Confguy2016
91115
91115
If you use plain HTTP on AMD website to download their driver, it works fine.
– Renan Cavalieri
Jan 9 '18 at 20:45
thank you, using this mirror is the only way for me!
– AlKaef
Aug 14 '18 at 13:00
add a comment |
If you use plain HTTP on AMD website to download their driver, it works fine.
– Renan Cavalieri
Jan 9 '18 at 20:45
thank you, using this mirror is the only way for me!
– AlKaef
Aug 14 '18 at 13:00
If you use plain HTTP on AMD website to download their driver, it works fine.
– Renan Cavalieri
Jan 9 '18 at 20:45
If you use plain HTTP on AMD website to download their driver, it works fine.
– Renan Cavalieri
Jan 9 '18 at 20:45
thank you, using this mirror is the only way for me!
– AlKaef
Aug 14 '18 at 13:00
thank you, using this mirror is the only way for me!
– AlKaef
Aug 14 '18 at 13:00
add a comment |
When you get the same error on a download that was VIA AMD'S OWN DRIVERS DOWNLOAD PAGE it's not reasonable, it's something BROKEN in AMD's site.
Seeing the SAME ISSUE on 18.50, have seen a LOT of references to the issue, AMD STILL has not fixed the issue and as usual since it's LINUX they don't seem to care.
There is a reason I refuse to buy AMD any more - their drivers situation has been total "we don't CARE, live with our worthlessness" attitude for years now.
New contributor
add a comment |
When you get the same error on a download that was VIA AMD'S OWN DRIVERS DOWNLOAD PAGE it's not reasonable, it's something BROKEN in AMD's site.
Seeing the SAME ISSUE on 18.50, have seen a LOT of references to the issue, AMD STILL has not fixed the issue and as usual since it's LINUX they don't seem to care.
There is a reason I refuse to buy AMD any more - their drivers situation has been total "we don't CARE, live with our worthlessness" attitude for years now.
New contributor
add a comment |
When you get the same error on a download that was VIA AMD'S OWN DRIVERS DOWNLOAD PAGE it's not reasonable, it's something BROKEN in AMD's site.
Seeing the SAME ISSUE on 18.50, have seen a LOT of references to the issue, AMD STILL has not fixed the issue and as usual since it's LINUX they don't seem to care.
There is a reason I refuse to buy AMD any more - their drivers situation has been total "we don't CARE, live with our worthlessness" attitude for years now.
New contributor
When you get the same error on a download that was VIA AMD'S OWN DRIVERS DOWNLOAD PAGE it's not reasonable, it's something BROKEN in AMD's site.
Seeing the SAME ISSUE on 18.50, have seen a LOT of references to the issue, AMD STILL has not fixed the issue and as usual since it's LINUX they don't seem to care.
There is a reason I refuse to buy AMD any more - their drivers situation has been total "we don't CARE, live with our worthlessness" attitude for years now.
New contributor
New contributor
answered 10 mins ago
QuintLeoQuintLeo
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f975277%2fcannot-extract-amdgpu-tar-xz%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
What is the output of the command
file amdgpu-pro-17.40-492261.tar.xz
?– Terrance
Nov 11 '17 at 4:36
1
What exact command did you give to produce the error message? You probably missed a switch for compression type.
– ubfan1
Nov 11 '17 at 4:36