Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
cups/samba printer driver
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
masteroftheuniverse
Apprentice
Apprentice


Joined: 20 Jan 2005
Posts: 259

PostPosted: Thu Feb 21, 2008 9:22 pm    Post subject: cups/samba printer driver Reply with quote

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.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum