<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>CUPS Print Server - RPM driver file</title>
		<link>http://mybookworld.wikidot.com/forum/t-59412/cups-print-server-rpm-driver-file</link>
		<description>Posts in the discussion thread &quot;CUPS Print Server - RPM driver file&quot; - CUPS. Almost there.</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-59412#post-203196</guid>
				<title>Re: CUPS Print Server - RPM driver file</title>
				<link>http://mybookworld.wikidot.com/forum/t-59412/cups-print-server-rpm-driver-file#post-203196</link>
				<description></description>
				<pubDate>Fri, 20 Jun 2008 07:19:37 +0000</pubDate>
				<wikidot:authorName>washbowl</wikidot:authorName>				<wikidot:authorUserId>127049</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>hi, why bother to stop cups? if you read through the threads here, you'll find that WDMB contains adequate memory to handle extra applications running on it. I leave cups running all the time since I made it work, and I never notice any negative impact on its performance.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-59412#post-201495</guid>
				<title>Re: CUPS Print Server - RPM driver file</title>
				<link>http://mybookworld.wikidot.com/forum/t-59412/cups-print-server-rpm-driver-file#post-201495</link>
				<description></description>
				<pubDate>Thu, 19 Jun 2008 06:36:13 +0000</pubDate>
				<wikidot:authorName>frater</wikidot:authorName>				<wikidot:authorUserId>139187</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>That part wasn't too difficult to find out…</p> <div class="code"> <pre> <code>#!/bin/sh cups_running=`ps x | grep -v grep | grep -ic cups` printer_on=`lsusb | grep -ic printer` if [ $cups_running == 0 ]; then if [ $printer_on == 0 ]; then /opt/doc/cups/S88cups fi else if [ ! $printer_on == 0 ]; then killall cupsd fi fi</code> </pre></div> <p>But Cups is not working… I'm getting this error: cupsd: can't resolve symbol '__guard'<br /> I even downloaded and compiled 1.3.7 stable and get the same error….<br /> After I compiled the 1.3.7 I didn't yet run make configure. I just started the binary…..</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-59412#post-201297</guid>
				<title>Re: CUPS Print Server - RPM driver file</title>
				<link>http://mybookworld.wikidot.com/forum/t-59412/cups-print-server-rpm-driver-file#post-201297</link>
				<description></description>
				<pubDate>Thu, 19 Jun 2008 02:51:17 +0000</pubDate>
				<wikidot:authorName>frater</wikidot:authorName>				<wikidot:authorUserId>139187</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm thinking of installing cups on the WDWB. But isn't it a resource hog? I rarely print a page, so I want to stop the service when the printer is off and start it when it's on….</p> <p>On my DD-WRT (linux router) I can do an <em><strong>if [ -e /dev/usb/lp0 ]; then</strong></em> in a script, but that's because the device appears/disappears when the printer is powered on/off.</p> <p>Can I have this behaviour on my WDWB or is there another way of finding out if my printer is powered on?</p> <p>I don't even want to install cups if I don't know in advance if I can stop/start it automatically. I really hardly ever ever print a page.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-59412#post-162799</guid>
				<title>Re: CUPS Print Server - RPM driver file</title>
				<link>http://mybookworld.wikidot.com/forum/t-59412/cups-print-server-rpm-driver-file#post-162799</link>
				<description></description>
				<pubDate>Tue, 13 May 2008 14:32:16 +0000</pubDate>
				<wikidot:authorName>washbowl</wikidot:authorName>				<wikidot:authorUserId>127049</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Just let you know, I FINALLY GOT IT.<br /> Didn't install Canon Driver, just setup MF4140 as a raw queue in CUPS, and install the normal driver on windows client.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-59412#post-162791</guid>
				<title>CUPS Print Server - RPM driver file</title>
				<link>http://mybookworld.wikidot.com/forum/t-59412/cups-print-server-rpm-driver-file#post-162791</link>
				<description></description>
				<pubDate>Tue, 13 May 2008 14:16:02 +0000</pubDate>
				<wikidot:authorName>washbowl</wikidot:authorName>				<wikidot:authorUserId>127049</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I am a N0ob of Linux. But after two days trail and error, I finally managed to get CUPS working on mybook.<br /> I added my Canon MF4140 from the CUPS webpage, shared it on local network. I also installed the PPD file from Canon.<br /> I was almost there. Now the issue is that the printing job never got passed to the printer. They are always in pending status,<br /> no matter I tried to print a test page from CUPS or print a real doc from connected windows client.</p> <p>I am thinking this might be a driver issue. So I decided to install the offical driver from Canon. However the driver is packaged by<br /> rpm. When I tried to launch rpm, I realized it's not in the system. My question is how can I install rpm itself on Mybook, therefore<br /> I can install the .rpm Canon driver.</p> <p>Many Thanks</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>