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:

<snippet 1>
$_ports = "0x378 0x778"
</snippet 1>
and i have to add the lines from the HOWTO, but then dosemu wont even start.
<snippet 2>
$_ports { device /dev/lp0 fast range 0x378 0x778 } # lpt0
</snippet 2>


dmesg looks like this...

<dmesg snip>
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
</dmesg snip>


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 */

-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html

Reply via email to