Wanted a printer that works on Ubuntu. Did some research and realized HP printers are the most well supported.
https://wiki.ubuntu.com/HardwareSupportComponentsPrinters
Acquired a cheap SGD99.00 HP F2410 printer off local store. Installing it isn't as easy as plug and play but it's close enough. Essentially CUPS doesn't have the right PPD so it's off to HP website to download the the driver. They even provide a neat installation run file that does dependency checks!
http://hplipopensource.com/hplip-web/downloads.html
Printing well and scanning works with Xsane. At such a low price I can't be happier. I owe HP one!
Showing posts with label printer. Show all posts
Showing posts with label printer. Show all posts
Friday, March 19, 2010
Wednesday, December 30, 2009
Print documents to pdf on the commandline
sudo apt-get install cups-pdf
# Find out pdf printer name under "System > Administration > Printing"
# In my case it's named "PDF"
openoffice.org -norestore -nofirststartwizard -nologo -headless -pt PDF test.odt
Subscribe to:
Posts (Atom)