Anbei mal eine Anleitung:
1.
optware über qpkg web if QNAP-NAS installieren.
2.
mittels telnet oder putty die libs installieren
ipkg install libusb
ipkg install usbutils
ipkg install libftdi
ipkg install module-init-tools
3.
autorun script erstellen(auch mit telnet bzw. Putty:
mount -t ext2 /dev/sdx6 /tmp/config
vi /tmp/config/autorun.sh
(mit a editor starten; mit esc benden und mit shift ZZ speichern)
folgenden Text einfügen:
# load modules for smargo
if (! grep -qse usbserial /proc/modules ); then
insmod /lib/modules/others/usbserial.ko
fi
if (! grep -qse ftdi_sio /proc/modules ); then
insmod /lib/modules/others/ftdi_sio.ko
fi
while [ ! -f /share/MD0_DATA/.qpkg/Optware/bin/oscam ]
do
sleep 1
done
/share/MD0_DATA/.qpkg/Optware/bin/./oscam -b -c /share/MD0_DATA/.qpkg/Optware/etc
while [ ! -f /share/MD0_DATA/.qpkg/Optware/bin/CCcam ]
do
sleep 1
done
/share/MD0_DATA/.qpkg/Optware/bin/./CCcam -C /share/MD0_DATA/.qpkg/Optware/etc/CCcam.cfg
dann
chmod +x /tmp/config/autorun.sh
umount /tmp/config
Die Dateien CCcam und Oscam nach opt/bin kopieren den rest nach opt/etc