( azbest | 2017. 06. 22., cs – 10:53 )

nem vágom pontosan, de amit kellett, azt újraindítottad? cups, samba?

Régebben raspberry pi-vel osztottam meg egy nyomtatót

cupsd.conf-ban talán be kellett írni külön a portot

Port 631

lehet a jogosultságokat, ip tartományokat is kellett módosítanom

smb.conf esetén ez volt nekem

[printers]
comment = All Printers
browseable = no
path = /var/spool/samba
printable = yes
guest ok = yes
;read only = yes
create mask = 0700
use client driver = yes # ez csak ha raw módban használod. Mivel linux driver nem volt, így mac és win alatt feltelepítettük és úgy használtuk ezt a megosztást

# 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