public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] CUPS:  Need help setting up my parallel port printer
@ 2008-03-07 18:25 Michael Sullivan
  2008-03-07 19:31 ` Mick
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michael Sullivan @ 2008-03-07 18:25 UTC (permalink / raw
  To: gentoo-user

We got a new printer today.  It's the same model as our old printer, so it
should work, right?  I followed the Gentoo Printing Guide up to the point
where one sets up the printer in the CUPS administrative interface.  It
does not offer me a parallel port choice for the device.  My kernel is
built with parallel port support and I have modprobed parport and
parport_pc:

catherine ~ # lsmod | grep parport
parport_pc             32868  0
parport                26696  1 parport_pc

And dmseg is aware of the printer:

catherine ~ # dmesg | grep -i print
parport0: Printer, EPSON Stylus C88

But on the CUPS interface, I can choose from

AppSocket/HPJetDirect
Backend Error Handler
HP Printer (HPLIP)
Internet Printing Protocol (http)
Internet Printing Protocol (ipp)
LPD/LPR Host or Printer
SCSI Printer
Serial Port #1

but no parallel port.  It used to be on there.  How can I get it back, or
is parallel port called something else now?



-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] CUPS:  Need help setting up my parallel port printer
  2008-03-07 18:25 [gentoo-user] CUPS: Need help setting up my parallel port printer Michael Sullivan
@ 2008-03-07 19:31 ` Mick
  2008-03-10  8:47 ` Thomas Kahle
  2008-03-10 10:10 ` Dale
  2 siblings, 0 replies; 4+ messages in thread
From: Mick @ 2008-03-07 19:31 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1191 bytes --]

On Friday 07 March 2008, Michael Sullivan wrote:
> We got a new printer today.  It's the same model as our old printer, so it
> should work, right?  I followed the Gentoo Printing Guide up to the point
> where one sets up the printer in the CUPS administrative interface.  It
> does not offer me a parallel port choice for the device.  My kernel is
> built with parallel port support and I have modprobed parport and
> parport_pc:
>
> catherine ~ # lsmod | grep parport
> parport_pc             32868  0
> parport                26696  1 parport_pc
>
> And dmseg is aware of the printer:
>
> catherine ~ # dmesg | grep -i print
> parport0: Printer, EPSON Stylus C88
>
> But on the CUPS interface, I can choose from
>
> AppSocket/HPJetDirect
> Backend Error Handler
> HP Printer (HPLIP)
> Internet Printing Protocol (http)
> Internet Printing Protocol (ipp)
> LPD/LPR Host or Printer
> SCSI Printer
> Serial Port #1
>
> but no parallel port.  It used to be on there.  How can I get it back, or
> is parallel port called something else now?

Haven't tried it myself, but have you tried HPLIP?  Also, check gentoo-wiki 
for configuring it.
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] CUPS:  Need help setting up my parallel port printer
  2008-03-07 18:25 [gentoo-user] CUPS: Need help setting up my parallel port printer Michael Sullivan
  2008-03-07 19:31 ` Mick
@ 2008-03-10  8:47 ` Thomas Kahle
  2008-03-10 10:10 ` Dale
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Kahle @ 2008-03-10  8:47 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

please check if you have Parallel Port Printing Support enabled in the
Kernel. If as a module, its called "lp". You find the kernel option oder
"Device Drivers" -> "Character Devices" -> "Parallel Printing Support".

hope to help
Tom

Michael Sullivan wrote:
| We got a new printer today.  It's the same model as our old printer, so it
| should work, right?  I followed the Gentoo Printing Guide up to the point
| where one sets up the printer in the CUPS administrative interface.  It
| does not offer me a parallel port choice for the device.  My kernel is
| built with parallel port support and I have modprobed parport and
| parport_pc:
|
| catherine ~ # lsmod | grep parport
| parport_pc             32868  0
| parport                26696  1 parport_pc
|
| And dmseg is aware of the printer:
|
| catherine ~ # dmesg | grep -i print
| parport0: Printer, EPSON Stylus C88
|
| But on the CUPS interface, I can choose from
|
| AppSocket/HPJetDirect
| Backend Error Handler
| HP Printer (HPLIP)
| Internet Printing Protocol (http)
| Internet Printing Protocol (ipp)
| LPD/LPR Host or Printer
| SCSI Printer
| Serial Port #1
|
| but no parallel port.  It used to be on there.  How can I get it back, or
| is parallel port called something else now?
|
|
|

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH1PWWrpEWPKIUt7MRAp00AKCSLkzPobzjjY+sziGcorCWrcN3kQCfSKyg
nZzBxNW82iU2IQOPgzIrgwU=
=palM
-----END PGP SIGNATURE-----
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] CUPS:  Need help setting up my parallel port printer
  2008-03-07 18:25 [gentoo-user] CUPS: Need help setting up my parallel port printer Michael Sullivan
  2008-03-07 19:31 ` Mick
  2008-03-10  8:47 ` Thomas Kahle
@ 2008-03-10 10:10 ` Dale
  2 siblings, 0 replies; 4+ messages in thread
From: Dale @ 2008-03-10 10:10 UTC (permalink / raw
  To: gentoo-user

Michael Sullivan wrote:
> We got a new printer today.  It's the same model as our old printer, so it
> should work, right?  I followed the Gentoo Printing Guide up to the point
> where one sets up the printer in the CUPS administrative interface.  It
> does not offer me a parallel port choice for the device.  My kernel is
> built with parallel port support and I have modprobed parport and
> parport_pc:
>
> catherine ~ # lsmod | grep parport
> parport_pc             32868  0
> parport                26696  1 parport_pc
>
> And dmseg is aware of the printer:
>
> catherine ~ # dmesg | grep -i print
> parport0: Printer, EPSON Stylus C88
>
> But on the CUPS interface, I can choose from
>
> AppSocket/HPJetDirect
> Backend Error Handler
> HP Printer (HPLIP)
> Internet Printing Protocol (http)
> Internet Printing Protocol (ipp)
> LPD/LPR Host or Printer
> SCSI Printer
> Serial Port #1
>
> but no parallel port.  It used to be on there.  How can I get it back, or
> is parallel port called something else now?
>
>
>
>   

You may need to set the parport USE flag in make.comf or package.use.  
Mine has it for my HP.

[ebuild   R   ] net-print/hplip-2.7.10  USE="X parport ppds -doc -fax 
-minimal -scanner -snmp" 0 kB

Hope that helps.

Dale

:-)  :-) 
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-03-10 10:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-07 18:25 [gentoo-user] CUPS: Need help setting up my parallel port printer Michael Sullivan
2008-03-07 19:31 ` Mick
2008-03-10  8:47 ` Thomas Kahle
2008-03-10 10:10 ` Dale

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox