From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Knight Subject: Re: Using modem under dosemu 1.1.5 Date: Sun, 13 Jul 2003 11:13:09 -0700 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <3F11A135.4050402@rlknight.com> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Ralph Alvy Cc: linux-msdos@vger.kernel.org Ralph, Check the permissions on /dev/ttyS0 (or 1 etc) and on whatever it links to. On my Slackware 9.0 system the /dev/ttyS0 links to /dev/tts/0 which was set read/write for root only. Changed it to read/write everyone (0666 I think) and everything worked great. Also, if you are using devfs you might need to modify /etc/devfsd.conf to save permissions accross re-boots. Hope this helps, Rick Knight (rick@rlknight.com) Ralph Alvy wrote: > I think this may be the last thing I need to get everything I need to > run under dosemu ... I can't get access to the modem, which I have > connected to my serial port on com 1. I have > > $_com1 = "/dev/modem" > > But when I load dosemu 1.1.5, I see this: > > ERROR: tty: lock: (/var/lock/LCK..modem): Permisssion denied > > I tried to resolve this by putting myself in the groups uucp and lock, > but that fails to solve it. > > > - > To unsubscribe from this list: send the line "unsubscribe linux-msdos" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html