LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Printing to XP shared printer, strange problems (https://www.linuxquestions.org/questions/linux-networking-3/printing-to-xp-shared-printer-strange-problems-319451/)

michaelsanford 05-02-2005 03:22 PM

Printing to XP shared printer, strange problems
 
I'm printing to a printer shared on a WindowsXP machine on my LAN. I also know that my linux printing system works because I can print to an IPP shared printer via MacOS X (though admittedly that is a different protocol).

I have a password-protected user account on the XP machine.

In the KDE Add Printer Wizard ('s SMB Shared Printer) I can browse my workgroup as 'Anonymous' and see my print server computer, though I can't select it and see the shared printers because I'm not authenticated (NT_STATUS_ACCESS_DENIED).

However, when I enter my username and password in the browser I can't even see the computer! Same for the guest account (though there is a passwordless 'Guest' account on the XP machine, possibly conflicting?).

I suppose I could try to enter the settings manually, but I don't know how to format the Samba URL :o

Matir 05-03-2005 10:43 AM

Well, I can at least tell you how to format the smb URI:
Code:

smb://SERVER/SHARE

michaelsanford 05-03-2005 11:01 AM

Thanks. I guess the workgroup goes ahead of the SERVER or is it not required if there's only one on the LAN ?

Matir 05-03-2005 11:12 AM

The workgroup is only required if the client and server are in different workgroups.

michaelsanford 05-03-2005 03:35 PM

Cool thanks!


All times are GMT -5. The time now is 04:57 AM.