osdir.com
mailing list archive

Subject: Re: I can't enable my video card's 3D acceleration(Radeon 7500) - msg#00089

List: video.dri.user

Date: Prev Next Index Thread: Prev Next Index
This line:
"/usr/include/bits/errno.h:25:26: linux/errno.h: No such file or directory"

indicates your problem. It means that your kernel source is not entirely
complete. What you need to do is download the kernel source again, your
version available at

http://www.kernel.org/pub/linux/kernel/v2.4/linux-2.4.18.tar.bz2

All you have to do is download that file, and untar it as this directory:
/usr/src/linux-2.4.18-3

Or untar it anywhere, but make sure the symlink /usr/src/linux is pointing to
the right directory.

Then, try re-installing the binary package.

The reason for this is because DRI needs to use a kernel module, and all
kernel modules can only be used on the kernel version that they were compiled
for. That's why the installation process needs a little bit of compiling, and
when a file from the kernel source is missing, it can't go on.

Good luck with that.

On Monday 14 July 2003 21:27, mikechou wrote:
> Sure,i download DRI binary package from dri.sourceforge.net
> and use ./install.sh to install it,but it still not work.
> log file is attached.
> would you please take look ...thanks
> -----Original message-----
> From:Yun Zhou <innerguy@xxxxxxxxxxxxxxxxx>
> To:mikechou <mikechou@xxxxxxxxxxxxx>
> Cc:dri-users@xxxxxxxxxxxxxxxxxxxxx
> Date:Mon, 14 Jul 2003 10:57:07 -0500
> Subject:Re: [Dri-users] I can't enable my video card's 3D
> acceleration(Radeon 7500)
>
> Did you try to compile from source, or did you try using the
> binary packages
> that are avaliable from the DRI website? I would strongly
> recommend using the
> binary packages because you don't have to compile them by
> hand (no more not
> finding a header file error).
>
> The package also includes the kernel modules, which is what
> I see you are
> missing:
>
> "[drm] failed to load kernel module "agpgart"
> [drm] failed to load kernel module "radeon""
>
> Install those, and I think that it probably would work.
>
> On Monday 14 July 2003 02:08, mikechou wrote:
> > Hi..thank you for your reply first.
> > i attach my x window log file in mail.
> > and i have already try to reinstall DRI module,
> > but it always occurs some make error,ex:not found some .h
>
> file.
>
> > i'm not sure what happen in my linux system,i also try to
> > use CVS update DRI source code and compile it,but it always
> > fail during download DRI cvs,so it is so confuse me.
> >
> >
> >
> > -----Original message-----
> > From:Yun Zhou <innerguy@xxxxxxxxxxxxxxxxx>
> > To:mikechou <mikechou@xxxxxxxxxxxxx>
> > Date:Sun, 13 Jul 2003 23:46:30 -0500
> > Subject:Re: [Dri-users] I can't enable my video card's 3D
> > acceleration(Radeon 7500)
> >
> > Oh, I'm sorry, I didn't see the title of your message (I see
> > you have a 7500).
> > Is it a PCI model or AGP model?
> >
> > Thanks!
> >
> > On Sunday 13 July 2003 23:44, you wrote:
> > > I think that it would help if you attached your XF86Config
> >
> > file and the
> >
> > > entire log, not just that exerpt. Moreover, please specify
> >
> > your video card
> >
> > > type. I see that it is a Radeon, but there are many models
> >
> > of Radeon (7000,
> >
> > > 7500, 8500, 9000, 9500, etc...).
> > >
> > > If what I see below is accruate, it seems that the kernel
> >
> > module "agpgart"
> >
> > > is misspelled, and the Radeon module does not exist. Are
> >
> > you sure you
> >
> > > installed DRI correctly? I recommend that you download the
> >
> > binary package
> >
> > > and (re-)install it.
> > >
> > > I could offer more advice if I had more information.
> >
> > Please attach your X
> >
> > > log and config file.
> > >
> > > Best regards.
> > >
> > > On Sunday 13 July 2003 20:24, mikechou wrote:
> > > > Dears:
> > > > My liunx kernel is 2.4.18 and XFree 4.3.0 , when i
> >
> > login x window
> >
> > > > i want to play Quake 3 , it's so slowly.
> > > > So i check x window log file... some error message
> >
> > i found, like
> >
> > > > this:
> > > >
> > > > drmOpenDevice: minor is 0
> > > > drmOpenDevice: node name is /dev/dri/card0
> > > > drmOpenDevice: open result is -1, (No such device)
> > > > drmOpenDevice: open result is -1, (No such device)
> > > > drmOpenDevice: Open failed
> > > > drmOpenDevice: minor is 0
> > > > drmOpenDevice: node name is /dev/dri/card0
> > > > drmOpenDevice: open result is -1, (No such device)
> > > > drmOpenDevice: open result is -1, (No such device)
> > > > drmOpenDevice: Open failed
> > > > [drm] failed to load kernel module "agpgard"
> > > > [drm] failed to load kernel module "radeon"
> > > >
> > > > i check /etc/dri , there is no card 0 ,just only
> >
> > card1,card2,card3
> >
> > > > what is problem here?
> > > > i guess it maybe drm module not exist?
> > > >
> > > >
> > > >
> > > >
> > > > -------------------------------------------------------
> > > > This SF.Net email sponsored by: Parasoft
> > > > Error proof Web apps, automate testing & more.
> > > > Download & eval WebKing and get a free book.
> > > > www.parasoft.com/bulletproofapps1
> > > > _______________________________________________
> > > > Dri-users mailing list
> > > > Dri-users@xxxxxxxxxxxxxxxxxxxxx
> > > > https://lists.sourceforge.net/lists/listinfo/dri-users



