Hi guys,
I'm trying to access shared printers on my company network, but I couldn't.
I absolutely can view all computers on workgroup and view all shared folders, but there's no printers. I also tried to detect printers from both YaST and
http://localhost:631, but still no result.
Below is my /etc/smb.conf
Code:
[global]
workgroup = WORKGROUP
netbios name = suseserver
name resolve order = bcast lmhosts wins host
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
load printers = yes
use client driver = yes
map to guest = Bad User
[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0700
browseable = No
guest ok = Yes
[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin root
force group = ntadmin
create mask = 0664
directory mask = 0775
I'm using OpenSUSE 12.2 with KDE 4.9
Thanks for your helps!
No comments:
Post a Comment