Permissions reset in /dev/ttyUSB0 24 January 2022, 22:30:43 I am trying to get my arduino to work with the IDE. In order to do this, I added my account to the uucp group, and it sort of worked. But the permissions keep reseting to 0188 on /dev/ttyUSB0, which prevents me from using it.I also tried adding 'KERNEL=="ttyUSB[0-9]*",NAME="tts/USB%n",SYMLINK+="%k",GROUP="uucp",MODE="0666"' as a rule, per this site's advice, https://openbci.com/forum/index.php?p=/discussion/597/fixing-linux-write-permission-for-dev-ttyusb0, with no results. Last Edit: 24 January 2022, 22:41:02 by cheapslate
Re: Permissions reset in /dev/ttyUSB0 Reply #1 – 28 January 2022, 00:22:53 I've never seen an 8 in UNIX permission modes. Are you sure this is what you see?