[sane-devel] (no subject)

2016-12-14 Thread juntjoo
Hi it's me again.  Don't know if you gave up on me but I am trying again
from the beginning.  I have scanned via USB and now am attempting to get it
working over my wifi.

On step two it says:
Step 2: Tell SANE to run as a server (saned)

systemd only

   -

   Execute at a terminal:

   sudo nano /etc/systemd/system/saned.socket

   and input exactly:

   # Defaults for the saned initscript, from sane-utils# To enable
under systemd please read README.Debian# Set to yes to start saned
under SysVRUN=no# Set to the user saned should run
asRUN_AS_USER=sanedmoniker@pc:~$ cat
/etc/systemd/system/saned.socket[Unit]Description=saned incoming
socket[Socket]ListenStream=6566Accept=yesMaxConnections=1[Install]WantedBy=sockets.target



but when I opened up this terminal there was

"run=yes

exit"

and I pasted your instructions in between those lines not knowing if I was
supposed to or paste over them both.  Was I right?


And then down to step three:


Step 3: Tell saned who to share with

Assuming you don't need to control access to the scanner, we will add the
line "192.168.0.0/24" (share with everyone on the local network) after "##
Access list":

## Access list192.168.0.0/24


I did this part but you explained in the beginning we were assuming that my
network address is 192.168.0.1.  I don't know if this is the case or if I
need to worry about it.  Do I or is this a default network address?  Could
this be why I'm having problems?


Then I went to step 4 "clean up tasks:".  Maybe I went too far but I did it
anyway and got this:

ben@Hal:~$ sudo systemctl enable saned.socket
Failed to execute operation: Invalid argument
ben@Hal:~$ sudo systemctl start saned.socket
Failed to start saned.socket: Unit saned.socket is not loaded properly:
Invalid argument.
See system logs and 'systemctl status saned.socket' for details.



Well I think I've gone far enough and will wait for your instruction.
Would love to get this scanner wireless.
Thanks
-- 
sane-devel mailing list: sane-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject "unsubscribe your_password"
 to sane-devel-requ...@lists.alioth.debian.org

[sane-devel] continued from last email

2016-12-03 Thread juntjoo
when I tried all three commands together as shown in that first step under
step four I got:

ben@Hal:~$ sudo systemctl enable saned.socket
Failed to execute operation: Invalid argument
ben@Hal:~$ sudo systemctl enable saned.socket
Failed to execute operation: Invalid argument
ben@Hal:~$ sudo systemctl start saned.socket
Failed to start saned.socket: Unit saned.socket is not loaded properly:
Invalid argument.
See system logs and 'systemctl status saned.socket' for details.


Any ideas? Thanks
-- 
sane-devel mailing list: sane-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject "unsubscribe your_password"
 to sane-devel-requ...@lists.alioth.debian.org

[sane-devel] Help with setting up scanner to work over wifi

2016-12-03 Thread juntjoo
Hi, so I'm at step 4 and first of all, it isn't clear with the first
instruction whether to input those three commands all together or
separately.  I tried separately and got:

ben@Hal:~$ sudo systemctl enable saned.socket
Failed to execute operation: Invalid argument

I should also mention in step two, it doesn't say to do anything with the
window after inputting all the text you have there so moving on to the next
steps I'm not sure if I even did anything in step two.  Just pasting all
this:

"and input exactly:and input exactly:

# Defaults for the saned initscript, from sane-utils# To enable under
systemd please read README.Debian# Set to yes to start saned under
SysVRUN=no# Set to the user saned should run
asRUN_AS_USER=sanedmoniker@pc:~$ cat
/etc/systemd/system/saned.socket[Unit]Description=saned incoming
socket[Socket]ListenStream=6566Accept=yesMaxConnections=1[Install]WantedBy=sockets.target

Execute at a terminal:

sudo nano /etc/systemd/system/saned@.service

and input exactly:

[Unit]Description=Scanner
ServiceRequires=saned.socket[Service]ExecStart=/usr/sbin/sanedUser=sanedGroup=sanedStandardInput=nullStandardOutput=syslogStandardError=syslog

# Environment=SANE_CONFIG_DIR=/etc/sane.d SANE_DEBUG_DLL=255

doesn't appear to do anything.  Was I supposed to do something else with it?


Thanks
-- 
sane-devel mailing list: sane-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject "unsubscribe your_password"
 to sane-devel-requ...@lists.alioth.debian.org