Stereo Tool https://forums.stereotool.com/ |
|
Basic Install of Stereo Tools on Raspberry PI https://forums.stereotool.com/viewtopic.php?t=33338 |
Page 1 of 2 |
Author: | JohnnieB [ Fri Oct 07, 2022 3:27 pm ] |
Post subject: | Basic Install of Stereo Tools on Raspberry PI |
Hi, hoping someone will be able to help with basic install on a Raspberry PI. I'm a new PI user but not a novice and have lots of PC and Windows experience. I downloaded the stereo tool file and used apt install but get an E: Unable to locate package. It's obviously my inexperience but I'm finding no help anywhere. No idea what this means "No installer, save and chmod for execute access" |
Author: | hvz [ Fri Oct 07, 2022 4:31 pm ] |
Post subject: | Re: Basic Install of Stereo Tools on Raspberry PI |
Hello Johnnie, You can do it yourself, and if you want something specific (like linking streaming programs to it) you will kinda have to do it yourself, but if you just want to run Stereo Tool to process sound card input and send the result to the sound card output, accessible via a web interface, then I would recommend to use this SD card image: viewtopic.php?f=14&t=32883&start=30 Alternatively, you need to download the binary from the site, and then give it access rights (that's what chmod means). I think you can do it via an explorer-like window where you right-click on the downloaded Stereo Tool binary, but I almost never use Linux with a GUI so I don't really know how you can get there. If you're working in a terminal window, the command is chmod 755 stereo_tool_binary_name sudo apt-get doesn't work, for that the program must be added to Linux' package system. |
Author: | JohnnieB [ Fri Oct 07, 2022 5:56 pm ] |
Post subject: | Re: Basic Install of Stereo Tools on Raspberry PI |
Quote:
Hello Johnnie,
Thanks I'll give that a try, how do I add the program to the Linux package system?
You can do it yourself, and if you want something specific (like linking streaming programs to it) you will kinda have to do it yourself, but if you just want to run Stereo Tool to process sound card input and send the result to the sound card output, accessible via a web interface, then I would recommend to use this SD card image: viewtopic.php?f=14&t=32883&start=30 Alternatively, you need to download the binary from the site, and then give it access rights (that's what chmod means). I think you can do it via an explorer-like window where you right-click on the downloaded Stereo Tool binary, but I almost never use Linux with a GUI so I don't really know how you can get there. If you're working in a terminal window, the command is chmod 755 stereo_tool_binary_name sudo apt-get doesn't work, for that the program must be added to Linux' package system. |
Author: | hvz [ Fri Oct 07, 2022 7:19 pm ] |
Post subject: | Re: Basic Install of Stereo Tools on Raspberry PI |
Quote: Quote:
Hello Johnnie,
Thanks I'll give that a try, how do I add the program to the Linux package system?
You can do it yourself, and if you want something specific (like linking streaming programs to it) you will kinda have to do it yourself, but if you just want to run Stereo Tool to process sound card input and send the result to the sound card output, accessible via a web interface, then I would recommend to use this SD card image: viewtopic.php?f=14&t=32883&start=30 Alternatively, you need to download the binary from the site, and then give it access rights (that's what chmod means). I think you can do it via an explorer-like window where you right-click on the downloaded Stereo Tool binary, but I almost never use Linux with a GUI so I don't really know how you can get there. If you're working in a terminal window, the command is chmod 755 stereo_tool_binary_name sudo apt-get doesn't work, for that the program must be added to Linux' package system. |
Author: | JohnnieB [ Mon Oct 10, 2022 11:19 am ] |
Post subject: | Re: Basic Install of Stereo Tools on Raspberry PI |
Quote: Quote: Quote:
Hello Johnnie,
Thanks I'll give that a try, how do I add the program to the Linux package system?
You can do it yourself, and if you want something specific (like linking streaming programs to it) you will kinda have to do it yourself, but if you just want to run Stereo Tool to process sound card input and send the result to the sound card output, accessible via a web interface, then I would recommend to use this SD card image: viewtopic.php?f=14&t=32883&start=30 Alternatively, you need to download the binary from the site, and then give it access rights (that's what chmod means). I think you can do it via an explorer-like window where you right-click on the downloaded Stereo Tool binary, but I almost never use Linux with a GUI so I don't really know how you can get there. If you're working in a terminal window, the command is chmod 755 stereo_tool_binary_name sudo apt-get doesn't work, for that the program must be added to Linux' package system. |
Author: | MrKlorox [ Mon Oct 10, 2022 1:31 pm ] |
Post subject: | Re: Basic Install of Stereo Tools on Raspberry PI |
Quote:
Thanks, but that was the point of my post, is there a step-by-step idiots guide to installing stereotools on a Pi?
Basically use the SD card image in the link provided by Hans (viewtopic.php?f=14&t=32883&start=30) and connect to the web interface to set it up. The guide doesn't exist yet cause this package is still in relatively early development and might change. But I'll give this new image a try later and follow up this post with steps in case you can't get it going yourself.
|
Author: | JohnnieB [ Tue Oct 11, 2022 3:51 pm ] |
Post subject: | Re: Basic Install of Stereo Tools on Raspberry PI |
Quote: Quote:
Thanks, but that was the point of my post, is there a step-by-step idiots guide to installing stereotools on a Pi?
Basically use the SD card image in the link provided by Hans (viewtopic.php?f=14&t=32883&start=30) and connect to the web interface to set it up. The guide doesn't exist yet cause this package is still in relatively early development and might change. But I'll give this new image a try later and follow up this post with steps in case you can't get it going yourself.
|
Author: | MrKlorox [ Tue Oct 11, 2022 4:11 pm ] |
Post subject: | Re: Basic Install of Stereo Tools on Raspberry PI |
Quote:
Thanks, I did try this image, but the pi wouldn't boot as there was no sound card, I'm assuming that I would need the same card as the image. If so, what was it?
I don't think it needs anything added to the one built into the Pi, but it works for HiFiBerry HATs too. Did you look through the thread? It requires the Thimeo_Pi34 image to boot, and the update file on your local computer to update.Are you sure it didn't boot? It needs to be accessed "headlessly" via the Web interface by typing the IP to the pi and port 8080 into the URL. For example 192.168.1.50:8080 From here you can choose what product and update package to install. |
Author: | hvz [ Tue Oct 11, 2022 7:48 pm ] |
Post subject: | Re: Basic Install of Stereo Tools on Raspberry PI |
It doesn't need a HifiBerry to boot. It might not be very useful without one (the built-in audio of the Pi is horrible), but it boots. You do need a Pi 3 or 4. |
Author: | JohnnieB [ Wed Oct 12, 2022 12:31 pm ] |
Post subject: | Re: Basic Install of Stereo Tools on Raspberry PI |
Quote: Quote:
Thanks, I did try this image, but the pi wouldn't boot as there was no sound card, I'm assuming that I would need the same card as the image. If so, what was it?
I don't think it needs anything added to the one built into the Pi, but it works for HiFiBerry HATs too. Did you look through the thread? It requires the Thimeo_Pi34 image to boot, and the update file on your local computer to update.Are you sure it didn't boot? It needs to be accessed "headlessly" via the Web interface by typing the IP to the pi and port 8080 into the URL. For example 192.168.1.50:8080 From here you can choose what product and update package to install. |
Page 1 of 2 | All times are UTC+02:00 |
Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |