LinuxQuestions.org
Go Job Hunting at the LQ Job Marketplace
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
 
LinkBack Search this Thread
Old 06-12-2006, 05:07 PM   #1
filelicker
LQ Newbie
 
Registered: Jun 2006
Location: Balfour , North Dakota
Distribution: mandrake linux 10.1 dual boot windows xp
Posts: 8

Rep: Reputation: 0
serial mouse not working


I have a microsoft serial mouse 2.0a.... I am running mandrake 10 on a dual boot with win xp....the mouse is only dead in linux.My ps/2 port is dead and I am loaded up on usb items so serial is my only choice.
 
Old 06-12-2006, 05:24 PM   #2
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,538

Rep: Reputation: 58
youll need to edit your /etc/X11/xorg.conf file. there will be a section, maybe widway through the file, which refers to InputDevice for your Mouse. two options that are of importance are 'Device' and 'Protocol'
device should be '/dev/ttyS0' for the first serial port. try that out. if it doesnt work youll need to change the protocol, whats it set to now?
 
Old 06-12-2006, 06:22 PM   #3
filelicker
LQ Newbie
 
Registered: Jun 2006
Location: Balfour , North Dakota
Distribution: mandrake linux 10.1 dual boot windows xp
Posts: 8

Original Poster
Rep: Reputation: 0
I am an extreme new bie so can we back up and go step by step?
 
Old 06-12-2006, 06:52 PM   #4
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,538

Rep: Reputation: 58
there should be a file on your computer called xorg.conf. the file is in the /etc/X11/ folder, so the full path to the file is /etc/X11/xorg.conf. this is the configuration file for the X server (the software that makes your GUI). it holds configuration settings for keyboards, mice, monitors, video cards, resolutions, etc etc.

the file is divided up into many sections, and there is one called [InputDevice] for your 'Mouse'. there will be a line in this section that will look something like: Option "Device" "/dev/mouse"
or something similar. change this line so its: Option "Device" "/dev/ttyS0"
note it is an uppercase 's', not a number five.

startup mandrake, after its finished booting press CTRL + ALT + BACKSPACE to kill the GUI (X-server). enter the 'su' command then type your root password. then use vi to edit the file and make the changes stated previously. run this command to do this: vi /etc/X11/xorg.conf
after the changes are made, save the file, and restart the computer with the 'reboot' command or something similar.

look up somewhere for a brief intro tutorial to vi. good luck
 
Old 06-12-2006, 07:05 PM   #5
filelicker
LQ Newbie
 
Registered: Jun 2006
Location: Balfour , North Dakota
Distribution: mandrake linux 10.1 dual boot windows xp
Posts: 8

Original Poster
Rep: Reputation: 0
Thanks.... but how do I get to it without a mouse ?
 
Old 06-12-2006, 07:12 PM   #6
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,538

Rep: Reputation: 58
i never said you had to do anything with the mouse.. the task layed out above is done completely with the keyboard.
Quote:
startup mandrake, after its finished booting press CTRL + ALT + BACKSPACE to kill the GUI (X-server). enter the 'su' command then type your root password. then use vi to edit the file and make the changes stated previously. run this command to do this: vi /etc/X11/xorg.conf
after the changes are made, save the file, and restart the computer with the 'reboot' command or something similar.
 
Old 06-12-2006, 07:44 PM   #7
filelicker
LQ Newbie
 
Registered: Jun 2006
Location: Balfour , North Dakota
Distribution: mandrake linux 10.1 dual boot windows xp
Posts: 8

Original Poster
Rep: Reputation: 0
sorry about that ..... but when I hit " ctrl-alt- backspace " the whole system dies and I have to reboot .
 
Old 06-12-2006, 09:03 PM   #8
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,538

Rep: Reputation: 58
when you press this key sequence the computer freezes? it should just go to the text console without any GUI... unless mandrake handles this differently which would be odd.

any mandrake users following this to comment?
 
Old 06-12-2006, 09:29 PM   #9
filelicker
LQ Newbie
 
