LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 03-15-2005, 11:09 AM   #1
alandion
LQ Newbie
 
Registered: Feb 2005
Location: I-duh-ho
Distribution: Gentoo 2004.3
Posts: 9

Rep: Reputation: 0
Gentoo agpgart issues


Hello everyone - I am in a Linux Networking and Security course at my local college, and for our semester project we must install Gentoo- a fellow student in the class is getting an error when attempting to run X - it says something to the effect of "agpgart -- device cannot be found". When trying to add this into the kernel, the option for AGPGart is dashed out. It won't let us build it into the OS and it won't let us use it as a module. We have tried it on the 2.6.9 kernel as well as the 2.6.10 kernel. If anyone has any recommendations, it would be appreciated.


Thanks,

Alandion
 
Old 03-15-2005, 11:12 AM   #2
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
You may be missing support for a dependency of AGPGart. (AGP bus support, perhaps?)
 
Old 03-15-2005, 11:16 AM   #3
alandion
LQ Newbie
 
Registered: Feb 2005
Location: I-duh-ho
Distribution: Gentoo 2004.3
Posts: 9

Original Poster
Rep: Reputation: 0
any ideas where that would be in the kernel? its not in the same location as AGPGart- its not under bus devices, and it is not under Graphics....
 
Old 03-15-2005, 11:23 AM   #4
alandion
LQ Newbie
 
Registered: Feb 2005
Location: I-duh-ho
Distribution: Gentoo 2004.3
Posts: 9

Original Poster
Rep: Reputation: 0
Ok, so we got the AGPGart support added into the kernel, compiled the new kernel, rebooted, env-updated, and it still won't run X - He has KDE installed, he has X11-Xorg installed, here is the exact error it gives:
(EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)

fatal server error:
failed to initialize core devices

Please consult blah blah blah for blah blah blah
or check the logfile at blah/blah/blah

We have checked the X11 Wiki site, not much help there
We have checked the logfile, but we don't know what information is relevant.

We now have the AGPGart support in the kernel, we copied over the new kernel image and all that Jazz....Any help would be appreciated.

Thanks,

Alandion

Last edited by alandion; 03-15-2005 at 11:44 AM.
 
Old 03-15-2005, 02:20 PM   #5
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
I had this same problem. Check to see if /dev/agpgart exists, and if so, what the permissions on it are. Also, you did compile in support for the specific chipset and card, yes?
 
Old 03-15-2005, 06:33 PM   #6
alandion
LQ Newbie
 
Registered: Feb 2005
Location: I-duh-ho
Distribution: Gentoo 2004.3
Posts: 9

Original Poster
Rep: Reputation: 0
/dev/agpgart does not exist - in fact, when viewing the /dev directory on my machine, and comparing it to the contents of the /dev directory on his computer, we see a totally different list of devices, and the machines are similar, they are both microns with the exact same everything - purchased by the school for the purpose of learning linux. The drivers are installed in the kernel for the Intel 845g (i believe that is the right one) chipset as well, in fact, our kernels are configured identically.

Thanks for helping.
 
Old 03-15-2005, 07:52 PM   #7
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Well, then most likely, you guys are using differing /dev mechanisms. As I understand it, there are 3 mechanisms for the /dev system:
  • Old-Style Nodes - Created using mknode, pretty much gone by now.
  • DevFS - Pretty much went straight from experimental to deprecated, though I use it.
  • uDev - considered the replacement for DevFS: very configurable.

The point is: you could have different systems there. Performing "mount" by itself should list whether or not there is anything mounted on "/dev" and what type it is.
 
Old 03-15-2005, 08:11 PM   #8
alandion
LQ Newbie
 
Registered: Feb 2005
Location: I-duh-ho
Distribution: Gentoo 2004.3
Posts: 9

Original Poster
Rep: Reputation: 0
i believe we are both using devfs, that is a kernel option, right? cause i remember seeing it in the kernel, and we both set ours up the same.
 
Old 03-15-2005, 08:44 PM   #9
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Check "mount": perhaps one of them is not actually running devfs. (Devfs may not be mounted). Also, you can check 'rc-update show' to see if it's scheduled to start.
 
Old 03-17-2005, 11:32 AM   #10
alandion
LQ Newbie
 
Registered: Feb 2005
Location: I-duh-ho
Distribution: Gentoo 2004.3
Posts: 9

Original Poster
Rep: Reputation: 0
Ok, we have support for devfs in the kernel. it does not show up in mount. we did a mount -t devfs none /dev and we got the error "not supported by kernel". We verified that this was in the kernel again, and it is....so its there, but its saying its not....Any other ideas? currently, we are going to try something along the lines of removing it from the kernel, compiling the new kernel, rebooting using the non-devfs-having kernel, recompile it again to include the devfs support, recompile, reboot. SAVE US!!!!

Alandion
 
Old 03-17-2005, 11:40 AM   #11
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
All that recompiling should be unneccessary. Make sure "devfs mount at boot" is set to yes.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
nVdia's AGPGART or Kernel 2.6.11.1 AGPGART slackermike Slackware 3 06-09-2005 02:26 PM
ATI RADEON 9600 XT AGPGART Issues tobias_r33per Linux - Software 7 03-16-2004 05:42 AM
gentoo file manager install issues (not Gentoo) windeath Fedora 2 03-01-2004 07:17 PM
agpgart issues with a Crucial Radeon 9100 on Fedora Core 1 Nardo! Linux - Hardware 0 12-09-2003 05:21 PM
Getting agpgart loaded on Gentoo warkrime Linux - Newbie 1 09-23-2003 10:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 07:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration