[sane-devel] Samsung SCX-3400F

2013-01-07 Thread Tamás Rébeli-Szabó
Hello,

I am trying to get a Samsung SCX-3400F to scan.

I cannot find this scanner model in the list of scanners
(http://www.sane-project.org/cgi-bin/driver.pl)
Does this mean that I can forget about it, or is there any hope for me
to make this work?

  * Scanner: Samsung SCX-3400F (MFP)
  * USB Id: 04E8/344F
  * OS: Ubuntu 12.10 64-bit
  * SANE version: 1.0.23
  * sane-find-scanner does not find the scanner
  * scanimage -L occasionally finds the scanner, but mostly finds nothing

Can someone please point me to the right direction with this?

Thank you.

Regards,

tamas



[sane-devel] Samsung SCX-3400F

2013-01-07 Thread Tamás Rébeli-Szabó
Hello,

I found a libsane-smfp.so lib file in the official Samsung driver. Is
it a proprietary extension to SANE in order to get this scanner to
work?

Thanks,

tamas

2013/1/7 Tam?s R?beli-Szab? tamas.rebeli.szabo at gmail.com:
 Hello,

 I am trying to get a Samsung SCX-3400F to scan.

 I cannot find this scanner model in the list of scanners
 (http://www.sane-project.org/cgi-bin/driver.pl)
 Does this mean that I can forget about it, or is there any hope for me
 to make this work?

   * Scanner: Samsung SCX-3400F (MFP)
   * USB Id: 04E8/344F
   * OS: Ubuntu 12.10 64-bit
   * SANE version: 1.0.23
   * sane-find-scanner does not find the scanner
   * scanimage -L occasionally finds the scanner, but mostly finds nothing

 Can someone please point me to the right direction with this?

 Thank you.

 Regards,

 tamas



[sane-devel] Support for Canon Pixma MG5100 Series

2013-01-07 Thread Patrick Viola
Hi,
I now own a Canon Pixma MG5150.

It works under Ubuntu and can scan a Image with something like scanimage
-p --resolution auto --format=tiff  ~/test.tiff.
But sane-find-scanner did not find the scanner and also I can not find any
device with Windows SaneTwain.


May somebody can help me, or kick me to the right mailling list?
Its ok for me to be a tester ;-)

Oh here the output of scanimage -L

device `pixma:04A91748_5047F6' is a CANON Canon PIXMA MG5100 multi-function
peripheral


Kind regards
 ~Patrick
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20130107/c8f7403a/attachment.html


[sane-devel] compile problems with scanbd: undefined reference to symbol 'pthread_sigmask@@GLIBC_2.2.5'

2013-01-07 Thread Louis Lagendijk
On Sun, 2013-01-06 at 00:12 +0100, Dominik Kopp wrote:
 Louis Lagendijk wrote:
 
  On Thu, 2013-01-03 at 22:12 +0100, Dominik Kopp wrote:
  This was something missed in the autoconf configuation. I hopefully
  fixed it in svn. Can you try again?
  I also fixed the autoconf rebuilding.
 
 yes, make all was sucessfully. it compiles.
 
 Note:
 in the doc/README.txt chapter 1.1 stands, that libjpeg8-devel is required.
 however, it seems to work with libjpeg62(-devel) as well, which is installed 
 per default (nevertheless, the libjpeg8(-devel) is also available in the 
 repo)
 
I don't have a Suse installed here so I can not check myself, but
libjpeg8  is the old libjpeg8 if I understand it correctly, while
libjpeg is the new jpeg-turbo implementation. Wilhelm tested this and
libjpeg8 worked. I assume that is does not matter much, but using
libjpeg seems safer than libjpeg8 (the old one), depending on what
libsane is linked to (what does ldd /usr/lib/libsane.so | grep jpeg
return?
 next problem:
 I don't have any /etc/inetd.conf
 opensuse has /etc/xinetd.conf
 
 And this uses a different style as in chapter 3) of README.txt
 (sane-port stream tcp4 nowait ...
man scanbm should have answered that, execpt for the fact that it still
refers to scanbd rather than scanbm
Kind regards, Louis