Hi, all.
I'm running Fedora Linux 17 (32-bit), with Processing, and Arduino. I've read various posts and the following Processing Wiki:
http://wiki.processing.org/w/Serial_Issues
But unfortunately have had no luck.
It seems (from running the Arduino IDE) that my serial port is /dev/ttyACM0
And when checking the groups (per the Wiki FAQ), I get this:
[daly@r0b0ty ~]$ ls -l /dev/ttyACM0
crw-rw----. 1 root dialout 166, 0 Jun 17 08:19 /dev/ttyACM0
I've also used Fedora's User Manager utility, and added myself to the
uucp group (clicked my user name, then Properties, then Groups... and checked the box for uucp). I also confirmed that I was a member of the following groups, just in case: dialout, tty, lock, and usb. I've logged off, even cycled power on the laptop...
/etc/groups shows the following, after my changes:
tty:x:5:daly
uucp:x:14:daly
lock:x:54:daly
dialout:x:18:daly
usb:x:503:daly
daly:x:1000:daly
After all of this, I keep getting the following (over and over again):
Stable Library
=========================================
Native lib Version = RXTX-2.1-7
Java lib Version = RXTX-2.1-7
check_group_uucp(): error testing lock file creation Error details:Permission deniedcheck_lock_status: No permission to create lock file.
please see: How can I use Lock Files with rxtx? in INSTALL
None of this happens when I run Processing as root... the same happens whether I run the 2.0a6 or 1.5.1 Processing versions.
Can anyone please help?
1