Hi, --- On Fri, Jan 2, 2009 at 4:57 PM, Praveen Yo <[email protected]> wrote: | usb1-3 new full speed usb device using ohci_hcd and address 5 | usb1-3 configuration no.1 chosen from 1-3 | | so what does this tell us? \--
USB enumeration has taken place. Hence, you are able to see it from lsusb output. From usbview output, we will know the configurations the device presents to the host PC. If it is mass-storage, then you probably need to check if the following modules are loaded from lsmod output -- usb-storage, scsi_mod, sd_mod. If it is a modem, then modprobe cdc_acm driver module. SK -- Shakthi Kannan http://www.shakthimaan.com -- ubuntu-in mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
