|
|
打印机为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下的 请各位大哥帮忙 |
|