Autor Thema: Update 21. December 2009  (Gelesen 9196 mal)

Sundtek

  • Administrator
  • Hero Member
  • *****
  • Beiträge: 8512
    • Profil anzeigen
Update 21. December 2009
« am: Dezember 21, 2009, 11:39:55 Nachmittag »
Version: http://sundtek.de/support/empia_installer_091221.sh

* Detection of local DVB API Version (it's also possible to adjust the API version number manually by using the /opt/bin/mediaclient command)
* Added support for Sundtek MediaTV MiniPCIe
* Tested Synology DS107+ NAS DiskStation (DVB-C/T)
* Cleaning up memory when devicenodes are closed
* Too many open files with legacy devices are solved (the problem slipped in when adjusting the internal driver locks for the network driver to be more fine grained)
* Fixed me-tv tuning support
* analog TV supports up to 5 framebuffers now (mythtv issue)
* added Sharpness, Hue, Contrast, Saturation, Brightness support, can be tested with VLC
* added devicenode for RDS - Radio Data System support
* reading the remote control values is now possible by using /dev/mediainput[n]

* This driver includes the latest ARM OABI and ARM EABI4 build

----

Upcoming changes:
* adding a configuration file (the driverframework is already prepared for this)
* Secam L Support
* adding tools for reading the remote control values without lirc and a sample application for retrieving RDS information.
Failure is a good thing! I'll fix it

Jojo12a

  • Newbie
  • *
  • Beiträge: 3
    • Profil anzeigen
Re:Update 21. December 2009
« Antwort #1 am: Dezember 22, 2009, 01:40:39 Vormittag »
I checked the executable file types of all architectures in this build with the "file" utility. The 32bit and armoabi versions are built for the wrong architectures (checked at least libmediaclient.so). Please fix this.

32bit:
opt/lib/libmediaclient.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped

armoabi:
opt/lib/libmediaclient.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped

These are as they should be:

64bit:
opt/lib/libmediaclient.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped

armsysv:
opt/lib/libmediaclient.so: ELF 32-bit LSB shared object, ARM, version 1 (SYSV), dynamically linked, stripped

ppc:
opt/lib/libmediaclient.so: ELF 32-bit MSB shared object, PowerPC or cisco 4500, version 1 (SYSV), dynamically linked, stripped

Sundtek

  • Administrator
  • Hero Member
  • *****
  • Beiträge: 8512
    • Profil anzeigen
Re:Update 21. December 2009
« Antwort #2 am: Dezember 22, 2009, 01:47:19 Vormittag »
Seems like the build slipped out too fast, the installer is updated now.

Thanks.
Failure is a good thing! I'll fix it