search for: lpt1

Displaying 20 results from an estimated 201 matches for "lpt1".

Did you mean: lp1
2015 Aug 07
2
Writing directly to a lpt1: port and redirect to the lpr command
I'm have a remote printer installed in the cups. I shared the printer and it prints OK using the wine notepad. But I have a old application that prints only if have direct access to a lpt1 named port. We can test executing the program wine start.exe and run the command: echo 'test' > lpt1 that returns: File not found I tried to create the rule [HKEY_CURRENT_USER\Software\Wine\Printing\Spooler] "LPT1:"="|lpr" But echo 'test' > lpt1 still retur...
2001 Mar 12
1
WINEPS insists on using LPT1:
I'm running Wine 20010305. I am using the WINEPS driver and trying to direct it to various printers on various ports. It seems to output to port LPT1 regardless of the port I specify in the registry and win.ini. Here is a simplified scenario, in which I define only one printer, on LPT2. Can any one tell me what is happening? Follow-up question: Am I limited to 9 printers, on LPT1-LPT9? -Lee Allen output of wine --debugmsg +psdrv (just one...
2001 Oct 15
1
WINE Printing: Couldn't open ppd file; Couldn't find PPD file
...RV_FindPrinterInfo 'Wine PostScript Driver' trace:psdrv:PSDRV_ParsePPD c:\qmc330.ppd warn:psdrv:PSDRV_ParsePPD Couldn't open ppd file 'c:\qmc330.ppd' Couldn't find PPD file 'c:\qmc330.ppd', expect a crash now! trace:psdrv:PSDRV_CreateDC (WINEPS Wine PostScript Driver LPT1: (nil)) The file c:\qmc330.ppd exists, is chmod'd to 777, and is a valid ppd file. Relevant lines from ~/.wine/config: [ppd] "qmc330" = "/users/pca202/gilbertl/cdrive/windows/system/qmc330.ppd" [parallelports] "LPT1" = "/tmp/qmc330" [windows] "d...
2008 Nov 24
1
LPT1 to lpr
Hi, can I map LPT1: to a command e.g. "|lpr" How can I use this? From my applications I only see the printers from my CUPS. How can I use a pritner like LPT1: now I'm using Wine 1.1.9 Regards, Shanku
2005 Feb 04
3
adding LPT port to wine? Acrobat 5/PDFWriter installation problem
...fice 2000 and so far so good, but I like to extend my wine functionality just a bit more. I like to install Acrobat 5 (not reader) with PDFWriter on my wine installation. The problem I have is that, during the installation, I get the following error message: "Acrobat PDFWriter requires a LPT1: printer port. Setup could not find this required port. The PDFWriter component will not be installed. To install PDFWriter, add a LPT1: port and run setup again." Can someone please tell me how to install a printer port to a wine installation? I have searched quite a few documentation...
2007 Jul 15
1
How to disable wine postScript driver?
Hi all, i'm trying to print from a windows command to a dot matrix printer (Epson Actionprinter 2000) and i cant use the printer in text mode, only in graphic mode. I have ubuntu 7.04 feisty Desktop edition with wine 0.9.33 (from ubuntu rep) I have working the LPT1, tested from cmd.exe with this command: dir > lpt1 Now, the app works in windows wth a generic text only printer from the windows printers. And to change the spool y created this reg keys: [Software\\Wine\\Printing\\Spooler] 1184529841 "LPR:Epson"="|lpr -l" "LPT1:&quot...
2005 Nov 16
1
Newbie: any hope of running a dongle-protected app? Aladdin HASP on LPT1...
...arting to dig through debug logs for more info, but before I start on this.... - is this insane? Is there any reasonable hope that even if I can get the app to communicate with the HASP device driver, I will then be able to get the "device driver" to communicate with the dongle on LPT1? I believe the HASP driver is haspds_windows.dll - there are also a bunch of VXD files, which according to the FAQs won't work on Wine. have I understood correctly these VXDs wouldn't be used on a WinXP box? The app runs fine on XP (so long as the dongle is attached). If this is a hope...
2001 Jul 05
0
Couldn't open device 'LPT1'
I'm trying to run my MP3 player software, but it claims the unit is not powered on. I'm pretty sure I've got the parallel port set up right; I think the key bit of output is: |fixme:dosfs:DOSFS_OpenDevice device open LPT1 not supported (yet) I'm currently using the package from Debian (testing) - is whatever it's trying to do supported in more recent versions of WINE? -- John G Ineson
2001 Mar 15
1
Printing problems with wine
...Debian Potato. Everything works fine except printing. When I try to print something I always get something like "Printer not setup properly". The errormessage from wine is err:psdrv:PSDRV_AFMGetCharMetrics No whitespace found. My .wine/config -file looks like this: [parallelports] "Lpt1" = "/tmp/PRINTER1" [spooler] "LPT1:" = "/tmp/PRINTER1" [psdrv] "ppdfile" = "/usr/share/ppd/en/HP_DeskJet_500C.ppd" [afmfiles] "file1" = "/windows/Windows/afmfiles/base35/agd_____.afm" "file2" = "/windows/Wi...
2006 Oct 31
2
Parallel port access
I have a small Visual Basic app for a prom programmer which uses the parallel port (lpt1) to control the programmer. It uses a third party dll (io.dll) to give vb direct access to the hardware. I cannot get wine to see that port at all. I have given myself rw mode to /dev/parport0, there is a link (ln -s /dev/parport0 lpt1) in ~/me/.wine/dosdevices as described in the user notes. T...
2002 Aug 08
1
Win 9x printer problem
...TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 preferred master = False local master = No domain master = False dns proxy = No guest account = admin printing = lprng [homes] comment = Home Directories valid users = %S read only = No create mask = 0664 directory mask = 0775 browseable = No [LPT1] path = /var/spool/samba read only = No guest ok = Yes printable = Yes printer name = LPT1 oplocks = No [shares] comment = create new shares here path = /shares read only = No [data] comment = create data directories here path = /shares/data read only = No guest ok = Yes [programs]...
2004 Sep 21
0
raw parallel port access
...access to /dev/parport0 works. I can also run all the programs included with wine-20040914 as well as some tests I wrote with mingw as well as those I compiled with VC++. The latter just cannot access the parallel port as VMWARE can though it runs normally until it can't access the dongle on LPT1. I've tried running as root too to no avail. What am I missing? If no answer is available, can someone at least point to the relevant sources so I can puzzle it out further: I am determined. Running with WINEDEBUG=+io yields no output yet WINEDEBUG=+all spews the world as expected. The re...
2006 Jul 10
1
Parallel port HASP
Does anyone know how to get Wine to recognize an LPT1: port with a HASP (dongle) installed? I use a program called Magic V7 by Magic Software Enterprises (www.magic-sw.com) The Deployment module works fine under Wine, but the Development module looks to the parallel port to verify that the dongle is installed. I get a "Protection Violation&quot...
2007 Apr 19
0
minor omissions re "special" windows file names (PR#9622)
"lpt1" through "lpt9" and "com1" through "com9" are in fact "special" file names under various versions of Microsoft Windows. However, "R Extensions" says only that "lpt1" through "lpt4" and "com1" through "com...
2002 Feb 25
2
Dummy Printing Round 2!
Hi, I have posted this before, and was told to read the documentation (which I already had in detail) since I have been looking everywhere (mainly google) with no joy. If possible I want to tell wine I have a printer installed (write to file printer if possible) as I do not have a printer but have a windows application that requires a printer to be installed to run, could anyone advise me on any
2003 Nov 03
1
network printing
Hello, Hello, I am running Samba version 2.2.8a, cups 1.1.19 and esp print pro version 4.3.1 on my server, which is running Slackware 9.1 and Canon BJC-85 USB printer as default printer on the server and kernel 2.4.22 I can connect and print to the server using smbclient, but I cannot figure out what to put in the CUPS configuration, or the /etc/samba/smb.conf to print to this printer all
2002 Sep 17
2
Unable to print with the Wine PS driver
...erous 'WriteSpool16' messages before the unhandled exception at the very end (which, by the way, doesn't even launch the debugger window). These are the relevant sections from ~/.wine/config: ******************** [wine] ... ;"printer" = "on" [parallelports] "Lpt1" = "/dev/lp0" [ppd] "HPDesk" = "/home/halvarado/.wine/HP-DeskJet_694C-cdj670-ppd.ppd" ;generated at www.linuxprinting.org [ppdev] ;; key: io-base of the emulated port ;; value : parport-device{,timeout} ;; timeout for auto closing an open device ( not yet imple...
2003 May 21
1
Printer Permissions Problem
...ick on the Properties of the printer when viewing \\DC\Printers and Faxes\PrinterName, Most of the tabs are disabled. I was able to install the drivers some time ago. But not any more. The more weird thing is that for some of the network printers, the Ports tab of the Properties Pages lists "LPT1,LPT2,LPT3,COM1,...COM4,FILE" and for the others it lists "Samba Printer Port". Infact, the ones for which the drivers are already installed on the network (which I did a week ago) show the "LPT1,..." list while those printers which I just added to the printcap file by hand,...
1999 Sep 28
3
SAMBA digest 2250 - Parameter is incorrect
Matthew Vanecek wrote: >I set up a new printer on my Linux box, an Epson Stylus Color 740. I >had previously been using an EPson Stylus Color IIs. I got the printer >working nicely in Linux, but I can not print to the printers I set up in >/etc/printcap via samba from NT anymore. I.e., it worked with the IIs, >but not with the 740. I didn't change anything in smb.conf.
2009 Apr 27
6
File access denied when printing from a Delphi application
Hello, everybody! I'm getting the following error when I'm trying to print from a Delphi application: File access denied. This printer routine in my application is a routine to print text. So it prints to a file in LPT1 . The source code is more or less like this: Code: procedure Print; var File: TextFile; begin AssignFile(File, 'LPT1'); Rewrite(File); try Writeln(File, '...'); // ... finally CloseFile(File); end; end; I think the error occur in the AssignFile or Rewrit...