Link to home
Start Free TrialLog in
Avatar of Pampa
Pampa

asked on

Mouse detect problem

I've install Linux Red Hat 6.0,all works fine except that doesn't detect the mouse.
It's a "Genius" in the serial port
(COM 1)

Any ideas what I could do?

PD: I try to install a PS/2 Mouse and I have the same problem.
In the same machine I have Win 98 and NT and the mouse is correctly detected.
Avatar of biard
biard

You need to run Xf86Setup.  You can test each different type of mouse with it to see if it is working correctly before exiting.  
What do you have up and running so far?  I really find it odd that you got past the installation  without first configuring the mouse for X.  Usually near the end, the installer will ask you to configure the mouse and then you can configure video for X.

In Redhat, you can use mouseconfig at the shell prompt to configure your mouse.  For you it should be a generic serial mouse driver.
check if you got the file /dev/mouse
this file should be a link to /dev/ttys0 (that's if your
mouse is really installed on COM1)

also you could look at your bios settings(try change
the io addresses for com1 and com2)
this could help: do a
"cat /proc/ioports" see what you got there

usually rh6.0 detects the mouse port when installing.
if it didn't do that, it has to be some bios settings
(i guess)
Make sure that you have serial device turned on in your kernel.
Avatar of Pampa

ASKER

DeTavio, How can I check that is turned on?
(I'am new in Linux).

Crobert, when I install Linux the mouse wasn't detected so I installed it manually.
Now I'am using mouseconfig but any mouse I chosse it doesn't works.

I have the following message when I start X

"/dev/mouse unable to getstatus of fd (Input/Output error)"

What it means?
PD: /dev/mouse points to /dev/TTyS0

Thanks.
Have you ever compiled your kernel? If not, read "running linux" by matt welsh before you try to. You can hose up you system in the worst way if you configure your kernel incorrectly? If you have compiled your kernel before, then do the following as root:

cd /usr/src/linux

type make menuconfig

go down to Character devices and check

standard/generic serial support

That could be your problem if that is not selected. BTW, which kernel are you running?
Avatar of Pampa

ASKER

Detavio,I don't understand your answer.
Why do I have to compile a new kernel If I have Just Install a new version of Linux (6.0)?
Why doing this could help me to detect the mouse?
Pampa:
Because if the standard/generic serial support is not in your kernel, the system will not try setup and use those ports.
Avatar of Pampa

ASKER

DeTAvio:
I try what your said and doesn't works.

So I try use "setserial" command:
All ports works fine except the one from the mouse (TTyS0):

The message is:

/dev/ttyS0 UART:Unknown Port 0x3f8 IRQ:4

I want to know how can I correct this situation before try anything else.

PD: The other ports are fine...

Can you help me?


It sounds like your Serial port 1 is disabled in your system bios.  Also, if you have a modem, make sure it is not set to com 1 or com 3 as both use irq 4.  If it is on one of those, when your modem is active, youre mouse will fail.  But first check in bios to make sure serial port 1 (or A) is enabled and set to 3f8 irq4.
Avatar of Pampa

ASKER

The BIOS is fine I can use the mouse in Win98 and NT in the same port.

The modem use com 3 IRQ 4

Should I disconnect the modem to try?
But....
How can I change the IRQ that uses COM1?
ASKER CERTIFIED SOLUTION
Avatar of biard
biard

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Pampa

ASKER

I have to change the MEm adress to correct this problem.