<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The Epson AcuLaser CX11NF Colour Laser MFD with Linux</title>
	<atom:link href="http://www.gedda.info/?feed=rss2&#038;p=132" rel="self" type="application/rss+xml" />
	<link>http://www.gedda.info/?p=132</link>
	<description>Rodney Gedda's piece of the Web</description>
	<lastBuildDate>Sun, 08 Aug 2010 10:46:50 +1000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Henk</title>
		<link>http://www.gedda.info/?p=132&#038;cpage=2#comment-31937</link>
		<dc:creator>Henk</dc:creator>
		<pubDate>Sun, 08 Aug 2010 10:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.gedda.info/?p=132#comment-31937</guid>
		<description>I changed Brian&#039;s above line

$ sudo ln -s /usr/local/bin/pstoalcx11 /usr/lib/cups/filter/pstoalcx11

to 

$ sudo ln -s /usr/local/bin/pstoalcx11.sh /usr/lib/cups/filter/pstoalcx11.sh

and now it works.</description>
		<content:encoded><![CDATA[<p>I changed Brian&#8217;s above line</p>
<p>$ sudo ln -s /usr/local/bin/pstoalcx11 /usr/lib/cups/filter/pstoalcx11</p>
<p>to </p>
<p>$ sudo ln -s /usr/local/bin/pstoalcx11.sh /usr/lib/cups/filter/pstoalcx11.sh</p>
<p>and now it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.gedda.info/?p=132&#038;cpage=2#comment-31936</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 22 Jul 2010 05:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.gedda.info/?p=132#comment-31936</guid>
		<description>I just installed Ubuntu 10.04 (64 bit) and had more problems than I did under 8.10, but thanks to Leonardo for pointing the way. I just wanted to publish my steps in a clear manner for others (mine was already connected to my LAN):

1. Install Driver 
$ tar xf Epson-ALCX11-filter-1.1.tar.gz
$ cd Epson-ALCX11-filter-1.1
$ ./configure
$ sudo make install

2. Setup Printer
$ system-config-printer
Add Printer, Select &quot;Other&quot;
URI is http://:631/EPSON_IPP_Printer 
Select AL-CX11 Driver from Database
It will probably complain about pstoalcx11.sh

3. Create Symlinks
$ sudo ln -s /usr/local/bin/alcx11 /usr/lib/cups/filter/alcx11 
$ sudo ln -s /usr/local/bin/alcx11_lprwrapper.sh /usr/lib/cups/filter/alcx11_lprwrapper.sh
$ sudo ln -s /usr/local/bin/pstoalcx11 /usr/lib/cups/filter/pstoalcx11 
$ sudo chmod 755 /usr/local/bin/*alcx11*

4a. Resolve dependancy on libstdc++5 on 64 bit: 
install getlibs-all 
download Jaunty libstdc++5 (32 bit version!)
$getlibs -i libstdc++5_3.3.6-17_i386.deb

4b Resolve dependancy on libstdc++5 on 32 bit:
download Jaunty libstdc++5 (32 bit version!)
$sudo dpkg -i libstdc++5_3.3.6-17_i386.deb

5. AppArmour
(This step may not be required - i didn&#039;t test)
$ sudo aa-complain cupsd</description>
		<content:encoded><![CDATA[<p>I just installed Ubuntu 10.04 (64 bit) and had more problems than I did under 8.10, but thanks to Leonardo for pointing the way. I just wanted to publish my steps in a clear manner for others (mine was already connected to my LAN):</p>
<p>1. Install Driver<br />
$ tar xf Epson-ALCX11-filter-1.1.tar.gz<br />
$ cd Epson-ALCX11-filter-1.1<br />
$ ./configure<br />
$ sudo make install</p>
<p>2. Setup Printer<br />
$ system-config-printer<br />
Add Printer, Select &#8220;Other&#8221;<br />
URI is <a href="http://:631/EPSON_IPP_Printer" rel="nofollow">http://:631/EPSON_IPP_Printer</a><br />
Select AL-CX11 Driver from Database<br />
It will probably complain about pstoalcx11.sh</p>
<p>3. Create Symlinks<br />
$ sudo ln -s /usr/local/bin/alcx11 /usr/lib/cups/filter/alcx11<br />
$ sudo ln -s /usr/local/bin/alcx11_lprwrapper.sh /usr/lib/cups/filter/alcx11_lprwrapper.sh<br />
$ sudo ln -s /usr/local/bin/pstoalcx11 /usr/lib/cups/filter/pstoalcx11<br />
$ sudo chmod 755 /usr/local/bin/*alcx11*</p>
<p>4a. Resolve dependancy on libstdc++5 on 64 bit:<br />
install getlibs-all<br />
download Jaunty libstdc++5 (32 bit version!)<br />
$getlibs -i libstdc++5_3.3.6-17_i386.deb</p>
<p>4b Resolve dependancy on libstdc++5 on 32 bit:<br />
download Jaunty libstdc++5 (32 bit version!)<br />
$sudo dpkg -i libstdc++5_3.3.6-17_i386.deb</p>
<p>5. AppArmour<br />
(This step may not be required &#8211; i didn&#8217;t test)<br />
$ sudo aa-complain cupsd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonardo</title>
		<link>http://www.gedda.info/?p=132&#038;cpage=2#comment-31906</link>
		<dc:creator>Leonardo</dc:creator>
		<pubDate>Mon, 28 Dec 2009 14:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.gedda.info/?p=132#comment-31906</guid>
		<description>On Karmic amd 64 I have some trouble because i cannot uninstall ia32-libs: too mutch application bind to them.
First I use the command write up:
/usr/local/bin/pstoalcx11.sh PageSize=lt XY600=5100×6600 MediaType=normal TonerSave=false InputSlot=cassette1 Collate=on Copies=1 Color=color Resolution=600dpi
XY600=5100×6600
to check output and I see that my libstdc++5 are not working so I use the http://hsmak.wordpress.com/2009/12/01/how-to-fix-libstdc5-dependency-problem-in-ubuntu-9-10/ to install them. Now all work fine. Do any one know a fast trick to print front/back on cx11nf?</description>
		<content:encoded><![CDATA[<p>On Karmic amd 64 I have some trouble because i cannot uninstall ia32-libs: too mutch application bind to them.<br />
First I use the command write up:<br />
/usr/local/bin/pstoalcx11.sh PageSize=lt XY600=5100×6600 MediaType=normal TonerSave=false InputSlot=cassette1 Collate=on Copies=1 Color=color Resolution=600dpi<br />
XY600=5100×6600<br />
to check output and I see that my libstdc++5 are not working so I use the <a href="http://hsmak.wordpress.com/2009/12/01/how-to-fix-libstdc5-dependency-problem-in-ubuntu-9-10/" rel="nofollow">http://hsmak.wordpress.com/2009/12/01/how-to-fix-libstdc5-dependency-problem-in-ubuntu-9-10/</a> to install them. Now all work fine. Do any one know a fast trick to print front/back on cx11nf?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: soul9</title>
		<link>http://www.gedda.info/?p=132&#038;cpage=1#comment-31905</link>
		<dc:creator>soul9</dc:creator>
		<pubDate>Sun, 27 Dec 2009 19:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.gedda.info/?p=132#comment-31905</guid>
		<description>I have made a breakthrough!
On karmik, the libstdc++ library&#039;s libstdc++.so.5 isn&#039;t installed anymore, and the distribution doesn&#039;t have it in it&#039;s repositories at all. As a workaround, i have installed the debian stable version of the package (installed like a charm), and now my pages are installed.

this package is needed for ps2alcx11.sh to work, if you execute the file from the shell you can see that it can&#039;t find the library. Cheers!

Johnny</description>
		<content:encoded><![CDATA[<p>I have made a breakthrough!<br />
On karmik, the libstdc++ library&#8217;s libstdc++.so.5 isn&#8217;t installed anymore, and the distribution doesn&#8217;t have it in it&#8217;s repositories at all. As a workaround, i have installed the debian stable version of the package (installed like a charm), and now my pages are installed.</p>
<p>this package is needed for ps2alcx11.sh to work, if you execute the file from the shell you can see that it can&#8217;t find the library. Cheers!</p>
<p>Johnny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://www.gedda.info/?p=132&#038;cpage=1#comment-31901</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Thu, 03 Dec 2009 02:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.gedda.info/?p=132#comment-31901</guid>
		<description>Hi,

I am lost and desparate. I cannot print on our Epson AccuLaser CX11 network printer.

I have installed the driver package and followed the instructions at the gedda.info help page, but there are no printouts.

What is truly frustrating is that there appear to be no errors in the error_log or the access_log.

Test print jobs get processed and apparently sent to the printer, and it all seems to be OK, except that there is no printout, nor signs of life from the printer. The printer naturally works without a hitch when accessed from a Vista machine.

Here is the error_log after the &quot;Test page&quot; request from localhost:631

The only thing that looks suspect is the: &quot;cupsdAuthorize: Local authentication certificate not found!&quot; error, but I could not find any information about the meaning or severity of this error.

E [01/Dec/2009:22:55:33 +0800] cupsdAuthorize: Local authentication certificate not found!
D [01/Dec/2009:22:55:33 +0800] Get-Printer-Attributes ipp://localhost/printers/AL-CX11
D [01/Dec/2009:22:55:33 +0800] cupsdProcessIPPRequest: 739 status_code=0 (successful-ok)
D [01/Dec/2009:22:55:33 +0800] cupsdReadClient: 739 POST / HTTP/1.1
E [01/Dec/2009:22:55:33 +0800] cupsdAuthorize: Local authentication certificate not found!
D [01/Dec/2009:22:55:33 +0800] CUPS-Get-Printers
D [01/Dec/2009:22:55:33 +0800] cupsdProcessIPPRequest: 739 status_code=0 (successful-ok)
D [01/Dec/2009:22:55:33 +0800] cupsdReadClient: 739 POST / HTTP/1.1
E [01/Dec/2009:22:55:33 +0800] cupsdAuthorize: Local authentication certificate not found!
D [01/Dec/2009:22:55:33 +0800] CUPS-Get-Classes
D [01/Dec/2009:22:55:33 +0800] cupsdProcessIPPRequest: 739 status_code=0 (successful-ok)
D [01/Dec/2009:22:55:33 +0800] cupsdReadClient: 739 POST / HTTP/1.1
E [01/Dec/2009:22:55:33 +0800] cupsdAuthorize: Local authentication certificate not found!
D [01/Dec/2009:22:55:33 +0800] CUPS-Get-Default
D [01/Dec/2009:22:55:33 +0800] cupsdProcessIPPRequest: 739 status_code=0 (successful-ok)
D [01/Dec/2009:22:55:33 +0800] cupsdReadClient: 739 POST / HTTP/1.1
E [01/Dec/2009:22:55:33 +0800] cupsdAuthorize: Local authentication certificate not found!
D [01/Dec/2009:22:55:33 +0800] Get-Printer-Attributes ipp://localhost/printers/AL-CX11
D [01/Dec/2009:22:55:33 +0800] cupsdProcessIPPRequest: 739 status_code=0 (successful-ok)
D [01/Dec/2009:22:55:33 +0800] cupsdCloseClient: 745</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am lost and desparate. I cannot print on our Epson AccuLaser CX11 network printer.</p>
<p>I have installed the driver package and followed the instructions at the gedda.info help page, but there are no printouts.</p>
<p>What is truly frustrating is that there appear to be no errors in the error_log or the access_log.</p>
<p>Test print jobs get processed and apparently sent to the printer, and it all seems to be OK, except that there is no printout, nor signs of life from the printer. The printer naturally works without a hitch when accessed from a Vista machine.</p>
<p>Here is the error_log after the &#8220;Test page&#8221; request from localhost:631</p>
<p>The only thing that looks suspect is the: &#8220;cupsdAuthorize: Local authentication certificate not found!&#8221; error, but I could not find any information about the meaning or severity of this error.</p>
<p>E [01/Dec/2009:22:55:33 +0800] cupsdAuthorize: Local authentication certificate not found!<br />
D [01/Dec/2009:22:55:33 +0800] Get-Printer-Attributes ipp://localhost/printers/AL-CX11<br />
D [01/Dec/2009:22:55:33 +0800] cupsdProcessIPPRequest: 739 status_code=0 (successful-ok)<br />
D [01/Dec/2009:22:55:33 +0800] cupsdReadClient: 739 POST / HTTP/1.1<br />
E [01/Dec/2009:22:55:33 +0800] cupsdAuthorize: Local authentication certificate not found!<br />
D [01/Dec/2009:22:55:33 +0800] CUPS-Get-Printers<br />
D [01/Dec/2009:22:55:33 +0800] cupsdProcessIPPRequest: 739 status_code=0 (successful-ok)<br />
D [01/Dec/2009:22:55:33 +0800] cupsdReadClient: 739 POST / HTTP/1.1<br />
E [01/Dec/2009:22:55:33 +0800] cupsdAuthorize: Local authentication certificate not found!<br />
D [01/Dec/2009:22:55:33 +0800] CUPS-Get-Classes<br />
D [01/Dec/2009:22:55:33 +0800] cupsdProcessIPPRequest: 739 status_code=0 (successful-ok)<br />
D [01/Dec/2009:22:55:33 +0800] cupsdReadClient: 739 POST / HTTP/1.1<br />
E [01/Dec/2009:22:55:33 +0800] cupsdAuthorize: Local authentication certificate not found!<br />
D [01/Dec/2009:22:55:33 +0800] CUPS-Get-Default<br />
D [01/Dec/2009:22:55:33 +0800] cupsdProcessIPPRequest: 739 status_code=0 (successful-ok)<br />
D [01/Dec/2009:22:55:33 +0800] cupsdReadClient: 739 POST / HTTP/1.1<br />
E [01/Dec/2009:22:55:33 +0800] cupsdAuthorize: Local authentication certificate not found!<br />
D [01/Dec/2009:22:55:33 +0800] Get-Printer-Attributes ipp://localhost/printers/AL-CX11<br />
D [01/Dec/2009:22:55:33 +0800] cupsdProcessIPPRequest: 739 status_code=0 (successful-ok)<br />
D [01/Dec/2009:22:55:33 +0800] cupsdCloseClient: 745</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guido</title>
		<link>http://www.gedda.info/?p=132&#038;cpage=1#comment-31900</link>
		<dc:creator>Guido</dc:creator>
		<pubDate>Sat, 21 Nov 2009 02:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.gedda.info/?p=132#comment-31900</guid>
		<description>Thanks for that hint Mark! I installed the printer over direct network on Ubuntu 9.04 32bit and now it works fine. Setting the symbolic links did the job for me.</description>
		<content:encoded><![CDATA[<p>Thanks for that hint Mark! I installed the printer over direct network on Ubuntu 9.04 32bit and now it works fine. Setting the symbolic links did the job for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.gedda.info/?p=132&#038;cpage=1#comment-31899</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 04 Nov 2009 06:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.gedda.info/?p=132#comment-31899</guid>
		<description>I got the AL-CX11NF working on Ubuntu 9.10 AMD64 version.  To do it, I followed the instructions above and then I created symlinks in /usr/lib/cups/filter for alcx11, alcx11_lprwrapper.sh, and pstoalcx11.sh to the corresponding files in /usr/local/bin. 

Then I needed libstdc++5, and the one from Jaunty packages repository didn&#039;t work because of issues with missing files or something.  I uninstalled ia32-libs and downloaded ia32-libs_2.7ubuntu6.1_amd64.deb from http://mirror.ne.gov/ubuntu/pool/universe/i/ia32-libs/. 

VOILA!  It is working, and scanning my pstoalcx11.sh file it appears it is the default and needed none of the $(( to $(($ edits I&#039;d read about elsewhere.

Hope this helps some folks!</description>
		<content:encoded><![CDATA[<p>I got the AL-CX11NF working on Ubuntu 9.10 AMD64 version.  To do it, I followed the instructions above and then I created symlinks in /usr/lib/cups/filter for alcx11, alcx11_lprwrapper.sh, and pstoalcx11.sh to the corresponding files in /usr/local/bin. </p>
<p>Then I needed libstdc++5, and the one from Jaunty packages repository didn&#8217;t work because of issues with missing files or something.  I uninstalled ia32-libs and downloaded ia32-libs_2.7ubuntu6.1_amd64.deb from <a href="http://mirror.ne.gov/ubuntu/pool/universe/i/ia32-libs/" rel="nofollow">http://mirror.ne.gov/ubuntu/pool/universe/i/ia32-libs/</a>. </p>
<p>VOILA!  It is working, and scanning my pstoalcx11.sh file it appears it is the default and needed none of the $(( to $(($ edits I&#8217;d read about elsewhere.</p>
<p>Hope this helps some folks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gero Birkenfeld</title>
		<link>http://www.gedda.info/?p=132&#038;cpage=1#comment-31895</link>
		<dc:creator>Gero Birkenfeld</dc:creator>
		<pubDate>Sun, 27 Sep 2009 09:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.gedda.info/?p=132#comment-31895</guid>
		<description>Hi I am absolutely new to Linux, I own a PowerPC (not x86 !!!!!) base Linux System. Scanning and printing with CX21nf shouldn&#039;t be a problem (Postscript + SANE recompileable OpenSource driver) anybody ideas regarding FAX FUNCTIONALLITY based on OpenSource... (to be able to recompile on PPC)

Help would be really really apricated !!!</description>
		<content:encoded><![CDATA[<p>Hi I am absolutely new to Linux, I own a PowerPC (not x86 !!!!!) base Linux System. Scanning and printing with CX21nf shouldn&#8217;t be a problem (Postscript + SANE recompileable OpenSource driver) anybody ideas regarding FAX FUNCTIONALLITY based on OpenSource&#8230; (to be able to recompile on PPC)</p>
<p>Help would be really really apricated !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy Baconniere</title>
		<link>http://www.gedda.info/?p=132&#038;cpage=1#comment-31891</link>
		<dc:creator>Guy Baconniere</dc:creator>
		<pubDate>Sun, 19 Jul 2009 21:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.gedda.info/?p=132#comment-31891</guid>
		<description>For AL-CX11

Get Epson-ALCX11-filter-1.1.tar.gz from
http://www.avasys.jp/lx-bin2/linux_e/mfp/DL2.do

sudo -i
apt-get install libcupsys2-dev
tar -xzpsvf Epson-ALCX11-filter-1.1.tar.gz
cd Epson-ALCX11-filter-1.1
./configure --prefix=/usr
make
make install

cat &lt;&lt;EOT

Info Epson AL-CX11
Location CH-Geneva
DeviceURI socket://192.168.XXX.XXX
State Idle
StateTime 1248037004
Accepting Yes
Shared Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
OpPolicy default
ErrorPolicy stop-printer

:wq
/etc/init.d/cups restart

http://127.0.0.1:631
Add Printer
AL-CX11
CH-Geneva
Epson AL-CX11
EPSON AL-CX11 192.168.XXX.XXX (EPSON AL-CX11)
...
ALCX11
Finish

Best Regards,
Guy Baconniere</description>
		<content:encoded><![CDATA[<p>For AL-CX11</p>
<p>Get Epson-ALCX11-filter-1.1.tar.gz from<br />
<a href="http://www.avasys.jp/lx-bin2/linux_e/mfp/DL2.do" rel="nofollow">http://www.avasys.jp/lx-bin2/linux_e/mfp/DL2.do</a></p>
<p>sudo -i<br />
apt-get install libcupsys2-dev<br />
tar -xzpsvf Epson-ALCX11-filter-1.1.tar.gz<br />
cd Epson-ALCX11-filter-1.1<br />
./configure &#8211;prefix=/usr<br />
make<br />
make install</p>
<p>cat &lt;&lt;EOT</p>
<p>Info Epson AL-CX11<br />
Location CH-Geneva<br />
DeviceURI socket://192.168.XXX.XXX<br />
State Idle<br />
StateTime 1248037004<br />
Accepting Yes<br />
Shared Yes<br />
JobSheets none none<br />
QuotaPeriod 0<br />
PageLimit 0<br />
KLimit 0<br />
OpPolicy default<br />
ErrorPolicy stop-printer</p>
<p>:wq<br />
/etc/init.d/cups restart</p>
<p><a href="http://127.0.0.1:631" rel="nofollow">http://127.0.0.1:631</a><br />
Add Printer<br />
AL-CX11<br />
CH-Geneva<br />
Epson AL-CX11<br />
EPSON AL-CX11 192.168.XXX.XXX (EPSON AL-CX11)<br />
&#8230;<br />
ALCX11<br />
Finish</p>
<p>Best Regards,<br />
Guy Baconniere</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sampo Ekman</title>
		<link>http://www.gedda.info/?p=132&#038;cpage=1#comment-31887</link>
		<dc:creator>Sampo Ekman</dc:creator>
		<pubDate>Sat, 11 Jul 2009 10:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.gedda.info/?p=132#comment-31887</guid>
		<description>sudo aa-complain cupsd worked for me also! Superb!</description>
		<content:encoded><![CDATA[<p>sudo aa-complain cupsd worked for me also! Superb!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