-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1


Was this page helpful?
Yes No
Thread at a glance:

Previous Message by Date: click to view message preview

Re: I can't enable my video card's 3D acceleration(Radeon 7500)

Sure,i download DRI binary package from dri.sourceforge.net and use ./install.sh to install it,but it still not work. log file is attached. would you please take look ...thanks -----Original message----- From:Yun Zhou <innerguy@xxxxxxxxxxxxxxxxx> To:mikechou <mikechou@xxxxxxxxxxxxx> Cc:dri-users@xxxxxxxxxxxxxxxxxxxxx Date:Mon, 14 Jul 2003 10:57:07 -0500 Subject:Re: [Dri-users] I can't enable my video card's 3D acceleration(Radeon 7500) Did you try to compile from source, or did you try using the binary packages that are avaliable from the DRI website? I would strongly recommend using the binary packages because you don't have to compile them by hand (no more not finding a header file error). The package also includes the kernel modules, which is what I see you are missing: "[drm] failed to load kernel module "agpgart" [drm] failed to load kernel module "radeon"" Install those, and I think that it probably would work. On Monday 14 July 2003 02:08, mikechou wrote: > Hi..thank you for your reply first. > i attach my x window log file in mail. > and i have already try to reinstall DRI module, > but it always occurs some make error,ex:not found some .h file. > i'm not sure what happen in my linux system,i also try to > use CVS update DRI source code and compile it,but it always > fail during download DRI cvs,so it is so confuse me. > > > > -----Original message----- > From:Yun Zhou <innerguy@xxxxxxxxxxxxxxxxx> > To:mikechou <mikechou@xxxxxxxxxxxxx> > Date:Sun, 13 Jul 2003 23:46:30 -0500 > Subject:Re: [Dri-users] I can't enable my video card's 3D > acceleration(Radeon 7500) > > Oh, I'm sorry, I didn't see the title of your message (I see > you have a 7500). > Is it a PCI model or AGP model? > > Thanks! > > On Sunday 13 July 2003 23:44, you wrote: > > I think that it would help if you attached your XF86Config > > file and the > > > entire log, not just that exerpt. Moreover, please specify > > your video card > > > type. I see that it is a Radeon, but there are many models > > of Radeon (7000, > > > 7500, 8500, 9000, 9500, etc...). > > > > If what I see below is accruate, it seems that the kernel > > module "agpgart" > > > is misspelled, and the Radeon module does not exist. Are > > you sure you > > > installed DRI correctly? I recommend that you download the > > binary package > > > and (re-)install it. > > > > I could offer more advice if I had more information. > > Please attach your X > > > log and config file. > > > > Best regards. > > > > On Sunday 13 July 2003 20:24, mikechou wrote: > > > Dears: > > > My liunx kernel is 2.4.18 and XFree 4.3.0 , when i > > login x window > > > > i want to play Quake 3 , it's so slowly. > > > So i check x window log file... some error message > > i found, like > > > > this: > > > > > > drmOpenDevice: minor is 0 > > > drmOpenDevice: node name is /dev/dri/card0 > > > drmOpenDevice: open result is -1, (No such device) > > > drmOpenDevice: open result is -1, (No such device) > > > drmOpenDevice: Open failed > > > drmOpenDevice: minor is 0 > > > drmOpenDevice: node name is /dev/dri/card0 > > > drmOpenDevice: open result is -1, (No such device) > > > drmOpenDevice: open result is -1, (No such device) > > > drmOpenDevice: Open failed > > > [drm] failed to load kernel module "agpgard" > > > [drm] failed to load kernel module "radeon" > > > > > > i check /etc/dri , there is no card 0 ,just only > > card1,card2,card3 > > > > what is problem here? > > > i guess it maybe drm module not exist? > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email sponsored by: Parasoft > > > Error proof Web apps, automate testing & more. > > > Download & eval WebKing and get a free book. > > > www.parasoft.com/bulletproofapps1 > > > _______________________________________________ > > > Dri-users mailing list > > > Dri-users@xxxxxxxxxxxxxxxxxxxxx > > > https://lists.sourceforge.net/lists/listinfo/dri-users dri.log Description: Text document

