View previous topic :: View next topic |
Author |
Message |
dave n00b
Joined: 13 Apr 2002 Posts: 16 Location: Illinois
|
Posted: Sat Apr 13, 2002 2:15 pm Post subject: Printing on a printer hooked up to a win2k box |
|
|
The network is a simple windows workgroup (no domain controller). Is there an easy way to setup my box to do this? Can it be done? |
|
Back to top |
|
|
tvon n00b
Joined: 10 Apr 2002 Posts: 46 Location: Baltimore MD, USA
|
Posted: Tue Apr 16, 2002 4:18 pm Post subject: Re: win printers |
|
|
You need to setup a Samba client to have access to the printer. Check linuxdocs.org for a decent Samba HOWTO (or just google for it).
HTH,
-T |
|
Back to top |
|
|
zerogeny Tux's lil' helper
Joined: 17 Apr 2002 Posts: 85
|
Posted: Wed Apr 17, 2002 3:30 pm Post subject: |
|
|
i tried to do this.
i failed to achieve victory. _________________ Searched the web for zerogeny.
Results 1 - 1 of 1. Search took 0.05 seconds |
|
Back to top |
|
|
zerogeny Tux's lil' helper
Joined: 17 Apr 2002 Posts: 85
|
Posted: Fri Apr 19, 2002 1:18 pm Post subject: |
|
|
[url]mailto:themadmind@optushome.com.au[/url]
if you managed to get it going _________________ Searched the web for zerogeny.
Results 1 - 1 of 1. Search took 0.05 seconds |
|
Back to top |
|
|
isaachanson Guest
|
Posted: Mon Apr 22, 2002 6:11 pm Post subject: Printing to a Win2k share with cups |
|
|
First, make sure you have Samba and Cups installed.
Then, make a link to smbspool:
ln -s /usr/bin/smbspool /usr/lib/cups/backends/smb
Next, start the cups daemon:
/etc/init.d/cupsd start
Then, you can add the printer with the cups web interface (localhost:631)
Look under administration, add printer
My device URI looks like this:
smb://10.100.9.10/PShare
That's it - remember to make cups initialize at boot with rc-update |
|
Back to top |
|
|
rizzo Retired Dev
Joined: 30 Apr 2002 Posts: 1067 Location: Manitowoc, WI, USA
|
Posted: Wed May 01, 2002 4:15 pm Post subject: Connecting to NT domain in Samba for CUPS? |
|
|
How can I specify the username/password to connect to the NT domain that my printer server is on? I saw some reference to specifying it on the URI, like this:
Code: | smb://domain/username:password@server/printer |
or (without domain)
Code: | smb://username:password@server/printer |
but neither worked for me. I can run Code: | smbclient //server/printer -U username | .
Any thoughts? |
|
Back to top |
|
|
rizzo Retired Dev
Joined: 30 Apr 2002 Posts: 1067 Location: Manitowoc, WI, USA
|
Posted: Wed May 01, 2002 5:42 pm Post subject: |
|
|
Meh I found out that my network admin set it up so I can have CUPS use the HP JetDirect, so no samba needed for me.
Cheers. |
|
Back to top |
|
|
dnaquin n00b
Joined: 19 Apr 2002 Posts: 21 Location: Bayou Gauche, Louisiana
|
Posted: Thu May 02, 2002 4:21 pm Post subject: |
|
|
As per CUPS help file, just use
Code: | smb://username:password@domanorworkgroup/computer/share |
As your device. Of course you can omit parts.
Code: | smb://computer/share |
And so on. _________________ Devin Naquin |
|
Back to top |
|
|
|