Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Printing from unix to network printer or local printer
Name: p@trick Lelie Date: March 17, 1999 at 10:45:52 Pacific
Comment:
How do I print files from unix to a local or network(NT) printer ?
Name: Anthony Date: March 18, 1999 at 01:36:25 Pacific
Reply:
If the printer is connected to your Windows NT workstation then: 1. Install Microsoft TCP/IP Printing from ControlPanel/Network/Services 2.Then setup a share that points to your printer 3. On unix insert the hostname in your /etc/hosts 4. Enter lpsystem -t bsd hostname lpadmin -p printername -s hostname\!sharename enable printername accept printername
This should now allow you to print to your local printer
0
Response Number 3
Name: Deb Date: August 3, 1999 at 05:29:40 Pacific
Reply:
I am printing from a UNIX svr4 system to a network connected printer. Files will print, but there are no carriage returns or line feeds so the lines of the file prints across the page like this:
xxxxxxxxxxxx xxxxxxxxxxxxxxxxx xxxxxxxx
Can you please tell me why?, and offer some solution.
Thank You
0
Response Number 4
Name: Ed Friedman Date: August 19, 1999 at 14:39:07 Pacific
Reply:
The lack of a carriage return is the known property of several network printers, most prominently the HP line. The solution is to install their WebJetDirect software. Unfortunately, for all platforms other than HP Unix, they are one revision of OS behind in what can run this software. E.g., they support RedHat 5.2, but not 6.0; they support Solaris 2.6, but not 2.7; etc.
Summary: I am printing from a UNIX svr4 system to a network connected HP Laserjet printer. Files will print, but there are no carriage returns or line feeds so the l...
Summary: What I am trying to do is -- to move a file from Unix to NT. I guess I need to have script which will allow me to do that when ever I execute that program. I am not a Unix person -- so I really don't ...