Jump to content
IGNORED

Outlaw's HQP Thread


Outlaw

Recommended Posts

13 hours ago, Outlaw said:

Anybody have a idea how to install HQPlayer OS on pc boot drive ?????????????????

Yes let me send you steps, finishing morning coffee, allow me a few minutes.

 

These were shared about a month ago in this thread but I will send you the latest ones

Link to comment

Here are the steps with the latest custom kernel for focal and the latest HQPe, for HQP itlsef you just need the HQP INSTALL section.

I guess you need some knowledge of Linux for this effect at least how to access  the shell and all that.

 

Ubuntu 20.04 LTS HQPe Embedded with Jussi’s Custom Kernel

 

#Download Ubuntu
http://releases.ubuntu.com/20.04/ubuntu-20.04.1-live-server-amd64.iso

 

Install and access it via console

 

CHANGING ROOT PASSWORD
sudo passwd

 

IF you don't want to type the password every time login and type "su -" without the quotes

 

HQP INSTALL

sudo apt-get -y update
sudo apt-get -y dist-upgrade
sudo apt install -f
sudo wget -4 https://www.sonarnerd.net/src/focal/linux-headers-5.4.85-jl+_5.4.85-jl+-4_amd64.deb
sudo wget -4 https://www.sonarnerd.net/src/focal/linux-image-5.4.85-jl+_5.4.85-jl+-4_amd64.deb
sudo dpkg -i linux-headers-5.4.85-jl+_5.4.85-jl+-4_amd64.deb
sudo dpkg -i linux-image-5.4.85-jl+_5.4.85-jl+-4_amd64.deb
sudo apt-get install alsa-utils
sudo apt-get install libflac8 libasound2 libasound2-data libasound2-plugins

sudo wget -4 https://www.sonarnerd.net/src/focal/libgmpris_2.2.1-8_amd64.deb
sudo dpkg -i libgmpris_2.2.1-8_amd64.deb
sudo apt install -f
wget -4 https://www.signalyst.eu/bins/hqplayerd/focal/hqplayerd_4.20.1-56_amd64.deb
sudo dpkg -i hqplayerd_4.20.1-56_amd64.deb
sudo hqplayerd -s hqplayer hqplayer
sudo systemctl enable hqplayerd
sudo systemctl restart hqplayerd
sudo ps -ef|grep -i hqplayerd 

 

sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y autoremove

 

Link to comment
2 hours ago, Outlaw said:

Okay when entering sudo HQPlayer -s HQPlayer HQPlayer get error while loading shared libraries:librygel-renderer-2.6.so.2:can not open shared object file or directory ??Do I continue ?

I had the same error, Miska suggested IIRC the

sudo apt install -f

 

before installing HQPlayer

 

that said my instance worked with no issues with that script

 

Link to comment
2 hours ago, Outlaw said:

did all steps anything else I hve to do .Can reach ssy but cant connect by hqplayer client or by ip adress  ????????????????????

This last command

sudo ps -ef|grep -i hqplayerd 

 

Will show you if HQP is running, is it running?

Did you rebooted the box?

 

If you go to http://ipaddressofthepc:8088

 

do you get prompted by the username and password dialog?

 

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