Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
no mouse in console after install
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
Cotton
Tux's lil' helper
Tux's lil' helper


Joined: 09 Aug 2004
Posts: 85
Location: Murray, UT

PostPosted: Mon Aug 09, 2004 11:42 pm    Post subject: no mouse in console after install Reply with quote

Hello,

After my fresh new install of 2004.2, I don't have a mouse cursor in the console as I did booting from the live cd. I used the 2.6.7-r12 kernel, and am also using framebuffer and bootsplash from the HOWTO forum. I did a manual kernel config, and of course included the USB drivers and PS/2 mouse drivers. The mouse is a Logitech MX500.

My board is an MSI 745 Ultra (SiS 745 chipset) with USB 1.1, but I accidently did use the USB 2.0 drivers in the current kernel, and have just recompiled/installed with just regular USB. I'm going to reboot as soon as my emerge gnome finishes. Could this be the problem? FWIW, my Logitech Elite USB keyboard obviously works just fine with the USB 2.0 drivers.

Any other ideas? Will xorg still be able to detect and use the mouse even though it's not working in the console? Thanks,

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


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

PostPosted: Mon Aug 09, 2004 11:51 pm    Post subject: Reply with quote

Quote:
Any other ideas?

Code:
emerge gpm

Without gpm you do not have mouse functionality in the console - it's not a kernel function.

Quote:
Will xorg still be able to detect and use the mouse even though it's not working in the console?

Yes, these are completely separate.
_________________
>>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen
Back to top
View user's profile Send private message
Cotton
Tux's lil' helper
Tux's lil' helper


Joined: 09 Aug 2004
Posts: 85
Location: Murray, UT

PostPosted: Mon Aug 09, 2004 11:54 pm    Post subject: Reply with quote

Ah, great, thank you! Is there any startup config I need to do, or is it automatic from portage?

adaptr wrote:
Quote:
Any other ideas?

Code:
emerge gpm

Without gpm you do not have mouse functionality in the console - it's not a kernel function.

Quote:
Will xorg still be able to detect and use the mouse even though it's not working in the console?

Yes, these are completely separate.
Back to top
View user's profile Send private message
Cotton
Tux's lil' helper
Tux's lil' helper


Joined: 09 Aug 2004
Posts: 85
Location: Murray, UT

PostPosted: Tue Aug 10, 2004 3:48 pm    Post subject: Reply with quote

bump - anyone? do I need to add this to rc-update or something?
Back to top
View user's profile Send private message
codergeek42
Bodhisattva
Bodhisattva


Joined: 05 Apr 2004
Posts: 5142
Location: Anaheim, CA (USA)

PostPosted: Tue Aug 10, 2004 7:13 pm    Post subject: Reply with quote

Code:
# emerge gpm
Then edit your/etc/conf.d/gpm to make sure it uses the proper mouse device, most likely either /dev/psaux, or /dev/input/mice. In order to check which device you should use, go into a terminal, and do
Code:
$ cat /dev/psaux
or
Code:
$ cat /dev/input/mice
and move your mouse around. The proper device will be the one that displays a bunch characters when you do this. (Use Ctrl+D or Ctrl+C to stop it.)Then do:
Code:

# rc-update add gpm default
#/etc/init.d/gpm start
That should get you going...

Just be aware that some console apps that can use gpm (like lynx or elinks or others) need to be re-emerge-ed with the "gpm" USE flag set in order to take advantage of gpm's functionality.

Hth!
_________________
~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF
Back to top
View user's profile Send private message
Cotton
Tux's lil' helper
Tux's lil' helper


Joined: 09 Aug 2004
Posts: 85
Location: Murray, UT

PostPosted: Wed Aug 11, 2004 9:52 pm    Post subject: Reply with quote

Great, thanks for the little tutorial!!

this is much nicer than the fedora and suse communities from whence I came...

codergeek42 wrote:
Code:
# emerge gpm
Then edit your/etc/conf.d/gpm to make sure it uses the proper mouse device, most likely either /dev/psaux, or /dev/input/mice. In order to check which device you should use, go into a terminal, and do
Code:
$ cat /dev/psaux
or
Code:
$ cat /dev/input/mice
and move your mouse around. The proper device will be the one that displays a bunch characters when you do this. (Use Ctrl+D or Ctrl+C to stop it.)Then do:
Code:

# rc-update add gpm default
#/etc/init.d/gpm start
That should get you going...

Just be aware that some console apps that can use gpm (like lynx or elinks or others) need to be re-emerge-ed with the "gpm" USE flag set in order to take advantage of gpm's functionality.

Hth!
Back to top
View user's profile Send private message
codergeek42
Bodhisattva
Bodhisattva


Joined: 05 Apr 2004
Posts: 5142
Location: Anaheim, CA (USA)

PostPosted: Wed Aug 11, 2004 10:42 pm    Post subject: Reply with quote

Cotton wrote:
Great, thanks for the little tutorial!!

this is much nicer than the fedora and suse communities from whence I came...

codergeek42 wrote:
Code:
# emerge gpm
Then edit your/etc/conf.d/gpm to make sure it uses the proper mouse device, most likely either /dev/psaux, or /dev/input/mice. In order to check which device you should use, go into a terminal, and do
Code:
$ cat /dev/psaux
or
Code:
$ cat /dev/input/mice
and move your mouse around. The proper device will be the one that displays a bunch characters when you do this. (Use Ctrl+D or Ctrl+C to stop it.)Then do:
Code:

# rc-update add gpm default
#/etc/init.d/gpm start
That should get you going...

Just be aware that some console apps that can use gpm (like lynx or elinks or others) need to be re-emerge-ed with the "gpm" USE flag set in order to take advantage of gpm's functionality.

Hth!
Coolness ^_^.
Glad I could help.
_________________
~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF
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