From: Vineesh <vi...@hc...> - 2005-01-19 04:18:42
|
Hi all, I want to know how usb hubs are used along with the "phys" descriptor. I have a D-Link 7 port usb hub with me. and i have to connect two set of kbd mouse pairs to it. How can i do this.? when i am connecting the usb hub to my system it shows as USB 1-3:new USB hub found hub 1-3:1.0:USB hub found hub 1-3:1.0: 7 ports detected I am using Redhat linux 9.0 with p4 processor regards vineesh |
From: Vineesh <vi...@hc...> - 2005-01-20 12:22:17
|
Hi all, I want to know how usb hubs are used along with the "phys" descriptor. I have a D-Link 7 port usb hub with me. and i have to connect two sets of kbd mouse pairs to it. How can i do this.? when i am connecting the usb hub to my system it shows as I know there is a file /etc/hotplug/kbd.conf but how can i specify the entries on it? USB 1-3:new USB hub found hub 1-3:1.0:USB hub found hub 1-3:1.0: 7 ports detected and lsusb -t shows Bus# 1 `-Dev# 1 Vendor 0x0000 Product ox0000 `-Dev# 6 Vendor 0x2001 Product oxf103 I am using Redhat linux 9.0 with p4 processor thanks in advance regards vineesh |
From: Aivils <ai...@un...> - 2005-01-20 13:08:47
|
On Thursday 20 January 2005 14:23, Vineesh wrote: > Hi all, > I want to know how usb hubs are used along with the "phys" descriptor. > I have a D-Link 7 port usb hub with me. and i have to connect two sets of > kbd mouse pairs to it. How can i do this.? > when i am connecting the usb hub to my system it shows as > > I know there is a file /etc/hotplug/kbd.conf > but how can i specify the entries on it? > > USB 1-3:new USB hub found > hub 1-3:1.0:USB hub found > hub 1-3:1.0: 7 ports detected > and lsusb -t shows > > Bus# 1 > `-Dev# 1 Vendor 0x0000 Product ox0000 > `-Dev# 6 Vendor 0x2001 Product oxf103 > > > I am using Redhat linux 9.0 with p4 processor Please do this: # cat /proc/bus/input/devices All devices must be pluged in. Aivils |
From: Vineesh <vi...@hc...> - 2005-01-21 03:16:11
|
Dear Aivils, cat /proc/bus/input/devices only shows the ps/2 kbd and ps/2 mouse. No usb kbd and usb mouse attached to the hub. regards vinu On Thu, 2005-01-20 at 19:40, Aivils wrote: > On Thursday 20 January 2005 14:23, Vineesh wrote: > > Hi all, > > I want to know how usb hubs are used along with the "phys" descriptor. > > I have a D-Link 7 port usb hub with me. and i have to connect two sets of > > kbd mouse pairs to it. How can i do this.? > > when i am connecting the usb hub to my system it shows as > > > > I know there is a file /etc/hotplug/kbd.conf > > but how can i specify the entries on it? > > > > USB 1-3:new USB hub found > > hub 1-3:1.0:USB hub found > > hub 1-3:1.0: 7 ports detected > > and lsusb -t shows > > > > Bus# 1 > > `-Dev# 1 Vendor 0x0000 Product ox0000 > > `-Dev# 6 Vendor 0x2001 Product oxf103 > > > > > > I am using Redhat linux 9.0 with p4 processor > Please do this: > # cat /proc/bus/input/devices > > All devices must be pluged in. > > Aivils > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Linuxconsole-dev mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxconsole-dev |
From: Aivils <ai...@un...> - 2005-01-21 06:50:43
|
On Friday 21 January 2005 05:19, Vineesh wrote: > Dear Aivils, > cat /proc/bus/input/devices only shows the ps/2 kbd and ps/2 mouse. No > usb kbd and usb mouse attached to the hub. > regards > vinu modprobe hid hid module covers mouse and keyboard May be You forgot figure out HID, check out kernel .config file CONFIG_USB_HID=y CONFIG_USB_HIDINPUT=y Aivils > > On Thu, 2005-01-20 at 19:40, Aivils wrote: > > On Thursday 20 January 2005 14:23, Vineesh wrote: > > > Hi all, > > > I want to know how usb hubs are used along with the "phys" descriptor. > > > I have a D-Link 7 port usb hub with me. and i have to connect two sets of > > > kbd mouse pairs to it. How can i do this.? > > > when i am connecting the usb hub to my system it shows as > > > > > > I know there is a file /etc/hotplug/kbd.conf > > > but how can i specify the entries on it? > > > > > > USB 1-3:new USB hub found > > > hub 1-3:1.0:USB hub found > > > hub 1-3:1.0: 7 ports detected > > > and lsusb -t shows > > > > > > Bus# 1 > > > `-Dev# 1 Vendor 0x0000 Product ox0000 > > > `-Dev# 6 Vendor 0x2001 Product oxf103 > > > > > > > > > I am using Redhat linux 9.0 with p4 processor > > Please do this: > > # cat /proc/bus/input/devices > > > > All devices must be pluged in. > > > > Aivils > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > > Tool for open source databases. Create drag-&-drop reports. Save time > > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > > _______________________________________________ > > Linuxconsole-dev mailing list > > Lin...@li... > > https://lists.sourceforge.net/lists/listinfo/linuxconsole-dev > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Linuxconsole-dev mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxconsole-dev > > > |