Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Discussion & Documentation Documentation, Tips & Tricks
  • Search

A n00b's guide to set up printing with CUPS

Unofficial documentation for various parts of Gentoo Linux. Note: This is not a support forum.
Post Reply
Advanced search
52 posts
  • 1
  • 2
  • 3
  • Next
Author
Message
sessionID
Apprentice
Apprentice
User avatar
Posts: 266
Joined: Mon Nov 11, 2002 2:15 am
Location: hungary

A n00b's guide to set up printing with CUPS

  • Quote

Post by sessionID » Tue Nov 12, 2002 10:18 pm

Before I start, let me say that Gentoo has excellent documentation, great support forum - from the start of the installation everything worked as it should ...

... The only thing that gave me a 9 hour work (and sometimes I've felt quite disapointed and hopeless) was the cups setup.

So let me outline how I could get my HP Laser Jet 4 to work, maybe this will help some not-so-linux-talented ppl like me to make it as fast and painless as possible.

At first: read the Gentoo Printing Guide first. Do exactly as it tells You. Study the parts about kernel settings (paralell port /or usb/ compatibility have to be compiled in, at least as a module).

If the "official" steps don't work... try it my way ;)

1. unmerge cups, gimp-print-cups and ghostscript.

Code: Select all

# emerge unmerge gimp-print-cups
# emerge unmerge cups
# emerge unmerge ghostscript
2. merge cups 1.1.14-r4 (oldest version in portage right now), than merge gimp-print-cups 4.2.0-r1 (also the oldest version), finally merge ghostscript.
[A lot of posts suggested this in the forums.]

Code: Select all

# emerge /usr/portage/net-print/cups/cups-1.1.14-r4.ebuild
# emerge /usr/portage/net-print/gimp-print-cups/gimp-print-cups-4.2.0-r1.ebuild
# emerge ghostscript
3. As root, start the cups server:

Code: Select all

# /etc/init.d/cupsd start
4. Open up a browser, and go to http://localhost:631
You should see a web-based cups administration interface.
[If prompted for name&password, enter root/root-password]

5. Click on "printers", than on "Add printer".

6. Enter anything for name, location and description (like "My Printer", "local", "HP Laser Jet", but it does not matter).

7. You will be promted for the "device": select parallel port [or if You have an USB printer, select USB - see the Gentoo Printing Guide about this].

8. Select the maker of your printer.

9. On the next page, select the model.

10. Click OK, and You have a new printer, that can (and maybe should) be customized in the Printers >> Configure printer menu.

11. Print a test page. If it works, You're ok, enjoy printing :)

12. If You could not find the driver for Your printer in step 8/9, than visit the LinuxPrinting.org's printer database, and try to find your printer by selecting the manufacturer and model name.

13. Click on "Show". This will give You details about the printer's driver.

14. Click on a driver (for HP LJ 4 You'll have several, just click on the recommended). This will take You to the PPD-O-MATIC page.

15. Select Your printer from ppd-o-matic's list, and click on "Generate PPD file".

16. You'll get a nice driver file right in your browser. Near the top of this file, You'll see a line like this:
*% You may save this file as 'Brother-HL-10h-ljet4.ppd'

17. Save it with the suggested name.

18. Su to root, and copy this file to /usr/share/cups/model.

19. Restart the cups server with the command

Code: Select all

# /etc/init.d/cupsd restart
20. Now repeat steps 8/9, and You should see the downloaded driver in the "Model" list.

That's it, You customize the printer, and it's ready to go.
I hope....... ;)
Top
karl11
Guru
Guru
User avatar
Posts: 469
Joined: Tue Jun 25, 2002 2:29 pm
Location: Raleigh, NC
Contact:
Contact karl11
Website

cups 1.1.17

  • Quote

Post by karl11 » Wed Nov 13, 2002 3:36 am

I agree wholeheatedly about cups 1.1.14, however, the new 1.1.17 works now and is the standard that portage is grabbing. It's a pre-release, but the first release since 1.1.14 that has worked for me :)
Top
Darthanubis
Tux's lil' helper
Tux's lil' helper
Posts: 77
Joined: Fri Oct 18, 2002 5:47 am

  • Quote

Post by Darthanubis » Thu Nov 14, 2002 8:04 am

:D :D :D

I LOVE YOU MAN!!!!
Top
masseya
Bodhisattva
Bodhisattva
User avatar
Posts: 2602
Joined: Wed Apr 17, 2002 3:56 pm
Location: Baltimore, MD
Contact:
Contact masseya
Website

  • Quote

Post by masseya » Tue Nov 19, 2002 4:40 am

Moving from Hardware and Laptops as this is a very nice guide. :)
if i never try anything, i never learn anything..
if i never take a risk, i stay where i am..
Top
perry
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 142
Joined: Mon Nov 18, 2002 2:34 am
Location: Cornfields of Indiana

  • Quote

