Advertisement
rabbitfighter007

No Sound issue on Kali Linux

Jul 18th, 2024 (edited)
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. open a terminal:
  2.  
  3. # apt-get install alsa-utils -y
  4. or sudo apt install --mark-auto -y pipewire-audio
  5.  
  6. reboot
  7. and then copy and past this
  8.  
  9. # systemctl --user enable pulseaudio && systemctl --user start pulseaudio
  10.  
  11. sound icon is on top right tool-bar
  12.  
  13.  
  14. sounds like you have already tried this and it worked for me
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement