[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Source download failure.
- From: Mathieu Malaterre <mmalater at nycap dot rr dot com>
- Date: Fri, 08 Apr 2005 20:27:47 -0400
From:
http://www.stanchina.net/~flavio/debian/fglrx-archive/msg00360.html
1.
First of all I had to change: debian/rules from:
ifeq ($(XVERSION),6.8.1)
# There ain't no driver for 6.8.1, set to 6.8.0
XVERSION := 6.8.0
endif
to
ifeq ($(XVERSION),6.8.2)
# There ain't no driver for 6.8.1, set to 6.8.0
XVERSION := 6.8.0
endif
Since Ubuntu seems to come with X.org 6.8.2 otherwise you get the
following error :
wget -nd
http://www2.ati.com/drivers/linux/fglrx_6_8_2-8.10.19-1.i386.rpm
--20:22:24--
http://www2.ati.com/drivers/linux/fglrx_6_8_2-8.10.19-1.i386.rpm
=> `fglrx_6_8_2-8.10.19-1.i386.rpm'
Resolving www2.ati.com... 146.82.218.137, 146.82.218.135
Connecting to www2.ati.com[146.82.218.137]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
20:22:25 ERROR 404: Not Found.
make: *** [fglrx_6_8_2-8.10.19-1.i386.rpm] Error 1
Mathieu
Q wrote:
Hi when I try to use the script to download the drivers and packages,
this is what happens:
/home/raid517/Desktop/My_Files/My_Downloads/ATI-patch/fglrx-installer-8.10.19#
fakeroot debian/rules binary
wget -nd http://www2.ati.com/drivers/linux/fglrx_6_8_2-8.10.19-1.i386.rpm
--00:10:24--
http://www2.ati.com/drivers/linux/fglrx_6_8_2-8.10.19-1.i386.rpm
=> `fglrx_6_8_2-8.10.19-1.i386.rpm'
Resolving www2.ati.com... 213.253.135.39, 213.253.135.38
Connecting to www2.ati.com[213.253.135.39]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
00:10:24 ERROR 404: Not Found.
make: *** [fglrx_6_8_2-8.10.19-1.i386.rpm] Error 1
It seems that the drivers are not where the script is looking for them.
Has this got anything to do with ATI releasing a new driver version
recently? If so whe are we likely to see a new script for this driver
version?
Also this guide seems heavily focused on what to do if you are using an
official kernel image from debian - but I never or have only rarely ever
used these. There seems to be no clear expanation of what to do, if like
me you prefer to get your kernels from kernel.org.
I tried using the binary drivers but they complained they wanted an old
beta version of xfree.86 (4.3.95 or something similar) but I'm using the
latest xorg server - and am not keen to change in any hurry. Does anyone
have any info on how to install the ati drivers if like me you are using
xorg?
Best regards,
GJ