пытаюсь подключиться к в Windows принтеру.Вроде все сделал как надо:
установлены сл пакеты из портов
cups-base-1.3.3_2
cups-samba-6.0
samba-3.0.26a_1,1
В smb.conf добавил
1) edit the [global] section of smb.conf and make sure it has these
   lines (see 'man cupsaddsmb' for more info):
[global]
        load printers = yes
        printing = cups
        printcap name = cups
2) edit the [printers] section of smb.conf and make sure it has these
   lines:
[printers]
        comment = All Printers
        path = /var/spool/samba
        browseable = no
        public = yes
        guest ok = yes
        writable = no
        printable = yes
        printer admin = root
3) edit the [print$] section of smb.conf and make sure it has these
   lines:
[print$]
        comment = Printer Drivers
        path = /usr/local/share/cups/drivers
        browseable = yes
        # guest ok = yes works too
        guest ok = no
        read only = yes
        write list = root
Исправил 
1) Uncomment application/octet-stream line in mime.types
2) Uncomment application/octet-stream line in mime.convs
Однако в KDE при установке притера пункт 
сетевой принтер SMB по прежнему остается недоступен.
Подскажите,что делаю не так?
Оперционка FreeBSD 7 Beta 3, Xorg 7.3, KDE 3.5
Заранее всем спасибо, кто ответит!