Runing opensuse 13.2 x64_86, text mode.
Installed cups and hplips printer works fine.
Was sharing scanner a few days back, had to do a clean install of opensuse and now I cant for the life of me set it up again.
Both time had the same issue, cant remember how I overcame it the last time.
When Scanning via Network in Yast2, after setting up “clients for sane” selecting “OK” I get
Error
Failed to set up scanning via network
Details:
/usr/lib/YaST2/bin/setup_network_scanner_config: line 74:
/etc/init.d/xinetd: No such file or directory
Failed to start xinetd
On zypper se xinetd xinetd is not installed, so I install it.
Again same error in yast.
There is no /etc/init.d directory by the way.
Came across this: OS 13.1 - Yast2 Scanner Configuration
I
vi /usr/lib/YaST2/bin/setup_network_scanner_config
and edited it to change all
$XINETD_INIT_SCRIPT status/start/reload
to
$XINETD_INIT_SCRIPT systemctl status/start/restart xinetd.service
respectively.
Same Error Details
/usr/lib/YaST2/bin/setup_network_scanner_config: line 74:
/etc/init.d/xinetd: No such file or directory
Failed to start xinetd
I noticed that /etc/init.d still didnt exist
so I made a search
/ # find -name "xinetd"
./var/lib/systemd/migrated/xinetd
./usr/share/doc/packages/xinetd
./usr/sbin/xinetd
I edited the yast file to change line 41:
XINETD_INIT_SCRIPT="/etc/init.d/xinetd"
to
XINETD_INIT_SCRIPT="/usr/sbin/xinetd"
Back to yast for the same error
Error
Failed to set up scanning via network
but with new details
Usage: xinetd -d] -f config_file] -filelog filename]
-syslog facility] -reuse] -limit proc_limit] -pidfile
filename] -logprocs limit] -shutdownprocs limit] -cc
interval]
and now I am stuck.
I dont remember going through so much the first time around. How do I pass those arguments or options to xinetd? Is there an easier way to share the scanner through network? Tried hplips and hp-setup for the scanner but didnt really go anywhere. Printer is setup and works fine, though I am not really interested as I have a lazer that I use but I need the scanner.
Any ideas?
PS. Forgot to mention this is what I see in yast scanner configuration
[size=2]│Driver │Scanner
│Not Configured:│Hewlett-Packard HP Deskjet 2050 J510 series USB scanner (vendor=0x03f0 [HP], product=0x0000 [HP Deskjet 2050_J510 series])
│hpaio │Hewlett-Packard Deskjet_2050_J510_series at hpaio:/usb/Deskjet_2050_J510_series?serial=CN0742N4SP05D1
│net │No scanner recognized by this driver
[/size]