From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Karlsmyr Subject: Printer port dongle and dosemu trouble. Date: Mon, 09 Dec 2002 12:34:47 +0100 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <3DF47FD7.3020706@twentyfourseven.se> 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, i am trying to get an old televions text prompter software that runs under DOS to work under dosemu because of three main reasons. 1. The license for Win2k (which we must use on the laptop for other purposes that will dissappear if we get it to run in Linux) 2. The stupid program reboots the computer each time you quit. And you do quit a lot to edit yout text files that you want to prompt. 3. Users tend to always save their text files in the wrong format in Word 2000, so emacs would be nice to use instead. To the problem. The program has a hardware scroll-wheel attached to com port 1 and a hardware dongle attached to the printer port. And i cannot get the program to find the dongle. I have tried to add the following line to my dosemu.conf file without success: $_ports = "0x378 0x778" and i have to add the lines from the HOWTO, but then dosemu wont even start. $_ports { device /dev/lp0 fast range 0x378 0x778 } # lpt0 dmesg looks like this... parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE] lp0: using parport0 (polling). lp0: compatibility mode parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE] parport0: irq 7 detected Non-volatile memory driver v1.1 parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE] lp0: using parport0 (polling). lp0: compatibility mode I am pretty new to Linux and dosemu, so dont say bad things to me ;) but if anybody got any ideas, please tell me. Best Regards /* johannes */