Enabling CUPS: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 1: | Line 1: | ||
{{Developers}} |
{{Developers}} |
||
Peter Krenesky, from the Open Source Lab at Oregon State University, has verified that |
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: |
traditional wireless network with the following steps from the Terminal activity: |
||
Revision as of 01:12, 2 April 2008
For 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:
1. Install CUPS:
su - yum install cups.i386
2. Configure your printer by editing (See example below):
/etc/cups/printers.conf
3. Restart CUPS:
/etc/init.d/cups restart
4. 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.
Example entry in printers.conf
<Printer fooprinter> DeviceURI ipp://19.86.47.16 </Printer>