Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
02-13-2005, 07:22 PM
|
#1
|
Member
Registered: Feb 2005
Distribution: Ubuntu 8.04
Posts: 100
Rep:
|
Need to redownload via-agp(?)
I've had so much trouble trying to install the ATI display driver. I've found the problem listed on the ATI website and it says I need to install an appropriate agp driver for my via chipset, but when I look I don t have the via-agp.ko file it says I need.
I've scoured google trying to find the file for download. If anyone knows where I can find it on the web or maybe hidden somewhere on the install CDs please let me know!
And please correct me if I got the whole thing backwards, I'm completely new to linux.
Cheers,
|
|
|
02-25-2005, 03:01 PM
|
#2
|
LQ Newbie
Registered: Feb 2004
Posts: 5
Rep:
|
I actually have that same question.... if you get an answer I'd love to hear about it.
cheers,
andrew
|
|
|
02-25-2005, 03:10 PM
|
#3
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
it comes with the kernel sources
|
|
|
02-25-2005, 03:18 PM
|
#4
|
LQ Newbie
Registered: Feb 2004
Posts: 5
Rep:
|
thanks for the reply.....
I saw the via-agp.c source file.... I assume it needs to be compile to a .ko file.
Could you help me with instructions on how to compile it?
and install it?
|
|
|
02-25-2005, 03:26 PM
|
#5
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
what kernel are you currently running ( I've never used CentOS so I'm not sure what it comes with)?
Really, you can't just compile the module without configuring the kernel first. if the kernel your running is preemptible for example, and you compile a module without that option, it will not load into your kernel.
depending on what you have, it might be easier to compile the kernel and modules and use that one.
|
|
|
02-25-2005, 04:08 PM
|
#6
|
LQ Newbie
Registered: Feb 2004
Posts: 5
Rep:
|
Hey,
thanx for your response.....
I using fedora core 3
I assumed via-agp was a kernel module that could be compiled independantly as long as it's the same kernel version, I was under the same impression for the fglrx module.
But I've been known to make an ass out of myself when assuming, so if you could clarify and perhaps give a suggestion (or two...) on how to proceed that would be greatly appreciated
cheers,
andrew
|
|
|
02-25-2005, 04:18 PM
|
#7
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
well, it could, but it would need to be the same configuration. like above, if you leave out something the fedora kernel has, the module will have unresoved symbols and refuse to link with the fedora kernel.
look in your /boot directory for a file called something like config-2.6.xx-xxx or 2.6-config
if you are running the stock kernel and have the kernel-source ( which you probably do considering your building the ati module) look in there with:
ls -a
and look for a file called .config. If it's there, you could do either "make menuconfig" or " make xconfig" and look at what was configured in your kernel, add the module you want, then rebuild the modules ( make modules) and install them (make modules_install). remember, this method only works if you have the original config for the kernel you are running.
|
|
|
All times are GMT -5. The time now is 08:44 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|