[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (no subject)
From: |
Gunnar Sigurdsson |
Subject: |
Re: (no subject) |
Date: |
Fri, 5 Nov 2004 19:48:11 -0800 (PST) |
What you did sets the permissions to:
-rwxr-xr-x
and your port is probably owned by root, so this does not give
you write permissions to your port which you must have on order
to send anything to the phone.
On my machine I have:
$ ls -l /dev/ttyS0
crw-rw-rw- 1 root uucp 4, 64 May 26 12:56 /dev/ttyS0
meaning that anyone has read/write access. To set that up you
want:
$ chmod 666 /dev/ttyS0
Hope this helps.
On Sat, 6 Nov 2004, kathir wrote:
> hello any one how to get permission to use ttyS0 in linux . i used at the root
> chmod 755 /dev/ttyS0 but no use
> i tried to run gnokii.01.0 and gnokii-0.3.2 but i got permission denied
> can any one help pl
>
> address@hidden
>