From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stas Sergeev Subject: Re: Printer port dongle and dosemu trouble. Date: Mon, 09 Dec 2002 16:26:17 +0300 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <3DF499F9.2090008@yahoo.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hello. Johannes Karlsmyr wrote: > $_ports = "0x378 0x778" You need a port range, not just one or two ports. Check out your /proc/ioports for more. In my case parport0 resides in a range of 0x378-0x37a (according to /proc/ioports) and most likely you have the same range. Also it may be necessary to unload the kernel's parport driver in order dosemu to access it as dosemu checks /proc/ioports itself to avoid conflicts.