| Author |
Message |
n0ukf

Joined: 14 Feb 2012 Posts: 89
|
Posted: Thu 07 Feb 2013, 01:19 Post_subject:
Printing from Linux to shared Windows printer Sub_title: how do I find the shared path of the printer |
|
CUPS can't seem to find the shared printer on the Windows machines (for that matter, it couldn't find a network printer either, I had to tell it the ip address). How do I find the path through the computer with the desired shared printer? looking at properties in Windows, I see nothing like a shared pathname (not just the printer's shared name).
_________________ "Cogito, ergo es. I think, therefore you is." Ray D. Tutto (King of the Moon) to Baron Munschaussen
|
|
Back to top
|
|
 |
Hotdog

Joined: 29 Sep 2011 Posts: 60 Location: Georgia USA
|
Posted: Thu 07 Feb 2013, 01:31 Post_subject:
|
|
n0ukf,
CUPS is not very smart about finding printers. Here is how I set up CUPS for a shared Windows printer: | Code: | | smbc://192.168.1.100/HP Color LaserJet 4500 PS | The smbc is for 'samba connection', the 192.168.1.100 is the address of the machine which is sharing its printer and the remainder is the exact name of the printer as known by its host.
I have had CUPS to not even find a printer connected to the computer on which CUPS is running.
_________________ Puppy 528, Full Install
|
|
Back to top
|
|
 |
n0ukf

Joined: 14 Feb 2012 Posts: 89
|
Posted: Thu 07 Feb 2013, 01:52 Post_subject:
|
|
Apple software, almost as good as Microsoft software. Huh?
_________________ "Cogito, ergo es. I think, therefore you is." Ray D. Tutto (King of the Moon) to Baron Munschaussen
|
|
Back to top
|
|
 |
8-bit

Joined: 03 Apr 2007 Posts: 3033 Location: Oregon
|
Posted: Thu 07 Feb 2013, 05:29 Post_subject:
|
|
As Hotdog said to an extent of first you have to use Samba. The printer has to be shared in Windows. And naturally the windows PC has to be powered up all the time without going to suspend mode.
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7833 Location: Stratford, Ontario
|
Posted: Thu 07 Feb 2013, 09:04 Post_subject:
|
|
CUPS does not auto-detect Windows shared printers. Read here under "Connecting to a Windows Shared Printer".
It explains how to find the correct device names in Windows.
| Quote: | | As Hotdog said to an extent of first you have to use Samba. |
Just to be clear, you do NOT need to install a Samba package. The necessary Samba client tools are already in Puppy.
|
|
Back to top
|
|
 |
|