[Wine]parallel port with programmer

Massimo maxim65 at inwind.it
Fri Feb 25 05:40:36 CST 2005


I have an xeltek programmer the superpro 680 and I trying to run it's 
software with wine emulator under linux, without succes.
I had compiled kernel with parport_pc and ppdev module , edited 
modules.conf  with "alias char-major-99       ppdev" and .wine/config with

[ppdev]
;; key:  io-base of the emulated port
;; value : parport-device{,timeout}
;; timeout for auto closing an open device ( not yet implemented)
"378" = "/dev/parport0"
;"278" = "/dev/parport1"
;"3bc" = "/dev/parport2"

[spooler]
"FILE:" = "tmp.ps"
"LPT1:" = "|lpr"
"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
"LPT3:" = "/dev/lp3"

[ports]
"read"  = "0x779,0x379,0x280-0x2a0,0x378-0x37f"
"write" = "0x779,0x379,0x280-0x2a0,0x378-0x37f"

I let the program run with superuser privilege (sudo), but the program 
doesn't see the programmer connected.Is there same others thinks that I 
have to do?

Thanks in advance.

Massimo



More information about the wine-users mailing list