LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-01-2004, 08:46 PM   #1
hoaxci5
LQ Newbie
 
Registered: Jun 2004
Posts: 9

Rep: Reputation: 0
serial mouse help


I can't get my serial mouse to work on Mandrake 10 in startx. I've tried the x86freeconfig with no luck any other suggestions?
 
Old 06-02-2004, 12:30 AM   #2
faheyd
Member
 
Registered: Jun 2003
Location: Northern California (NorCal)
Distribution: Ubuntu 7.04 and DSL/Puppy etc
Posts: 342

Rep: Reputation: 30
Follow the yellowbrick road.

Start here: http://www.xfree86.org/4.4.0/mouse.4.html
Post relevent parts of XF86Config-4 file. (sometimes under /etc/X11/ directory)
Serial or PS-2 mouse, make/model? (Look at bottom of mouse)
 
Old 06-02-2004, 04:52 PM   #3
hoaxci5
LQ Newbie
 
Registered: Jun 2004
Posts: 9

Original Poster
Rep: Reputation: 0
It's an old pc-concepts trackball.. It's actually ps/2 but I have to run it with an adapter because the system is so old so serial only.

I've tried with both Auto and Microsoft.

device is at /dev/mouse

I'm not sure whatelse you need.. I'm pretty new to this.

Thanks for the help.
 
Old 06-02-2004, 05:30 PM   #4
acerny
LQ Newbie
 
Registered: May 2004
Location: Czech Republic
Distribution: Arch Linux
Posts: 17

Rep: Reputation: 0
and does the mouse work in console? i've also tried to use ps/2 with adapter to serial and it didn't work. then i've found out that it's not Linux issue, but my mouse was unable to manage the serial connecting.
 
Old 06-02-2004, 11:39 PM   #5
hoaxci5
LQ Newbie
 
Registered: Jun 2004
Posts: 9

Original Poster
Rep: Reputation: 0
i also tried a usb to ps/2 adapter to serial That didn't work either. Last I know the serial port works. I got the computer hand-me-down style from my dad and it had WinME on it with a working serial mouse.
 
Old 06-03-2004, 12:11 AM   #6
faheyd
Member
 
Registered: Jun 2003
Location: Northern California (NorCal)
Distribution: Ubuntu 7.04 and DSL/Puppy etc
Posts: 342

Rep: Reputation: 30
Hmm, try this link: http://www.tldp.org/HOWTO/3-Button-Mouse.html . Did I hear you right, that you were using the 'same' mouse with the 'same' ps2/com-port adapter and it was working under winme?
In any case, the link ref above has some excellent info to track down what might be your problem. If it helps, please come back and tell us.
 
Old 06-03-2004, 12:50 AM   #7
hoaxci5
LQ Newbie
 
Registered: Jun 2004
Posts: 9

Original Poster
Rep: Reputation: 0
It's not the same mouse that was being used before.. but a serial mouse was working before under WinME. This current mouse with the adapter does work, just not on this machine.

The only info I found that seems like it might help is the setserial stuff.. and setserial has no man page and is not a valid command.

Damnit.. pain in my ass.
 
Old 06-03-2004, 02:30 AM   #8
faheyd
Member
 
Registered: Jun 2003
Location: Northern California (NorCal)
Distribution: Ubuntu 7.04 and DSL/Puppy etc
Posts: 342

Rep: Reputation: 30
When you do a 'ls -al /dev/mouse' what shows up?
and
What flavor of linux are you using?
 
Old 06-03-2004, 10:38 AM   #9
hoaxci5
LQ Newbie
 
Registered: Jun 2004
Posts: 9

Original Poster
Rep: Reputation: 0
ls -al /dev/mouse

gives /dev/tts/1

so I did -s /dev/tty/1 /dev/mouse12

I then changed the XF86Config-4 file to say that is where the mouse is /dev/mouse12

Still no luck.. this is in Mandrake 10
 
Old 06-03-2004, 01:56 PM   #10
faheyd
Member
 
Registered: Jun 2003
Location: Northern California (NorCal)
Distribution: Ubuntu 7.04 and DSL/Puppy etc
Posts: 342

Rep: Reputation: 30
Repost that last post

Could you repeat that last post, as it just doesn't look right.
 
Old 06-03-2004, 05:11 PM   #11
hoaxci5
LQ Newbie
 
Registered: Jun 2004
Posts: 9

Original Poster
Rep: Reputation: 0
the output of

'ls -al /dev/mouse' is '/dev/mouse -> tts/1

so from the link above I tried 'ln -s /dev/ttyS0 /dev/mouse'

but mouse already exsisted so I tried mouse12

that worked, so in the XF86Config-4 I changed the mouse to /dev/mouse12

I'm not sure if that means anything or nothing, but it still doesn't work either way
 
Old 06-03-2004, 05:15 PM   #12
faheyd
Member
 
Registered: Jun 2003
Location: Northern California (NorCal)
Distribution: Ubuntu 7.04 and DSL/Puppy etc
Posts: 342

Rep: Reputation: 30
Try this

1. 'rm /dev/mouse'
2. Then do your 'ln -s /dev/ttyS0 /dev/mouse'
restore your xconfig file to point to '/dev/mouse'
logout and login again.
and see what happens.
 
Old 06-03-2004, 05:26 PM   #13
hoaxci5
LQ Newbie
 
Registered: Jun 2004
Posts: 9

Original Poster
Rep: Reputation: 0
still no worky.
 
Old 06-03-2004, 05:35 PM   #14
faheyd
Member
 
Registered: Jun 2003
Location: Northern California (NorCal)
Distribution: Ubuntu 7.04 and DSL/Puppy etc
Posts: 342

Rep: Reputation: 30
Boot into console mode (no X-windows), and do a 'man gpm' and see if that will help.
 
Old 06-03-2004, 07:49 PM   #15
hoaxci5
LQ Newbie
 
Registered: Jun 2004
Posts: 9

Original Poster
Rep: Reputation: 0
I don't understand most of it. On top of man gpm doesn't exsist on my machine, I found in on the web.
 
  


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
Bus Mouse or Serial Mouse rsankar Linux - Hardware 2 10-30-2007 04:57 AM
Serial mouse Master Fox Linux - Software 2 08-27-2004 03:38 PM
serial mouse in X MikeeX Linux - Newbie 6 04-25-2002 12:08 PM
Serial Mouse Lisbon Linux - Newbie 1 12-17-2001 05:06 PM
serial mouse vicente General 3 07-30-2001 08:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:23 PM.

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