Next Message by Date: click to view message preview

Re: Error in i830M

On Fri, 11.07.03, "Fernando Medina, Jr." <fmedina@xxxxxxxxxxxxx> wrote: > After suspend on my ThinkPad, ocassionally I get: Hi I second that, with another thinkpad that got an i830MG. I didn't see the error message though and contributed it to kde... I am not with the machine right now so I can't confirm the error message but it sounds like what I have... > [drm:i830_wait_ring] *ERROR* space: 82888 wanted 131064 > [drm:i830_wait_ring] *ERROR* lockup Cheers Robos -- Robos - gpg --recv-keys --keyserver blackhole.pca.dfn.de 6EEADA09 It's GNU/Linux dammit! F U M $ ! ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1

Previous Message by Thread: click to view message preview

Re: I can't enable my video card's 3D acceleration(Radeon 7500)

Sure,i download DRI binary package from dri.sourceforge.net and use ./install.sh to install it,but it still not work. log file is attached. would you please take look ...thanks -----Original message----- From:Yun Zhou <innerguy@xxxxxxxxxxxxxxxxx> To:mikechou <mikechou@xxxxxxxxxxxxx> Cc:dri-users@xxxxxxxxxxxxxxxxxxxxx Date:Mon, 14 Jul 2003 10:57:07 -0500 Subject:Re: [Dri-users] I can't enable my video card's 3D acceleration(Radeon 7500) Did you try to compile from source, or did you try using the binary packages that are avaliable from the DRI website? I would strongly recommend using the binary packages because you don't have to compile them by hand (no more not finding a header file error). The package also includes the kernel modules, which is what I see you are missing: "[drm] failed to load kernel module "agpgart" [drm] failed to load kernel module "radeon"" Install those, and I think that it probably would work. On Monday 14 July 2003 02:08, mikechou wrote: > Hi..thank you for your reply first. > i attach my x window log file in mail. > and i have already try to reinstall DRI module, > but it always occurs some make error,ex:not found some .h file. > i'm not sure what happen in my linux system,i also try to > use CVS update DRI source code and compile it,but it always > fail during download DRI cvs,so it is so confuse me. > > > > -----Original message----- > From:Yun Zhou <innerguy@xxxxxxxxxxxxxxxxx> > To:mikechou <mikechou@xxxxxxxxxxxxx> > Date:Sun, 13 Jul 2003 23:46:30 -0500 > Subject:Re: [Dri-users] I can't enable my video card's 3D > acceleration(Radeon 7500) > > Oh, I'm sorry, I didn't see the title of your message (I see > you have a 7500). > Is it a PCI model or AGP model? > > Thanks! > > On Sunday 13 July 2003 23:44, you wrote: > > I think that it would help if you attached your XF86Config > > file and the > > > entire log, not just that exerpt. Moreover, please specify > > your video card > > > type. I see that it is a Radeon, but there are many models > > of Radeon (7000, > > > 7500, 8500, 9000, 9500, etc...). > > > > If what I see below is accruate, it seems that the kernel > > module "agpgart" > > > is misspelled, and the Radeon module does not exist. Are > > you sure you > > > installed DRI correctly? I recommend that you download the > > binary package > > > and (re-)install it. > > > > I could offer more advice if I had more information. > > Please attach your X > > > log and config file. > > > > Best regards. > > > > On Sunday 13 July 2003 20:24, mikechou wrote: > > > Dears: > > > My liunx kernel is 2.4.18 and XFree 4.3.0 , when i > > login x window > > > > i want to play Quake 3 , it's so slowly. > > > So i check x window log file... some error message > > i found, like > > > > this: > > > > > > drmOpenDevice: minor is 0 > > > drmOpenDevice: node name is /dev/dri/card0 > > > drmOpenDevice: open result is -1, (No such device) > > > drmOpenDevice: open result is -1, (No such device) > > > drmOpenDevice: Open failed > > > drmOpenDevice: minor is 0 > > > drmOpenDevice: node name is /dev/dri/card0 > > > drmOpenDevice: open result is -1, (No such device) > > > drmOpenDevice: open result is -1, (No such device) > > > drmOpenDevice: Open failed > > > [drm] failed to load kernel module "agpgard" > > > [drm] failed to load kernel module "radeon" > > > > > > i check /etc/dri , there is no card 0 ,just only > > card1,card2,card3 > > > > what is problem here? > > > i guess it maybe drm module not exist? > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email sponsored by: Parasoft > > > Error proof Web apps, automate testing & more. > > > Download & eval WebKing and get a free book. > > > www.parasoft.com/bulletproofapps1 > > > _______________________________________________ > > > Dri-users mailing list > > > Dri-users@xxxxxxxxxxxxxxxxxxxxx > > > https://lists.sourceforge.net/lists/listinfo/dri-users dri.log Description: Text document

