Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Hardware Troubleshooting in Linux => Other Devices => Topic started by: summer00 on June 03, 2004, 02:26:17 AM

Title: [help]enable USB connection in Redhat 9
Post by: summer00 on June 03, 2004, 02:26:17 AM
actually i wanted to make a connection between zaurus 5500 and redhat, but no ideas at all on how to do it? any guides? thx a lot
Title: [help]enable USB connection in Redhat 9
Post by: Ricky on June 03, 2004, 04:40:39 AM
Did you tried to connect it ? Hmm... can you tell me that wht did kudzu detect it as ?
Title: [help]enable USB connection in Redhat 9
Post by: summer00 on June 03, 2004, 06:13:01 AM
Quote from: "Ricky"
Did you tried to connect it ? Hmm... can you tell me that wht did kudzu detect it as ?

sorry , im totally new.......what is kudzu?
Title: [help]enable USB connection in Redhat 9
Post by: Ricky on June 03, 2004, 07:45:41 AM
Well, whenever you connect  a new device and if RH has its support then it will automatically detect the device and will ask you to configure or not. if you choose it will automatically load the required modules . So connect ur device to computer before boot and then boot it and see for "checking for new hardware" if it ask you that it has found a new device then say yes to configure it.. otherwise ask here  ..
Title: [help]enable USB connection in Redhat 9
Post by: zerogood on August 30, 2004, 01:46:08 PM
i've connected a MA111 to my computer and it's usb and i want to know if linux has detected it as plugged in or not.
Title: [help]enable USB connection in Redhat 9
Post by: Ricky on August 30, 2004, 01:59:19 PM
you should check these /dev/input/ttyACM0  or  /dev/input/USB/ttyACM0 mostly USB devices goes there.. also see cat /proc/pci it will give you info of all devices connected to your computer..
Title: try this!!
Post by: jeeva on September 20, 2004, 06:48:20 AM
hi,

i don't know what kind of device you are connected, but if it is USB just run this command sane-find-scanner -v -v, even though it is for scanners, still it works to some extent, it gives the config, interface,altsetting and endpoint info. or you can run #less /proc/usb/devices there you can find the entire usb devices connected to your pc. let you know that linux is having hotplugging!! so it will automatically detects the usb devices whenever you will connect!!

jeeva
Title: correction!!
Post by: jeeva on September 20, 2004, 06:57:28 AM
hi,

m sorry, i had given wrong path.
here the exact path #less /proc/bus/usb/devices

jeeva