<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.8">
</HEAD>
<BODY>
On Mon, 2007-01-22 at 08:41, Joseph C. Bender wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>R Kannan wrote:
&gt; LANG/ja
&gt; LANG/ko
&gt; LANG/ru
&gt; minicom: cannot open /dev/ttyACM0: Permission denied
&gt; I checked the permissions on the device 'file' and it seems to have the 
&gt; same permission on both machines.
&gt; 
        Care to share what those perms are?

        Generally, if the user isn't part of the group that the port is &quot;owned&quot; 
by and the perms are not at least rw for the group, it's not going to work.

        ls -l output for my EVDO card on my laptop (Ubuntu 6.06) looks like this:

        crw-rw---- 1 root dialout 166,0 2007-01-22 08:31 /dev/ttyACM0

        Then in /etc/group, the dialout entry is as follows:

        dialout:x:20:cupsys,jcbender</I></FONT></PRE>
</BLOCKQUOTE>
<BR>
ls -l&nbsp;&nbsp; /dev/ACM0<BR>
<BR>
crw-rw---- 1 root uucp 166, 0 2007-01-22 19:19 /dev/ttyACM0<BR>
<BR>
The group uucp includes the user who is running 'minicom'<BR>
<BR>
grep uucp /etc/group<BR>
uucp:x:14:&lt;user1&gt;,&lt;user2&gt;<BR>
<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>
        (That being said, I need to investigate why in the world Ubuntu put the 
CUPS user in that group.)

        YMMV of course, depending on your distro and misc whatnots.
</I></FONT></PRE>
</BLOCKQUOTE>
</BODY>
</HTML>