masteroftheuniverse Apprentice
Joined: 20 Jan 2005 Posts: 259
|
Posted: Thu Feb 21, 2008 9:22 pm Post subject: cups/samba printer driver |
|
|
OK, I have Samba and Cups configured according to the howto. I seem to be walking through hell to get the driver installed on Windoze though.
I did successfully run the cupsaddsmb script, and the drivers are in a share. But, in Windows, it says the server does not have the correct printer driver installed, then asks for an INF.
My smb.conf
Code: |
[global]
workgroup = OFFICE
printcap name = cups
printing = cups
load printers = yes
interfaces = lo eth0
bind interfaces only = yes
hosts allow = 127.0.0.1 192.168.1.0/24
hosts deny = 0.0.0.0/0
security = share
guest ok = yes
cups options = "raw"
[print$]
comment = Printer Drivers
path = /etc/samba/printer
guest ok = no
browseable = yes
read only = yes
write list = root
[legoboxPrint]
comment = HP PSC1210
printable = yes
writeable = no
path = /var/spool/samba
public = yes
guest ok = yes
printer admin = root
[printers]
comment = All printers
path = /var/spool/samba
browseable = no
guest ok = yes
writable = no
printable = yes
public = yes
printer admin = root
[public]
comment = Public Files
browseable = yes
public = yes
create mode = 0766
guest ok = yes
path = /home/samba/public
|
The files in my /etc/samba/printer/W32X86:
cups6.ini
cupsps6.dll
cupsui6.dll
legoboxPrint.ppd
ps5ui.dll
pscript.hlp
pscript.ntf
pscript5.dll
What am I doing wrong?
Thanks in advance. |
|