From: Svetoslav S. <ga...@st...> - 2002-12-27 10:42:37
|
Hi Aiviles, > >is it intended to be so, somehow my second console doesn't report > it's > keyboard, > >i mean /proc/bus/console/01/keyboard is empty > > > >[root@svetljo src]# cat /proc/bus/console/00/keyboard > >isa0060/serio0/input0 > >[root@svetljo src]# cat /proc/bus/console/01/keyboard > > > > > > Seems some going wrong with USB-HID driver. > "cat /proc/bus/console/01/keyboard" equivalent P: Phys= in > /proc/bus/input/devices > also (struct input_dev *dev)->phys in code > >[root@svetljo src]# cat /proc/bus/input/devices > >I: Bus=0003 Vendor=05fe Product=0011 Version=0000 > >N: Name="Cypress Sem. PS2/USB Browser Combo Mouse" > >P: Phys= > > Here must exist string of physical description of device. > > >D: Drivers=mouse1 event3 > >B: EV=6 > >B: KEY=1f0000 0 0 0 0 0 0 0 0 > >B: REL=103 > > > >I: Bus=0003 Vendor=046d Product=c303 Version=0700 > >N: Name="Logitech USB Keyboard" > >P: Phys= > >D: Drivers=kbd event2 > >B: EV=120002 > >B: KEY=7f ffe7207a c14057ff ffbeffdf ffffffff ffffffff fffffffe > >B: LED=1f the hid module was not loaded, i was useing usbkbd and usbmouse i suppose [root@svetljo input]# cat devices I: Bus=0003 Vendor=046d Product=c303 Version=0700 N: Name="Logitech USB Keyboard" P: Phys=usb2:2.2.1/input1 D: Drivers=kbd event4 B: EV=100002 B: KEY=1078 1800d100 1e0000 0 0 0 I: Bus=0003 Vendor=05fe Product=0011 Version=0000 N: Name="Cypress Sem. PS2/USB Browser Combo Mouse" P: Phys= D: Drivers=mouse1 event3 B: EV=6 B: KEY=1f0000 0 0 0 0 0 0 0 0 B: REL=103 I: Bus=0003 Vendor=046d Product=c303 Version=0700 N: Name="Logitech USB Keyboard" P: Phys= D: Drivers=kbd event2 B: EV=120002 B: KEY=7f ffe7207a c14057ff ffbeffdf ffffffff ffffffff fffffffe B: LED=1f I: Bus=0011 Vendor=0002 Product=0002 Version=0100 N: Name="PS2++ Logitech Mouse" P: Phys=isa0060/serio1/input0 D: Drivers=mouse0 event1 B: EV=6 B: KEY=70000 0 0 0 0 0 0 0 0 B: REL=3 I: Bus=0011 Vendor=0001 Product=0002 Version=ab02 N: Name="AT Set 2 keyboard" P: Phys=isa0060/serio0/input0 D: Drivers=kbd event0 B: EV=120002 B: KEY=41f9 fff9df20 efdfffdf ffefffff ffffffff fffffffe B: LED=7 [root@svetljo input]# seems wierd to me, now it appears that i have 2 usb keyboards, but i have only one, may be this explains why i still have /proc/bus/console/01/keyboard empty , will the system hang if i unplug & plug the usb keyboard while the 2nd X server is running, can this help ? svetljo |