LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   sane over network - can't find scanner (https://www.linuxquestions.org/questions/linux-networking-3/sane-over-network-cant-find-scanner-201172/)

Smerk 07-04-2004 09:00 PM

sane over network - can't find scanner
 
I am attempting to set up my scanner to work over the network.

the device is a HP5510 Multifunction Printer, I can print over the network without any problems and can scan when it is attached directly to my pc.

when the scanner is installed on the server I can ssh in and type scanimage -L and see the scanner.

my server ip is: 192.168.42.1
my ip is 192.168.42.8

in saned.conf on the server i have:
+
192.168.42.8
192.168.42.1

in net.conf on server and local i have:
192.168.42.8
192.168.42.1

in inetd.conf on the server i have:
sane stream tcp nowait saned.saned /usr/local/sbin/tcpd saned
and have tried:
sane stream tcp nowait saned.saned /usr/local/sbin/saned saned

in /etc/services.conf on server & local I have:
sane 6566/tcp saned # SANE network scanner daemon

if i tethereal my interfaces and type scanimage -L from my local machine i get:
zeus:/home/ben# tethereal -i eth1
Capturing on eth1
0.000000 192.168.42.8 -> 192.168.42.1 TCP 32867 > sane [SYN] Seq=0 Ack=0 Win=5840 Len=0 MSS=1460 WS=0
0.004592 192.168.42.1 -> 192.168.42.8 TCP sane > 32867 [SYN, ACK] Seq=0 Ack=1 Win=5840 Len=0 MSS=1460 WS=0
0.004636 192.168.42.8 -> 192.168.42.1 TCP 32867 > sane [ACK] Seq=1 Ack=1 Win=5840 Len=0
0.006762 192.168.42.8 -> 192.168.42.1 TCP 32867 > sane [PSH, ACK] Seq=1 Ack=1 Win=5840 Len=12
0.008373 192.168.42.1 -> 192.168.42.8 TCP sane > 32867 [ACK] Seq=1 Ack=13 Win=5840 Len=0
0.010743 192.168.42.1 -> 192.168.42.8 TCP sane > 32867 [RST, ACK] Seq=1 Ack=13 Win=5840 Len=0

So the machines seem to be talking..

Have I missed something basic?

should this topic be in the software section?

:study: Smerk

guest 07-18-2004 03:56 AM

Try
http://www.linux-mag.com/cgi-bin/pri...4&article=guru

Gives info on client config


All times are GMT -5. The time now is 12:52 AM.