Post by perry » Thu Nov 21, 2002 1:42 am

Worked for me :) I was able to print a test page from the CUPS web interface and from OpenOffice (under KDE) without having gimp-print-cups installed. As the name implies, I guess it's only needed if you want to print from Gimp?
Top
Elm0
Apprentice
Apprentice
Posts: 281
Joined: Sun Nov 24, 2002 6:37 pm
Location: UK

A few tips on some esoteric HP printers

  • Quote

Post by Elm0 » Sun Nov 24, 2002 7:07 pm

In an oh-so-intelligent move, HP decided to release some printers in 2000 that operated some what like that cheap and ugly devil-spawn piece of hardware, the WINMODEM. Instead of having all the processing parts inside the printer, the drivers offloaded all the calculations to the host system's CPU, meaning reduced costs overall, although somewhat tellingly, these savings weren't passed onto the consumer much.

Basically, this means that printers listed below do not work correctly with the standard HP driver included with CUPS.

  • HP Deskjet 710
    HP Deskjet 712
    HP Deskjet 720
    HP Deskjet 722
    HP Deskjet 820
    HP Deskjet 1000 series
A sympton to look out for is that when you print the test page using CUPS it seems to say the page has been sent to the printer, but nothing comes out.

Therefore follow these easy steps after following the instructions at the top of this page by SessionID (as a side note, the latest versions of CUPS and ghostprint worked fine for me):

1. Install the special HP Deskjet drivers

Code: Select all

# emerge pnm2ppa
2. Edit /etc/pnm2ppa.conf file. Here I have selected the model of my printer, the 720C.

Code: Select all

#-----------set the printer model---------------------------
# YOU MUST CHOOSE ONE OF THE FOLLOWING, EVEN IF YOU DO NOTHING ELSE!
#
# If there is more than one "version" entry activated, the last one
# will be used.   The printer version can also be set with the command line
# option e.g., "-v 720".

version  720    # 710, 712, 722 also acceptable
#version  820
#version 1000
3. Visit http://www.linuxprinting.org/show_drive ... er=pnm2ppa then in the drop-down menu for PPD-O-Matic (NOT the old PPD-O-Matic menu) select your model of printer. Save this output as a text file under /usr/share/cups/model/. You can choose any filename you wish as long as it has the extension .ppd

You should now have a driver available when you select Add Printer on the CUPS configuration web server, underneath the HEWLETT-PACKARD manafacturer section (not HP). Select this, then your printer (there will only be one) and you should be able to print a test page no problems.

Elmo
Top
S_aIN_t
Guru
Guru
User avatar
Posts: 488
Joined: Sat May 11, 2002 12:59 pm
Location: Ottawa
Contact:
Contact S_aIN_t
Website

  • Quote

Post by S_aIN_t » Fri Nov 29, 2002 7:19 am

thanks for this.. although i ended up with the new version of CUPS anyway.. it seems to work.. i guess unmegring and merging again did something..

thanks again..
Top
Tuxuser
Tux's lil' helper
Tux's lil' helper
Posts: 136
Joined: Mon Oct 28, 2002 7:43 am
Location: Solingen / Germany

device url

  • Quote

Post by Tuxuser » Fri Nov 29, 2002 4:55 pm

The web interface requires from me a devive url right after selecting LPD/LPR as port. I'm afraid this is the point where I'm failing to install my parallel printer.
What did you set at this point, or do I make something wrong at some other stage that this input is required?
Top
sessionID
Apprentice
Apprentice
User avatar
Posts: 266
Joined: Mon Nov 11, 2002 2:15 am
Location: hungary

Re: device url

  • Quote

Post by sessionID » Fri Nov 29, 2002 6:45 pm

Tuxuser wrote:The web interface requires from me a devive url right after selecting LPD/LPR as port. I'm afraid this is the point where I'm failing to install my parallel printer.
What did you set at this point, or do I make something wrong at some other stage that this input is required?
If You have a paralell printer, why not select paralell port in the setup?
You can select it afther giving the new printer a name.
Top
Tuxuser
Tux's lil' helper
Tux's lil' helper
Posts: 136
Joined: Mon Oct 28, 2002 7:43 am
Location: Solingen / Germany

  • Quote

