in reply to baudrate issue with script
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: baudrate issue with script
by motoprog (Initiate) on Nov 10, 2012 at 05:24 UTC | |
| [reply] |
by jmlynesjr (Deacon) on Nov 11, 2012 at 01:45 UTC | |
This may take a few posts to resolve. Does it work correctly if run from a root login and fail when run from a regular login? If so, it's a permission issue. What do you get if you plug in your usb device and run the lsusb shell command as root and as a regular login? I'm not a linux guru, but I did resolve permission issues with installing SANE drivers for a Kodak 5250 AIO printer/scanner with a USB interface. The fix involved creating and assigning myself to a group, in my case "scanner"(step 6) and creating a new rule in the /etc/udev/rules.d/ directory(step 7). Have you searched http://help.ubuntu.com/community? Ex: search "setting usb permissions" http://askubuntu.com/questions/15570/configure-udev-to-change-permissions-on-usb-hid-device. Or search "udev syntax" http://askubuntu.com/questions/50357/how-to-run-a-shell-script-when-a-new-usb-storage-device-is-detected Update:Also google udev rules, ex:wiki.debian.org/udev or reactivated.net/writing_udev_rules.html. As an example(from http://sourceforge.net/projects/cupsdriverkodak/forums/forum/2125778/topic/5396909)see the SANE Scanner fix below: James
| [reply] [d/l] [select] |