Gentoo Archives: gentoo-user

From: Harry Putnam <reader@×××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: KVM mouse and keyboard recognition
Date: Sun, 20 Jul 2008 02:21:52
Message-Id: 87k5fhs3bx.fsf@newsguy.com
In Reply to: Re: [gentoo-user] KVM mouse and keyboard recognition by Neil Walker
1 Neil Walker <neil@×××××××.nu> writes:
2
3 > Harry Putnam wrote:
4 >> Maybe I have to do something special regarding USB recognition?
5 >>
6 >
7 > I have a similar device - a StarTech StarView SV831HD 8-port KVM. It
8 > supports both PS/2 and USB, depending on the cables used but both
9 > types terminate in just a VGA-type connector at the KVM end. I'm using
10 > the USB option and didn't have to do anything, it just worked. I do
11 > have USB HID support compiled into the kernel, though. Do you?
12
13 No. I did not. I guess I haven't had need of it until now.
14 However compiling that in desn't seem to have helped (see below)
15
16 Nikos Chantziaras <realnc@×××××.de> writes:
17
18 > Harry Putnam wrote:
19 >> KVM: Keyboard Video Mouse switch
20 >>
21 >> Summary:
22 >> Runing a KVM switch between 4 machines, my gentoo desktop is not
23 >> recognizing the usb based keyboard and mouse connections thru
24 >> the the KVM switch.
25 >
26 > Make sure you have USB Hid support compiled into the kernel (along
27 > with any other relevant options you see like "USB Keyboard/Mouse
28 > support".
29
30 That was not compiled in no, but I have now done so but seemingly it
31 has not helped.
32
33 Current .config shows:
34
35 grep HID /usr/src/linux-2.6.25-r6/.config
36
37 CONFIG_HID_SUPPORT=y
38 CONFIG_HID=y
39 CONFIG_HID_DEBUG=y
40 CONFIG_HIDRAW=y
41 CONFIG_USB_HID=y
42 # CONFIG_USB_HIDINPUT_POWERBOOK is not set
43 CONFIG_USB_HIDDEV=y
44 # CONFIG_USB_PHIDGET is not set
45
46 After make modules_install and moving the new kernel to /boot; upon
47 reboot I see no difference. Once I get the console prompt I have no
48 mouse or keyboard
49
50 > Also, see if the BIOS setup of your mainboard has a "USB Keyboard
51 > support" option and if enabling it/disabling it makes a difference.
52
53 Hooking the usb keyboard direct to the machines USB ports allows it to
54 work so that must be set.
55
56 Since that is the case it would appear then that the problem is in the
57 KVM switch.
58
59 I just realized I'd left the usb to ps/2 adapters in place from when I
60 tried that to see if it would help.
61
62 I hooking the KVM usb cables to actual USB ports again now and
63 rebooting. Maybe it will be ok... I'll know soon.

Replies

Subject Author
[gentoo-user] Re: KVM mouse and keyboard recognition Harry Putnam <reader@×××××××.com>
Re: [gentoo-user] Re: KVM mouse and keyboard recognition Matt Harrison <iwasinnamuknow@×××××××××.com>