А я немогу настроить никак печать из под Win на Linux.
В логах вот такая ошибка
Код: Выделить всё
[2006/05/25 11:03:38, 0] printing/print_cups.c:cups_job_submit(643)
Unable to print file to epson - client-error-document-format-not-supported
Мой конфиг Samba
Код: Выделить всё
[global]
workgroup = DSNET
server string = Router & Gateway
log file = /var/log/samba.%m
max log size = 50
preferred master = Yes
security = share
printing = cups
load printer = yes
socket options = TCP_NODELAY
print command = lpr -r -P'%p' %s
[WWW]
writeable = yes
read list = ally
admin users = ally
only user = yes
write list = ally
path = /var/www
revalidate = yes
comment = WWW
valid users = ally
[DOCS]
comment = Documents
path = /home/public
read only = No
guest ok = Yes
[epson]
comment = Epson Stylus Color 880
path = /var/spool/samba
browseable = yes
public = no
valid users = root, ally
guest ok = no
writable = no
printable = yes
printer admin = root, ally
create mode = 0700
lpq command = lpq -P %p
lprm command = cancel %p-%j
Принтер Epson Stylus Color 880, подключен к LPT порту. В CUPS настроен и тест. страница печатается нормально.
На Windows XP SP2 принтер подклчен и установлены стандартные драйвера для XP.
Че мне делать?
