|
|
DEBIAN下已经配置好了打印机,可以打印。在WINDOWS2000下访问DEIAN的打印机可以看到,也可以连上装好驱动,但无法打印,系统一直显示拒绝访问。。。。我的配置文件如下:
# If you want to automatically load your printer list rather
# than setting them up individually then you'll need this
load printers = yes
[printers]
comment = All Printers
browseable = yes
path = /tmp
printable = yes
public = yes
writable = yes
create mode = 0700
# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = yes
guest ok = yes
printable = yes
public = yes |
|