-
-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rock64 | 3.5mm audio not working again #3985
Comments
Many thanks for your report. This is a known issue when playing sound sources which are not compatible with the sound card/driver. The format needs to be converted. By coincidence, we added a feature with DietPi v6.34 (will be released later today) to enable the ALSA auto-conversion plugin. Please try it out:
Please adjust card and device index, if 0,0 is not correct, as probably HDMI sound is on card 0. |
Hi @MichaIng thanks for your answer! I don't have HDMI connected and I use the audio native jack output. Yesterday I got MPD working manually adding sound card device (uncommenting a line at mpd.conf) and then doing the same at diepi-config. But I think the problem is "Auto Detection" feature, is not working at dietpi-config -> "Audio Options" -> "Soundcard". It returns an empty option. |
Auto-detection is based on ALSA sound card interfaces:
respectively:
Everything that is listed there should be listed in |
Ah, that line is meant to be a separator only, below are the detected sound cards + "usb-dac", which will enable the first found USB DAC. Indeed it should not be possible to pass an empty value, hence this will cause an error now in the underlying script: 7e1f6b6 And our whiptail menu wrapper will now stay in the menu when such a separator line was selected: 62903e2 |
Creating a bug report/issue
Required Information
Additional Information (if applicable)
Steps to reproduce
Try to play some sound
Expected behaviour
Hear sounds
Actual behaviour
Can't hear anything
Extra details
When trying to use aplay with a sound:
The text was updated successfully, but these errors were encountered: