Jump to content
IGNORED

How To Install HQPlayer Embedded On Ubuntu


Recommended Posts

I was struggling to get the cuda work. with nvidia under HQP embedded.

at first i was using Dabian 11 with a linux-image-rt-amd64 kernal.

I have the HQP working accept the Cuda part.

 

After some searching i have found this threat and used Unbutu.

I was having the same errors that i have with Debian.

 

At the end I found out that i needed to use an newer version of the cuda-keyring_1.1-1_all.deb.

that was the issue why it was not working.

 

This is the code that i used to setup HQP with Cuda Nvidia.

Maybe it will help someone with setup a HQP machine.

sudo apt dist-upgrade
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/ cuda-keyring_1.1-1_all.deb
sudo dpkg -i cuda-keyring_1.1-1_all.deb
sudo apt update
sudo apt install nvidia-headless-525
wget https://www.sonarnerd.net/src/jammy/libgmpris_2.2.1-10_amd64.deb
sudo dpkg -i libgmpris_2.2.1-10_amd64.deb
wget https://www.signalyst.eu/bins/hqplayerd/jammy/hqplayerd_5.1.1-5avx2_amd64.deb
sudo dpkg -i hqplayerd_5.1.1-5avx2_amd64.deb
sudo apt install -f
sudo hqplayerd -s hqpe hqplayer
sudo systemctl enable hqplayerd 
systemctl start hqplayerd
sudo systemctl status hqplayerd

 

Regards.

George

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...