Registered: Jun 2006
Location: Balfour , North Dakota
Distribution: mandrake linux 10.1 dual boot windows xp
Posts: 8

Original Poster
Rep: Reputation: 0
Thumbs up

linux rocks...................except for this mouse problem I had this has been easy as pie ...I am now on the web with linux running and now problems..... I found out about the "shift +numlock" trick that turns your keypad in to mouse control... I got into system config and set up the mouse and now it works fine .... I never did find why when I hit " ctrl-alt-backspace "the system locks up .... but my intial problem is fixed ,.....thanks all !
 
Old 06-12-2006, 09:31 PM   #10
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,538

Rep: Reputation: 58
what did you do to the mouse config? so others could know the solution if they are searching, thanks.
 
Old 06-12-2006, 11:51 PM   #11
filelicker
LQ Newbie
 
Registered: Jun 2006
Location: Balfour , North Dakota
Distribution: mandrake linux 10.1 dual boot windows xp
Posts: 8

Original Poster
Rep: Reputation: 0
first off I pressed "shift-numlock" and then used the keys 1,2,3,4,6,7,8,9 to move the cursor .... 5 is default left click .../ is also left click ...* is center button.....- is right click.when you finish with your repair and go back to the desktop don't forget to press"shift-numlock" again to turn the number pad mouse control back off.
I went to system config and then hardware and then to the mouse symbol.it asked which brand of mouse{ gave alist} and then what type of mouse{button wise , and also gave a list} and what type of end it has { usb , serial,ps/2} it then gave a list of ports and I chose "ttyso/com 1" and hit enter and the mouse was working .anyone with questions can email me at bikerdad1969@yahoo.com

Last edited by filelicker; 06-12-2006 at 11:53 PM.
 
Old 06-13-2006, 12:11 AM   #12
davcefai
Member
 
Registered: Dec 2004
Location: Malta
Distribution: Debian Sid
Posts: 693

Rep: Reputation: 30
Quote:
any mandrake users following this to comment?
Properly set up, Mandrake will kill the GUI with Ctrl-Alt-BkSpc but the keyboard nust be properly set up.

Perhaps the Question asker can tell us: Does Ctrl-Alt-F1 take you to a text login? (Ctrl-Alt-F7 will take you back to the GUI)
 
Old 06-15-2006, 12:07 AM   #13
filelicker
LQ Newbie
 
Registered: Jun 2006
Location: Balfour , North Dakota
Distribution: mandrake linux 10.1 dual boot windows xp
Posts: 8

Original Poster
Rep: Reputation: 0
Those key combos do absolutley nothing.....I set my sysytem up from a standard installation {mandrake 10.1}.
 
Old 06-15-2006, 11:45 AM   #14
davcefai
Member
 
Registered: Dec 2004
Location: Malta
Distribution: Debian Sid
Posts: 693

Rep: Reputation: 30
Check your locale and keyboard settings in KDE Control Centre and in "Configure my Computer". If they are not the same this could happen - at least it happened to me.
 
Old 02-05-2007, 03:20 PM   #15
petern2
Member
 
Registered: Sep 2005
Location: Melbourne, Australia
Distribution: XP, Windows 7, PCLinuxOS
Posts: 41

Rep: Reputation: 15
I solved this problem, with my PS/2 mouse, by configuring it during the installation, ie. don't just accept the default.

It doesn't take long to re-install, and is perhaps more straightforward for a us newbies.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Old serial mouse not working Rojon Linux - Hardware 4 05-13-2006 05:33 PM
serial mouse not working Annie Linux Linux - Hardware 2 10-18-2005 03:29 AM
Serial mouse not working in FC2 vincebs Linux - Hardware 0 05-19-2004 02:10 PM
serial mouse isn't working right lynchmob09 DamnSmallLinux 2 04-09-2004 01:29 PM
Serial Mouse not working salgrant Linux - Distributions 1 11-28-2002 06:24 PM


All times are GMT -5. The time now is 05:40 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration