| Can't print to network printer I have a Samba server running Redhat 9 with a laptop running FC4 and WinXP and another laptop with just WinXP. File sharing is working perfectly on all the computers. I can print from WinXP on the laptops, however I can't print from FC4. My smb.conf is
[global]
workgroup = TEST
server string = LINUX-SERVER
security = user
encrypt passwords = yes
hosts allow = 127.0.0.1 192.168.1.
smb passwd file = /etc/samba/smbpasswd
[shares]
path = /usr/shared
read only = no
public = yes
[printers]
path = /var/spool/samba
printer = raw
public = yes
printable = yes
Is there something I am missing. Should I be configuring it with CUPS instead? Point me in the right direction please. |