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
15 minutes ago, GeoSto said:
sudo apt install nvidia-headless-525

 

Since this refers to certain version of the driver, one needs to periodically check what is the latest one and switch the driver accordingly. This is a bit unfortunate with the way Nvidia is packaging their Ubuntu/Debian driver. On Fedora, it is possible to install headless driver in a version agnostic way. I don't really understand why they don't do the same for Ubuntu/Debian... *sigh*

 

Signalyst - Developer of HQPlayer

Pulse & Fidelity - Software Defined Amplifiers

Link to comment

To install NVIDIA drivers For HQPlayer Embedded, you can refer to the official website

CUDA Toolkit 12.2 Update 2 Downloads | NVIDIA Developer

nv.thumb.jpg.9f1ecf099b609662e06cad4d4a95ba2a.jpg

Minimalist principle,For example,TO Install NVIDIA drivers for Linux Ubuntu 22.04 x86_64,

you can use 

sudo apt install cuda-drivers --no-install-recommends  -y

replace 

sudo apt-get -y install cuda

 

or  use

 

sudo apt install nvidia-headless-535-server

sudo apt install nvidia-utils-535-server

 

Link to comment
On 9/10/2023 at 5:07 PM, Miska said:

 

Since this refers to certain version of the driver, one needs to periodically check what is the latest one and switch the driver accordingly. This is a bit unfortunate with the way Nvidia is packaging their Ubuntu/Debian driver. On Fedora, it is possible to install headless driver in a version agnostic way. I don't really understand why they don't do the same for Ubuntu/Debian... *sigh*

 

So I updated to 5.1.1 hqpe tonite and also updated to CUDA 535 headless driver (I think, I did it similar as per instructions above).

 

How do you check to be sure you are running the most current CUDA driver?

 

 

 

 

 

QNAP NAS w/minimserver, iBuypower  i7 13700kf,  RTXa5000 24g GPU, Ubuntu 22.04 LTS minimal server, HQPe v5 x64 avx2, HQPDcontrol4,  HQPlayer Client iOS, mconnect playerHD, JplayiOS, Daphile on Asus PN-51-s1 (AMD 5700u) in Akasa fanless case, Snakeoil OS NAA/NAA image on Fitlet2 , Lampizator Big 7 MKII Balanced, Pass XVR1, Pass X5, Pass XA 100.5’s, PSB Stratus Gold(i)’s, Vandersteen 2wq’s.

Link to comment
4 hours ago, cpcat said:

So I updated to 5.1.1 hqpe tonite and also updated to CUDA 535 headless driver (I think, I did it similar as per instructions above).

 

How do you check to be sure you are running the most current CUDA driver?

 

 

 

 

 

Current version can be checked with:

nvidia-smi

 

To check for newer versions: 

sudo apt update

sudo ubuntu-drivers devices

sudo apt search nvidia-driver

(the last two commands should give you an overview of the available drivers)

 

Link to comment
5 hours ago, cpcat said:

So I updated to 5.1.1 hqpe tonite and also updated to CUDA 535 headless driver (I think, I did it similar as per instructions above).

 

How do you check to be sure you are running the most current CUDA driver?

 

Rovo already responded, but here's couple more ways...

 

You can just check Nvidia's driver download web page for latest studio version. Or alternatively if you are pulling from CUDA repository you can do "sudo apt-cache search nvidia-headless" and check which one is the highest driver version. Currently 535 is the latest:

nvidia-headless-535-server - NVIDIA headless metapackage

 

 

Signalyst - Developer of HQPlayer

Pulse & Fidelity - Software Defined Amplifiers

Link to comment

got this license screen up - but cannot close it

 

 

┌─────────────────────┤ Configuring hqplayer5desktop ├──────────────────────┐
 │                                                                           │
 │ HQPlayer 5 Desktop License                                                  
 │                                                                             
 │ HQPlayer 5 Desktop End User License Agreement                               
 │                                                                             
 │ CAREFULLY READ THE FOLLOWING LICENSE AGREEMENT. BY INSTALLING THE           
 │ SOFTWARE OR CLICKING ON THE "I AGREE" BUTTON, YOU ARE CONSENTING TO BE      
 │ BOUND BY AND ARE BECOMING A PARTY TO THIS AGREEMENT. IF YOU DO NOT AGREE    
 │ TO ALL OF THE TERMS OF THIS AGREEMENT, CLICK THE "CANCEL" BUTTON, AND,      
 │ IF APPLICABLE, UNINSTALL THE SOFTWARE.                                      
 │                                                                             
 │ License Grant The package contains software ("Software") and related        
 │ explanatory written materials ("Documentation"). "Software" includes any    
 │ upgrades, modified versions, updates, additions and copies of the           
 │ Software. "You" means the person or company who is being licensed to use    
 │                                                                             
 │                                  <Ok>                                       
 │                                                       

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...