You are not logged in.
Pages: 1
Hi,
I moved from 32 to 64 a couple of weeks. In the old system when i plug the usb to serial converter it belong to group tty.
In 64bits it belong to root and i have always to
chown root:tty /dev/ttyUSB0to use it as a normal user . And this is a laptop:/
Any suggestion???
Thanks
Offline
The /dev/* symlinks are created by udev - so have a look at udev rules (/etc/udev/rules.d/*)
I don't have an access to my arch machine now, so I can't be more specific, but you could just grep for ttyUSB to see what rules apply.
Offline
Pages: 1