LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 02-01-2003, 02:24 PM   #1
Mackan
Member
 
Registered: Feb 2002
Location: Far north Sweden
Distribution: Mandrake 9
Posts: 36

Rep: Reputation: 15
NetWare printer to OpenOffice???


Finally I have managed to print a text file to the printer next door. Now I want to access it from Open Office, how do I do that from Mandrake Control Center?

In the Control Center I can enter the Printer Connection Type as URI using:
file:/
http://
ipp://
lpd://
smb://
ncp://
socket://
or
postpipe:""

My first successful printout from the Konsole was by using:
nprint -S LLT_LULE -q TRAFIK-PQ -U lennart -n Testutskrift.txt

My question is how do I add this very printer to be able to print from Open Office?
 
Old 02-02-2003, 01:58 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Now I want to access it from Open Office, how do I do that from Mandrake Control Center?
You don't :}

You run OpenOffice' print admin and add the machine
manually, using the print command line that you were using
from the shell... you might have to play around with the
-n parameter and the temporary filename that OO chooses.

But how about trying to bypass the Novell server? I would
assume that the printer is network attached anyway, and
most admins won't turn off TCP/IP on them... (ours didn't ;})

Cheers,
Tink
 
Old 02-02-2003, 03:12 PM   #3
Mackan
Member
 
Registered: Feb 2002
Location: Far north Sweden
Distribution: Mandrake 9
Posts: 36

Original Poster
Rep: Reputation: 15
So how do I run OpenOffice's print admin?
 
Old 02-03-2003, 12:56 PM   #4
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Well ....

Either from KDE's KMenu (assuming you use KDE since
you're on Mandrake) ... it's "installed" into the menu along
with the other Office Components ...

Or from a command-line... in your OpenOffice directory
tree find and execute spadmin ... if the path is being set
on Mandrake you could just issue spadmin ... alternatively,
`locate spadmin | grep /bin`

Cheers,
Tink
 
Old 02-03-2003, 02:55 PM   #5
Mackan
Member
 
Registered: Feb 2002
Location: Far north Sweden
Distribution: Mandrake 9
Posts: 36

Original Poster
Rep: Reputation: 15
Tink...

... I couldn't find spadmin in the K-menu. I looked under Office, Program and Configuration so I tried the other way but that didn't help me either, not even after updating the database with updatedb as root. So I searched for spadmin in /usr and found it under /usr/lib/openoffice.

Anyway I tried to install it by adding new printer and give all the details of the thing, but I never succeed in printing a testpage. So I tried to print the document dircetly from OpenOffice Word Processor but nothing.

I tried to print the document into a PostScript file "test.ps" and then use the command "nprint...-n test.ps" (I worked out that -n means "no pwd") from the shell and now the printer reacted HOORAAYY... But hang on... there is something fishy going on here... This document is not 20 pages long... Aha, the first page contains the first text lines from the test.ps file, but after the fourth line the indentation is too big so it doesn't fit on the paper so the rest of the papers can be recycled.

Does this mean that nprint only can handle textfiles or does it mean that I am using the wrong driver (I couldn't find HP LaserJet 2100 so I am using HP LaserJet 2100M instead).

Waddaya reck'n?

BTW I asked the administator about the bypass thing. He didn't know but was going to check with another newly installed machine (Windows, but hey you can't win them all) which also had some problems using this particular printer.
 
Old 02-03-2003, 03:13 PM   #6
Mackan
Member
 
Registered: Feb 2002
Location: Far north Sweden
Distribution: Mandrake 9
Posts: 36

Original Poster
Rep: Reputation: 15
Ah, I forgot to tell you that I had a look in Tools-Options-OpenOffice.org-Paths for the Temporary files folder but when I peek into that one it is emtpy there are only some empty folders there.
 
Old 02-04-2003, 12:44 PM   #7
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally posted by Mackan
Tink...

Does this mean that nprint only can handle textfiles or does it mean that I am using the wrong driver (I couldn't find HP LaserJet 2100 so I am using HP LaserJet 2100M instead).

Waddaya reck'n?

BTW I asked the administator about the bypass thing. He didn't know but was going to check with another newly installed machine (Windows, but hey you can't win them all) which also had some problems using this particular printer.
Hmmm ... I'm not familiar enough with HP Hardware to be able
to tell you whether the 2100 would understand PostScript, and if
so, which version ...

as for the Admin ... just walk up to the printer, find test and/or
configuration in it's menu and print the setup information :)

That's going to tell you whether it has a TCP/IP port for you ;)

Also, what printing system have you got installed?
Are you using Cups?

Good luck :}

Cheers,
Tink
 
Old 02-04-2003, 01:12 PM   #8
Mackan
Member
 
Registered: Feb 2002
Location: Far north Sweden
Distribution: Mandrake 9
Posts: 36

Original Poster
Rep: Reputation: 15
Yes I am using CUPS. The network manager was here briefly today and put an IP number for this printer.

I tried to install the printer the same way I installed the other one with an IP address but unfortunately Mandrake Control Center's-Hardware-Printer-Add new printer-Network printer(TCP/Socket) function does not detect this new IP-address.

So I tried to enter it manually but the installation program asks me for a Port number which I haven't got.

HP 2100 supports PostScript Level 2. The printout does not tell me anything about actual settings, just what the printer can do.

Any ideas?
 
Old 02-04-2003, 03:34 PM   #9
Mackan
Member
 
Registered: Feb 2002
Location: Far north Sweden
Distribution: Mandrake 9
Posts: 36

Original Poster
Rep: Reputation: 15
IT WORKS!!!

I set the printer up using http://localhost:645, entered the IP-address like lpd://THE.IPA.DDR.ESS/ using driver HP LaserJet Series CUPS v1.1, all others similar to PostScript 2, raw... gave me the textsyndrome output (first four lines visibly indented and the rest blanks).

Now the printer is visible from OpenOffice and I can print directly from there.

Thanks for the solution tip with the IP-thing, that did the trick.

It looks like I do not even have to be logged in via the Novell Client.

Thanks Tink, be good out there!!!
 
Old 02-06-2003, 01:04 PM   #10
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Glad I could help mate, take care :}

Cheers, best regards from windy Wellington
Tink
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to install printer on OpenOffice May1950 Linux - Newbie 3 04-28-2015 02:40 PM
OpenOffice Printer Setup te_conway Linux - Software 1 01-10-2003 01:35 PM
Adding SMB printer in OpenOffice thordog Linux - Networking 0 10-09-2002 10:28 PM
Cups network printer and OpenOffice bax Linux - Hardware 5 10-09-2002 10:14 AM
Printing to a Netware printer? RJC Linux - Newbie 0 08-21-2002 03:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 02:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration