 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

20th June 2005, 11:35 AM
|
|
Registered User
|
|
Join Date: Jun 2005
Posts: 3

|
|
|
Serial mouse does not work in FC4
My generic 2-button serial mouse doesn't work in FC4 (in both the text-based console and in X). My mouse used to work perfectly on FC1, FC2, and FC3 without needing any special configuration.
I've tried doing "cat /dev/input/mice" and "cat /dev/input/mouse0" and then moving the mouse but there is no output. Even "cat /dev/ttyS0" and "cat /dev/ttyS1" gives no output.
When gpm starts, it tries to also run inputattach which gives an error of "can't set line discipline."
My hardware is sure to be working OK because I tried booting from a Knoppix LiveCD and my mouse worked just fine.
Any ideas?
|

7th July 2005, 03:22 AM
|
|
Registered User
|
|
Join Date: Jul 2005
Posts: 3

|
|
|
I'm having the same issue. Anyone have some insight?
|

7th July 2005, 05:10 AM
|
 |
Retired Community Manager
|
|
Join Date: Feb 2004
Location: Seattle, WA, USA
Age: 56
Posts: 3,423

|
|
|
Spend $10US and get a "real" mouse?
I'm only partially kidding - I think you'd have a lot less hair-pulling if you got a mouse built in the last 5 years or so...
__________________
Linux User #28251 (April '93)
Professional Java Geek :cool:
|

7th July 2005, 07:39 AM
|
 |
Registered User
|
|
Join Date: May 2004
Location: Mexico City, Mexico
Age: 35
Posts: 4,418

|
|
|
Word!
Though "real" mice (not too long ago either) ran exclussively off serial ports, with the advent of USB, both serial and PS2 mice have been rendered pretty much obsolete. USB offers too many advantages over the old UART interface (still some devices need such an interface)... Plus they're pretty cheap nowadays, you can even find some around a price tag of roughly $5 USD!!
__________________
If ain't broken, don't fix it! :eek:
If can be improved, go for it! :cool:
FedoraForum Community forums lurker.
Fedora user since RHL 5.2 :cool:
Systems: Laptop, Main System, Netbook.
|

7th July 2005, 01:36 PM
|
|
Registered User
|
|
Join Date: Jul 2005
Posts: 3

|
|
|
the machine im trying to put fc 4 on is an old rack. No ps2 or usb. Just serial.
|

8th July 2005, 03:30 AM
|
 |
Retired Community Manager
|
|
Join Date: Feb 2004
Location: Seattle, WA, USA
Age: 56
Posts: 3,423

|
|
|
Then I'd suggest just forget the mouse and not even bother with a GUI install (or use the keyboard). Either that or use a distribution that's targeted more towards "older" hardware (VectorLinux comes to mind).
__________________
Linux User #28251 (April '93)
Professional Java Geek :cool:
|

8th July 2005, 10:03 AM
|
|
Registered User
|
|
Join Date: Jun 2005
Posts: 20

|
|
|
even mine one is dead .............real one doing great......but R7D is going on the serial one
__________________
mad
www.techwebtoday.com
|

8th July 2005, 10:34 AM
|
 |
Registered User
|
|
Join Date: Nov 2004
Location: Netherlands
Age: 25
Posts: 1,426

|
|
|
Is reinstalling fc3 an option?
__________________
Registered Linux user number 389291
Laptop: Nec Versa p550, Pentium M 1.86GHz, 1024MB ram, x300, 80 GB HD, bluetooth, 2915BG Wlan card
Desktop: Amd Athlon x2 4200+, 2GB ram, Geforce 7300GT 512MB silent, 160GB HD in a nice centurion 534 case :cool:
|

10th July 2005, 09:38 AM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 52

|
|
|
Hey wait! I too had a serial mouse that won't budge after installation. So i edited the xorg file and after many tries it worked. I dont know if this will help u or not but lets hope it does.
I changed my xorg file to look like this:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "false"
EndSection
Remember to include "Microsoft". If ttyS0 does not work try ttyS1 and REMEMBER its capital S and the number zero 0 and NOT the letter O.
|

10th July 2005, 10:31 AM
|
|
Registered User
|
|
Join Date: Jun 2005
Location: Melbourne, Australia
Age: 34
Posts: 52

|
|
|
I just took my M$ USB scrollwheel mouse off my FC3 box and plugged in an M$ serial scrollwheel mouse. This is what I can remember doing...
At a console, run kudzu (it detects hardware, and I have this service off be default).
At a console, run system-config-mouse. Select your mouse.
Edit /etc/X11/xorg.conf and put in /dev/ttyS0 for COM1 or /dev/ttyS1 for COM2.
Restart X (Shift-Alt-Backspace?)
Last edited by BladeMelbourne; 10th July 2005 at 10:34 AM.
Reason: pebkac corrections
|

10th July 2005, 12:46 PM
|
 |
Registered User
|
|
Join Date: May 2004
Location: Mexico City, Mexico
Age: 35
Posts: 4,418

|
|
Quote:
|
Originally Posted by newbie2fedora
Hey wait! I too had a serial mouse that won't budge after installation. So i edited the xorg file and after many tries it worked. I dont know if this will help u or not but lets hope it does.
I changed my xorg file to look like this:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "false"
EndSection
Remember to include "Microsoft". If ttyS0 does not work try ttyS1 and REMEMBER its capital S and the number zero 0 and NOT the letter O.
|
Does your mouse have a scroll?? If it does, does it work? I've previously seen this very same construct with a Genius Serial Scroll Mouse (running FC3), the problem was the wheel never worked (nor did the third button).
__________________
If ain't broken, don't fix it! :eek:
If can be improved, go for it! :cool:
FedoraForum Community forums lurker.
Fedora user since RHL 5.2 :cool:
Systems: Laptop, Main System, Netbook.
|

14th July 2005, 10:07 AM
|
|
Registered User
|
|
Join Date: Jun 2005
Location: India
Age: 32
Posts: 376

|
|
|
i solved it this way
I had the same problem...
I did these things....
1. edit the /etc/sysconfig/mouse file and set
DEVICE=/dev/ttySn - n corresponding to ur com port where mouse is. usually ttyS0
2. run the mouse-test proggy and as follows
mouse-test /dev/ttyS0
find out what ur mouse is. if it is say mouse man - ul get as mman
3. run /usr/sbin/inputattach -mman /dev/ttyS0 & --------backgrounding
mman is for mouse man...there are more options
just type inputattach and ul get the list of options.
reboot the machine and ur mouse should still be working.
I may have made some unnecessary steps 
but this worked.
|

4th August 2005, 10:56 AM
|
|
Registered User
|
|
Join Date: Aug 2005
Posts: 4

|
|
|
Hi. Where do i do this? During the installation? Thanks!
|

4th August 2005, 11:01 AM
|
|
Registered User
|
|
Join Date: Jun 2005
Location: India
Age: 32
Posts: 376

|
|
Quote:
|
Originally Posted by bullterick
Hi. Where do i do this? During the installation? Thanks!
|
after completing the installation, boot into linux, then open a console say xterm or konsole
then type out there.
|

5th August 2005, 02:27 AM
|
 |
Registered User
|
|
Join Date: Dec 2004
Location: Colorado Ski Country
Posts: 3

|
|
Thanks bmvbab,
I was having the same problem and your post helped.
Quote:
|
Originally Posted by bmvbab
I had the same problem...
I did these things....
1. edit the /etc/sysconfig/mouse file and set
DEVICE=/dev/ttySn - n corresponding to ur com port where mouse is. usually ttyS0
2. run the mouse-test proggy and as follows
mouse-test /dev/ttyS0
find out what ur mouse is. if it is say mouse man - ul get as mman
3. run /usr/sbin/inputattach -mman /dev/ttyS0 & --------backgrounding
mman is for mouse man...there are more options
just type inputattach and ul get the list of options.
reboot the machine and ur mouse should still be working.
I may have made some unnecessary steps 
but this worked.
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
Serial Mouse
|
vtsoxluvr |
Hardware & Laptops |
1 |
27th June 2006 04:03 PM |
|
Serial mouse cant work.
|
spying |
Hardware & Laptops |
1 |
29th December 2005 08:55 PM |
Current GMT-time: 16:12 (Thursday, 23-05-2013)
|
|
 |
 |
 |
 |
|
|