You can try to manually add the printer via the command line, just to see if it is a GUI/Samba problem or something related to the network/other pc:
|
Code:
|
lpadmin -p MYPRINTER -E -v smb://guest@windowspc/printerQueueName -c REMOTEPRINTERS |
and see if it works. Otherwise, from the command line, try to connect to the printer via:
|
Code:
|
smbclient //windowspc/printerQueueName |
and see if you can get connected or there is same sharing problem.
Hope this helps.