[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
howtos:network_services:scanning_with_sane_in_a_network [2012/10/27 09:37 (UTC)] – created markushhowtos:network_services:scanning_with_sane_in_a_network [2012/11/02 15:23 (UTC)] – configuration in /etc/services added markush
Line 8: Line 8:
 == Permissions == == Permissions ==
  
-I have an older Multifunction-device HP-PSC-1410 which is connected via USB to my server. In order to use the device for scanning (locally or over the network) one has to be member of the "scanneras well as the "lp"-group. **Note that any user who is added with Slackware's adduser command, is member of this groups by default.**+I have an older Multifunction-device HP-PSC-1410 which is connected via USB to my server. In order to use the device for scanning (locally or over the network) one has to be member of the **scanner** as well as the **lp**-group. **Note that any user who is added with Slackware's adduser command, is member of this groups by default.**
  
 == Configuration of the server == == Configuration of the server ==
Line 17: Line 17:
 In the ''/etc/inetd.conf'' file one needs a line In the ''/etc/inetd.conf'' file one needs a line
 <code>sane-port    stream    tcp    nowait    root.root    /usr/sbin/saned    saned</code> <code>sane-port    stream    tcp    nowait    root.root    /usr/sbin/saned    saned</code>
 +
 +Be sure to have the following line in your /etc/services file
 +<code>sane-port          6566/tcp</code>
  
 Afterwards you will have to restart the inetd-daemon Afterwards you will have to restart the inetd-daemon
Line 39: Line 42:
  
 On the client one has to edit the ''/etc/sane.d/net.conf'' file and add a line with the IP-adress of the server. On the client one has to edit the ''/etc/sane.d/net.conf'' file and add a line with the IP-adress of the server.
-<code>192.168.98.10</code>+<code>#/etc/sane.d/net.conf 
 +192.168.98.10</code>
 Theoretically it is possible to insert the DNS-name of the server (instead of it's IP-adress) in the net.conf file, but it didn't work here. Theoretically it is possible to insert the DNS-name of the server (instead of it's IP-adress) in the net.conf file, but it didn't work here.
  
 howtos:network_services:scanning_with_sane_in_a_network ()