Computing.Net > Forums > Linux > serial mouse problem on kernel 2.6.

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

serial mouse problem on kernel 2.6.

Reply to Message Icon

Name: rdim
Date: October 19, 2004 at 16:41:11 Pacific
OS: lunux
CPU/Ram: P4/512
Comment:

Hi All,
I'd be very grateful if somebody could help me to detect/solve problem with serial M$ InteliMouse...

I tried
cat /dev/input/mice
cat /dev/psaux
cat /dev/mouse

result is the same: nothing on screen. Note, devices are present. Just do not react on mouse movements. Sure, gpm and xorg can't see them.

I tried compile into kernel all necessary components (serio, sermouse, etc) and leave them as modules with manual loading.
Nothing helps. May be you could propose some systematical approach how to find out what the problem is? Any docs to read? I saw lot of ps/2 and usb mouse - related info but almost nothing about serial one...

It seems this linux 'input' system is downgraded in usability since 2.4.x


--
rdim



Sponsored Link
Ads by Google

Response Number 1
Name: 3Dave
Date: October 20, 2004 at 03:20:51 Pacific
Reply:

"... and leave them as modules with manual loading..."
Did they load OK? How did you load them manually...with modprobe?

"...I tried cat /dev/input/mice cat /dev/psaux cat /dev/mouse..."
/dev/psaux is used for PS/2 devices and /dev/mouse is usually just a symbolic link to the correct device. /dev/input/mice I think is used more for USB mice.

"...but almost nothing about serial one..."
For serial /dev/mouse should point to /dev/ttyS0 for com port 1 or /dev/ttyS1 for com port 2. Try catting one of those....


0

Response Number 2
Name: rdim
Date: October 20, 2004 at 05:17:10 Pacific
Reply:

- modules are loaded with no problem with 'insmod';
- yes, it is. Other thing I remember from my previous mouse configuration is that ps/2 one was not working without usb hid support. I added this support to my new 2.6.8 but it does not help to serial mouse...
- sorry, i just didn't mention /dev/ttySx in my prev. message; i tried ones of course.

Can this be a reason that i add both ps/2 and serial mouse support? Actually when I make them as modules and insmod only sermouse.ko... But may be they are interfering somehow?

Thanks in advance!

--
rdim


0

Response Number 3
Name: 3Dave
Date: October 20, 2004 at 07:18:23 Pacific
Reply:

I've had a PS/2 mouse and a serial touchscreen display both working at the same time so there shouldn't be any conflict. Try using modprobe instead of insmod as it will automatically load/unload any module dependencies too.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: serial mouse problem on kernel 2.6.

Linux kernel 2.6 and Netcraft www.computing.net/answers/linux/linux-kernel-26-and-netcraft/26258.html

Kernel 2.6 - with various hardware www.computing.net/answers/linux/kernel-26-with-various-hardware-/25807.html

linux distro with kernel 2.6..... www.computing.net/answers/linux/linux-distro-with-kernel-26/25825.html