Hi there,
I think this link to our balenaSound documentation will solve your problem:
basically you need to remove the ‘vc4-kms-v3d’ dtoverlay from the device configuration.
Phil
Hi there,
I think this link to our balenaSound documentation will solve your problem:
basically you need to remove the ‘vc4-kms-v3d’ dtoverlay from the device configuration.
Phil
hi,
My pi will not download the balenaSound application services (bluetooth and whatnot)
Anything I can do manually?
I had to reboot everything since the bluetooth was dropping in and out and now I am stuck at my first problem.
Hi
That’s strange. Can you share any logs? Was this after you made any changes to the device, or was it functioning properly before?
Hi there @quebequer I just wanted to check a few things with you as it seems strange that this keeps happening.
Are you adding an application and device first and then using the Deploy with balena button? If so, you need to be careful to select “Use an existing application instead” and choosing the application where your device is, otherwise it will create a second application and won’t download the software to the device.
A ‘release’ is what contains the code for the application, and is created when you click the Deploy with balena button. If you go into the application where your online device is, and click on Releases
on the left, you should see at least one build here marked Succeeded
. If there isn’t anything there or they say failed, that explains why the device is not downloading the services.
You can also move devices between applications; for example if you have another application that does have a release but no devices, you can use the ‘move’ action to move your online device to the application that has the release, after which it will then start to download the services.
I hope this helps! If you’re still having problems please confirm for us the methods you are using and that you have some releases in the application where your device is and we can look into it further.
Here is what i do.
I deleted the existing application, and format my SD card.
Then I create a new application inserting the balena-sound for raspberry pi 3.
Then I add a device choosing Development and ethernet and wifi.
I enter my credential for the network.
I download the file then flash it with etcher.
When I connect my raspberry pi inserting the SD card and an ethernet cable, it shows in the dashboard but will not download anything.
I looked in release and there is nothing showing up.
I do not see where you can select “Use an existing application instead”.
Thanks for your help
Resolved.
Thanks
Hi,
I am having the same issue with Raspberry Pi and cannot get any sound to come out of my 3.5mm jack. Can you assist? I am using the following:
balenaOS 2.38.0 rev+1
Raspberry Pi 3 using 64 bit OS
my Define DT parameters are set to “audio-on”
Thanks!
Take a look here (scroll down to No audio when using balenaOS 64 bit on Raspberry Pi 3's
)
Hi, Thanks I am not using multi-room (I only have one device on your balenaSound fleet) but cannot disable it bc the link is broken.
Hi TaliseG, can you take a screenshot of that please? I’m not entirely sure what you mean by the link is broken? Are you referring to https://sound.balenalabs.io/docs/support/#troubleshooting ? (That page does load for me).
Great catch! We will get that updated.
In the meantime, the correct way to do is to add an Envrionment Variable called SOUND_MODE and give it a value of STANDALONE. That is documented here: https://sound.balenalabs.io/docs/customization#general
Thanks for pointing out that documentation error, though!
Looking back at your issue closer - I think this is potentially a bug that we are currently chasing down on the Pi 4, which perhaps is now a part of the Pi 3 kernel as well: Audio goes through HDMI instead of AUX cable.. I will ping our balenaSound maintainers to have a look. Thanks!
That worked thanks! One last question. I don’t have any Environment Services listed should I add them for the following:
AUDIO_OUTPUT (value = RPI_HEADPHONES),
SOUND_DEVICE_NAME / BLUETOOTH_DEVICE_NAME (value = any valid string)
Thanks!
Yep - go ahead and add the AUDIO_OUTPUT
variable and set it to RPI_HEADPHONES
to see if that then resolves the 3.5mm jack issue. Thanks!
Hmm not yet. I see that the device is connected and discoverable on my laptop but no sound yet. What do you think it could be?
Thanks!
Well, that may very well be the result of the bug I am referring to, that we are still investigating in Audio goes through HDMI instead of AUX cable..
With that said, is there any chance you can test an HDMI audio device, just to see if the sound is actually coming through there?
I can but should I add a new Environment Variable of AUDIO_OUTPUT with value = RPI_HDMI0 and delete the the old Environment Variable of RPI_HEADPHONES?
For testing purposes at the moment, I would say leave it alone. The setting that you have, RPI_HEADPHONES
is supposed to be forcing output to the Aux port, but clearly that is not working, so I’d like to have you test if it is inadvertently sending audio out via HDMI instead.
I found a workaround that made me able to hear the output. I deployed the balenaSound application
initially by installing the CLI and pushed it BUT my services were not listed. I changed the variables but it didn’t work. I found another forum entry that said to use the “Deploy with Balena” button (located on this page: https://sound.balenalabs.io/docs/ ) which worked. I just need to now work on playing music via the 3.5mm jack which I assume can be done with a new variable.
Prior forum post that was helpful here: balenaSound no services on raspberry pi 3b