Outlaw Posted January 4 Share Posted January 4 Anybody have a idea how to install HQPlayer OS on pc boot drive ????????????????? Link to post Share on other sites
luisma Posted January 5 Share Posted January 5 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 post Share on other sites
luisma Posted January 5 Share Posted January 5 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 Superdad 1 Link to post Share on other sites
Outlaw Posted January 5 Author Share Posted January 5 5 hours ago, luisma said: 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 Thank you I will give it a go Link to post Share on other sites
perpetualapprentice Posted January 5 Share Posted January 5 Focal installed from scratch today and all up to date. Reinstalling HQP embedded. The instructions above are a great current reference. Almost finished but seeing something new... Quote dpkg: dependency problems prevent configuration of hqplayerd: hqplayerd depends on hip-rocclr; however: Package hip-rocclr is not installed. hqplayerd depends on rocfft; however: Package rocfft is not installed. Not finding references to these items in the usual places. Did find multiple instances of "sudo apt update && sudo apt install rocfft" but I get an error: Quote Package rocfft is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source hip-rocclr is also a mystery. Any assistance is appreciated. Thanks in advance. Link to post Share on other sites
Outlaw Posted January 5 Author Share Posted January 5 6 hours ago, luisma said: 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 Thank You.Also do you know a way to install HQPlayer OS on to my hard drive on my pc to boot from it.Right now I have installed on a usb thumb drive ? Thanks again for your help Link to post Share on other sites
perpetualapprentice Posted January 5 Share Posted January 5 Update to my previous post above: The hip-rocclr and rocfft dependency alerts on Ubuntu 20.04 appear to only pop up on my machine when trying to install hqplayerd_4.20.1-56_amd64.deb. No issues with the two releases previous to it. Link to post Share on other sites
luisma Posted January 5 Share Posted January 5 1 hour ago, Outlaw said: Also do you know a way to install HQPlayer OS on to my hard drive That I don't, HQP OS was meant to be run just as it is, I think it could be done by "dd" means imaging to the drive but I have no guide for that sorry Link to post Share on other sites
Outlaw Posted January 5 Author Share Posted January 5 28 minutes ago, luisma said: That I don't, HQP OS was meant to be run just as it is, I think it could be done by "dd" means imaging to the drive but I have no guide for that sorry Thanks installing ubuntu server as for your guide.At part of HQPlayer licences I do I get it to accept ? Link to post Share on other sites
Outlaw Posted January 5 Author Share Posted January 5 Figure it out Link to post Share on other sites
Outlaw Posted January 5 Author Share Posted January 5 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 ? Link to post Share on other sites
Outlaw Posted January 5 Author Share Posted January 5 9 hours ago, luisma said: 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 did all steps anything else I hve to do .Can reach ssy but cant connect by hqplayer client or by ip adress ???????????????????? Link to post Share on other sites
Outlaw Posted January 6 Author Share Posted January 6 9 hours ago, luisma said: 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 Only log into ssh but using hqpe not root did i do something wrong by ssh as hqpe not root is this why doesn't work Link to post Share on other sites
Outlaw Posted January 6 Author Share Posted January 6 Miska any ideas.Can't get to work Link to post Share on other sites
Outlaw Posted January 6 Author Share Posted January 6 10 hours ago, luisma said: 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 the last 3 commands are separate from the rest ? Do install with the rest ? Trying install again.Thanks Link to post Share on other sites
Outlaw Posted January 6 Author Share Posted January 6 10 hours ago, luisma said: 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 Ran it twice.Cant get to recognize in hqplaler client or from ip adress any other ideas ??????????????? Link to post Share on other sites
Outlaw Posted January 6 Author Share Posted January 6 Hi Miska.Trying to install HQPlayer embedded on Ubuntu server.Purchased license and can't install.Can you please give me steps after ubuntu server is installed ? Tried with help of a forum member ran what was given but can't get it to work ? Waitnig on a reply thanks Link to post Share on other sites
Outlaw Posted January 6 Author Share Posted January 6 Also when installing ubuntu server there is a page featured server snaps do I install any of these ? Link to post Share on other sites
luisma Posted January 6 Share Posted January 6 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 post Share on other sites
luisma Posted January 6 Share Posted January 6 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 post Share on other sites
luisma Posted January 6 Share Posted January 6 53 minutes ago, Outlaw said: the last 3 commands are separate from the rest ? Yes that's only to update the packages Link to post Share on other sites
luisma Posted January 6 Share Posted January 6 15 minutes ago, Outlaw said: Also when installing ubuntu server there is a page featured server snaps do I install any of these ? You should be good with server / minimal install Link to post Share on other sites
Outlaw Posted January 6 Author Share Posted January 6 2 minutes ago, luisma said: 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? Tried all that.Command sudu hqplayer -s hqplayer hqplayer gives me no such file or directory Link to post Share on other sites
luisma Posted January 6 Share Posted January 6 1 minute ago, Outlaw said: Tried all that.Command sudu hqplayer -s hqplayer hqplayer gives me no such file or directory PM me so we leave the main thread clear I will try to help Link to post Share on other sites
Outlaw Posted January 6 Author Share Posted January 6 Just now, luisma said: PM me so we leave the main thread clear I will try to help how do you pm never done that before thanks Link to post Share on other sites
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now