Search found 379 matches

by hudiy
Fri Jan 16, 2026 11:39 pm
Forum: Audio
Topic: Automatic BT device active
Replies: 7
Views: 674

Re: Automatic BT device active

It is described in the pactl docs https://manpages.debian.org/stable/puls ... l#COMMANDS. @DEFAULT_SINK@ is special syntax and will be replaced by the name of default sink (e. g. hudiy_equalizer_sink). You can also put exact name of the sink instead of @DEFAULT_SINK@.
by hudiy
Fri Jan 16, 2026 7:29 am
Forum: Audio
Topic: After 2.4 update
Replies: 4
Views: 68

Re: After 2.4 update

First, try reinstalling only PipeWire and its modules:

Code: Select all

sudo apt install --reinstall libspa-0.2-modules
sudo apt install --reinstall pipewire
by hudiy
Thu Jan 15, 2026 11:19 pm
Forum: Audio
Topic: After 2.4 update
Replies: 4
Views: 68

Re: After 2.4 update

Hello,
The problem might be related to the fact that PipeWire isn't detecting any physical audio device (no sink has been created for the sound card) at the moment you captured the output shown in the screenshots.

At first glance, one of the causes could be a power issue. The OS update (and the ...
by hudiy
Thu Jan 15, 2026 4:01 am
Forum: Programming
Topic: No internet connection for applications when they are loaded as a file
Replies: 1
Views: 22

Re: No internet connection for applications when they are loaded as a file

Hello,
This behavior is caused by the Same-Origin Policy: https://developer.mozilla.org/en-US/doc ... gin_policy

To resolve this, you need to run your code via a local HTTP server instead of opening the file directly.
by hudiy
Wed Jan 14, 2026 2:05 pm
Forum: Audio
Topic: Inconsistent Volume Levels on Startup
Replies: 4
Views: 79

Re: Inconsistent Volume Levels on Startup

It looks like mentioned fix isn't included in the Trixie PipeWire version yet. However, it's a very simple change that you can apply yourself. In attachment there is a version with the mentioned fix, based on the Trixie PipeWire package sources.

To apply it, download the attachment and run the ...
by hudiy
Wed Jan 14, 2026 1:17 pm
Forum: Audio
Topic: Inconsistent Volume Levels on Startup
Replies: 4
Views: 79

Re: Inconsistent Volume Levels on Startup


I’ve had the same issue. It seems one of the main sinks gets blasted up in volume. I’m wondering if it’s late detection on the sound card front. How do i check this?


In your case (CM6206 and remap sink), the issue appears to be related to: https://gitlab.freedesktop.org/pipewire/pipewire ...
by hudiy
Tue Jan 13, 2026 3:09 pm
Forum: Audio
Topic: Am I doing music browsing wrong?
Replies: 2
Views: 37

Re: Am I doing music browsing wrong?

Hello,
By default, Raspberry Pi OS (Debian) mounts USB mass storage in the /media/{YOUR_USER_NAME} directory. Please try navigating to that location to check if your files are available.

Hudiy filters files by extension (to exclude non-music files), but all directories should be accessible just as ...
by hudiy
Tue Jan 13, 2026 9:25 am
Forum: Audio
Topic: Inconsistent Volume Levels on Startup
Replies: 4
Views: 79

Re: Inconsistent Volume Levels on Startup

Hello,
What version of Hudiy do you use? In 1.4/2.0 we removed setting the volume on Hudiy startup to not interfere with WirePlumber. As of mentioned versions, restoring the volume level is fully on WirePlumber.

For more consistent volume control, we recommend setting volumeSinkName to your device ...
by hudiy
Sun Jan 11, 2026 3:34 pm
Forum: Connectivity
Topic: OBDII Connection Refused
Replies: 11
Views: 316

Re: OBDII Connection Refused

Thanks for the feedback. We are glad to hear the issue has been resolved. Your dashboard looks stunning!

By the way, we recommend updating to the latest version (2.4), where we improved communication with the ELM327. In the previous version (2.2), we also fixed the Phone's Bluetooth connection ...
by hudiy
Sun Jan 11, 2026 12:25 pm
Forum: Connectivity
Topic: OBDII Connection Refused
Replies: 11
Views: 316

Re: OBDII Connection Refused

Thanks for the sdptool output. It looks like your dongle listens for RFCOMM traffic on channel 2. By default Hudiy uses channel 1. You can change the channel number in main_configuration.json: https://github.com/wiboma/hudiy/blob/main/main_configuration.md#obd ( rfcommChannel ). Try changing ...