You are not logged in.

#1 2009-02-10 02:24:50

soupcan
Member
From: ?
Registered: 2008-10-25
Posts: 268

[Solved] "Generic Event Extension" Error, device issues

I wasn't really sure were to put this. If this is the wrong forum, please move it to the correct one.

Anyway, after a few recent updates (I don't know which, as I haven't needed to mount anything recently) I can no longer mount and sort of storage device, and my keyboard and touchpad occasionally revert to default settings, ex. my scroll zone stops working and my keyboard won't accept my special laptop keys. I'm using 64bit, and I have all of my old packages. Below is a screenshot of the error.


genericerror.png

Last edited by soupcan (2009-02-11 02:19:53)

Offline

#2 2009-02-10 21:19:35

soupcan
Member
From: ?
Registered: 2008-10-25
Posts: 268

Re: [Solved] "Generic Event Extension" Error, device issues

Bump. Please help, tell me what config files I need to post, etc.

Offline

#3 2009-02-10 21:34:15

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: [Solved] "Generic Event Extension" Error, device issues

Read the wiki on PolicyKit and see if that helps on some of your problems. The Xlib warning is just an annoyance and has nothing to do with hardware problems.

Offline

#4 2009-02-10 21:43:09

soupcan
Member
From: ?
Registered: 2008-10-25
Posts: 268

Re: [Solved] "Generic Event Extension" Error, device issues

skottish wrote:

Read the wiki on PolicyKit and see if that helps on some of your problems. The Xlib warning is just an annoyance and has nothing to do with hardware problems.

There is no PolicyKit wiki. Do you mean the HAL article, with the policykit troubleshooting section?
If so, this is my current PolicyKit.conf:

<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->

<!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN"
"http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd">

<!-- See the manual page PolicyKit.conf(5) for file format -->

       <match user="killian"> 
               <match action="org.freedesktop.hal.storage.*">
                       <return result="yes"/>
               </match>
               <match action="hal-storage-mount-fixed-extra-options"> 
                       <return result="yes" />
               </match>
               <match action="hal-storage-mount-removable-extra-options"> 
                       <return result="yes" />
               </match>
       </match>  


<config version="0.1">
</config>

It still doesn't work.

Offline

#5 2009-02-10 23:46:24

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: [Solved] "Generic Event Extension" Error, device issues

What happens if you do exec ck-launch-session openbox-session and of course replace openbox-session with whatever you use. This is assuming you use startx, to start X.

As for the Generic Event Extension, I believe that is unrelated. I think it has something to do with the recent xlib upgrade. I get those errors when running glxgears.


Website - Blog - arch-home
Arch User since March 2005

Offline

#6 2009-02-10 23:52:12

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: [Solved] "Generic Event Extension" Error, device issues

My apologies about saying PolicyKit instead of HAL. Of course you're correct.

My entire PolicyKit.conf file looks like this, and I can mount all the pluggable devices that I've tried:

<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->

<!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN"
"http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd">

<!-- See the manual page PolicyKit.conf(5) for file format -->

<config version="0.1">
    <match action="org.freedesktop.hal.storage.mount-removable">
        <return result="yes"/>
    </match>
</config>

Offline

#7 2009-02-11 01:42:42

soupcan
Member
From: ?
Registered: 2008-10-25
Posts: 268

Re: [Solved] "Generic Event Extension" Error, device issues

skottish wrote:

My apologies about saying PolicyKit instead of HAL. Of course you're correct.

My entire PolicyKit.conf file looks like this, and I can mount all the pluggable devices that I've tried:

<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->

<!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN"
"http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd">

<!-- See the manual page PolicyKit.conf(5) for file format -->

<config version="0.1">
    <match action="org.freedesktop.hal.storage.mount-removable">
        <return result="yes"/>
    </match>
</config>

I'll try yours. My file didn't have any config information in it before today, anyway.

@pyther:
I'll do that too.
How is that command different from startx?

Offline

#8 2009-02-11 01:55:17

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: [Solved] "Generic Event Extension" Error, device issues

soupcan wrote:

...

@pyther:
I'll do that too.
How is that command different from startx?

I should have explained my self better!
You want to put

exec ck-launch-session openbox-session

in .xinitrc
Then when you run startx, it parses .xinitrc to find out what it's suppose to start, as I'm sure you already know.
From my understanding that command will launch a console-kit session which openbox and its spawned process will run in.


Website - Blog - arch-home
Arch User since March 2005

Offline

#9 2009-02-11 02:19:06

soupcan
Member
From: ?
Registered: 2008-10-25
Posts: 268

Re: [Solved] "Generic Event Extension" Error, device issues

skottish's PolicyKit config fixed it. I think I must have had an error in syntax somewhere in mine.
Thanks to you both!

Offline

#10 2009-02-14 22:52:47

Bebop
Member
Registered: 2008-01-13
Posts: 19

Re: [Solved] "Generic Event Extension" Error, device issues

HI, I get also the message:

Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".

if I start any application. I know, this is not a hardware problem, but how can I remove the flaw?

Offline

#11 2009-02-14 22:56:46

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [Solved] "Generic Event Extension" Error, device issues

@Bebop, just ignore them. nothing to worry


Give what you have. To someone, it may be better than you dare to think.

Offline

#12 2009-02-16 21:48:54

Rydgel
Member
From: France
Registered: 2008-09-04
Posts: 166
Website

Re: [Solved] "Generic Event Extension" Error, device issues

I had the same problem too, my PolicyKit was empty.. anyway skottish one did the trick !

Offline

#13 2009-02-19 02:15:48

xxuncensoredxx
Member
From: Grand Rapids,Mi
Registered: 2009-02-19
Posts: 11

Re: [Solved] "Generic Event Extension" Error, device issues

Same for me. Had empty policykit after fresh install. Fixed now.

Offline

Board footer

Powered by FluxBB