Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problems after udev 164-r2 update to 171-r5
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Dr.Willy
Guru
Guru


Joined: 15 Jul 2007
Posts: 547
Location: NRW, Germany

PostPosted: Thu Jan 26, 2012 1:10 pm    Post subject: Problems after udev 164-r2 update to 171-r5 Reply with quote

After the recent update to udev, my keyboard and mouse are not working under X.
If I login to the console and run /etc/init.d/udev restart before starting X everything works fine.
Any ideas what's causing this?
Back to top
View user's profile Send private message
while true
Guru
Guru


Joined: 07 Apr 2010
Posts: 532
Location: Ljubljana, Slovenia

PostPosted: Thu Jan 26, 2012 1:39 pm    Post subject: Reply with quote

Oi

I am newbie, but:
https://forums.gentoo.org/viewtopic-t-883988-highlight-keyboard.html
_________________
Kind regards, Goran Mitic

alive
while true
kick ass
Back to top
View user's profile Send private message
Dr.Willy
Guru
Guru


Joined: 15 Jul 2007
Posts: 547
Location: NRW, Germany

PostPosted: Thu Jan 26, 2012 3:07 pm    Post subject: Reply with quote

Nope, has nothing to do with rebuilding the drivers :)
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3267
Location: Canada

PostPosted: Wed Feb 01, 2012 4:36 am    Post subject: Reply with quote

On one my computer I found that udev-171 created /dev/mice instead of /dev/input/mice link,
so I had to change that in xorg.conf
Back to top
View user's profile Send private message
Dr.Willy
Guru
Guru


Joined: 15 Jul 2007
Posts: 547
Location: NRW, Germany

PostPosted: Wed Feb 01, 2012 12:56 pm    Post subject: Reply with quote

Well, I don't set these paths in xorg.conf either:
Code:
Section "InputClass"
        Identifier      "Keyboard"
        Driver          "evdev"
        MatchIsKeyboard "on"

        Option "xkb_layout"     "de"
        Option "xkb_variant"    "neo"
#       Option "xkb_variant"    "deadgraveacute"
        Option "xkb_options"    "terminate:ctrl_alt_bksp"
EndSection

Section "InputClass"
        Identifier      "Mouse"
        Driver          "evdev"
        MatchIsPointer  "on"
EndSection


Also it wouldn't explain why restarting udev fixes the problem.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum