linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* dri not working in udev ver > 075
@ 2006-01-20 18:01 jaromil
  2006-01-20 19:40 ` Greg KH
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jaromil @ 2006-01-20 18:01 UTC (permalink / raw)
  To: linux-hotplug

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


re all,

i report this bug after extensive testing and having carefully checked
the udev rules i'm using in making my distribution.

i am running linux-2.4.15, testing it on a VGA Intel Corporation 82830
CGC [Chipset Graphics Controller] which has DRI regularly supported in
XFree86 and Xorg with the auxiliary kernel drivers i810 and i915 and the
X driver i810.

i report DRI is perfectly working on X.org 7.0 with udev-075 and 2.4.15

but, keeping exactly the same setup, all subsequent versions of udev
fail in creating /dev/dri/* and /dev/agpgart devices.

any clues about the cause?
thanks in advance for any help in sorting this out,

ciao

- -- 
 jaromil,  dyne.org rasta coder,  http://rastasoft.org

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Cryptographically signed mail, see http://gnupg.org

iD8DBQFD0SWLe2QxhLU0C14RAsrdAJ45QxD/5pjaoc1AS8XVX+TJ5qFQYQCfd+gU
fOW2s4vB5DXFTP/nh0HirX0=QDHP
-----END PGP SIGNATURE-----


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: dri not working in udev ver > 075
  2006-01-20 18:01 dri not working in udev ver > 075 jaromil
@ 2006-01-20 19:40 ` Greg KH
  2006-01-20 20:38 ` Kay Sievers
  2006-01-20 21:36 ` Greg KH
  2 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2006-01-20 19:40 UTC (permalink / raw)
  To: linux-hotplug

On Fri, Jan 20, 2006 at 07:01:47PM +0100, jaromil wrote:
> 
> re all,
> 
> i report this bug after extensive testing and having carefully checked
> the udev rules i'm using in making my distribution.
> 
> i am running linux-2.4.15, testing it on a VGA Intel Corporation 82830
> CGC [Chipset Graphics Controller] which has DRI regularly supported in
> XFree86 and Xorg with the auxiliary kernel drivers i810 and i915 and the
> X driver i810.
> 
> i report DRI is perfectly working on X.org 7.0 with udev-075 and 2.4.15
> 
> but, keeping exactly the same setup, all subsequent versions of udev
> fail in creating /dev/dri/* and /dev/agpgart devices.
> 
> any clues about the cause?

What distro are you using?

What are the errors you see?

Have you run udevtest on these devices?

thanks,

greg k-h


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x103432&bid#0486&dat\x121642
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: dri not working in udev ver > 075
  2006-01-20 18:01 dri not working in udev ver > 075 jaromil
  2006-01-20 19:40 ` Greg KH
@ 2006-01-20 20:38 ` Kay Sievers
  2006-01-20 21:36 ` Greg KH
  2 siblings, 0 replies; 4+ messages in thread
From: Kay Sievers @ 2006-01-20 20:38 UTC (permalink / raw)
  To: linux-hotplug

On Fri, Jan 20, 2006 at 11:40:41AM -0800, Greg KH wrote:
> On Fri, Jan 20, 2006 at 07:01:47PM +0100, jaromil wrote:
> > 
> > re all,
> > 
> > i report this bug after extensive testing and having carefully checked
> > the udev rules i'm using in making my distribution.
> > 
> > i am running linux-2.4.15, testing it on a VGA Intel Corporation 82830
> > CGC [Chipset Graphics Controller] which has DRI regularly supported in
> > XFree86 and Xorg with the auxiliary kernel drivers i810 and i915 and the
> > X driver i810.
> > 
> > i report DRI is perfectly working on X.org 7.0 with udev-075 and 2.4.15
> > 
> > but, keeping exactly the same setup, all subsequent versions of udev
> > fail in creating /dev/dri/* and /dev/agpgart devices.
> > 
> > any clues about the cause?
> 
> What distro are you using?
> 
> What are the errors you see?
> 
> Have you run udevtest on these devices?

Another of these buggers that bypasses the class core:

drivers/char/drm/drm_sysfs.c:
  static ssize_t show_dev(struct class_device *class_dev, char *buf)

That needs to be fixed in the kernel.

Kay


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x103432&bid#0486&dat\x121642
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: dri not working in udev ver > 075
  2006-01-20 18:01 dri not working in udev ver > 075 jaromil
  2006-01-20 19:40 ` Greg KH
  2006-01-20 20:38 ` Kay Sievers
@ 2006-01-20 21:36 ` Greg KH
  2 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2006-01-20 21:36 UTC (permalink / raw)
  To: linux-hotplug

On Fri, Jan 20, 2006 at 09:38:31PM +0100, Kay Sievers wrote:
> On Fri, Jan 20, 2006 at 11:40:41AM -0800, Greg KH wrote:
> > On Fri, Jan 20, 2006 at 07:01:47PM +0100, jaromil wrote:
> > > 
> > > re all,
> > > 
> > > i report this bug after extensive testing and having carefully checked
> > > the udev rules i'm using in making my distribution.
> > > 
> > > i am running linux-2.4.15, testing it on a VGA Intel Corporation 82830
> > > CGC [Chipset Graphics Controller] which has DRI regularly supported in
> > > XFree86 and Xorg with the auxiliary kernel drivers i810 and i915 and the
> > > X driver i810.
> > > 
> > > i report DRI is perfectly working on X.org 7.0 with udev-075 and 2.4.15
> > > 
> > > but, keeping exactly the same setup, all subsequent versions of udev
> > > fail in creating /dev/dri/* and /dev/agpgart devices.
> > > 
> > > any clues about the cause?
> > 
> > What distro are you using?
> > 
> > What are the errors you see?
> > 
> > Have you run udevtest on these devices?
> 
> Another of these buggers that bypasses the class core:
> 
> drivers/char/drm/drm_sysfs.c:
>   static ssize_t show_dev(struct class_device *class_dev, char *buf)
> 
> That needs to be fixed in the kernel.

Bah, ok, I'll go fix that up...

thanks,

greg k-h


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x103432&bid#0486&dat\x121642
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-01-20 21:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-20 18:01 dri not working in udev ver > 075 jaromil
2006-01-20 19:40 ` Greg KH
2006-01-20 20:38 ` Kay Sievers
2006-01-20 21:36 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).