View previous topic :: View next topic |
Author |
Message |
SteveF n00b

Joined: 01 Jun 2002 Posts: 1
|
Posted: Sat Jun 01, 2002 2:10 pm Post subject: Have a printing problem |
|
|
Have set up CUPS for my HP inkjet, and now wont print. Looks as tho there is no /dev/lp0....how do I make one????? thx |
|
Back to top |
|
 |
lx Veteran


Joined: 28 May 2002 Posts: 1012 Location: Netherlands
|
Posted: Sat Jun 01, 2002 11:47 pm Post subject: |
|
|
have you done Code: | rc-update add cupsd default | maybe it's just plain cups I can't remember. Have you set up cups using http://localhost:631?
I don't think you need /dev/lp0, should use lpr script or something.
worked for me, well can't check now, using friends system, cya lX _________________ "Remember there's a big difference between kneeling down and bending over.", Frank Zappa |
|
Back to top |
|
 |
sulu Guru


Joined: 21 May 2002 Posts: 399 Location: Dornbirn/Austria
|
Posted: Sun Jun 02, 2002 4:36 pm Post subject: |
|
|
Assuming you have a printer using the parallel port.
Did you enable parallel printer support in your Kernel-Config.?
#
# Parallel port support
#
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
CONFIG_PARPORT_PC_CML1=y
and
#
# Character devices
#
CONFIG_PRINTER=y
I forgot those and could'nt even cofigure the printer with the KDE-Printing Manger
so long
Sulu |
|
Back to top |
|
 |
lx Veteran


Joined: 28 May 2002 Posts: 1012 Location: Netherlands
|
Posted: Sun Jun 02, 2002 10:19 pm Post subject: |
|
|
Yep checked and I have the /dev/lp0 entry, stupid stupid stupid ofcourse I have it it's for for printer support on the parallel port. in make menuconfig it's char devices -> parallel printer support (CONFIG_PRINT in previous post).
Cya lX _________________ "Remember there's a big difference between kneeling down and bending over.", Frank Zappa |
|
Back to top |
|
 |
Guest
|
Posted: Mon Jun 03, 2002 5:57 pm Post subject: that did it |
|
|
thought i had parallel stuff in there, but it wasnt, once recompiled, lp0 was there and cups was successfully reconfigured correctly....but the recompile broke my sound, so i had to reinstall alsa etc but all is well  |
|
Back to top |
|
 |
|