- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how detect the mouse
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2004 06:51 PM
04-14-2004 06:51 PM
how detect the mouse
Is there any command or script which will tell whether mouse is connected to system(model 700 series) or not.
If the mouse is connected through USB port ioscan shows the info, but in case os ps2 I am not able get the status
Can any one help
Regards,
Subbarao
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2004 07:39 PM
04-14-2004 07:39 PM
Re: how detect the mouse
The new systems I think they have a USB port onboard
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2004 11:08 PM
04-14-2004 11:08 PM
Re: how detect the mouse
IS there any other way other than ioscan to detect mouse
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2004 04:58 AM
04-16-2004 04:58 AM
Re: how detect the mouse
root@meghna:[/dev]>lssf /dev/ps2mouse
ps2 card instance 0 first ps2 mouse at address 8/16/7 /dev/ps2mouse
Also you could look into the syslog to see
Feb 13 11:00:10 meghna vmunix: 8/16/7 ps2
means you have a ps2 mouse detected.
In syslog, if you do not have a PS2 keyboard and mouse attached you will
see the following:
May 19 01:59:47 hprtdu22 vmunix: 10/12/0 CentIf
May 19 01:59:47 hprtdu22 vmunix: ps2_readbyte_timeout: no byte after 500
uSec
May 19 01:59:47 hprtdu22 vmunix: ps2_readbyte_timeout: no byte after 500
uSec
May 19 01:59:47 hprtdu22 vmunix: 10/12/7 ps2
This is indicative for NOT having a PS2 keyboard/mouse attached
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2004 05:49 AM
04-19-2004 05:49 AM
Re: how detect the mouse
ioscan -kfC usbhid
For systems with PS/2 ports, you can try reading from /dev/ps2mouse.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2004 06:05 AM
04-19-2004 06:05 AM
Re: how detect the mouse
maybe you can use this file (it's not a text file, I don't know whether the file transfer corruptes the file).
I use it to test whether devices are present, it also shows mouses.
Regards
volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 06:07 PM
04-20-2004 06:07 PM
Re: how detect the mouse
#lssf /dev/ps2mouse will give the same output when mouse connected and as well as disconnected
Can any one tell How to read the data from /dev/ps2mouse to check whether mouse is really connecte or not