Post by Tuxuser » Sat Nov 30, 2002 5:52 am

Your question sounds reasonable but in the seletion menu I can coose only from this list:

AppSocket/HP JetDirect
Internet Printing Protocol (http)
Internet Printing Protocol (ipp)
LPD/LPR Host or Printer
SCSI Printer
Serial Port #1
Serial Port #2
USB Printer #1
USB Printer #2
...
USB Printer #16
:?:
Top
Tuxuser
Tux's lil' helper
Tux's lil' helper
Posts: 136
Joined: Mon Oct 28, 2002 7:43 am
Location: Solingen / Germany

Success! Parallel Port wasn't completely supported in kernel

  • Quote

Post by Tuxuser » Sat Nov 30, 2002 2:38 pm

:-)

I made it. Trick was that the parallel port is mentioned twice in the kernel configuration.
First: "Parallel port support" (obvious)
Second: "Character devices" (less obivous) :!:
Top
pablo_pita
n00b
n00b
User avatar
Posts: 25
Joined: Sun Jan 05, 2003 5:15 pm
Location: Frankfurt
Contact:
Contact pablo_pita
Website

Re: A few tips on some esoteric HP printers

  • Quote

Post by pablo_pita » Sun Feb 02, 2003 2:37 pm

Elm0 wrote: You should now have a driver available when you select Add Printer on the CUPS configuration web server, underneath the HEWLETT-PACKARD manafacturer section (not HP). Select this, then your printer (there will only be one) and you should be able to print a test page no problems.

Elmo
Only add that you need to re-start CUPS to see the HEWLETT-PACKARD manafacturer section.

This setup description has been quite useful for me as I was wandering in the net to find all the elements to setup my HP 720C. Thanks !
Top
whit
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 121
Joined: Sat Oct 26, 2002 5:03 pm
Location: VT

how to print test page with cups 1.1.18r2

  • Quote

Post by whit » Fri Feb 07, 2003 5:44 pm

I was getting a permission denied message in my browser when trying to print the test page. There's a section in /etc/cups/cupsd.conf that needs to be edited to allow permission. Go to <Location /printers/name>, change "name" to the name you used for your printer (which you may have discovered cannot have spaces in it - although the error message from cups at that earlier stage complains about the number of characters rather than being to the point). Uncomment this Location line, as well as the </Location> line below it, and add something like "Allow From All" in between (and perhaps uncomment the Order line - I did, not sure if it's required).

By doing this I am able to print a test page. (It's not a good test page, but that's a different problem - the driver for my printer must be wrong - got to find the stair stepping fix and apply it, if the result of a simple cat is diagnostic.)

You'd probably want more restrictive permissions in a shared network than "All".

Oh, and now I discover that /admin similarly installs with permissions allowing no access. Guess it's time for bugzilla :? Further notes: not one of the 3 cups setups for a HPIIIp actually works. None of the graphics on the /admin cups cgi pages display. Guess I need to look elsewhere to generate a correct IIIp driver file, and then look for a further permissions problem on cups graphic icons.

Then I went to LinuxPrinting.org, as recommended here, and generated a printer control file that actually works for a IIIp. But once again I got permission denied when going to print a test page. This time I fixed it by uncommenting <Location /printers> and the </Location> tag after it, and putting between them "Allow From All". This also fixes the missing graphics in the /admin area.

So the short version of this: Go to LinuxPrinting.org for a current verion of your printer driver, don't trust the stuff already on your system is ideal, or even works. And edit /etc/cups/cupsd.conf to allow access to <Location /printers>. Haven't tested if that's enough, or if <Location/printers/[your_printer> also has to be fixed as above.

Alternate fix on the permissions: looking at the cups logs, some of the connections were coming not from 127.0.0.1 but from the system's fully qualified domain (such as "box.domain.com"). Adding an "Allow From box.domain.com" to <Location /> in cupsd.conf appears to also fix the permissions problems, and is most likely the right way to do it. <Location /admin> also needs this entry for the fully qualified name.
Top
rasto
n00b
n00b
User avatar
Posts: 43
Joined: Wed Nov 27, 2002 10:28 am
Location: NJ

ok. got rid of stp problem

  • Quote

Post by rasto » Wed Feb 19, 2003 3:23 am

i found out that stp is old device and that i should use ijs,
so i downloaded new ppd file for my printer and it gives me error that it cannot find ijsgimpprint
  • D [18/Feb/2003:22:00:43 -0500] [Job 8] foomatic-gswrapper: gs '-dPARANOIDSAFER'
    '-dNOPAUSE' '-dBATCH' '-sDEVICE=ijs' '-sIjsServer=ijsgimpprint' '-dIjsUseOutputFD'
    '-sDeviceManufacturer=CANON'
    '-sDeviceModel=bjc-2000' '-dDEVICEWIDTHPOINTS=612' '-dDEVICEHEIGHTPOINTS=792'
    '-r360x360' '-sProcessColorModel=DeviceRGB'
    '-sIjsParams=Quality=360x360dpi,InkType=CMYK,MediaType=Plain,
    MediaSource=Auto,Dither=Adaptive,ImageType=0,
    Density=1.000000,Brightness=1.000000,Gamma=1.000000,
    Contrast=1.000000,Saturation=1.000000,Cyan=1.000000,
    Magenta=1.000000,Yellow=1.000000' '-sOutputFile=/dev/fd/3' '/dev/fd/0' 3>&1 1>&2
    D [18/Feb/2003:22:00:43 -0500] [Job 8] ESP Ghostscript 7.05 (2002-09-02)
    D [18/Feb/2003:22:00:43 -0500] [Job 8] Copyright (C) 2002 artofcode LLC, Benicia, CA.
    All rights reserved.
    D [18/Feb/2003:22:00:43 -0500] [Job 8] This software comes with NO WARRANTY: see the
    file PUBLIC for details.
    D [18/Feb/2003:22:00:43 -0500] [Job 8] sh: line 1: ijsgimpprint: command not found
    D [18/Feb/2003:22:00:43 -0500] [Job 8] ESP Ghostscript 7.05.5: Can't start ijs server
    "ijsgimpprint"
    D [18/Feb/2003:22:00:43 -0500] [Job 8] **** Unable to open the initial device, quitting.
    D [18/Feb/2003:22:00:43 -0500] [Job 8] Couldn't exec foomatic-gswrapper -q
    -dPARANOIDSAFER
    -dNOPAUSE -dBATCH -sDEVICE=ijs -sIjsServer=ijsgimpprint
    -dIjsUseOutputFD -sDeviceManufacturer=CANON -sDeviceModel=bjc-2000
    -dDEVICEWIDTHPOINTS=612
    -dDEVICEHEIGHTPOINTS=792 -r360x360 -sProcessColorModel=DeviceRGB
    -sIjsParams="Quality=360x360dpi,
    InkType=CMYK,MediaType=Plain,MediaSource=Auto,
    Dither=Adaptive,ImageType=0,Density=1.000000,
    Brightness=1.000000,Gamma=1.000000,Contrast=1.000000,
    Saturation=1.000000,Cyan=1.000000,Magenta=1.000000,
    Yellow=1.000000" -sOutputFile=- - at /usr/lib/cups/filter/cupsomatic line 1097.
    D [18/Feb/2003:22:00:43 -0500] [Job 8] tail process done writing data to *main::STDOUT
    D [18/Feb/2003:22:00:43 -0500] [Job 8] KID4 finished
    E [18/Feb/2003:22:00:43 -0500] PID 2096 stopped with status 32!
    D [18/Feb/2003:22:00:43 -0500] [Job 8] error closing *main::KID3 at
    /usr/lib/cups/filter/cupsomatic line 892, <STDIN> line 622.
    D [18/Feb/2003:22:00:43 -0500] UpdateJob: job 8, file 0 is complete.
    D [18/Feb/2003:22:00:43 -0500] CancelJob: id = 8
    D [18/Feb/2003:22:00:43 -0500] StopJob: id = 8, force = 0
    D [18/Feb/2003:22:00:43 -0500] StopJob: printer state is 3
cannot find this file on my system /usr/bin/ijsgimpprint
what package do i need?

strangely gimp-print gives me
/usr/share/man/man1/ijsgimpprint.1.gz but no /usr/bin/ijsgimpprint !!

OK i FIXED IT!! its not perfect solution but i did it. spend whole night on it.
ijsgimpprint in gimp-print gets build only if it find ijs-config, which in turn is build in ghostscript.
ghostscript has --with-ijs flag but didnt make it, dont ask me why ... i dont know.
so what i did is unpacked esps-... package then cd to ijs,
./configure make make install and after the run emerge gimp-print. test page is printing know ...
it looks like i have another problem, colors are all messed up.
anyway i have to get some sleep before i try to solve this one
Last edited by rasto on Mon Nov 24, 2003 1:01 am, edited 2 times in total.
Top
Ian Goldby
Guru
Guru
User avatar
Posts: 539
Joined: Sat May 18, 2002 8:47 pm
Location: (Inactive member)
Contact:
Contact Ian Goldby
Website

  • Quote

Post by Ian Goldby » Sat Mar 22, 2003 10:29 am

Regarding the Gentoo Printing Guide, it's worth pointing out that you don't need foomatic unless the printer that you want to use is not natively supported by CUPS or gimp-print-cups. Since the vast majority of printers that you are likely to use are supported, you probably don't need foomatic.

You may not even need gimp-print-cups. CUPS comes with built-in support for several common printers. I suggest you only install CUPS initially, and then go on to install gimp-print-cups if you need it (e.g. CUPS doesn't list a driver for your printer.)

Having said that, if you are going to be printing photographs, the gimp-print-cups drivers (for the Epson Stylus printers at least) provide very much better quality than the built-in CUPS driver for these printers.
Top
rakis
n00b
n00b
User avatar
Posts: 27
Joined: Wed Apr 02, 2003 2:07 am
Location: Tucson, Arizona
Contact:
Contact rakis
Website

Just a suggestion...

  • Quote

Post by rakis » Mon Jun 02, 2003 5:28 am

Just a suggestion, but can somebody make this the de facto guide for setting up CUPS? I thought this was much easier, and much quicker way of getting CUPS up and running. Maybe at least include a link on the Printing Guide...?

Just a thought. :lol:
Top
TGL
Bodhisattva
Bodhisattva
Posts: 1978
Joined: Sun Jun 02, 2002 12:13 pm
Location: Rennes, France

  • Quote

Post by TGL » Mon Jun 02, 2003 6:35 am

Something else that could be added to the cups guide is pdf generation with cups. I use cups-pdf thanks to the npalmer76's ebuild (not in portage yet). I've configured it throw the web admin page, and here is what it has produced:

Code: Select all

root # cat /etc/cups/printers.conf
# Printer configuration file for CUPS v1.1.18
# Written by cupsd on Mon Apr 14 16:11:48 2003
<DefaultPrinter pdf>
DeviceURI cups-pdf:/
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
</Printer>
Now, when a user prints a given file, it produces a pdf: /var/tmp/cups-pdf/<user>/<filename>.pdf

EDIT: I've updated the ebuild in the original bug report. /var/tmp/... is now /var/spool/... with this new version.
Last edited by TGL on Mon Jun 02, 2003 10:16 pm, edited 1 time in total.
Top
smokeslikeapoet
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 96
Joined: Thu Apr 03, 2003 6:01 am
Location: Cordova, TN USA
Contact:
Contact smokeslikeapoet
Website

  • Quote

Post by smokeslikeapoet » Mon Jun 02, 2003 9:17 pm

Nice work. Finally got my printer up and running with little work. Just a couple of notes. I had no problems with the current stable versions of cups. If you're installing a printer for system without xwindows, you can use "lynx localhost:631" but not "links localhost:631" to configure your printer through cups' web interface (this is due to authentication support). Okidata laser printers use HP LaserJet II drivers. (That was my main problem). LinuxPrinting.org helped me out with that one. Good work!
-SmokesLikeaPoet

Folding@Home
Top
snagar
n00b
n00b
Posts: 31
Joined: Fri May 23, 2003 8:18 pm

  • Quote

Post by snagar » Mon Jun 09, 2003 10:32 pm

about cups-pdf

TGL - I used the latest drive and it seems to work meaning creates the .pdf file but the file does not sent automatically to the printer.

What should I do ?
Top
TGL
Bodhisattva
Bodhisattva
Posts: 1978
Joined: Sun Jun 02, 2002 12:13 pm
Location: Rennes, France

  • Quote

Post by TGL » Mon Jun 09, 2003 11:17 pm

snagar wrote:I used the latest drive and it seems to work meaning creates the .pdf file but the file does not sent automatically to the printer.
This is the way it's meant to work. It's only a virtual printer driver, to create pdfs from applications which can't export to this format. I don't know how to send a job to two printers (the real one and the virtual one), but their are probably some tips to do that. Any cups expert around?
Top
wHAcKer
Apprentice
Apprentice
Posts: 225
Joined: Fri Oct 18, 2002 12:09 pm
Location: Grimbergen, Belgium

  • Quote

Post by wHAcKer » Wed Jun 11, 2003 10:19 am

OMG OMG OMG OMG OMG OMG
I LOVE YOU!!!!!!!!!!!!!!!!!!!!!!!!!!!!! :twisted:
I tried hours and hours to get my printer working and it never did, not with custom drivers, not with standard drivers NEVER...
I used your guide and it works like a charm first time trying!!!!!!!
i mean, before this i couldn't even cat anything to my printer
now it's the greatest :)
THANKS MAN!!!!!!!!!!!!!!
seems like i needed other versions of cups/gimp-print-cups :)
woooooooooohooooooooooooow
/me happy
these forums rock
Top
sessionID
Apprentice
Apprentice
User avatar
Posts: 266
Joined: Mon Nov 11, 2002 2:15 am
Location: hungary

  • Quote

Post by sessionID » Wed Jun 11, 2003 12:45 pm

I should post a paypal button here :twisted:
((( WeFunk )))
Top
nokiaxv2
n00b
n00b
Posts: 5
Joined: Tue Jun 10, 2003 2:22 am

Easy installation and setup...

  • Quote

Post by nokiaxv2 » Sat Jun 14, 2003 7:11 am

but now i'm having an issue...I use the Lexmark Optra E laster printer. When i add a new printer, my printer name and model is listed in parenthesis next to the parallel port. The addition of the printer goes fine, I visit the linuxprinting.org site, get the appropriate printer driver for my specific printer, save it and copy it over to the appropriate folder...Everything sets up superbly...now, when i print a test page...nothing happens, no lights flicker or anything on my printer. On my administration page for cups, this is what is listed (yes, i did restart cupsd):

Lexmark Optra E, Foomatic + ljet4 (recommended)
Description: Lexmark laser printer
Location: MyRoom
Printer State: processing, accepting jobs.
Device URI: parallel:/dev/unknown-parallel0 <---believe that this is my problem

Thats all it does is site there (after pressing test print) with the state saying "Processing" but nothing occurs. Now, was there something else I should have done with gentoo to have my printer/parallel port assigned to something in /dev/

I'm at a stand stick, any help is greatly appreciated...

ghostscript, cups, gimp-print-cups are installed. (gimp-print conflicts with gimp-print-cups)

TIA,
-( nokia )-
Top
ghetto
Guru
Guru
User avatar
Posts: 369
Joined: Wed Jul 10, 2002 12:31 am
Location: BC, Canada

  • Quote

Post by ghetto » Sat Jun 14, 2003 8:38 am

I cant seem to get my printer working lately. Ive followed the instructions, and I have installed my printer just like I used to, then restarted cups but when i try to print something all i get is the printer spitting out blank sheets until i cycle cups to make it stop.

Can I get a few tips please on how to trouble shoot and diagnose printer problems?

Can I also get the exact versions of cups ghostscript and gimp-print-cups that people are using so that i know which combinations are known to work?

I am running ~x86 so I have newer versions of the packages mentioned so far and I think maybe its package incompatibility that is causing my problem.

I have a simple printer, and HP deskjet 612C Inkjet printer. It has worked fine with the standard HP Deskjet 600C driver.
Blizzard you suck.
Top
MrCoffee
n00b
n00b
User avatar
Posts: 18
Joined: Sun Jun 15, 2003 6:15 pm
Location: Irvine, California, USA

Thanks for the post, that was really helpful.

  • Quote

Post by MrCoffee » Sun Jun 15, 2003 6:21 pm

I foolishly spent as much time as you plowing through the same issues. Since I'm also a USB n00b, I didn't know if I had gotten all the USB stuff set up either. Thankfully, after emerging the earlier CUPS and going to the Admin > Add Printers a new device appeared with my printers name on a USB port! The test print worked great. Now sharing so my wife can print from XP! Anyways, thanks again. :D
Nothing witty here, move along now.
Top
Post Reply

52 posts
  • 1
  • 2
  • 3
  • Next

Return to “Documentation, Tips & Tricks”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Authors
Gentoo is a trademark of the Gentoo Foundation, Inc. and of Förderverein Gentoo e.V.
The contents of this document, unless otherwise expressly stated, are licensed under the CC-BY-SA-4.0 license.
The Gentoo Name and Logo Usage Guidelines apply.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy