Sponsored Content
Operating Systems Solaris SUN Type 7 Keyboard, Thinklogical KVM Extender and Mouse - Any ideas? Post 302302746 by caddyjoe77 on Tuesday 31st of March 2009 10:37:54 PM
Old 03-31-2009
SUN Type 7 Keyboard, Thinklogical KVM Extender and Mouse - Any ideas?

Hello all

rather new to diagnosing hardware issues on SUN platforms (still new to Sol 10 also). Sorry if this is not a great question. I have searched the forums and have not found an answer to my specific issue.

Ok, I have a SUN V215 hooked up to a Thinklogical KVM extender. There are 2 boxes for those not familiar w/thinklogical. Basically, they are KVM extenders over Fiber. Pretty cool devices. Anyway, the issue is that when i have my mouse plugged into the USB 1.1 port and the Keyboard plugged into the USB HID port, all works as advertised. However, we have some more systems coming online that can only use the USB 1.1 ports, and will be using all 4 ports. The problem that i am running into is when i plug the mouse into the keyboard or if i plug it into the USB HID. Keyboard still works, but the mouse locks up and will not move.

I have read the USB primer in SysAd guide 47.16 (devices) and didnt see anything that was of help. I have also ran cfgadm, and it recognizes the mouse. The mouse appears to be configured in the dev tree as well.

Any help you all can provide would be of great assistance.

Thanks
 

9 More Discussions You Might Find Interesting

1. HP-UX

HP-UX 11.11: X doesn't recognize mouse and keyboard

hi folks, i've got a blank hp visualize C3000 workstation and installed HP-UX 11.11. When I want to start X, I get the following error message: # X Fatal server error: Couldn't open X pointer device! Is one attached? I've connected an mouse and a keyboard with an usb/ps2 connector.... (5 Replies)
Discussion started by: grisu
5 Replies

2. What is on Your Mind?

mouse/keyboard wrist lesions.

Anyone ever had any problem related to wrist lesions caused by keyboard or mouse? Tendinitis? Tenosynovitis? How long it lasted? How did it go away? (3 Replies)
Discussion started by: redoubtable
3 Replies

3. AIX

keyboard and mouse not working in graphical login

Dear frnz I face a weird issue with p275 workstation with Aix 5.1 After booting the workstation i am getting dt login screen and i am not able to key in user name and passwd .The mouse pointer is moving but the mouse buttons doesnt work. i am able to login through rsh to the machine... (1 Reply)
Discussion started by: sriram.s
1 Replies

4. Solaris

Sun Type 6 Mouse (Crossbow) broken?

Hello, I'll already apologize for my question, as it'll probably be hurting for an expert. About two years ago I obtained a used Sun Ultra 10 with many accessoires for a very low price. I'm not much into UNIX (or rather not into it at all), but I wanted to play around a bit with it, especially as... (3 Replies)
Discussion started by: Superidiot
3 Replies

5. UNIX for Advanced & Expert Users

Check keyboard and mouse activity

I need help from someone that is good at making scripts. I'm trying to make a script file that checks for keyboard and mouse activity during 1 am to 8 am and logs you off if it detects activity. I can't find anything useful in google. ---------- Post updated 06-30-10 at 12:33 AM ----------... (1 Reply)
Discussion started by: cokedude
1 Replies

6. SCO

X Server -> keyboard and mouse are freezing

hi I've configured X Server using Video Configuration Manager on SCO 5.0.6, but the keyboard and mouse are freezing after 5 minutes on the graphical login mask. ---------- Post updated at 01:59 PM ---------- Previous update was at 02:43 AM ---------- BTW I finished the configuration,... (2 Replies)
Discussion started by: ccc
2 Replies

7. Solaris

Sun Ultra 5 Cahnge Keyboard Type

Hi, I have a Sun Ultra 5 workstation with Sun Keyboard Type 6. My problem is the workstation recognize the keyboard as Keyboard Type 4 instead of type 6. How can I change the workstation to recognize sun keyboard type 6. Any idea? # kbd -t Type 4 Sun keyboard :wall::wall::wall: (2 Replies)
Discussion started by: fairus
2 Replies

8. What is on Your Mind?

Keyboard vs mouse

Which Input device do you use the most ? for me... keyboard ofcourse !! (56 Replies)
Discussion started by: vpraveen84
56 Replies

9. UNIX for Dummies Questions & Answers

Strange Keyboard and Mouse Issue

Hello All, PC: CuBox-i (*i.MX6) Mini-PC OS: openSUSE 13.1 (Bottle) (armv7hl) Kernel: 3.14.14-cubox-i # uname -a Linux CuBox-HQ 3.14.14-cubox-i #1 SMP Sat Sep 13 03:48:24 UTC 2014 armv7l armv7l armv7l GNU/LinuxSo I've been having this random issue happen on this PC where a few strange... (12 Replies)
Discussion started by: mrm5102
12 Replies
hid(7D) 																   hid(7D)

NAME
hid - Human interface device (HID) class driver SYNOPSIS
keyboard@unit-address mouse@unit-address input@unit-address:consumer_control The hid driver is a USBA (Solaris USB Architecture) compliant client driver that supports the Human Interface Device Class (HID) 1.0 speci- fication. The Human Interface Device (HID) class encompasses devices controlled by humans to operate computer systems. Typical examples of HID devices include keyboards, mice, trackballs, and joysticks. HID also covers front-panel controls such as knobs, switches, and buttons. A USB device with multiple interfaces may have one interface for audio and a HID interface to define the buttons that control the audio. The hid driver is general and primarily handles the USB functionality of the device and generic HID functionality. For example, HID inter- faces are required to have an interrupt pipe for the device to send data packets, and the hid driver opens the pipe to the interrupt end- point and starts polling. The hid driver is also responsible for managing the device through the default control pipe. In addition to being a USB client driver, the hid driver is also a STREAMS driver so that modules may be pushed on top of it. The HID specification is flexible, and HID devices dynamically describe their packets and other parameters through a HID report descriptor. The HID parser is a misc module that parses the HID report descriptor and creates a database of information about the device. The hid driver queries the HID parser to find out the type and characteristics of the HID device. The HID specification predefines packet formats for the boot protocol keyboard and mouse. /kernel/drv/hid 32-bit ELF kernel hid module /kernel/drv/amd64/hid 64-bit ELF kernel hid module /kernel/drv/sparcv9/hid 64-bit SPARC ELF kernel hid module /kernel/misc/hidparser 32-bit ELF kernel hidparser module /kernel/misc/amd64/hidparser 64-bit ELF kernel hidparser module /kernel/misc/sparcv9/hidparser 64-bit SPARC ELF kernel hidparser module See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Architecture |SPARC, , PCI-based systems | +-----------------------------+-----------------------------+ |Availability |SUNWusb | +-----------------------------+-----------------------------+ cfgadm_usb(1M), attributes(5), usba(7D), virtualkm(7D) Writing Device Drivers STREAMS Programming Guide Universal Serial Bus Specification 1.0 and 1.1 Device Class Definition for Human Interface Devices (HID) 1.1 System Administration Guide: Basic Administration http://www.sun.com/io None. NOTES
The hid driver currently supports only keyboard, mouse and audio HID control device. 9 Oct 2004 hid(7D)
All times are GMT -4. The time now is 04:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy