La cosa es que hace rato que le ando dando vueltas y no logro hacer que samba me muestre las impresoras disponibles que hay en cups en la maquina debian para la red de windows. el acceso a los archivos compartidos funciona bien.
las impresoras las agrego con el siguiente comando: $cupsaddsmb -U javier -a -v y me tira resultados asà como si estubiera todo bien: Running command: rpcclient localhost -N -U'javier%xxxxxx' -c 'setdriver HP840 HP840' Succesfully set HP840 to driver HP840. ...... aca mi smb.conf a ver si alguno me puede ayudar ----------------------------------------------------------------------------------------- [global] workgroup = hollywood server string = %h server (Samba %v) interfaces=eth0 wins support = yes name resolve order = lmhosts wins hosts dns proxy = no log file = /var/log/samba/log.%m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action %d encrypt passwords = true passdb backend = tdbsam guest obey pam restrictions = yes invalid users = root passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX \spassword:* %n \n . load printers = yes printing = cups printcap name = cups client driver = Yes socket options = TCP_NODELAY comment = Home Directories browseable = no writable = no create mask = 0700 directory mask = 0700 [printers] comment = All Printers browseable = yes path = /var/spool/samba printable = yes public = yes guest ok = yes writable = no create mode = 0700 printer admin = javier [print$] comment = Printer Drivers path = /var/lib/samba/printers browseable = yes read only = yes guest ok = no write list = javier [public] comment = Compartidos path=/home/compartido public = yes writable = yes printable = no write list = @samba create mask = 0664 directory mask = 0775 browseable = yes -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

