Re: [osol-discuss] LiveCD WARNING: Bad driver ioctl number, 0x18 (of 0x12) error

2009-08-28 Thread Ghee Teo
A murillo wrote: echo 'drm_error?w c3' | mdb -wk That seemed to stop it.. thanks!! The only message I see but not as often is: Aug 27 21:27:24 Zeus1 gnome-session[639]: [ID 702911 daemon.warning] WARNING: Could not connect to ConsoleKit: Could not get owner of name

Re: [osol-discuss] LiveCD WARNING: Bad driver ioctl number, 0x18 (of 0x12) error

2009-08-28 Thread A murillo
Yes. Consolekit is not yet integrated. It is being worked on. ARC case has been approved, and should be part of the new gdm. But these warning does not cause any real problem. Thank you. I did a workaround for now to stop this message from appearing too, I added this line to /etc/hosts:

Re: [osol-discuss] LiveCD WARNING: Bad driver ioctl number, 0x18 (of 0x12) error

2009-08-27 Thread A murillo
It has Integrated Intel Media Accelerator 950 (Offers up 224MB shared memory). The video seems to be working just fine its jut the mseg getting flooded with this message. Thanks, -- This message posted from opensolaris.org ___ opensolaris-discuss

Re: [osol-discuss] LiveCD WARNING: Bad driver ioctl number, 0x18 (of 0x12) error

2009-08-27 Thread Jürgen Keil
It has Integrated Intel Media Accelerator 950 (Offers up 224MB shared memory). The video seems to be working just fine its jut the mseg getting flooded with this message. Hmm, the intel drm driver implements 0x12 (18 decimal) device specific ioctls. ioctl # 0x18 (24 decimal) would be invalid

Re: [osol-discuss] LiveCD WARNING: Bad driver ioctl number, 0x18 (of 0x12) error

2009-08-27 Thread Jürgen Keil
It has Integrated Intel Media Accelerator 950 (Offers up 224MB shared memory). Seems that new driver ioctls have been added to the intel drm driver; the latest Xorg is already using the new intel drm ioctls, but the kernel module has not yet implemented them. The unimplemented / missing ioctl

Re: [osol-discuss] LiveCD WARNING: Bad driver ioctl number, 0x18 (of 0x12) error

2009-08-27 Thread Jürgen Keil
It has Integrated Intel Media Accelerator 950 (Offers up 224MB shared memory). Seems that new driver ioctls have been added to the intel drm driver; the latest Xorg is already using the new intel drm ioctls, but the kernel module has not yet implemented them. The unimplemented /

Re: [osol-discuss] LiveCD WARNING: Bad driver ioctl number, 0x18 (of 0x12) error

2009-08-27 Thread A murillo
Xorg logs looks clean - no errors: Zeus1:/var/adm$ more /var/log/Xorg.0.log X.Org X Server 1.6.1.901 (1.6.2 RC 1) Release Date: 2009-5-8 X Protocol Version 11, Revision 0 Build Operating System: SunOS 5.11 snv_108 i86pc Current Operating System: SunOS Zeus1 5.11 snv_118 i86pc Build Date: 19 June

Re: [osol-discuss] LiveCD WARNING: Bad driver ioctl number, 0x18 (of 0x12) error

2009-08-27 Thread A murillo
Is there anything I can do to stop the logging of this message until it gets fixed on the next release? Thanks! -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] LiveCD WARNING: Bad driver ioctl number, 0x18 (of 0x12) error

2009-08-27 Thread Jürgen Keil
Is there anything I can do to stop the logging of this message until it gets fixed on the next release? Recompile the intel drm driver from source, with the error message removed? Or a quick and dirty hack: remove all error messages reported by the drm driver, with something like: echo

Re: [osol-discuss] LiveCD WARNING: Bad driver ioctl number, 0x18 (of 0x12) error

2009-08-27 Thread A murillo
echo 'drm_error?w c3' | mdb -wk That seemed to stop it.. thanks!! The only message I see but not as often is: Aug 27 21:27:24 Zeus1 gnome-session[639]: [ID 702911 daemon.warning] WARNING: Could not connect to ConsoleKit: Could not get owner of name 'org.freedesktop.ConsoleKit': no such name

Re: [osol-discuss] LiveCD WARNING: Bad driver ioctl number, 0x18 (of 0x12) error

2009-08-26 Thread Jürgen Keil
I see this message repeating constantly in dmesg, what is it? Aug 25 00:45:34 Zeus1 genunix: [ID 543013 kern.warning] WARNING: Bad driver ioctl number, 0x18 (of 0x12) The message is from usr/src/uts/common/io/drm/drm_sunmod.c; seems to be from the drm driver.