You are not logged in.
I´ve trying configure printer in network windows using the Cups and Samba , but it doesn´t working. I use Ubuntu too and there I´ve got easy. The problem the option samba doens´t appear on Cups. I´ve installed and start both. Any suggest...
Offline
You have to create link to smbspool as root:
ln -s `which smbspool' /usr/lib/cups/backend/smb
After smbspool replace ' with `
This is what it looks like when done:
root@slitaz:/home/tux# ls -la /usr/lib/cups/backend/smb
lrwxrwxrwx 1 root root 17 Jul 16 2011 /usr/lib/cups/backend/smb -> /usr/bin/smbspool
Offline
I type ls -la /usr/lib/cups/backend/smb
No such file or directory
There is no directory smb .
/etc/init.d/samba start works.
Offline
Install smbclient it owns /usr/bin/smbspool
tazpkg -gi smbclient
ln -s /usr/bin/smbspool /usr/lib/cups/backend/smb
This is what it looks like when done:
root@slitaz:/home/tux# ls -la /usr/lib/cups/backend/smb
lrwxrwxrwx 1 root root 17 Jul 16 2011 /usr/lib/cups/backend/smb -> /usr/bin/smbspool
smb is a symlink pointing to file smbspool
Offline
[ Generated in 0.021 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]