-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Printing
You want to print from your crouton?
-
Install cups and related packages:
sudo apt-get install cups system-config-printer-gnome
To get a workinglpr
command, also installcups-bsd
. You'll also want to installhplip
if you're using an HP printer. There maybe other packages necessary for other printers, please add them here. -
Add yourself to the lpadmin group:
sudo adduser <username> lpadmin
-
init scripts don't work right in crouton so we need to start cups somehow. One way is to edit
/etc/rc.local
and add:/etc/init.d/cups start
-
If you want to connect to remote CUPS servers, install
cups-browsed
, put your configuration into/etc/cups/cups-browsed.conf
, and in/etc/rc.local
add:/etc/init.d/cups-browsed start
-
Finally, log out of your crouton and back in. You should now be able use Printer Settings to configure your printer.
This has been tested on a shared network printer. It may also work for directly connected printers, this needs to be confirmed.