(04-03-2022, 07:53 PM)Lttlwing16 Wrote: I'm still hunting down my i2s sync error issues and in so I keep coming across this, assumed to be unrelated, error when I am looking through the /syslog
I can't speak to your 24/96 issue but this output to the syslog is known to the moOde devs. It started showing up with the bump to Raspberry Pi OS 11 (bullseye) and, yes, It's not related. Sooner or later we'll figure out why it's occurring. I showed it could be eliminated simply by not including winbind (wins) in the network services but we're not certain we want to do that.
Regards,
Kent
No sound at all whenever I start streaming FLACs from my NAS.
Then, when I play with the volume knob:
Sound comes out from left speaker only
sometimes from both speakers, but with something like a 90/10% level balance
or bad rendition (either way too much bass, bass distortion or "cold" sound)
Absolutely no issue when streaming from Spotify.
My setup:
HifiBerry DAC2 HD hat on Raspberry Pi 4 Model B
In Audio Config
- Set DT overlay to None
- Reboot
- Set DT overlay to hifibery-dacplushd
- Reboot
Post the output from the commands below.
Code:
cat /boot/config.txt
amixer -c0
Please note that I can't reproduce the issue anymore. Launched my raspberry this morning and sound was OK on both speakers/channels. Might be a false positive or I got something wrong at the first time.
Anyway, here's the output you asked for. Thank you Tim!
04-04-2022, 02:50 PM (This post was last modified: 04-04-2022, 03:24 PM by dad33.)
(04-04-2022, 09:59 AM)pi@moodeWohn:~ $ amixer -c0 Wrote: I tested on an Apple Air pad also, here the feedback is a little bit faster. The music isn't playing gapless when i rotate the volume controll faster. I think Frank79 and I have the same problem. Some steps on the volume rotation
switch to 0% volume, told me the mpc status, see attached picture..
Here is the output from the command:
Simple mixer control 'Master',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 255
Mono:
Front Left: Playback 254 [100%] [-0.50dB] [on]
Front Right: Playback 254 [100%] [-0.50dB] [on]
Simple mixer control 'PCM De-emphasis Filter',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'PCM Filter Speed',0
Capabilities: enum
Items: 'Fast' 'Slow'
Item0: 'Fast'
Simple mixer control 'PCM High-pass Filter',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'PCM Nonoversample Emulate',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'PCM Phase Compensation',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'Digital',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 255
Mono:
Front Left: Playback 255 [100%] [0.00dB] [on]
Front Right: Playback 255 [100%] [0.00dB] [on]
Simple mixer control 'HV_Enable',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
Tim CurtisI have a Boss 2 but don't recall experiencing the issue you described. I can run some tests today.
When you mention "the sound stops sometimes, hanging." what does "hanging" mean? Do you have to reboot or power cycle the system?
it occurs again, open an SSH terminal and post the output from the commands below.
04-04-2022, 03:42 PM (This post was last modified: 04-04-2022, 09:24 PM by Tim Curtis.
Edit Reason: eta
)
(04-04-2022, 02:50 PM)dad33 Wrote:
(04-04-2022, 09:59 AM)pi@moodeWohn:~ $ amixer -c0 Wrote: I tested on an Apple Air pad also, here the feedback is a little bit faster. The music isn't playing gapless when i rotate the volume controll faster. I think Frank79 and I have the same problem. Some steps on the volume rotation
switch to 0% volume, told me the mpc status, see attached picture..
Here is the output from the command:
Simple mixer control 'Master',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 255
Mono:
Front Left: Playback 254 [100%] [-0.50dB] [on]
Front Right: Playback 254 [100%] [-0.50dB] [on]
Simple mixer control 'PCM De-emphasis Filter',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'PCM Filter Speed',0
Capabilities: enum
Items: 'Fast' 'Slow'
Item0: 'Fast'
Simple mixer control 'PCM High-pass Filter',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'PCM Nonoversample Emulate',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'PCM Phase Compensation',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'Digital',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 255
Mono:
Front Left: Playback 255 [100%] [0.00dB] [on]
Front Right: Playback 255 [100%] [0.00dB] [on]
Simple mixer control 'HV_Enable',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
Tim CurtisI have a Boss 2 but don't recall experiencing the issue you described. I can run some tests today.
When you mention "the sound stops sometimes, hanging." what does "hanging" mean? Do you have to reboot or power cycle the system?
it occurs again, open an SSH terminal and post the output from the commands below.
Code:
mpc status
amixer -c0
I ran a few tests on my Boss 2 and no issues with volume.
One thing in your amixer output thats very strange is that the volume shows [100%] but [-50dB]. This makes no sense since at 100% volume it should be 0dB. This might be a symptom of whatever is causing the volume issue.
Code:
Simple mixer control 'Master',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 255
Mono:
Front Left: Playback 254 [100%] [-0.50dB] [on]
Front Right: Playback 254 [100%] [-0.50dB] [on]
ETA: Disregard comment about -50db. As @jonners pointed its actually -0.50 dB which is close enough to 0dB.
(04-04-2022, 09:59 AM)Hello Tim,i attached a picture were you can see that the volume is dropped to 0 (-127db). Problem exist on apple ipad and on Android 11 Smartphone...same problem when rotating. Wrote: I have a Boss 2 but don't recall experiencing the issue you described. I can run some tests today.
When you mention "the sound stops sometimes, hanging." what does "hanging" mean? Do you have to reboot or power cycle the system?
it occurs again, open an SSH terminal and post the output from the commands below.