Is there a way to print with Epson AcuLaser CX11?

Asked by marco.pallotta

With Ubuntu Hardy is there a way to print with Epson AcuLaser CX11?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu cups Edit question
Assignee:
No assignee Edit question
Solved by:
Mark Rijckenberg
Solved:
Last query:
Last reply:
Revision history for this message
Best Mark Rijckenberg (markrijckenberg) said :
#1

Hi,

Please follow these installation instructions:

http://ubuntuforums.org/showthread.php?t=894493

Regards,

Mark

Revision history for this message
marco.pallotta (marco-pallotta) said :
#2

@Mark,

I found the solution not directly from the link you passed to me (those steps doesn't run for me), but I found it from the responses to gedda article about CX11NF and linux (http://www.gedda.info/?p=132). I found this from the notes in the CX11 section of www.linuxprinting.org (then I saw that this URL is also quoted from http://ubuntuforums.org/showthread.php?t=156631, that is in turn quoted from the link you passed to me).
To summarize the steps to make CX11 run into my Hardy Heron installation are:
- downloading CX11 filter from http://www.avasys.jp/english/linux_e/dl_mfp.html
- apt-get install libcupsys2-dev
- tar -zxvf Epson-ALCX11-filter-1.1.tar.gz
- cd Epson-ALCX11-filter-1.1
- ./configure
- make install
- sudo aa-complain cupsd
- sudo apt-get install libstdc++5

Shortly I added "sudo aa-complain cupsd" to the istructions in http://ubuntuforums.org/showthread.php?t=894493

Thanks Mark anyway

Revision history for this message
marco.pallotta (marco-pallotta) said :
#3

Thanks Mark Rijckenberg, that solved my question.