Hereās my plexmediaserver.list, looks good! (Didnāt enable it yet though.)
# When enabling this repo, Ubuntu 20+ / Debian 10+ will automatically install the signing key
# All older versions require manual installation of the key using wget:
# wget -q https://downloads.plex.tv/plex-keys/PlexSign.key -O - | sudo apt-key add -
#
# Uncomment this next line to enable the repository then update apt: sudo apt update.
#deb [arch=amd64 signed-by=/usr/share/keyrings/plexmediaserver.gpg] https://downloads.plex.tv/repo/deb/ public main
# When enabling this repo please remember to add the PlexPublic.Key into the apt setup.
# wget -q https://downloads.plex.tv/plex-keys/PlexSign.key -O - | sudo apt-key add -
#deb [arch=amd64 signed-by=/usr/share/keyrings/plexmediaserver.gpg] https://downloads.plex.tv/repo/deb/ public main
The default is disabled but the path to the gpg key is already setup for apt
If you were to edit the file, removing the [ ....... ] signed-by info, when you next install the package, youād find it updates only that part of the definition without changing enabled/disabled status.
Ignore the transcoding issue, Iām the idiot. Plex installer gave instructions on installing all the debs from Intelās github, but I missed the fact that I didnāt have Ubuntuās ocl-icd-libopencl1 package installed⦠works like a champ now.
(FYI - This i5 NUC 11 is pretty impressive. Looks like I can handle 2-3 simultaneous HDR tone maps. Only one of my TVs doesnāt do HDR though, so Iām in really good shape!)
I may be offtopic with this, but since the other thread got closed, I didnāt know where else to put this: The current production install script (version 1.28.0.5973) is throwing an error in the post-install script:
Below please find PMS 1.28.0.5952-c14994e38.
This matches the current PMS Beta version with all my changes applied.
There should be no issues with 11th generation or above Intel processors where the naming convention has changed while retaining full identification of all older processors.
PMS will run fine IF Intel Compute Runtime is already installed.
There would be problems on a new installation.
The CPU detection drives:
Whether or not Intel Compute Runtime is needed.
If Intel Compute Runtime is needed, preinstall sets the flags (plexinstaller.log) so postinstall makes final checks and locks Intel Compute Runtime packages (apt-mark hold) to prevent apt update/apt upgrade from breaking it.
This latest I just uploaded is:
The full package change with the additional changes since my initial trial.