1
Treiber / Re:Sundtek Synology Treiber Paket FAQ
« am: Februar 09, 2015, 10:46:56 Vormittag »
Etwas verzögert aber herzlichen Dank, dass war die Lösung des Problems :-)
Diese Sektion erlaubt es ihnen alle Beiträge dieses Mitglieds zu sehen. Beachten sie, dass sie nur solche Beiträge sehen können, zu denen sie auch Zugriffsrechte haben.
strace -fff mediaclient 2>&1 | grep open
/opt/home/admin # lsusb
Bus 001 Device 001: ID 1d6b:0002
Bus 002 Device 001: ID 1d6b:0003
Bus 002 Device 002: ID 05dc:a833
Bus 001 Device 005: ID eb1a:51b2
/opt/home/admin # export LD_LIBRARY_PATH=/opt/lib
/opt/home/admin # ./sundtek_netinst.sh -admin
Busybox installation
Welcome to the Sundtek linux driver setup
(C)opyright 2008-2013 Sundtek <kontakt@sundtek.de>
Legal notice:
This software comes without any warranty, use it at your own risk
Please note it's only allowed to use this driver package with devices from
authorized distributors or from Sundtek Germany
The Virtual analogTV Grabber (vivi) might be used freely for testing purpose
Do you want to continue [Y/N]:
Nutzungsbedingungen:
Sundtek übernimmt keinerlei Haftung für Schäden welche eventuell durch
das System oder die angebotenen Dateien entstehen können.
Dieses Softwarepaket darf ausschließlich mit Geraeten von authorisierten
Distributoren oder Sundtek Deutschland verwendet werden
Der Virtuelle AnalogTV Treiber (vivi) kann für Testzwecke ohne jegliche
Restriktionen verwendet werden
Wollen Sie fortfahren [J/N]:
j
unpacking...
checking system... MIPS BCM detected
installing (netinstall mode) ...
Downloading architecture specific driver ... mipselbcm
Download finished, installing now ...
finalizing configuration... (can take a few seconds)
installing libmediaclient interception library
Starting driver...
done.
/opt/home/admin # strace -fff mediaclient 2>&1 | grep open
/opt/home/admin # /opt/bin/mediaclient -e
/opt/home/admin #
Ohne Stick:/opt/home/admin # lsusb
Bus 001 Device 001: ID 1d6b:0002
Bus 002 Device 001: ID 1d6b:0003
Bus 002 Device 002: ID 05dc:a833
/opt/home/admin # ./sundtek_netinst.sh -admin
Busybox installation
Welcome to the Sundtek linux driver setup
(C)opyright 2008-2013 Sundtek <kontakt@sundtek.de>
Legal notice:
This software comes without any warranty, use it at your own risk
Please note it's only allowed to use this driver package with devices from
authorized distributors or from Sundtek Germany
The Virtual analogTV Grabber (vivi) might be used freely for testing purpose
Do you want to continue [Y/N]:
Nutzungsbedingungen:
Sundtek übernimmt keinerlei Haftung für Schäden welche eventuell durch
das System oder die angebotenen Dateien entstehen können.
Dieses Softwarepaket darf ausschließlich mit Geraeten von authorisierten
Distributoren oder Sundtek Deutschland verwendet werden
Der Virtuelle AnalogTV Treiber (vivi) kann für Testzwecke ohne jegliche
Restriktionen verwendet werden
Wollen Sie fortfahren [J/N]:
j
unpacking...
checking system... MIPS BCM detected
installing (netinstall mode) ...
Downloading architecture specific driver ... mipselbcm
Download finished, installing now ...
finalizing configuration... (can take a few seconds)
installing libmediaclient interception library
Starting driver...
done.
/opt/home/admin # strace -fff mediaclient 2>&1 | grep open
/opt/home/admin # /opt/bin/mediaclient -e
**** List of Media Hardware Devices ****
/opt/home/admin #
/opt/home/admin # export LD_LIBRARY_PATH=/opt/lib
/opt/home/admin # ldd /opt/bin/mediaclient
libgcc_s.so.1 => not found
libpthread.so.0 => /lib/libpthread.so.0 (0x2aaf8000)
libc.so.0 => /lib/libc.so.0 (0x2ab1e000)
ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x2aae0000)
libdl.so.0 => /lib/libdl.so.0 (0x2ab99000)
/opt/home/admin # ldd /opt/bin/mediaclient
libgcc_s.so.1 => not found
libpthread.so.0 => /lib/libpthread.so.0 (0x2b064000)
libc.so.0 => /lib/libc.so.0 (0x2b08a000)
ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x2b04c000)
libdl.so.0 => /lib/libdl.so.0 (0x2b105000)
Bus 001 Device 002: ID eb1a:51b2
/opt/home/admin # export LD_LIBRARY_PATH=/opt/lib
/opt/home/admin # ./sundtek_netinst.sh -admin
Busybox installation
Welcome to the Sundtek linux driver setup
(C)opyright 2008-2013 Sundtek <kontakt@sundtek.de>
Legal notice:
This software comes without any warranty, use it at your own risk
Please note it's only allowed to use this driver package with devices from
authorized distributors or from Sundtek Germany
The Virtual analogTV Grabber (vivi) might be used freely for testing purpose
Do you want to continue [Y/N]:
Nutzungsbedingungen:
Sundtek übernimmt keinerlei Haftung für Schäden welche eventuell durch
das System oder die angebotenen Dateien entstehen können.
Dieses Softwarepaket darf ausschließlich mit Geraeten von authorisierten
Distributoren oder Sundtek Deutschland verwendet werden
Der Virtuelle AnalogTV Treiber (vivi) kann für Testzwecke ohne jegliche
Restriktionen verwendet werden
Wollen Sie fortfahren [J/N]:
j
unpacking...
checking system... MIPS BCM detected
installing (netinstall mode) ...
Downloading architecture specific driver ... mipselbcm
Download finished, installing now ...
finalizing configuration... (can take a few seconds)
installing libmediaclient interception library
Starting driver...
done.
/opt/home/admin #
Ich vermute aber das es sogar ein Paket gibt wo libgcc_s.so.1 vorhanden ist, du muesstest dich im jeweiligen Forum welche diese Firmware behandelt informieren.
Du kannst die Bibliotheken nach /opt/lib kopieren das ist kein Problem, um dem System zu sagen das es Bibliotheken aus /opt/lib verwenden soll solltest du vorher folgendes ausführen:Zitatexport LD_LIBRARY_PATH=/opt/lib
anschliessend den Treiber starten
Sollte das dennoch Probleme bereiten, poste hier die Ausgabe von folgendem Befehl:Zitatldd /opt/bin/mediaclient
checking system... MIPS BCM detected
installing (netinstall mode) ...
Downloading architecture specific driver ... mipselbcm
Download finished, installing now ...
finalizing configuration... (can take a few seconds)
installing libmediaclient interception library
Starting driver...
/opt/bin/mediaclient: can't load library 'libgcc_s.so.1'
ln -s /opt/lib/libgcc_s.so.1 /lib/libgcc_s.so.1
ln: /lib/libgcc_s.so.1 read only filesystem