Brother Scanner Tool Autostart

Hi
I am trying to run the scanner tool for my Brother DCP-150C printer scanner I have tried a link in the autostart (KDE3) but need to run as root (works by login to terminal as root and run brscan-skey) I have look at /etc/init.d/ for auto start as service but am very new to OpenSUSE so not to sure how to write script for this (tried from the skeleton but got errors trying to start).
Has any one got this running or help me :\

Thanks

Try with chmod 4755 brscan-skey

Terminal session :
frater@Dell:~> chmod 4755 brscan-skey
chmod: cannot access brscan-skey': No such file or directory frater@Dell:~> chmod 755 brscan-skey chmod: cannot access brscan-skey’: No such file or directory
frater@Dell:~> chmod 4755 /usr/local/Brother/sane
chmod: changing permissions of `/usr/local/Brother/sane’: Operation not permitted
You have new mail in /var/spool/mail/frater
Mail Read
PHP Warning: require_once(/srv/www/moodle/admin/…/config.php): failed to open stream: No such file or directory in /srv/www/moodle/admin/cron.php on line 33
PHP Fatal error: require_once(): Failed opening required ‘/srv/www/moodle/admin/…/config.php’ (include_path=’.:/usr/share/php5:/usr/share/php5/PEAR’) in /srv/www/moodle/admin/cron.php on line 33

OK totally lost know :messed:

OK
RootShell Terminal
Dell:~ # chmod 4755 brscan-skey
chmod: cannot access brscan-skey': No such file or directory Dell:~ # chmod 755 brscan-skey chmod: cannot access brscan-skey’: No such file or directory
Dell:~ # chmod 4755 /usr/local/Brother/sane
Dell:~ # chmod 4755 /usr/local/Brother/sane
Dell:~ #

Here Is my script in /etc/init.d/

Check for missing binaries (stale symlinks should not happen)

Note: Special treatment of stop for LSB conformance

BRSCAN_BIN=/usr/local/Brother/sane/brscan-skey-0.2.1-1
test -x $BRSCAN_BIN || { echo “$BRSCAN_BIN not installed”;
if “$1” = “stop” ]; then exit 0;
else exit 5; fi; }

Returns error
p, li { white-space: pre-wrap; } /etc/init.d/brscan start returned 126 (unspecified error):

:frowning: