Subject: Re: Serial port and null modem, ppp
To: Francois Landry <franois.landry4@sympatico.ca>
From: Ignatios Souvatzis <is@netbsd.org>
List: port-amiga
Date: 03/20/2001 22:55:10
On Tue, Mar 20, 2001 at 03:18:27PM -0500, Francois Landry wrote:
> minicom: cannot open /dev/tty00: Permission denied

what it says.

The user id that you used to run your terminal program has no permission
to use /dev/tty00.

You can, for example, as root chown /dev/tty00 to your userid, or chmod it to
666, for this to work.

Regards,
	-is