Enabling CUPS: Difference between revisions

From OLPC
Jump to navigation Jump to search
(reorganized, added information about html admin interface and printing from Firefox)
(Removing all content from page)
Line 1: Line 1:
{{Developers}}

Peter Krenesky, from the Open Source Lab at Oregon State University, has verified that CUPS is installable and works on the XO over a
traditional wireless network with the following steps from the Terminal activity:

== Install CUPS: ==
su -
yum install cups.i386

Yum currently fails in 8.2 builds. This is covered in [http://dev.laptop.org/ticket/8125 | Trac ticket 8125]. There is a workaround there too.

== Configure your printer (in terminal) ==
Configure your printer by editing:
/etc/cups/printers.conf

===Example entry in printers.conf===

<Printer fooprinter>
DeviceURI ipp://19.86.47.16
</Printer>

==Restart CUPS==
/etc/init.d/cups restart
or
/sbin/service cups start

==Configure CUPS using CUPS' html interface==
Rather than editing printer.conf, a full featured visual admin tool is available.
In Browse open 'http://localhost:631/admin/

==Print using the lpr command==
lpr -P fooprinter foodoc.ps

(In the above example, the printer name is "fooprinter" and the document being printed is "foodoc.ps".)

The long-term plan is a Sugar integration, but in a pinch this should get you started. Of course, the option remains to copy your files to a USB stick and print from another machines.

==Print from Firefox==
One Sugar activity with printer support is [[Firefox]]. This has a traditional menu system. This will give you an example of printing integrated with an activity. File/Print/ brings up a traditional print dialog.

==See also==
*[[Printing Design]]
*[[Printer Support]]
*[http://www.ibm.com/developerworks/blogs/page/InsideSystemStorage?entry=printing_on_xo_laptop_with Tony Pearson's Printing on XO laptop with CUPS and LPR]

Revision as of 23:33, 6 September 2008