<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Abraxas &#187; Epson</title>
	<atom:link href="http://www.effinger.org/blog/tag/epson/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.effinger.org/blog</link>
	<description>a personal knowledge base</description>
	<lastBuildDate>Mon, 23 Jan 2012 22:05:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Epson AcuLaser C1100 unter Ubuntu freigeben</title>
		<link>http://www.effinger.org/blog/2008/11/01/epson-aculaser-c1100-unter-ubuntu-freigeben/</link>
		<comments>http://www.effinger.org/blog/2008/11/01/epson-aculaser-c1100-unter-ubuntu-freigeben/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 22:07:44 +0000</pubDate>
		<dc:creator>Markus Effinger</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Drucken]]></category>
		<category><![CDATA[Epson]]></category>

		<guid isPermaLink="false">http://www.effinger.org/blog/?p=83</guid>
		<description><![CDATA[<p>Meinen Drucker habe ich zunächst nach der Anleitung von schnellie installiert</p> sudo apt-get install alien gcc-3.3-base libstdc++5 sudo alien Epson-ALC1100-filter-1.2-0.i386.rpm sudo alien Epson-ALC1100-filter-cups-1.2-0.i386.rpm # Warnungen einfach ignorieren! sudo dpkg -i epson-alc1100-filter_1.2-1_i386.deb sudo dpkg -i epson-alc1100-filter-cups_1.2-1_i386.deb <p>Eine Deaktivierung des AppArmor-Profils mittels</p> sudo aa-complain cupsd <p>war bei mir nicht notwendig. Von den Windows-Installationen im lokalen Netzwerk wollte [...]]]></description>
			<content:encoded><![CDATA[<p>Meinen Drucker habe ich zunächst nach der <a href="http://forum.schnellsuche.de/viewtopic.php?t=2619">Anleitung von schnellie</a> installiert</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> alien gcc-<span style="color: #000000;">3.3</span>-base libstdc++<span style="color: #000000;">5</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> alien Epson-ALC1100-filter-<span style="color: #000000;">1.2</span>-<span style="color: #000000;">0</span>.i386.rpm
<span style="color: #c20cb9; font-weight: bold;">sudo</span> alien Epson-ALC1100-filter-cups-<span style="color: #000000;">1.2</span>-<span style="color: #000000;">0</span>.i386.rpm
<span style="color: #666666; font-style: italic;"># Warnungen einfach ignorieren!</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">-i</span> epson-alc1100-filter_1.2-<span style="color: #000000;">1</span>_i386.deb
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">-i</span> epson-alc1100-filter-cups_1.2-<span style="color: #000000;">1</span>_i386.deb</pre></div></div>

<p>Eine Deaktivierung des AppArmor-Profils mittels</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> aa-complain cupsd</pre></div></div>

<p>war bei mir <strong>nicht</strong> notwendig.<br />
Von den Windows-Installationen im lokalen Netzwerk wollte ich auch noch auf den Drucker mittels des Internet Printing Protocols zugreifen. Dazu muss die CUPS-Konfiguration angepasst werden. Das geht über den <a href="http://localhost:631/">Aufruf von CUPS</a> und das Editieren der cupsd.conf unter Verwaltung &gt; Konfigurationsdatei. Ich habe die Datei so angepasst, dass Rechner im lokalen Netzwerk auch auf den Drucker zugreifen können:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#</span>
<span style="color: #666666; font-style: italic;"># &quot;$Id: cupsd.conf.in 7199 2008-01-08 00:16:30Z mike $&quot;</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #666666; font-style: italic;">#   Sample configuration file for the Common UNIX Printing System (CUPS)</span>
<span style="color: #666666; font-style: italic;">#   scheduler.  See &quot;man cupsd.conf&quot; for a complete description of this</span>
<span style="color: #666666; font-style: italic;">#   file.</span>
<span style="color: #666666; font-style: italic;">#</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Log general information in error_log - change &quot;info&quot; to &quot;debug&quot; for</span>
<span style="color: #666666; font-style: italic;"># troubleshooting...</span>
LogLevel warning
&nbsp;
<span style="color: #666666; font-style: italic;"># Administrator user group...</span>
SystemGroup lpadmin
&nbsp;
<span style="color: #666666; font-style: italic;"># Only listen for connections from the local machine.</span>
Port <span style="color: #000000;">631</span>
Listen <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>run<span style="color: #000000; font-weight: bold;">/</span>cups<span style="color: #000000; font-weight: bold;">/</span>cups.sock
&nbsp;
<span style="color: #666666; font-style: italic;"># Show shared printers on the local network.</span>
Browsing Off
BrowseOrder allow,deny
BrowseAllow all
BrowseAddress <span style="color: #000000; font-weight: bold;">@</span>LOCAL
&nbsp;
<span style="color: #666666; font-style: italic;"># Default authentication type, when authentication is required...</span>
DefaultAuthType Basic
&nbsp;
<span style="color: #666666; font-style: italic;"># Restrict access to the server...</span>
<span style="color: #000000; font-weight: bold;">&lt;</span>Location <span style="color: #000000; font-weight: bold;">/&gt;</span>
  Order allow,deny
  Allow <span style="color: #000000; font-weight: bold;">@</span>LOCAL
  Allow localhost
<span style="color: #000000; font-weight: bold;">&lt;/</span>Location<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Restrict access to the admin pages...</span>
<span style="color: #000000; font-weight: bold;">&lt;</span>Location <span style="color: #000000; font-weight: bold;">/</span>admin<span style="color: #000000; font-weight: bold;">&gt;</span>
  Order allow,deny
<span style="color: #000000; font-weight: bold;">&lt;/</span>Location<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Restrict access to configuration files...</span>
<span style="color: #000000; font-weight: bold;">&lt;</span>Location <span style="color: #000000; font-weight: bold;">/</span>admin<span style="color: #000000; font-weight: bold;">/</span>conf<span style="color: #000000; font-weight: bold;">&gt;</span>
  AuthType Default
  Require user <span style="color: #000000; font-weight: bold;">@</span>SYSTEM
  Order allow,deny
<span style="color: #000000; font-weight: bold;">&lt;/</span>Location<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Set the default printer/job policies...</span>
<span style="color: #000000; font-weight: bold;">&lt;</span>Policy default<span style="color: #000000; font-weight: bold;">&gt;</span>
  <span style="color: #666666; font-style: italic;"># Job-related operations must be done by the owner or an administrator...</span>
  <span style="color: #000000; font-weight: bold;">&lt;</span>Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job<span style="color: #000000; font-weight: bold;">&gt;</span>
    Require user <span style="color: #000000; font-weight: bold;">@</span>OWNER <span style="color: #000000; font-weight: bold;">@</span>SYSTEM
    Order deny,allow
  <span style="color: #000000; font-weight: bold;">&lt;/</span>Limit<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
  <span style="color: #666666; font-style: italic;"># All administration operations require an administrator to authenticate...</span>
  <span style="color: #000000; font-weight: bold;">&lt;</span>Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default<span style="color: #000000; font-weight: bold;">&gt;</span>
    AuthType Default
    Require user <span style="color: #000000; font-weight: bold;">@</span>SYSTEM
    Order deny,allow
  <span style="color: #000000; font-weight: bold;">&lt;/</span>Limit<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
  <span style="color: #666666; font-style: italic;"># All printer operations require a printer operator to authenticate...</span>
  <span style="color: #000000; font-weight: bold;">&lt;</span>Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs<span style="color: #000000; font-weight: bold;">&gt;</span>
    AuthType Default
    Require user <span style="color: #000000; font-weight: bold;">@</span>SYSTEM
    Order deny,allow
  <span style="color: #000000; font-weight: bold;">&lt;/</span>Limit<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
  <span style="color: #666666; font-style: italic;"># Only the owner or an administrator can cancel or authenticate a job...</span>
  <span style="color: #000000; font-weight: bold;">&lt;</span>Limit Cancel-Job CUPS-Authenticate-Job<span style="color: #000000; font-weight: bold;">&gt;</span>
    Require user <span style="color: #000000; font-weight: bold;">@</span>OWNER <span style="color: #000000; font-weight: bold;">@</span>SYSTEM
    Order deny,allow
  <span style="color: #000000; font-weight: bold;">&lt;/</span>Limit<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
  <span style="color: #000000; font-weight: bold;">&lt;</span>Limit All<span style="color: #000000; font-weight: bold;">&gt;</span>
    Order deny,allow
  <span style="color: #000000; font-weight: bold;">&lt;/</span>Limit<span style="color: #000000; font-weight: bold;">&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;/</span>Policy<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #666666; font-style: italic;"># End of &quot;$Id: cupsd.conf.in 7199 2008-01-08 00:16:30Z mike $&quot;.</span>
<span style="color: #666666; font-style: italic;">#</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.effinger.org/blog/2008/11/01/epson-aculaser-c1100-unter-ubuntu-freigeben/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

