| Author |
Message |
Guest
Guest
|
Posted: Fri 20 May 2005, 23:29 Post subject:
LinNeighborhood and printing to Windows shared printer |
|
Has anyone figured out a way to do this? I ran Linneightborhood and can "see" the printer, but I can't figure out how to get it installed via the printer wizard
[/img]
|
|
Back to top
|
|
 |
Ian
Official Dog Handler

Joined: 04 May 2005 Posts: 1237 Location: Queensland
|
Posted: Sun 22 May 2005, 07:41 Post subject:
|
|
LinNeighborhood does not support mounting printers, this will have to be set up in Samba manually.
Unless someone comes up with a solution this will have to be attacked as a future project so stay tuned.
|
|
Back to top
|
|
 |
Ian
Official Dog Handler

Joined: 04 May 2005 Posts: 1237 Location: Queensland
|
Posted: Sun 22 May 2005, 08:13 Post subject:
|
|
I have just found a samba script that may enable the printer wizard to allow you to set up your printer.
I'll have to test it first but will get back as soon as possible with an answer.
|
|
Back to top
|
|
 |
danleff

Joined: 08 May 2005 Posts: 294 Location: Albany, NY
|
Posted: Sun 22 May 2005, 10:23 Post subject:
|
|
Boy, that was fast!
Let me know. I would like to test this, as well.
_________________ I love it when a plan comes together
--Hannibal Smith
|
|
Back to top
|
|
 |
Auda
Joined: 08 May 2005 Posts: 131 Location: New Zealand ( Christchurchish )
|
Posted: Wed 08 Jun 2005, 02:35 Post subject:
|
|
....and it didnt work ?
|
|
Back to top
|
|
 |
Ian
Official Dog Handler

Joined: 04 May 2005 Posts: 1237 Location: Queensland
|
Posted: Tue 14 Jun 2005, 22:33 Post subject:
|
|
Sorry to take so long but have been busy, no it didn't work sad to say.
So it's on with the search.
|
|
Back to top
|
|
 |
Ian
Official Dog Handler

Joined: 04 May 2005 Posts: 1237 Location: Queensland
|
Posted: Thu 16 Jun 2005, 15:30 Post subject:
|
|
This might be worth a try:
HOWTO:
1. make sure your samba client setup is
working. test with
smbclient //your_server/your_printer -c "print -" </etc/motd
(see below for what software to install to get
this far)
2. Stick the attached interface in /etc/pdq/interfaces
(if you're not root, I suppose there's someplace
else you can put it... I dunno.)
3. Fire up xpdq and choose Printer/add printer.
When you get to the choice of interfaces, choose samba,
then supply //your_server/your_printer
......................................................................................................................
interface samba {
help "The samba interface requires smbclient.
contributed by Dan Connolly http://www.w3.org/People/Connolly/
$Id: samba-0.1,v 1.1 2000/10/09 20:22:59 root Exp root $ "
requires "smbclient" # This is part of the samba pagkage, in the debian smbclient package, in particular
required_args "SMB_PRINTER_NAME"
argument {
var = "SMB_PRINTER_NAME"
desc = "Windows printer name"
help = "This is the NetBIOS name of the printer
in //server/service format.
try smbclient -L \\\\machine to find some printers.."
}
send_exec { smbclient "$SMB_PRINTER_NAME" -c "print -" <$INPUT }
#status_exec {}
#cancel_exec {}
}
copy the part under the dotted line into a text editor and save it in /etc/pdq/interfaces/ as samba.
|
|
Back to top
|
|
 |
Ian
Official Dog Handler

Joined: 04 May 2005 Posts: 1237 Location: Queensland
|
Posted: Mon 20 Jun 2005, 08:17 Post subject:
|
|
Concernibg LinNeighborhood, after reading the documentation I have discovered that it doesn't support printing.
|
|
Back to top
|
|
 |
Hank

Joined: 27 Aug 2005 Posts: 25
|
Posted: Sat 10 Sep 2005, 17:24 Post subject:
|
|
Any progress printing to Windows shared printers???
_________________ Experience is a wonderful thing; it enables you to recognize a mistake when you make it again.
|
|
Back to top
|
|
 |
|