LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   ps/2 mouse doesn't work (https://www.linuxquestions.org/questions/linux-hardware-18/ps-2-mouse-doesnt-work-339972/)

Rast 07-04-2005 03:12 PM

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?

Kodaxx 07-04-2005 03:42 PM

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.

Rast 07-04-2005 03:53 PM

yes, wheel, how do i load it? the step after installation is not in console

Kodaxx 07-04-2005 04:29 PM

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.

Rast 07-05-2005 02:49 PM

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.

Kodaxx 07-05-2005 04:38 PM

Only log into root as console, never in graphical mode

Rast 07-05-2005 04:59 PM

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?

IamDaniel 07-05-2005 07:32 PM

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


Rast 07-06-2005 11:23 AM

no, only not fedora, graphical mode startx first, not console, how d i log on into console??

Rast 07-06-2005 12:50 PM

the commands u told don't work

IamDaniel 07-06-2005 07:44 PM

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 ?

IamDaniel 07-06-2005 07:49 PM

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 ?

Rast 07-07-2005 10:46 AM

xorg, xorgcfg, xorgconfig, xorgsetup sais that there are no such commands. what is runlevel? how do i change it?

IamDaniel 07-07-2005 07:58 PM

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 ?

IamDaniel 07-07-2005 08:06 PM

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.


All times are GMT -5. The time now is 10:27 AM.