Next Message by Thread: click to view message preview

Re: I can't enable my video card's 3D acceleration(Radeon 7500)

Ahh... I see, it must be /usr/include/linux/errno.h And therefore has little to do with the kernel... The file is rather small, and I can give you mine. Its sent as an attachment. On Tuesday 15 July 2003 20:41, you wrote: > Hello.. > All ways you said i tried,it still not work. > I always have a big question > > This line: > "/usr/include/bits/errno.h:25:26: linux/errno.h: No such > file or directory" > > I don'n know "linux/errno.h" means which directory? > because i had been found this path in > /usr/src/linux-2.4.18-3/include/linux i don't understand which path dose > really include path? > /usr/include or /usr/src/linux-2.4.18-3/include/linux ? > i wonder about if include path wrong? cause can't include file? > > This line's error message,i don't know really meaning.... > > > -----Original message----- > From:Yun Zhou <innerguy@xxxxxxxxxxxxxxxxx> > To:mikechou <mikechou@xxxxxxxxxxxxx> > Date:Tue, 15 Jul 2003 18:55:14 -0500 > Subject:Re: [Dri-users] I can't enable my video card's 3D > acceleration(Radeon 7500) > > I think that means that it can't find your kernel configuration, but it > does mean that your kernel source is (probably) installed correctly. What > you need to do now is go into the directory (kernel source) and type 'make > xconfig' > > I'm not sure if this affects the make process, but you can adjust the > settings to your needs and then save the config file, or leave them default > and experement a bit. Then try and compile. Maybe that will work. > > On Tuesday 15 July 2003 01:18, you wrote: > > I'm tyring 2 ways untar: > > 1.untar to original /usr/src/linux-2.4.18-3,so > > /usr/src/linux-2.4.18-3 has a linux directory,and reinstall > > has same error. > > 2.untar to a directory,and copy linux directory(after > > untar's directory) to /usr/src/linux2.4.18-3 instead of > > original directory,and reinstall it,error message is: > > > > Makefile.linux:136: *** Cannot fine a kernel config file. Stop. > > > > Does my untar process wrong? > > which place is right? > > > > > > -----Original message----- > > From:Yun Zhou <innerguy@xxxxxxxxxxxxxxxxx> > > To:mikechou <mikechou@xxxxxxxxxxxxx> > > Cc:dri-users@xxxxxxxxxxxxxxxxxxxxx > > Date:Mon, 14 Jul 2003 23:08:44 -0500 > > Subject:Re: [Dri-users] I can't enable my video card's 3D > > acceleration(Radeon 7500) > > > > This line: > > "/usr/include/bits/errno.h:25:26: linux/errno.h: No such > > file or directory" > > > > indicates your problem. It means that your kernel source is > > not entirely > > complete. What you need to do is download the kernel source > > again, your > > version available at > > > > http://www.kernel.org/pub/linux/kernel/v2.4/linux-2.4.18.tar.bz2 > > > > All you have to do is download that file, and untar it as > > this directory: > > /usr/src/linux-2.4.18-3 > > > > Or untar it anywhere, but make sure the symlink > > /usr/src/linux is pointing to > > the right directory. > > > > Then, try re-installing the binary package. > > > > The reason for this is because DRI needs to use a kernel > > module, and all > > kernel modules can only be used on the kernel version that > > they were compiled > > for. That's why the installation process needs a little bit > > of compiling, and > > when a file from the kernel source is missing, it can't go on. > > > > Good luck with that. errno.h Description: Text Data
Loading Comments...
Home | News | Patents | Sitemap | FAQ | advertise

Advertising by