Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
(Solved) Evdev not found.
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
rabcor
Apprentice
Apprentice


Joined: 05 Apr 2012
Posts: 200

PostPosted: Sun Oct 07, 2012 10:14 pm    Post subject: (Solved) Evdev not found. Reply with quote

Heres pretty much everything i did.

I updated portage.

I unmerged xorg-server

I emerged xorg-x11

I completely updated my world and then did a depclean. Now when i start X i get this.

Code:
[    25.810] (II) LoadModule: "evdev"
[    25.810] (WW) Warning, couldn't open module evdev
[    25.810] (II) UnloadModule: "evdev"
[    25.810] (II) Unloading evdev
[    25.810] (EE) Failed to load module "evdev" (module does not exist, 0)
[    25.810] (EE) No input driver matching `evdev'


Full log: http://pastebin.com/vvJTcU6c

I tried a few things like re-emerging the xorg-drivers but that didn't seem to help
_________________
This picture was my biggest reason for ever trying Gentoo <3


Last edited by rabcor on Mon Oct 08, 2012 1:26 am; edited 1 time in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54216
Location: 56N 3W

PostPosted: Sun Oct 07, 2012 10:26 pm    Post subject: Reply with quote

rabcor,


What is listed in your INPUT_DEVICES= ?
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
rabcor
Apprentice
Apprentice


Joined: 05 Apr 2012
Posts: 200

PostPosted: Sun Oct 07, 2012 10:45 pm    Post subject: Reply with quote

Code:

INPUT_DEVICES="evdev"


emerge -pv xorg-drivers also tells me that it should be downloading evdev.
_________________
This picture was my biggest reason for ever trying Gentoo <3
Back to top
View user's profile Send private message
Scimmia22
n00b
n00b


Joined: 24 Sep 2012
Posts: 10

PostPosted: Sun Oct 07, 2012 11:41 pm    Post subject: Reply with quote

shot in the dark: is evdev enabled in the kernel as well?


CONFIG_INPUT_EVDEV=
Back to top
View user's profile Send private message
rabcor
Apprentice
Apprentice


Joined: 05 Apr 2012
Posts: 200

PostPosted: Sun Oct 07, 2012 11:53 pm    Post subject: Reply with quote

grepping .config gives me CONFIG_INPUT_EVDEV=y
_________________
This picture was my biggest reason for ever trying Gentoo <3
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Mon Oct 08, 2012 12:00 am    Post subject: Re: Evdev not found. Reply with quote

rabcor wrote:

I tried a few things like re-emerging the xorg-drivers but that didn't seem to help


how about search the forum or read what xorg is telling you at end of emerge ?
Back to top
View user's profile Send private message
rabcor
Apprentice
Apprentice


Joined: 05 Apr 2012
Posts: 200

PostPosted: Mon Oct 08, 2012 12:22 am    Post subject: Reply with quote

I tried googling, rather than just searching the forum, i did find a thread on this forum in a language i do not understand with the same issue... but unfortunately... don't understand the language, i also found a similar thread where the problem was withing xorg.conf, but that was not the case here. maybe i'm just bad at searching?

portage wasn't telling me anything special at the end of the emerge. except "etc/conf.d/xdm needs updating" which i just update. it also says my nvidia drivers got corrupted, so i just... reinstall them, and fixed. it also once gave me that xorg-drivers was corrupted, and likewise i just reinstalled that and it disappeared, if it gives me that something is corrupt that i'm not using i run depclean.

I usually read it if the emerge says something, for example it at some point gave me that something was corrupt.... so i fixed it with depclean, etc.
_________________
This picture was my biggest reason for ever trying Gentoo <3
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Mon Oct 08, 2012 12:41 am    Post subject: Reply with quote

ah yes sad, everyone knows google sucks
Back to top
View user's profile Send private message
rabcor
Apprentice
Apprentice


Joined: 05 Apr 2012
Posts: 200

PostPosted: Mon Oct 08, 2012 12:46 am    Post subject: Reply with quote

You the yahoo kind of person? everyone has their preferences i guess...

If you're trying to tell me about this https://forums.gentoo.org/viewtopic-t-891314-start-0.html i already just said, the solution in there did not work for me, i tried erasing everything from my xorg.conf except the required lines (as stated in that thread.) but all for nothing.
_________________
This picture was my biggest reason for ever trying Gentoo <3
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Mon Oct 08, 2012 1:08 am    Post subject: Reply with quote

You could light up six candles, dress up in black robe and call for superior power. Or you could check if x11-drivers/xf86-input-evdev is present in your system. If in doubt you could recompile it with emerge -1 against your current Xorg sources.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
rabcor
Apprentice
Apprentice


Joined: 05 Apr 2012
Posts: 200

PostPosted: Mon Oct 08, 2012 1:25 am    Post subject: Reply with quote

>>> No outdated packages were found on your system. definetly is there.

But because i'm having a problem I tried doing emerge -1 x11-drivers/xf86-input-evdev as you suggested and that saved me.

Thanks a lot jaglover. very much appreciated.
_________________
This picture was my biggest reason for ever trying Gentoo <3
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Mon Oct 08, 2012 2:13 am    Post subject: Reply with quote

You are welcome. :)

Tip: Install app-portage/eix. Then you can run
Code:
eix evdev
and it will tell you whether it is installed or not. While this is not the only method to check for packages eix is a great tool and I recommend you install it.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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