From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Alain M." Subject: Using Paralel port Date: Tue, 16 Oct 2007 20:38:27 -0300 Message-ID: <47154B73.2040906@pobox.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: dosEmu-list Hi, How do I use the paralel port (direct hardware access)?? I have this in my ~/.dosemu/dosemu.conf and /etc/dosemu/dosemu.conf: $_ports = "device /dev/parport0 fast range 0x378 0x37a" $_lpt1 = "" $_lpt2 = "" $_lpt3 = "" I call Dosemu like this: dosemu -X -s -f ~/.dosemu/dosemu.conf I added this to /etc/dosemu/dosemu.users alain c_all NOTE that: - the device /dev/parport0 and range I got from 'cat /proc/ioports' - VMware uses the same device - even with VMware running and using the device, no error is reported on the console Please help :( Alain