Operating System - Linux
1745875 Members
4450 Online
108723 Solutions
New Discussion юеВ

Installing Web Jetdirect on Linux?

 
Sean Kunis
New Member

Installing Web Jetdirect on Linux?

I was thrown into the thick of things when our system admin guy left and I don't know much about Linux so anybodys help is much appreciated. We currently aquired an HP 4500N Color Laser Jet printer which we have connected to our LAN. I need to install the Web Jetdirect software onto the Linux server but am having a hard time understanding how to do this. I downloded the software and burned it to a CD. However I am unable to find a CD rom drive designation on the server. In case anyone asks yes the CD rom exists. I am currently running Linux versiohn six.
8 REPLIES 8
Kofi ARTHIABAH
Honored Contributor

Re: Installing Web Jetdirect on Linux?

If its an IDE cdrom, it is probably called /dev/hdb

so try:

mount /dev/hdb /cdrom

assuming you have a /cdrom directory.
nothing wrong with me that a few lines of code cannot fix!
Kofi ARTHIABAH
Honored Contributor

Re: Installing Web Jetdirect on Linux?

Actually, you could also find out the device name from

# dmesg

and search for entries for the cdrom
nothing wrong with me that a few lines of code cannot fix!
Sean Kunis
New Member

Re: Installing Web Jetdirect on Linux?

What prompt should I be at. I am at the root prompt and am not familiar with how to change to another.
Kofi ARTHIABAH
Honored Contributor

Re: Installing Web Jetdirect on Linux?

at the root prompt, type in

dmesg | more

if you find the device name for the cd drive (and I suspect that if it is an ide drive it is a hdb) then at the same prompt, type

mkdir /cdrom ; mount /dev/hdb /cdrom

then cd /cdrom
and you can proceed from there.
nothing wrong with me that a few lines of code cannot fix!
Jiri Furst
Advisor

Re: Installing Web Jetdirect on Linux?

On my RedHat 6.2 system dmesg does not show
the boot informations. I can get the required information directly from the /var/log/dmesg
by typing (as root):

less /var/log/dmessg

In my case, I have:

...
hda: ST36531A, ATA DISK drive
hdb: ATAPI CDROM, ATAPI CDROM drive
hdd: LS-120 CSMO 05 UHD Floppy, ATAPI FLOPPY drive
...

It means, that the cd-rom is called /dev/hdb.
I can mount it by (as root)

mount /dev/hdb /mnt/cdrom

Nevertheless, if you have RedHat (and may be other distributions), look if there exists /dev/cdrom or read the /etc/fstab file. May
be, that the cd-rom was set up during the instalation.

If the dmesg does not help, you can look also in the /proc directory. I have IDE cd-rom, so
"ls /proc/ide" shows the real existing hd? devices and cat /proc/ide/hd?/model shows what is reffered by /dev/hd?.


Sean Kunis
New Member

Re: Installing Web Jetdirect on Linux?

Got It!!! Thanks everyone.
Kofi ARTHIABAH
Honored Contributor

Re: Installing Web Jetdirect on Linux?

Sean, just out of curiosity, what was the device name?
nothing wrong with me that a few lines of code cannot fix!
Marcel Eken_2
Frequent Advisor

Re: Installing Web Jetdirect on Linux?

Hi,

You dont realy need the jet admin software to print to a network printer,

You can also add it as a REMOTE printer on a server,

1. For the server name just add the IP-address or the Hostname of the printer.
2. For the remote printername/Queue add the value TEXT or RAW

This also works