Ad
News

AMI Diagnostic Tools for Linux

Published on May 17, 2001

Following up on its May 2nd announcement of its DOS-mode AMIDiag 6.12, American Megatrends now tells us that it should be releasing its AMIDiag for Linux diagnostic utility in Q4 2001. Read more

Dell set to preinstall Linux

Published on March 20, 1999

Dell Computer Corp. Read more

Hewlett-Packard to launch Linux-based PCs globally

Published on March 24, 2004

Hewlett-Packard is putting its weight behind personal computers that run Linux, the personal computer and computer printer maker said on Wednesday. Read more

Red Hat goes live with Fedora

Published on November 06, 2003

Red Hat Inc. Read more

Last Reviews & Articles

Efficiency: Core 2 Nukes Atom On The Desktop

Published on November 21, 2008

Atom is geared for low-cost, low-power netbooks and nettops, while the device is a poor choice for desktop PC applications. We show you why Core 2 is better, and give some guidance on how to pick the best power supply for your low-power application. Read more

Radeon HD 4870 X2: Four Cards Compared

Published on November 19, 2008

Not only do we have four super-fast Radeon HD 4870 X2s to test, but also a list of 31 other graphics configurations including CrossFire and SLI setups. If you're in the market for AMD's fastest card available, you'll want to see this. Read more

Synology's DS408 Reviewed: Fast NAS For Pros

Published on November 18, 2008

Does a NAS device with high data transfer rate and a Web interface that is easy to configure actually exist? Synology shows how it should be done. But the enclosure is not without its faults, either. Read more

The Hardware Behind Overdrive

Published on November 18, 2008

Our worldwide overclocking championship has begun and we wanted to introduce you to the everyday components our teams will be tweaking to supersonic speeds in a bid for a shot at $5,000. Read more

  Tom's Hardware UK and Ireland Forums » Computer Peripherals » Printers » Need help printer setup on Redhat Linux
 

Need help printer setup on Redhat Linux

Advanced Search

There are 364 identified and unidentified users. To see the list of identified users, Click here



Word :   Username :  
 
Bottom
Author
 Thread : Need help printer setup on Redhat Linux
 
RC
Profile: stranger
More Information

Archived from groups: comp.unix.admin,comp.os.linux.help,comp.os.linux.setup,comp.periphs.printers,alt.comp.periphs.printers (More info?)

 

My OS is rhel-3 update 4
My printer is HP LaserJet 8000N

I set up my print by lpadmin command
(I don't have X window install, so
I can't used the GUI to set up).

I typed

lpadmin -pmy_printer_name -v/dev/lp0 -claserjet -mps
lpadmin -dmy_printer_name
accept my_printer_name
enable my_printer_name

lpstat -s

everything is good

lp a_test_file

The print job is queue, never sent to printer

cd /var/log/cups
tail -50 error_log

E [31/May/2005:15:05:39 -0400] print_job: No file!?!
I [31/May/2005:15:18:52 -0400] Job 7 queued on 'HPLaserJet8000N' by 'hads'.
E [31/May/2005:15:18:52 -0400] print_job: No file!?!
I [01/Jun/2005:06:30:26 -0400] Job 8 queued on 'HPLaserJet8000N' by 'hads'.
E [01/Jun/2005:06:30:26 -0400] print_job: No file!?!
I [01/Jun/2005:07:40:56 -0400] Job 9 queued on 'HPLaserJet8000N' by 'hads'.

Well, what is the print_job: No file!?! Mean?

In lpadmin command how do I find out the correct model name
and interface name when I use the -i and -m options?

Thank Q very much in advance!

Related Product

Register or log in to remove.

More Information

Archived from groups: comp.unix.admin,comp.os.linux.help,comp.os.linux.setup,comp.periphs.printers,alt.comp.periphs.printers (More info?)

 

["Followup-To:" header set to comp.unix.admin.]
On Wed, 01 Jun 2005 08:29:27 -0400, RC
<raymond.chui@nospam.noaa.gov> wrote:
> My OS is rhel-3 update 4
> My printer is HP LaserJet 8000N
>
> I set up my print by lpadmin command
> (I don't have X window install, so
> I can't used the GUI to set up).
>
You can still use a text mode browser such as lynx or elinks to browse
http://localhost:631


--
Depend on the rabbit's foot if you will, but remember, it didn't help
the rabbit.
-- R.E. Shay

ME
Profile: stranger
More Information

Archived from groups: comp.unix.admin,comp.os.linux.help,comp.os.linux.setup,comp.periphs.printers,alt.comp.periphs.printers (More info?)

 

In message <429DAA27.2090106@nospam.noaa.gov>, RC
<raymond.chui@nospam.noaa.gov> writes
>My OS is rhel-3 update 4
>My printer is HP LaserJet 8000N
>
>I set up my print by lpadmin command
>(I don't have X window install, so
>I can't used the GUI to set up).
>
>I typed
>
>lpadmin -pmy_printer_name -v/dev/lp0 -claserjet -mps
Should there be a space between the -v and the /dev
Do you need to mount /dev/lp0 before use?
I presume you are using the parallel cable as this is lp0 have you tried
setting it up as a network printer instead, I presume the N of 8000N
implies network that way you might be able to just send postscript files
to that ethernet address.
Is there a linux howto for printer setup?


--
Timothy

More Information

Archived from groups: comp.unix.admin,comp.os.linux.help,comp.os.linux.setup,comp.periphs.printers,alt.comp.periphs.printers (More info?)

 

[ Followup-To -> comp.os.linux.setup seems best match ]

In comp.os.linux.setup RC <raymond.chui@nospam.noaa.gov>:
> My OS is rhel-3 update 4
> My printer is HP LaserJet 8000N

> I set up my print by lpadmin command
> (I don't have X window install, so
> I can't used the GUI to set up).

Sure you can, there's no need for any xserver on the system just
to run some xapplication. X is full network aware. Best idea to
use it through ssh, install the small XFree86-xauth package and
request X11 Forwarding via 'ssh -C -X remotebox'.

On the other hand cups can be setup through its web interface,
again you can use ssh to forward the connection from your GUI
browser to the remote system. Or reconfigure cups to be
accessible from your desktop, IIRC default is localhost only.

Good luck

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo zvpunry@urvzvat.qr | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 66: bit bucket overflow


  Tom's Hardware UK and Ireland Forums » Computer Peripherals » Printers » Need help printer setup on Redhat Linux

Go to:
 

Google ads