You probably should try to uninstall with --purge pulseaudio pulseaudio-utils
and then reinstall.
then do this to reset pulseaudio from the debian and archi wiki:
- Code: Select all
sudo rm -r ~/.config/pulse /tmp/pulse-*
pulseaudio --kill
pulseaudio --start
sudo alsamixer
unmute and add stuff
sudo alsactl store
I did not convince you 100% since you want to reinstall testing and not stable. Testing is not really a distribution. its quality varies a lot depending on how far is the next debian release...
https://wiki.debian.org/DebianUnstable# ... d_users.3FIt is fixable without reinstalling. Here is some inspiration. But the time spent debugging would be better spent following good methodologies (reinstalling, stick to stable, cherry pick newer packages and not the whole testing, learn a fundamental thing that is a chroot and source building, etc)
You probably should set up apt sources to get non-free stuff. Then install firmware-linux -t testing (from testing), the meta package. Maybe there are more firmwares for your sound card and motherboard, debian has many firmwares packages in the doc. If I remember one, there some for sound card manufacturers. THen you need a good kernel, probably the one from testing. Get the linux-image-amd64 (probably the kernel package for you). Then do a reset of alsa/pulse as the debian doc I linked to says.
Then after a reboot, read carefully the dmesg kernel logs to see errors. Check for more errors in /var/log.
WHen you stop and start pulseaudio, check the logs (cehck the doc, maybe in syslog or messages).
if you sudo alsamixer, with F4 and arrow keys, there are lots of things you can activate. Often, unmuting can solve a n issue. Then there are comman lines in alsa to unmute.
THen try to identify the output device. Debug it etc.
the arch wiki has lots of tricks to try, that are often very relevant for debian.
https://wiki.debian.org/PulseAudiohttps://wiki.archlinux.org/index.php/Pu ... o/Examples