[GH-ISSUE #161] [Linux] Loop in Noise Cancellation control #71

Closed
opened 2026-03-02 12:03:11 +03:00 by kerem · 4 comments
Owner

Originally created by @orychalk on GitHub (Jun 23, 2025).
Original GitHub issue: https://github.com/kavishdevar/librepods/issues/161

Originally assigned to: @tim-gromeyer on GitHub.

Hello,

Sometimes, the app does a loop to switch the noise control between Noise Cancellation and Transparency indefinitely.
I must select one manually to stop the loop.

I'm not sure, but I have the impression that it happens when the Conversational Awareness button is activated.

My setup :

Airpods Pro 2
Operating System: Manjaro Linux 
KDE Plasma Version: 6.3.5
KDE Frameworks Version: 6.14.0
Qt Version: 6.9.0
Kernel Version: 6.14.6-2-MANJARO (64-bit)
Graphics Platform: Wayland
Processors: 20 × 13th Gen Intel® Core™ i5-13500T
Memory: 15.3 Gio of RAM
Graphics Processor: Intel® UHD Graphics 770

Thanks

Originally created by @orychalk on GitHub (Jun 23, 2025). Original GitHub issue: https://github.com/kavishdevar/librepods/issues/161 Originally assigned to: @tim-gromeyer on GitHub. Hello, Sometimes, the app does a loop to switch the noise control between Noise Cancellation and Transparency indefinitely. I must select one manually to stop the loop. I'm not sure, but I have the impression that it happens when the Conversational Awareness button is activated. My setup : ``` Airpods Pro 2 Operating System: Manjaro Linux KDE Plasma Version: 6.3.5 KDE Frameworks Version: 6.14.0 Qt Version: 6.9.0 Kernel Version: 6.14.6-2-MANJARO (64-bit) Graphics Platform: Wayland Processors: 20 × 13th Gen Intel® Core™ i5-13500T Memory: 15.3 Gio of RAM Graphics Processor: Intel® UHD Graphics 770 ``` Thanks
kerem 2026-03-02 12:03:11 +03:00
  • closed this issue
  • added the
    linux
    label
Author
Owner

@YamadaHideki commented on GitHub (Jun 25, 2025):

Confirm

<!-- gh-comment-id:3004419926 --> @YamadaHideki commented on GitHub (Jun 25, 2025): Confirm
Author
Owner

@kavishdevar commented on GitHub (Jul 10, 2025):

Hey! What do the logs look like? Could you please run with —debug and tell. Thanks! I have experienced it too, but it’s quite random and doesn’t always happen.

<!-- gh-comment-id:3058284491 --> @kavishdevar commented on GitHub (Jul 10, 2025): Hey! What do the logs look like? Could you please run with `—debug ` and tell. Thanks! I have experienced it too, but it’s quite random and doesn’t always happen.
Author
Owner

@orychalk commented on GitHub (Jul 11, 2025):

Hello,

Ok, but it's random, so I want to send debug output in a file.
And when it's happen, I can check and send you the file.
I launch librepods automaticaly when KDE Plasma start.
I think i must use a .sh script to launch it with argument, but it don't work (librepods is launched but the debug.txt file is empty)
How can i send the debug output in a file ?

There my last try to generate ouput file :

#!/bin/bash
/media/Data/Applications/librepods/applinux --hide --debug 2>&1 | tee -a /media/Data/Applications/librepods/debug.txt

Could you help me please ?

<!-- gh-comment-id:3063720276 --> @orychalk commented on GitHub (Jul 11, 2025): Hello, Ok, but it's random, so I want to send debug output in a file. And when it's happen, I can check and send you the file. I launch librepods automaticaly when KDE Plasma start. I think i must use a .sh script to launch it with argument, but it don't work (librepods is launched but the debug.txt file is empty) How can i send the debug output in a file ? There my last try to generate ouput file : ``` #!/bin/bash /media/Data/Applications/librepods/applinux --hide --debug 2>&1 | tee -a /media/Data/Applications/librepods/debug.txt ``` Could you help me please ?
Author
Owner

@kavishdevar commented on GitHub (Nov 20, 2025):

fixed with #241

<!-- gh-comment-id:3556329160 --> @kavishdevar commented on GitHub (Nov 20, 2025): fixed with #241
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librepods#71
No description provided.