<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Installing Web Jetdirect on Linux? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/installing-web-jetdirect-on-linux/m-p/2436745#M183</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You dont realy need the jet admin software to print to a network printer,&lt;BR /&gt;&lt;BR /&gt;You can also add it as a REMOTE printer on a server,&lt;BR /&gt;&lt;BR /&gt;1. For the server name just add the IP-address or the Hostname of the printer.&lt;BR /&gt;2. For the remote printername/Queue add the value TEXT or RAW&lt;BR /&gt;&lt;BR /&gt;This also works</description>
    <pubDate>Fri, 25 Aug 2000 06:42:36 GMT</pubDate>
    <dc:creator>Marcel Eken_2</dc:creator>
    <dc:date>2000-08-25T06:42:36Z</dc:date>
    <item>
      <title>Installing Web Jetdirect on Linux?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installing-web-jetdirect-on-linux/m-p/2436737#M175</link>
      <description>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.</description>
      <pubDate>Tue, 15 Aug 2000 19:40:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installing-web-jetdirect-on-linux/m-p/2436737#M175</guid>
      <dc:creator>Sean Kunis</dc:creator>
      <dc:date>2000-08-15T19:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Web Jetdirect on Linux?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installing-web-jetdirect-on-linux/m-p/2436738#M176</link>
      <description>If its an IDE cdrom, it is probably called /dev/hdb&lt;BR /&gt;&lt;BR /&gt;so try:&lt;BR /&gt;&lt;BR /&gt;mount /dev/hdb /cdrom&lt;BR /&gt;&lt;BR /&gt;assuming you have a /cdrom directory.</description>
      <pubDate>Tue, 15 Aug 2000 20:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installing-web-jetdirect-on-linux/m-p/2436738#M176</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-08-15T20:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Web Jetdirect on Linux?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installing-web-jetdirect-on-linux/m-p/2436739#M177</link>
      <description>Actually, you could also find out the device name from &lt;BR /&gt;&lt;BR /&gt;# dmesg&lt;BR /&gt;&lt;BR /&gt;and search for entries for the cdrom</description>
      <pubDate>Tue, 15 Aug 2000 20:17:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installing-web-jetdirect-on-linux/m-p/2436739#M177</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-08-15T20:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Web Jetdirect on Linux?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installing-web-jetdirect-on-linux/m-p/2436740#M178</link>
      <description>What prompt should I be at.  I am at the root prompt and am not familiar with how to change to another.</description>
      <pubDate>Tue, 15 Aug 2000 21:09:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installing-web-jetdirect-on-linux/m-p/2436740#M178</guid>
      <dc:creator>Sean Kunis</dc:creator>
      <dc:date>2000-08-15T21:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Web Jetdirect on Linux?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installing-web-jetdirect-on-linux/m-p/2436741#M179</link>
      <description>at the root prompt, type in &lt;BR /&gt;&lt;BR /&gt;dmesg | more&lt;BR /&gt;&lt;BR /&gt;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&lt;BR /&gt;&lt;BR /&gt;mkdir /cdrom ; mount /dev/hdb /cdrom&lt;BR /&gt;&lt;BR /&gt;then cd /cdrom &lt;BR /&gt;and you can proceed from there.&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Aug 2000 22:25:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installing-web-jetdirect-on-linux/m-p/2436741#M179</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-08-15T22:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Web Jetdirect on Linux?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installing-web-jetdirect-on-linux/m-p/2436742#M180</link>
      <description>On my RedHat 6.2 system dmesg does not show&lt;BR /&gt;the boot informations. I can get the required information directly from the /var/log/dmesg&lt;BR /&gt;by typing (as root):&lt;BR /&gt;&lt;BR /&gt;less /var/log/dmessg&lt;BR /&gt;&lt;BR /&gt;In my case, I have:&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;hda: ST36531A, ATA DISK drive&lt;BR /&gt;hdb: ATAPI CDROM, ATAPI CDROM drive&lt;BR /&gt;hdd: LS-120 CSMO 05 UHD Floppy, ATAPI FLOPPY drive&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;It means, that the cd-rom is called /dev/hdb.&lt;BR /&gt;I can mount it by (as root)&lt;BR /&gt;&lt;BR /&gt;mount /dev/hdb /mnt/cdrom&lt;BR /&gt;&lt;BR /&gt;Nevertheless, if you have RedHat (and may be other distributions), look if there exists /dev/cdrom or read the /etc/fstab file. May &lt;BR /&gt;be, that the cd-rom was set up during the instalation.&lt;BR /&gt;&lt;BR /&gt;If the dmesg does not help, you can look also in the /proc directory. I have IDE cd-rom, so &lt;BR /&gt;"ls /proc/ide" shows the real existing hd? devices and cat /proc/ide/hd?/model shows what is reffered by /dev/hd?.&lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;</description>
      <pubDate>Wed, 16 Aug 2000 08:30:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installing-web-jetdirect-on-linux/m-p/2436742#M180</guid>
      <dc:creator>Jiri Furst</dc:creator>
      <dc:date>2000-08-16T08:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Web Jetdirect on Linux?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installing-web-jetdirect-on-linux/m-p/2436743#M181</link>
      <description>Got It!!!  Thanks everyone.</description>
      <pubDate>Wed, 16 Aug 2000 15:28:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installing-web-jetdirect-on-linux/m-p/2436743#M181</guid>
      <dc:creator>Sean Kunis</dc:creator>
      <dc:date>2000-08-16T15:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Web Jetdirect on Linux?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installing-web-jetdirect-on-linux/m-p/2436744#M182</link>
      <description>Sean, just out of curiosity, what was the device name?</description>
      <pubDate>Wed, 16 Aug 2000 20:15:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installing-web-jetdirect-on-linux/m-p/2436744#M182</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-08-16T20:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Web Jetdirect on Linux?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installing-web-jetdirect-on-linux/m-p/2436745#M183</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You dont realy need the jet admin software to print to a network printer,&lt;BR /&gt;&lt;BR /&gt;You can also add it as a REMOTE printer on a server,&lt;BR /&gt;&lt;BR /&gt;1. For the server name just add the IP-address or the Hostname of the printer.&lt;BR /&gt;2. For the remote printername/Queue add the value TEXT or RAW&lt;BR /&gt;&lt;BR /&gt;This also works</description>
      <pubDate>Fri, 25 Aug 2000 06:42:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installing-web-jetdirect-on-linux/m-p/2436745#M183</guid>
      <dc:creator>Marcel Eken_2</dc:creator>
      <dc:date>2000-08-25T06:42:36Z</dc:date>
    </item>
  </channel>
</rss>

