Yes, I guess so. ubuntu@weather:~$ lsmod Module Size Used by g_multi 56263 0 libcomposite 17081 1 g_multi
ubuntu@weather:~$ modinfo -d ti_usb_3410_5052 TI USB 3410/5052 Serial Driver So, what does this tell me? I still don't know how to get a serial device that my program can use. Or, should it just use /bus/usb/001/003? I tried 'modprobe ti_usb_3410_5052', and I get 'ERROR: could not insert 'ti_usb_3410_5052': Operation not permitted'. Thanks for the help. This is a bit new to me. On Friday, January 3, 2014 6:34:56 PM UTC-8, Nuno wrote: > > On 01/03/2014 08:36 PM, loonsailor wrote: > > Bus 001 Device 003: ID 14b0:3410 StarTech.com Ltd. > > A quick search leads me to the 'ti_usb_3410_5052' module, is it being > loaded? You can check with lsmod: > > ~$ lsmod > > ~$ modinfo -d ti_usb_3410_5052 > TI USB 3410/5052 Serial Driver > > regards, > Nuno > > -- > http://aeminium.org/nuno/ > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
