Jackd crap audio after update/upgrade

Discussion of all things Raspberry Pi / Raspberry Pi 2 related

Moderators: MattKingUSA, khz

Post Reply
phil123456789
Established Member
Posts: 5
Joined: Mon Jun 26, 2023 5:09 pm

Jackd crap audio after update/upgrade

Post by phil123456789 »

Hi,

I had a totally working RPI/Buster/JACKD setup, a year later, I updated it and now the sound is really weak and distorted

I did a dist-upgrade to Bullseye.. same issue

Then I bought another SD card to install bullseye, the sound is terrible

As I play a youtube video, the audio works just fine

Any idea what I could miss here ?

Thanks

Code: Select all

pi@raspberrypi:~ $ cat /etc/systemd/system/jackd.service
[Unit]
Description=Jack audio server 
After=sound.target  local-fs.target

[Install]
WantedBy=multi-user.target

[Service]
Type=oneshot
User=pi
Environment="JACK_NO_AUDIO_RESERVATION=1"
Environment="XDG_RUNTIME_DIR=/run/user/1000"
ExecStart=/usr/bin/jackd -dalsa -dhw:Headphones -r44100 -p1024 -n2
LimitRTPRIO=95
LimitRTTIME=infinity
LimitMEMLOCK=infinity
j_e_f_f_g
Established Member
Posts: 2032
Joined: Fri Aug 10, 2012 10:48 pm
Been thanked: 358 times

Re: Jackd crap audio after update/upgrade

Post by j_e_f_f_g »

Pipewire claims another victim?

Run "synaptic" and do a search for "pipewire". If it's installed, that would be your answer.

Author of BackupBand at https://sourceforge.net/projects/backupband/files/
My fans show their support by mentioning my name in their signature.

phil123456789
Established Member
Posts: 5
Joined: Mon Jun 26, 2023 5:09 pm

Re: Jackd crap audio after update/upgrade

Post by phil123456789 »

I did

Code: Select all

sudo systemctl disable --global pipewire

and deleted the pulse folder inside home/pi/.config

still the same issue

phil123456789
Established Member
Posts: 5
Joined: Mon Jun 26, 2023 5:09 pm

Re: Jackd crap audio after update/upgrade

Post by phil123456789 »

found the perfect solution
use a backup image and f@#k bullseye

Post Reply