Results 1 to 7 of 7
I'm using debian etch and I want to install ATi drivers for my VGA, but I can't install them without the kernel sources. And I have a problem with installing ...
- 04-06-2007 #1
Kernel Sources
I'm using debian etch and I want to install ATi drivers for my VGA, but I can't install them without the kernel sources. And I have a problem with installing the kernel source for my kernel version

when I enter this command
the kernel version seems to be 2.6.18-3-686.Code:vidanaarachchi@v-base:/usr/src$ uname -r 2.6.18-3-686
But I can't find the necessary sources for it
Anyone know how to deal with this problem, please help me.Code:vidanaarachchi@v-base:/usr/src$ sudo apt-get install linux-headers-$(uname -r) Reading package lists... Done Building dependency tree... Done E: Couldn't find package linux-headers-2.6.18-3-686
NOTE:- I'm using a freshly installed debian etch
- 04-06-2007 #2
Try linux-headers-2.6-686 - that should be what you're looking for.
Looking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 04-06-2007 #3
Thanks bryansmith I'll try that, you replied pretty fast
Thanks again
- 04-06-2007 #4
I installed the linux-headers-2.6-686 package without any troubles, But when I enter the command
it gives me error messagesCode:sudo m-a a-i fglrx
Bad luck the kernel headers for the target kernel couldn't be found and you didn't specify other valid kernel to useIf the running kernel has been shipped with the debian distribution, please install the package linux-kernel headers-2.6.18-3-686. If your kernel source tree (headers) is located in some non-usual location, please set the KERNELDIRS environment variable to the path of this directory, or (alternatively) specify the source directory we build for with the --kernel-dir option in module-assistant calls.I'll be very thankful if you can give me a solution for this problemPackage fglrx-kernel-src was not built successfully, see /var/cache/modass/fglrx-kernel-src*buildlog* for details!
- 04-07-2007 #5
I found that there's some linux-headers installed in /usr/src
they are called linux-headers-2.6.18-4 and linux-headers-2.6.18-4-686
can I build that driver using the above headers
Thanks in advance
- 04-07-2007 #6
Well, I don't have an ATI card so I can't help you with ATI errors. The best I can do is direct you here which is a link I found on the official Debian wiki about installing ATI drivers. Hope that helps!
Looking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 04-08-2007 #7
It's not an error with ATi drivers, it seems to me that it's because I don't have the needed kernel headers, do you know any way to get the sources for my kernel version.
Or can you tell me how to point the module assistant to my current headers.
cheers


Reply With Quote
