I have a device that use /dev/ttyUSB1, but currently only root has access to it. I use openSUSE 11.2. What I’m trying to connect is a PalmTX which used to work perfectly on 11.1
here is some info.
ls -l /dev/ttyUSB*
crw-rw-r-- 1 root dialout 188, 0 2010-04-07 12:11 /dev/ttyUSB0
crw-rw-r-- 1 root dialout 188, 1 2010-04-07 12:11 /dev/ttyUSB1
Any clues on how can I make a regular user able to read and write on /dev/tyUSB1?:\
On 04/07/2010 11:36 AM, cepiolidus wrote:
>
> I have a device that use /dev/ttyUSB1, but currently only root has
> access to it. I use openSUSE 11.2. What I’m trying to connect is a
> PalmTX which used to work perfectly on 11.1
>
> here is some info.
>
>
> Code:
> --------------------
> ls -l /dev/ttyUSB*
> crw-rw-r-- 1 root dialout 188, 0 2010-04-07 12:11 /dev/ttyUSB0
> crw-rw-r-- 1 root dialout 188, 1 2010-04-07 12:11 /dev/ttyUSB1
>
> --------------------
>
>
> Any clues on how can I make a regular user able to read and write on
> /dev/tyUSB1?:\
Make the user be a member of the dialout group.