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...

Configure slitaz cups over samba to windows printer
(4 posts) (2 voices)-
Posted 13 years ago #
-
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/smbspoolPosted 13 years ago # -
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.Posted 13 years ago # -
Install smbclient it owns /usr/bin/smbspool
tazpkg -gi smbclient
ln -s /usr/bin/smbspool /usr/lib/cups/backend/smbThis 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 smbspoolPosted 13 years ago #
Reply
You must log in to post.