LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   [solved] cups (https://www.linuxquestions.org/questions/linux-software-2/%5Bsolved%5D-cups-4175602237/)

KMCarpenter 03-20-2017 07:46 PM

[solved] cups
 
I am a basic Linux user and have installed CUPS for the first time.. everything seemed to be going well until I actually tried to print... setup went smooth, adding the printer went smooth, and the printer showing up in he text editor even showed up.. when setting up the printer however, it didn't have my exact model (HP DeskJet 1010), so I tried the closest model which I believe was 1100. I also tried with the generic deskjet driver.

CUPS says the print job was completed successfully but nothing printed...

Any ideas? Thanks!

Ztcoracat 03-20-2017 08:00 PM

Is HPLIP installed?

http://hplipopensource.com/hplip-web/index.html

Did you add the printer using the HP Device Manager?

KMCarpenter 03-20-2017 08:18 PM

I did not. Thanks.

Anyways, I downloaded the install wizard script and ran it...it kept asking me for a root/superuser password..I'm using Rasbian and the default admin password is disabled..so I tried the password for the current user (pi) and I tried leaving it blank and it failed both times....Now the script wont run again.

KMCarpenter 03-20-2017 08:26 PM

Ok...I downloaded and installed using apt-get and it worked! Besides the paper jam, it's working! Thanks a lot....Sorry for wasting your time.

Ztcoracat 03-20-2017 08:29 PM

Quote:

Originally Posted by KMCarpenter (Post 5686204)
I did not. Thanks.

Anyways, I downloaded the install wizard script and ran it...it kept asking me for a root/superuser password..I'm using Rasbian and the default admin password is disabled..so I tried the password for the current user (pi) and I tried leaving it blank and it failed both times....Now the script wont run again.

I have very little experience with Rasbian.

I hate paper jams!

Glad to hear it's working.

-::-You didn't waste my time-::-

Shadow_7 03-20-2017 08:47 PM

You might install foomatic-db which might have the ppd for your printer. You can use apt-file to find it. Seems to be package hpijs-ppds for debian (and probably raspbian).

$ sudo apt-get install foomatic-db hpijs-ppds hplip

Once the ppd is there you should be able to select your actual printer in cups. Not that it differs much if at all relative to the close cousin.

$ apt-file find 1010 | grep -i hp | grep -i ppd

hpijs-ppds: /usr/share/ppd/hplip/HP/hp-deskjet_1010_series-hpijs.ppd
hpijs-ppds: /usr/share/ppd/hplip/HP/hp-laserjet_1010-hpijs.ppd

kiemrong08 05-12-2017 03:40 AM

Let's check /etc/samba/smb.conf and remove cups options = raw line in [global] section config and it's work like a charm.


All times are GMT -5. The time now is 07:11 AM.