LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 07-04-2005, 03:12 PM   #1
Rast
LQ Newbie
 
Registered: Jun 2005
Posts: 26

Rep: Reputation: 15
ps/2 mouse doesn't work


hello! ps/2 mouse isn't working. funny?
i have installed fedora distro, while i was intsalling it my mouse worked well, BUT after installation it stopped. i recconnected it many times, nothing, rebooted pc, nothing, booted windows XP (!!!) NOTHING lol. it worked in slack, win xp, and even while i was installing fedora.
then, i formatted my /dev/hda7 where linux is, it worked in win xp again. lol than i reinstalled fedora, it stopped =]
would like to use fedora - it is much easier than others, but mouse... any ideas?
 
Old 07-04-2005, 03:42 PM   #2
Kodaxx
Member
 
Registered: Jul 2004
Location: United States
Distribution: Debian GNU/Linux
Posts: 42

Rep: Reputation: 15
Is it a Ps2 WHEEL mouse, or just a Ps2 mouse? If it is a wheel mouse, I think you have to load the module psaux.
 
Old 07-04-2005, 03:53 PM   #3
Rast
LQ Newbie
 
Registered: Jun 2005
Posts: 26

Original Poster
Rep: Reputation: 15
yes, wheel, how do i load it? the step after installation is not in console

Last edited by Rast; 07-04-2005 at 03:55 PM.
 
Old 07-04-2005, 04:29 PM   #4
Kodaxx
Member
 
Registered: Jul 2004
Location: United States
Distribution: Debian GNU/Linux
Posts: 42

Rep: Reputation: 15
You open a terminal while in the GUI to get to console and load it from there. You have to use sudo commands or type su and the root password if you know it.
 
Old 07-05-2005, 02:49 PM   #5
Rast
LQ Newbie
 
Registered: Jun 2005
Posts: 26

Original Poster
Rep: Reputation: 15
what sudo commands? one programmer told me to configurate xorg.conf
driver 'mouse'
option 'protocol' 'ps/2'
option 'device' 'dev/mouse'
that didn't work
and i had problems in getting to /etc/X11/xorg.conf it said 'permition denied' but i was logged as root. got to the file in file manager.
 
Old 07-05-2005, 04:38 PM   #6
Kodaxx
Member
 
Registered: Jul 2004
Location: United States
Distribution: Debian GNU/Linux
Posts: 42

Rep: Reputation: 15
Only log into root as console, never in graphical mode
 
Old 07-05-2005, 04:59 PM   #7
Rast
LQ Newbie
 
Registered: Jun 2005
Posts: 26

Original Poster
Rep: Reputation: 15
oh cool thx. but how can i log on in console in fedora? can u give me the right config for xorg.conf for ps/2 wheel mouse plz?
 
Old 07-05-2005, 07:32 PM   #8
IamDaniel
Member
 
Registered: Mar 2003
Location: Sungai Petani
Distribution: Slackware
Posts: 143

Rep: Reputation: 15
Quote:
Originally posted by Rast
oh cool thx. but how can i log on in console in fedora? can u give me the right config for xorg.conf for ps/2 wheel mouse plz?
To log on in console, all distro probably the same...

The file `/etc/inittab' ,read the following line.

Code:
#   0 = halt
#   1 = single user mode
#   2 = unused (but configured the same as runlevel 3)
#   3 = multiuser mode (default Slackware runlevel)
#   4 = X11 with KDM/GDM/XDM (session managers)
#   5 = unused (but configured the same as runlevel 3)
#   6 = reboot

# Default runlevel. (Do not set to 0 or 6)
id:4:initdefault:
As for the ps2 mouse, do you tried the following?
Code:
bash# xorg
xorgcfg    xorgconfig  xorgsetup
 
Old 07-06-2005, 11:23 AM   #9
Rast
LQ Newbie
 
Registered: Jun 2005
Posts: 26

Original Poster
Rep: Reputation: 15
no, only not fedora, graphical mode startx first, not console, how d i log on into console??
 
Old 07-06-2005, 12:50 PM   #10
Rast
LQ Newbie
 
Registered: Jun 2005
Posts: 26

Original Poster
Rep: Reputation: 15
the commands u told don't work
 
Old 07-06-2005, 07:44 PM   #11
IamDaniel
Member
 
Registered: Mar 2003
Location: Sungai Petani
Distribution: Slackware
Posts: 143

Rep: Reputation: 15
Quote:
Originally posted by Rast
no, only not fedora, graphical mode startx first, not console, how d i log on into console??
It should work...

I'm running KDM, so I use runlevel 4 and if you want console login, use runlevel 3.

Code:
#
# inittab       This file describes how the INIT process should set up
#               the system in a certain run-level.
#
# Author:       Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
#               Modified for RHS Linux by Marc Ewing and Donnie Barnes
#


# Default runlevel. The runlevels used by RHS are:
#   0 - halt (Do NOT set initdefault to this)
#   1 - Single user mode
#   2 - Multiuser, without NFS (The same as 3, if you do not have networking)
#   3 - Full multiuser mode
#   4 - unused
#   5 - X11
#   6 - reboot (Do NOT set initdefault to this)
#
id:3:initdefault:

# System initialization.
si::sysinit:/etc/rc.d/rc.sysinit

l0:0:wait:/etc/rc.d/rc 0
l1:1:wait:/etc/rc.d/rc 1
l2:2:wait:/etc/rc.d/rc 2
l3:3:wait:/etc/rc.d/rc 3
l4:4:wait:/etc/rc.d/rc 4
l5:5:wait:/etc/rc.d/rc 5
l6:6:wait:/etc/rc.d/rc 6
Or maybe, I mis-understood your questions ?
 
Old 07-06-2005, 07:49 PM   #12
IamDaniel
Member
 
Registered: Mar 2003
Location: Sungai Petani
Distribution: Slackware
Posts: 143

Rep: Reputation: 15
Quote:
Originally posted by Rast
the commands u told don't work
what do you mean don't work?

Is it command unavailable or you did whatever GUI or shell-script configuration tools but it still fails?

Does it work under console, gpm ?
 
Old 07-07-2005, 10:46 AM   #13
Rast
LQ Newbie
 
Registered: Jun 2005
Posts: 26

Original Poster
Rep: Reputation: 15
xorg, xorgcfg, xorgconfig, xorgsetup sais that there are no such commands. what is runlevel? how do i change it?
 
Old 07-07-2005, 07:58 PM   #14
IamDaniel
Member
 
Registered: Mar 2003
Location: Sungai Petani
Distribution: Slackware
Posts: 143

Rep: Reputation: 15
Quote:
Originally posted by Rast
xorg, xorgcfg, xorgconfig, xorgsetup sais that there are no such commands.
which X package your distro shipped with XFree86 or Xorg ?

Or did you install the X packages ?
 
Old 07-07-2005, 08:06 PM   #15
IamDaniel
Member
 
Registered: Mar 2003
Location: Sungai Petani
Distribution: Slackware
Posts: 143

Rep: Reputation: 15
Quote:
Originally posted by Rast
what is runlevel? how do i change it?
read the following manual page,
Code:
~$ man runlevel
~$ man init
should give you a clear view...

To change it, refer to previous posted message in Bold + Red colored line.
 
  


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 Scroll Button doesn't work with Logitech PS/2 MOuse. duffmckagan Slackware 10 12-02-2008 11:27 PM
No mouse pointer (cursor), mouse does work whizz Linux - Hardware 6 04-04-2006 09:00 PM
Mouse used to work - now it doesn't Livino Linux - Hardware 5 10-05-2005 06:28 AM
Mouse don't work kenka Linux - Newbie 6 01-20-2004 02:05 PM
PS/2 mouse did not work after temp removal of USB mouse edwardp Linux - Hardware 1 09-06-2003 04:57 PM

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

All times are GMT -5. The time now is 10:55 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