Re: Cm6206 Output
Posted: Sun Sep 07, 2025 9:01 pm
Hi, any assistance appreciated, I’ll be able to play around with it tonight.
In the new version, we’ve improved screen parameter detection, so there’s a chance the new release will solve this problem. We’re working to make the new version available over the weekend, but at the latest, it will be released on Monday.alex124.rh wrote: Sun Sep 07, 2025 12:11 am then next time, it goes into carplay but now touch doesn’t work, it’s not the screen because if i jump into terminal that works fine with touch. then i unplug the carlinkit, and touch is fine, so my conclusion is an issue with carplay here.
Running this results in this graph https://imgur.com/a/As0A8Px and even though the default sink (hudiy_equalizer_sink) is 4.1, fade is not available through the gui and only the front channels play sound.hudiy wrote: Fri Sep 05, 2025 12:26 pmCode: Select all
pactl load-module module-remap-sink sink_name=surround51_to_41 master=alsa_output.usb-0d8c_USB_Sound_Device-00.analog-surround-51 channels=5 master_channel_map=front-left,front-right,rear-left,rear-right,front-center channel_map=front-left,front-right,rear-left,rear-right,lfe remix=yes pactl load-module module-ladspa-sink sink_name=hudiy_equalizer_sink master=surround51_to_41 channels=2 channel_map=front-left,front-right plugin=hudiy_equalizer label=hudiy_equalizer control=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 pactl load-module module-echo-cancel aec_method=webrtc aec_args=\"voice_detection=0\" source_name=echo_cancel_source sink_master=hudiy_equalizer_sink pactl set-default-sink hudiy_equalizer_sink pactl set-default-source echo_cancel_source
Code: Select all
pactl load-module module-remap-sink sink_name=surround51_to_41 master=alsa_output.usb-0d8c_USB_Sound_Device-00.analog-surround-51 channels=5 master_channel_map=front-left,front-right,rear-left,rear-right,front-center channel_map=front-left,front-right,rear-left,rear-right,lfe remix=yes
pactl load-module module-echo-cancel aec_method=webrtc aec_args=\"voice_detection=0\" source_name=echo_cancel_source sink_master=surround51_to_41 sink_name=echo_cancel_sink
pactl load-module module-ladspa-sink sink_name=hudiy_equalizer_sink master=echo_cancel_sink channels=2 channel_map=front-left,front-right plugin=hudiy_equalizer label=hudiy_equalizer control=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
pactl set-default-sink hudiy_equalizer_sink
pactl set-default-source echo_cancel_source
yes that was already set up.hudiy wrote: Tue Nov 18, 2025 1:05 am Hello, did you try to enable upmixing according to https://gitlab.freedesktop.org/pipewire ... e-Upmixing (try the PulseAudio part for now and set upmix-method to simple)?
yeah, that helped, thanks.hudiy wrote: Tue Nov 18, 2025 1:05 am To make fade control available in settings, you need to set the name of your remapped sink (surround51_to_41) in volumeSinkName
https://github.com/wiboma/hudiy/blob/ma ... n.md#sound
I figured out the problem - despite commenting out the config, somehow there were still nodes in PW before running those commands, idk maybe I just thought entering them was all I needed to do.hudiy wrote: Tue Nov 18, 2025 1:05 am Also, the routing in qpwgraph looks a bit wrong. The optimal one should look like this:
hudiy_equalizer_sink -> Echo-Cancel Sink
Echo-Cancel Playback -> Remmaped sink
Remapped Sink -> CM106
Try to load modules in following order:
and please post the screenshot from qpwgraph with generated routing.Code: Select all
pactl load-module module-remap-sink sink_name=surround51_to_41 master=alsa_output.usb-0d8c_USB_Sound_Device-00.analog-surround-51 channels=5 master_channel_map=front-left,front-right,rear-left,rear-right,front-center channel_map=front-left,front-right,rear-left,rear-right,lfe remix=yes pactl load-module module-echo-cancel aec_method=webrtc aec_args=\"voice_detection=0\" source_name=echo_cancel_source sink_master=surround51_to_41 sink_name=echo_cancel_sink pactl load-module module-ladspa-sink sink_name=hudiy_equalizer_sink master=echo_cancel_sink channels=2 channel_map=front-left,front-right plugin=hudiy_equalizer label=hudiy_equalizer control=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 pactl set-default-sink hudiy_equalizer_sink pactl set-default-source echo_cancel_source