Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problems printing to HP Deskjet 1010 [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
sergrusso
n00b
n00b


Joined: 18 Dec 2015
Posts: 11

PostPosted: Sat Dec 19, 2015 5:03 pm    Post subject: problems printing to HP Deskjet 1010 [SOLVED] Reply with quote

I followed the Gentoo Wiki on printing to set up my printer, but when I went to print my test page nothing happened.
when I view the cups log I get the following error.


Code:

tail /var/log/cups/error_log

[19/Dec/2015:10:42:16 +0000] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files



Thanks for any help in advance.


Last edited by sergrusso on Wed Dec 23, 2015 1:19 am; edited 1 time in total
Back to top
View user's profile Send private message
davidbrooke
Guru
Guru


Joined: 03 Jan 2015
Posts: 341

PostPosted: Tue Dec 22, 2015 4:31 am    Post subject: Reply with quote

I can't help with the error you posted but I can show how to setup your printer using HP's software.
The following instructions are based on Gentoo amd64 KDE4 openrc installation with a scanner. Since your's doesn't have a scanner you can eliminate: gocr and xsane.

1. Add the following to package.use before compiling:
Code:
net-print/cups -usb zeroconf
net-print/hplip scanner snmp
media-gfx/xsane gimp ocr
app-text/gocr scanner


2. Install packages
Code:
sudo emerge -av cups gocr hplip xsane


3. Add cups to init and add your user to lpadmin and lp groups.
Code:
sudo rc-update add cupsd default && sudo gpasswd -a yourusername lpadmin && sudo gpasswd -a yourusername lp

4. Restart or start cups
Code:
sudo rc-service cupsd restart

5. Reboot or logout
6. Setup your printer via HP's software
A. Select utilities/HP Device Manager from the applications menu
or
B. Run via terminal:
Code:
hp-setup

7. If you don't want the HP software to start on bootup, edit the following:
Rename /etc/xdg/autostart/hplip-systray.desktop to hplip-systray.desktop.orig
Back to top
View user's profile Send private message
sergrusso
n00b
n00b


Joined: 18 Dec 2015
Posts: 11

PostPosted: Wed Dec 23, 2015 1:18 am    Post subject: Reply with quote

Thank you for your help. The hplip package worked great for me.

I emerged it, clicked on the HP logo and set up my printer.
I was able to print a test page and I also was able to print this page. :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum