[supersaibal]Originariamente inviato da nickmadison
per "stampante workgroup" intendevo stampante Uindows....

Cmq se la stampante è USB ed è attualmente collegata al mac va bene l' impostazione che hai selezionato tu.
Per condividere la stampante con gli altri computers che hai nella rete devi:
-andare in Risorse di Sistema =>Condivisione => Servizi, seleziona "condividi stampante".
-inibire eventuali filtri alla porta 631 e 515 degli host interessati alla condivisione (solo se utilizzi un firewall).
-crei una nuova stampante su winzoz, vai avanti e quando ti chiede di specificare un nome lasci vuoto lo spazio e clicchi ancora su avanti, ti verrà visualizzato l' attuale tuo albero della rete con i tuoi computer collegati e le relative stampanti.
scegli quindi la tua stampante sul mac, se ti chiede il driver inserisci il CD dei drivers e procedi all' installazione.
-riavvii winzoz e provi a vederi se funzia. [/supersaibal]
No cosi non va bene.

Sul PC quando durante l'installazione della stampante chiede il percorso di rete inserire questo:

smb://xx.xx.xx.xx:631/printers/nomestampante

Sul mac bisogna seguire queste istruzioni:

Instructions
Turn on printer Sharing in the System Preferences Sharing panel.


Open Terminal and change to the /etc/cups/ directory.
% cd /etc/cups
Make backups of the mime.convs and mime.types files:
% sudo cp mime.convs mime.convs.bak
% sudo cp mime.types mime.types.bak
You will have to supply your password for sudo to work.


Use a text editor to uncomment the following line towards the end of the mime.convs file (by removing the # sign):
#application/octet-stream application/vnd.cups-raw 0 -
I usually use pico as the editor, as it is fairly self explanitory (sudo pico mime.convs).


Also uncomment the following line towards the end of the mime.types file:
#application/octet-stream
Restart CUPS so it takes your changes:
% sudo killall -1 cupsd
Open Internet Explorer and go to http://127.0.0.1:631/printers. This is the CUPS printer administration tool. You should see your printer there. Do not edit that printer. Instead, create a second printer for Windows to use. Editing the existing printer will render it unusable to the Mac.


Click \"Add printer\". Give it a name that differs from your current printer setup; give it a location that makes sense (may be optional); give it a description (I used \"970cse for Windows\").


Click \"Continue\" and choose your printer from the Device list.


Click \"Continue\" and choose the make of your printer from the list. \"HP\" was in my list.


Click \"Continue\" and choose the model/driver for your printer. I had a few options, one of which was \"HP New DeskJet Series CUPS v1.1 (en)\".


Click \"Continue\". It will say your printer has been added. Click \"printers\" at the top of the page to see all your printers. The new one should be there. Notice that the Device URI is different for the new printer you created. It should have the make and model of your printer along with a serial number. Mine looked like this:
usb://HEWLETT-PACKARD/DESKJET%20970C?serial=xxxxxxxxxxxx


Saluti