When I sudo, I no longer get an error on the modprobe (duh!), but it still doesn't make a device at the /dev level, like /dev/ttyusb0 or similar. Should it? Or should I just have my software, which expects a serial device (it's talking to a weather station) directly access /dev/bus/usb/001/003. If I want a tty-type device, is it enough to 'ln -s /dev/bus/... /dev/ttyUSB', either manually or with udev, or does a usb-serial device need some sort of pseudo-driver for serial protocols?
Thanks again! On Saturday, January 4, 2014 6:23:44 AM UTC-8, Jason Kridner wrote: > > On Sat, Jan 4, 2014 at 8:22 AM, Nuno Sucena Almeida > <[email protected]<javascript:>> > wrote: > > > Try to do that using sudo or as root :) > > > > sudo modprobe ti_usb_3410_5052 > > -- 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.
