ditheo wrote: > I have test it on RPI 3b+ with picorerplayer. I have also tested on > latest raspbian ( which gave me other error). I cannot find libhid-dev > package for both OSes.
The shark2 executable was developed for x86 (i.e 32 bit kernel) with libhid and probably a very early 4.x kernel - so it will definitely not run on an Arm based system For different platforms users compiled the src and build a version on their own system. libhid is now dead. It was replaced by a different library libhidapi - which would mean rewriting the shark2 application. "latest" does not tell which version such as full details from "uname -a" and also jessie, buster etc. For "picoreplayer " which is a special version of linux - you'd not only need to build a special version of the shark2 application but also probably build a version of the libhidapi library. There maybe another solution using libusb Is libusb available for your LMS systems ? How good are your development skills ? Why do you really need to do this ? ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=54926 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
