Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

No Audio on Newly installed Debian Trixie dual booting on Macbook Pro 2019 with Intel & T2

- - ALL UNSTABLE / TESTING THREADS SHOULD BE POSTED HERE - -
This sub-forum is the dedicated area for the ongoing Unstable/Testing releases of Debian. Advanced, or Experienced User support only. Use the software, give, and take advice with caution.
Post Reply
Message
Author
aluva
Posts: 5
Joined: 2024-03-16 22:15
Has thanked: 1 time

No Audio on Newly installed Debian Trixie dual booting on Macbook Pro 2019 with Intel & T2

#1 Post by aluva »

There is no audio after dual booting Debian Trixie, with XFCE, used ISO CD and Ethernet cable, on MacBook Pro (2019) with Intel CPU an T2 chip.

I followed the steps on this site: https://wiki.debian.org/PipeWire

(A) For PipeWire

Code: Select all

$ sudo nala install wireplumber pipewire-media-session -
$ sudo nala install libspa-0.2-libcamera
$ sudo nala install libcamera-ipa
$ systemctl --user --now enable wireplumber.service
$ sudo nala install pipewire-pulse
$ LANG=C pactl info | grep '^Server Name'
Server Name: PulseAudio (on PipeWire 1.0.3)
$ sudo nala install pipewire-alsa
$ LANG=C aplay -L | grep -A 1 default
default
Default ALSA Output (currently PipeWire Media Server)
$ sudo nala install pipewire-audio-client-libraries
$ sudo nala install libspa-0.2-jack
$ cp /usr/share/doc/pipewire/examples/ld.so.conf.d/pipewire-jack-*.conf /etc/ld.so.conf.d/
$ sudo ldconfig
(B) For Bluetooth

Code: Select all

$ sudo nala install libspa-0.2-bluetooth 
$ sudo nala remove pulseaudio-module-bluetooth
(C) Restart PipeWire Services

Code: Select all

$ systemctl --user restart wireplumber pipewire pipewire-pulse
Audio is still not working? Why?

mrmazda
Posts: 354
Joined: 2023-06-02 02:22
Has thanked: 11 times
Been thanked: 45 times

Re: No Audio on Newly installed Debian Trixie dual booting on Macbook Pro 2019 with Intel & T2

#2 Post by mrmazda »

Now show us the installed state of various sound system components, rather than installation commands you used:

Code: Select all

sudo dpkg-query -W | egrep 'alsa|arts|audio|codec|demul|fmpeg|gstr|jack|kodi|26[45]|mix|mpv|pavu|puls|sof-|sound|vlc|wire|xdg' | sort
inxi -ASaz --vs
Have you tried using alsa directly, via aplay and the test sounds in /usr/share/sounds/? Did rebooting change anything?

Post Reply