Am 12.12.19 um 09:20 schrieb Per Jessen: > On a Raspi 3B+ that I am preparing for MythTV (sofar it works fairly > well), I'm trying to verify that the license for hardware MPEG2 > decoding has been installed correctly - according to the mail from the > Raspberry Pi Store, the command is: > > vcgencmd codec_enabled MPG2 > > I guess this is a Raspbian specialty - does anyone know where to > find "vcgencmd" for openSUSE ? > > I see it here, but it's a 32bit executable, I guess I need some 32bit > stuff for it to run?
Last time I tried, the multimedia stuff worked only on raspbian kernels anyway and only on 32bit. The userspace stuff was not even compiling under 64 bits (or all functions would be #ifdef'd to dummys or something like that, I don't remember exactly). > https://github.com/raspberrypi/firmware/blob/master/opt/vc/bin/vcgencmd There is also source code in the userland package IIRC, I built this from source on my yocto poky build some years ago at least. -- Stefan Seyfried "For a successful technology, reality must take precedence over public relations, for nature cannot be fooled." -- Richard Feynman -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
