LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 675|回复: 0

关于SAMBA和CUPS共享打印机问题急!

[复制链接]
发表于 2006-2-21 13:22:54 | 显示全部楼层 |阅读模式
打印机为3星的 支持LINUX 驱动都已经没有问题 打印测试页也通过
问题是在配置好服务后 SAMBA 下 XP的机器都可以看到打印机,连接也连接上,客户端驱动是XP的,打印机状态也正常,但是XP 下打印文件,当然是显示打印了 但是打印机从来就没有打过,在LINUX下 发现打印机状态也是空闲的 并且是接受任务。一下是配置请高手帮忙看看
</Location>
</Location>
<Location /printers/printerservice>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
Allow from All
</Location>
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>
Browsing On
BrowseProtocols cups
BrowseOrder Deny,Allow
BrowseAllow from @LOCAL
Listen 127.0.0.1:631

CUPS下的

————————————————————————————
# if you want to automatically load your printer list rather
# than setting them up individually then you'll need this
   printcap name = /etc/printcap
   load printers = yes

# It should not be necessary to spell out the print system type unless
# yours is non-standard. Currently supported print systems include:
# bsd, sysv, plp, lprng, aix, hpux, qnx
   printing = bsd



[printers]
  # comment = All Printers

  # path = /var/spool/samba
  # browseable = yes
  # writeable = no
  # printable = yes

   comment = All Printers
   security = server
   path = /var/spool/samba
   browseable = no
   printable = yes
   public = yes
   writable = yes
   create mode = 0700


SAMBA下的 请各位大哥帮忙
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表