Hello people,

So from what I've noticed (it's been an issue for a while), is that Pulseaudio no longer automatically starts on boot up in Kali Rolling anymore. This means that users have no sound or microphone, and need to start up Pulseaudio manually. From what I've noticed from starting it up via terminal, it gives this message:

Code:
root@kali:~# pulseaudio -D
W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).
root@kali:~#
I've been spending quite a while looking for a file called "main.c" so I could specify system,, but I've given up and just decided I would figure out how to make the command run on boot so I wouldn't have to do this anymore. But, is there a solution for this?