Epson PrintCD

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
chester
Newbie
Newbie
Posts: 3
Joined: Sun Dec 04, 2011 8:28 pm

Epson PrintCD

Post by chester »

I tried to install printcd (2.0) using wine ver 1.3.28. It installs but cannot find the printer. The error message is driver for cd printing not found. I can print manually by making my RX700 the printer default, but the output to plain paper is badly distorted. I'm running Ubuntu 11.10. Otherwise the program seems to run correctly. Any suggestions? I'm a linux newby.
Thanks!
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Epson PrintCD

Post by jjmckenzie »

On Sun, Dec 4, 2011 at 7:14 PM, chester <[email protected]> wrote:
I tried to install printcd (2.0) using wine ver 1.3.28.  It installs but cannot find the printer.  The error message is driver for cd
printing not found.  I can print manually by making my RX700 the printer default, but the output to plain paper is badly
distorted.  I'm running Ubuntu 11.10.  Otherwise the program seems to run correctly.  Any suggestions?  I'm a linux newby.
Thanks!
First, Wine does not and cannot support Windows kernel level drivers.
Second, locate and install Linux drivers for your printer.

James
chester
Newbie
Newbie
Posts: 3
Joined: Sun Dec 04, 2011 8:28 pm

PrintCD

Post by chester »

I have cups print driver installed. I've tried all I can find for my printer. Is this a short coming of the cups print drivers unable to print on a CD/DVD because of the form factor?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: PrintCD

Post by dimesio »

chester wrote: Is this a short coming of the cups print drivers unable to print on a CD/DVD because of the form factor?
Does it work with native Linux apps?
chester
Newbie
Newbie
Posts: 3
Joined: Sun Dec 04, 2011 8:28 pm

PrintCD

Post by chester »

The printer works just fine with linux. This problem is exclusive with the PrintCD software. For whatever reason, when I run the program, the print driver cannot be found when I select print within the program As an aside, the printCD program prints correctly to my laser. No distortion and the colors are good too.
Martin Gregorie

Epson PrintCD

Post by Martin Gregorie »

On Mon, 2011-12-05 at 20:09 -0600, chester wrote:
The printer works just fine with linux. This problem is exclusive
with the PrintCD software. For whatever reason, when I run the
program, the print driver cannot be found when I select print within
the program As an aside, the printCD program prints correctly to my
laser. No distortion and the colors are good too.
Can any other Wine app use the printer via CUPS?

If not, take a look at the CUPS (print server) set-up. It should allow
"Publish shared printers connected to this system" and "Allow printing
from the internet" - this is copied from the Fedora 15/Gnome 3 Basic
Server Settings panel, so if you're running a different distro things
may differ.

Reasoning: there are two ways that Linux uses to talk to a printer. One
is via the lpr utility which is/was the default way to send print jobs
to the CUPS spooler. The other way is via the IPP net protocol. This is
what Wine uses and on many distros is disabled by default.

The other way to see if the IPP protocol is enabled or not is to run the
command "nmap localhost". If port 631 appears in the list of open ports,
IPP is enabled.


Martin
Locked