You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2025. It is now read-only.
trulanm edited this page May 29, 2013
·
23 revisions
You want to print from your crouton?
Install cups and related packages:
sudo apt-get install cups system-config-printer-gnomeYou'll also want to install hplip 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:
/usr/sbin/cupsd
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 confirmed.