Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
loading mouse drivers
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
mcgr
n00b
n00b


Joined: 02 Mar 2004
Posts: 41
Location: Grand Rapids, MI USA

PostPosted: Sun Mar 07, 2004 9:47 pm    Post subject: loading mouse drivers Reply with quote

I have an HP laptop(AMD Athlon XP) that I want to determine if the mouse drivers are installed, but can't tell by way of "dmesg"

How else can I tell? This is preventing me from starting X, seeing that the Mouse setting in /etc/X11/XFConfig is not valid because of a device not found error.

MC
Back to top
View user's profile Send private message
adaptr
Watchman
Watchman


Joined: 06 Oct 2002
Posts: 6730
Location: Rotterdam, Netherlands

PostPosted: Sun Mar 07, 2004 10:04 pm    Post subject: Re: loading mouse drivers Reply with quote

mcgr wrote:
I have an HP laptop(AMD Athlon XP) that I want to determine if the mouse drivers are installed, but can't tell by way of "dmesg"

That's correct - dmesg will never tell you this.
Start with
Code:
lsmod

to see which modules (not drivers) are loaded (not installed) by the LiveCD - this will tell you what you need.
In a way, your question is strange - you have built a system, so you have also specified which mouse device you would like to use.
If you don't specify this when building a kernel I can guarantee you it won't work.

mcgr wrote:
How else can I tell?

Code:
cat /proc/devices

may help, as well as trying directly:
Code:
cat /dev/psaux

for a PS/2 device, or
Code:
cat /dev/input/mice

for a USB one.
Move the mouse around; if you see garbage then that's the one ;-)

But again - this is a really strange question: you have to know what mouse driver you need somewhere along the road to get your Gentoo system up and running.
The system will not tell you this - you need to tell it.

mcgr wrote:
This is preventing me from starting X, seeing that the Mouse setting in /etc/X11/XFConfig is not valid because of a device not found error.

The Mouse device setting in XF86Config is probably fine - you just need to tell it which device to actually use as a mouse.

Impossible to tell without more info.
_________________
>>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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