Доброго всем времени суток! Имеется домашний шлюз на Debian Squeeze с самбой на борту. Расшарил на ней принтер Samsung ML1640. Через винду используя root-логин установил в самбу драйвера (как для x86, так и для x64) - они появились в папках «/var/lib/samba/printers/W32X86» и «x64» соответственно. Глюк заключается в том, что когда я хочу поставить в винде удаленный принтер она в упор не хочет видеть установленных ранее дров, хотя в конфиге доступ к ним вроде как прописан. Если дрова ставить вручную - установка и печать работают нормально.
Привожу конфиг smb.conf:
...
security = share
load printers = yes
printing = cups
printcap name = cups
[printers]
comment = All Printers
browseable = yes
path = /var/spool/samba
printable = yes
guest ok = yes
read only = yes
create mask = 0700
# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
comment = Printer Drivers
locking = no
path = /var/lib/samba/printers
browseable = yes
read only = yes
guest ok = yes
# Uncomment to allow remote administration of Windows print drivers.
# You may need to replace 'lpadmin' with the name of the group your
# admin users are members of.
# Please note that you also need to set appropriate Unix permissions
# to the drivers directory for these users to have write rights in it
write list = root, @lpadmin