Только вместо /dev/usblp0 сделал /dev/usb/lp0 (Ведь так надо?)
Но ничего не работает! Нажимаю в админке купса печатать тест. страницу, а он пишет: Printer State: processing, accepting jobs.
Что делать?
Модератор: Модераторы разделов
Код:
[global]
log file = /var/log/samba/samba.%m
load printers = yes
smb ports = 139
encrypt passwords = yes
hosts allow = 10.0. 127.
wins support = yes
dns proxy = yes
netbios name = Storage
server string = ""
printing = cups
printcap name = cups
local master = yes
workgroup = DSNET
security = share
preferred master = yes
max log size = 50
time server = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
unix charset = utf8
dos charset = cp1251
display charset = cp1251
[printers]
comment = All Printers
browseable = no
path = /tmp
printable = yes
guest ok = yes
public = yes
writable = yes
create mode = 0700
only guest = yes
[PCs]
comment = PC Directories
path = /storage0/private/pc/%m
public = yes
only guest = yes
printable = no
writable = yes
[Public]
comment = Absolutely public
path = /storage0/public/all/
public = yes
only guest = yes
writable = yes
printable = no
[Private]
comment = Only LAN accesable
path = /storage0/public/lan/
public = yes
only guest = yes
writable = yes
printable = no