Hello I fresh installed Kali linux 2021.4 but it has no sound, [It was working on Windows]
However I tried some stuff suggested by community:
Added Following Lines in .bashrc
pulseaudio -D
clearAfter rebooting it did show system audio instead of dummy output but there was no sound and upon manually trying to select different sound port i.e. Built in HDMI Sound It switched back to dummy Audio.
I also tried to add snd_hda_intel.dmic_detect=0 to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub
Still no sound
I tried completely removing pulseaudio reinstalled
No luck
Here is a screenshot of all the solutions on internet i tried had no luck in one screenshotAlsa Mixer Showing all sounds to MAX and HDA Intel PCH is enabledIn settingsDigital Output is selectedYet it shows Dummy output when I try to increase or decrease the VolumeHere
1 Answer
Found the solution, you need to install pipewire-pulse
sudo apt install pipewire-pulseThen restart, and it should work
For some reason it is installed in the live image and thus it works there, but it doesn't when you manually install it or download the rebuilt VM