SliTaz SliTaz Forum

You are not logged in.

#1 2012-05-09 00:25:32

Antonio Almeida
Member
Registered: 2012-05-09
Posts: 5

Configure slitaz cups over samba to windows printer

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

#2 2012-05-09 00:52:51

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Configure slitaz cups over samba to windows printer

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

#3 2012-05-09 12:11:40

Antonio Almeida
Member
Registered: 2012-05-09
Posts: 5

Re: Configure slitaz cups over samba to windows printer

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

#4 2012-05-09 12:35:35

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Configure slitaz cups over samba to windows printer

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

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.021 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]