Fix Kali Linux no sound Kali linux system by default, the root user is unable to use the sound card, and there is no sound. The following methods are enabled: (1) Execute command at Terminal: Systemctl--user enable PulseAudio (2) Under/etc/default/directory, create a file named PulseAudio and add the following: PulseAudio _system_start=1 disallow_module_loading=0 Restart the system, there is a sound. In the case of a VMware virtual machine, a warning message can appear, resulting in no sound under Kali Linux. The workaround is as follows: (1) Right-click on the taskbar's sound icon and select the Recording command. (2) Right click on the blank, select Show Disabled Device command. (3) Right click on the newly emerged stereo mixer and select the Enable command. (4) Restart the Kali Linux system and you are ready.
Fix Kali Linux no sound