View Single Post
Posts: 115 | Thanked: 19 times | Joined on Jun 2010
#56
Here comes the right steps I think that drive me to the success:

1. Install packages:
Code:
apt-get install cups cups-client
2. Fix interface backends with:
Code:
if [ "$(ls /usr/lib/cups/backend/)" = "" ] ; then ln -s /usr/lib/cups/backend-available/* /usr/lib/cups/backend/ ; fi
2. Create cups' admin permission with:
Code:
lppasswd -g lpadmin -a root
3. Add printers with the web interface (works with iceweasel):
Code:
http://localhost:631/
With this I had enough for printing to a network postscript printer.

Now the main problem I see is the lack of printing support in the well integrated applications (specific Maemo applications).

Last edited by narcisgarcia; 2010-07-19 at 15:38. Reason: code boxes
 

The Following 3 Users Say Thank You to narcisgarcia For This Useful Post: