I have made a CUPS print server and unable to load printer driver nor able
to install the printer on the windows machine.  The error I am getting is as
below: -
"Windows can not locate suitable printer driver. Contact your
administratorxxxxx" 
 
I can print test page from the cups panel and the printer works fine. 
 
I tried to upload the driver through windows machine by right clicking the
properties saying no and clicking advance property tab, the new driver tab
is not highlighted.
 
Is it anything related to permission problem? I am using Centos 4.3 + samba
3.0.22.  Please find below my SMB.conf file and would really appreciate if
some one could tell me where I am going wrong!
 
Thanks
 
Rajeev
 
[Global]
        load printers = yes
        passwd chat debug = Yes
        idmap gid = 10000-20000
        admin users = root
        host msdfs = Yes
        wins server = 192.168.1.223
        null passwords = Yes
        domain master = No
        winbind use default domain = Yes
        public = yes
        passwd program = /etc/passwd %u
        template shell = /bin/bash
        lock directory = /tmp/samba
        dns proxy = No
        netbios name = PrintSrv
        printing = cups
        writeable = yes
        server string = Print Server
        printing = cups
        writeable = yes
        server string = Print Server
        idmap uid = 10000-20000
        password server = 192.168.1.225
        winbind nested groups = Yes
        unix password sync = Yes
        local master = No
        workgroup = DOMAIN
        os level = 0
        update encrypted = Yes
        printcap name = cups
        security = DOMAIN
        preferred master = No
        winbind separator = /
        winbind cache time = 10
 
[Data-01]
        comment = Data-01
        path = /Data
        create mask = 0777
        directory mask = 0777
        guest ok = Yes
 
[Home]
        comment = Home Directories
        valid users = %S
        public = no
        writable = yes
        printable = no
        create mask = 0640
        directory mask = 0755
        browsable = no
[printers]
        comment  = All Printers
        browseable = yes
        printable = yes
        writeable = yes
        path = /var/tmp
        guest ok = yes
        print command = lpr -r -P'%p' -J'%j' -U'%U' %s
 
[print$]
        comment =       Printer Drivers
        path    =       /var/lib/samba/drivers/
        create mask =   0664
        directory mask = 0775
        guest ok =      yes
       write list = rvrajeev
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070125/2cdaf1f5/attachment-0004.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 11801 bytes
Desc: not available
URL: <http://lists.centos.org/pipermail/centos/attachments/20070125/2cdaf1f5/attachment-0004.jpg>