LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 05-18-2004, 09:21 PM   #1
marghorp
Senior Member
 
Registered: Jan 2004
Location: Slovenia
Distribution: Slackware 10.1, SLAX to the MAX :)
Posts: 1,040

Rep: Reputation: 45
no mouse in fedora 2


I have just installed Fedora core 2. The problem is that my mouse is not working. It hasn't worked during the installation either. I just thought it would start when I install.

I have tried changing to /dev/psaux, /dev/psmouse, run /dev/mouseconfig, kudzu, /dev/mouse-test and have configured XF86Config.

Any help will be greatly apreciated.

Thanks.

P.S./2: The mouse was recognized as 3 button mouse at install. In FC 1 it was recognized as Wheel mouse. However I have tried to solve this by recompiling the kernel but it doesn't help. I have read many posts on google about people complaining of the same problem, but haven't found the right solution yet.

Any help is greatly apreciated. Though I understand FC2 is new and problems are still new to all the gurus. But anyway. Thanks!

Last edited by marghorp; 05-20-2004 at 11:57 AM.
 
Old 06-03-2004, 07:51 PM   #2
C-Bass
LQ Newbie
 
Registered: Feb 2004
Location: PDC
Distribution: RedHat 9.0
Posts: 3

Rep: Reputation: 0
same here....

mouse stopped working after the update to FC2. I don't know if picking a different mouse during the X configuration screen would have worked.

I have a microsoft mouse, and have heard of a few people having issues with them.
 
Old 06-03-2004, 11:25 PM   #3
cdean
LQ Newbie
 
Registered: May 2004
Location: Pittsburgh, PA
Distribution: Ubuntu
Posts: 16

Rep: Reputation: 0
I, too, am having this problem.

I have tried multiple mouse devs (/dev/mouse, /dev/psaux, /dev/input/mice) in my xorg.conf to no avail.

Here is the section from my xorg.conf:

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

My mouse is a USB wireless Logitech "Cordless Optical Mouse."

Here's the catch, though: When I boot using the 2.6.5 kernel, it doesn't work. However, when I boot to 2.4.22-2188 (I think that was the last FC1 kernel before FC2 came out), it works fine.

I'm clueless as to what is causing it. Should I just get the 2.6.6 source and attempt my own from the command line? I haven't done it before, but it seems to be my only option other than getting a DVD/CDRW combo and reinstalling FC2 (I got the DVD edition for my laptop but my desktop doesn't have a DVD drive).
 
Old 06-04-2004, 01:11 AM   #4
marghorp
Senior Member
 
Registered: Jan 2004
Location: Slovenia
Distribution: Slackware 10.1, SLAX to the MAX :)
Posts: 1,040

Original Poster
Rep: Reputation: 45
Try changing in BIOS the Suppport for USB Legacy to Disabled. It worked for me.
 
Old 09-30-2004, 12:57 PM   #5
danfranklinusa
LQ Newbie
 
Registered: Sep 2004
Location: Massachusetts
Distribution: Redhat 9, Fedora Core 1,Fedora Core 2
Posts: 2

Rep: Reputation: 0
I was able to fix this problem by changing the /dev/mouse link to go to /dev/input/mice instead of /dev/psaux. Then I reran xorg -configure and copied the input pointer spec into the main xorg.conf in /etc/X11/xorg.conf (because on my machine xorg -configure produces invalid values for the monitor specs so I can't just read it back in).

If you do
cat /dev/psaux
and you get "no such input device", then you've probably got the same problem I had. If instead it hangs, and moving the mouse causes your screen to show strange garbage, then you probably have a different problem.

Dan Franklin
 
Old 10-07-2004, 12:47 AM   #6
jakobie
LQ Newbie
 
Registered: Sep 2004
Location: Chicago Burbs
Posts: 13

Rep: Reputation: 0
All right, newbie question: how/in what do I change the link from /dev/psaux to /dev/input/mice?
 
Old 10-07-2004, 02:08 AM   #7
marghorp
Senior Member
 
Registered: Jan 2004
Location: Slovenia
Distribution: Slackware 10.1, SLAX to the MAX :)
Posts: 1,040

Original Poster
Rep: Reputation: 45
edit the file /etc/X11/xorg.conf or /etc/X11/Xf386.config

There is a line for the mouse and change it. After you change it, restart the X server with CTRL+ALT+Backspace
 
Old 10-07-2004, 11:02 AM   #8
danfranklinusa
LQ Newbie
 
Registered: Sep 2004
Location: Massachusetts
Distribution: Redhat 9, Fedora Core 1,Fedora Core 2
Posts: 2

Rep: Reputation: 0
To change the /dev/mouse link from pointing to /dev/psaux to /dev/input/mice, do

cd /dev
rm mouse
ln -s input/mice mouse

You must be root to do this.

Note that you must also edit your configuration file /etc/X11/xorg.conf; search for /dev/psaux and replace it with /dev/mouse.

(Or you could skip changing the /dev/mouse link, and just edit xorg.conf to replace /dev/psaux with /dev/input/mice. I didn't suggest that because I think it's better to have /dev/mouse point to a working mouse device.)

Dan Franklin
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mouse configuration in FEDORA 2 Evgeny Linux - Laptop and Netbook 0 01-27-2005 11:07 AM
Mouse freezing in Fedora 1 Jmcatch742 Linux - General 12 08-25-2004 06:35 PM
Fedora won't see my mouse drdavidknibb Linux - Software 1 07-12-2004 08:31 AM
Fedora and non-working mouse mule Linux - General 3 01-12-2004 01:20 AM
no mouse w/ Fedora bobterri Linux - Hardware 3 10-28-2003 08:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 08:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration