0

as the title says, pulse audio doesn't start when booting. I need to run

rm -rf /tmp/pulse* ~/.pulse* ~/.config/pulse
pulseaudio -k
pulseaudio --start

in order for it to start. I have even put these commands on an .sh and made this script to run on boot but it doesn's work unless i execute this file manually, sometimes i even have to run it twice.

  • OS: Manjaro Linux with i3
  • Pulseaudio: pulseaudio 13.0-dirty
  • Audio Devices: 00:03.0 Audio device: Intel Corporation Broadwell-U Audio Controller (rev 09) 00:1b.0 Audio device: Intel Corporation Wildcat Point-LP High Definition Audio Controller (rev 03)

[+] Discord and Godot Engine can find any input or output devices!

Panos Trak
  • 54
  • 1
  • 9

2 Answers2

0

Have you set up pulseaudio daemon in startup?

If not you can set up using following (depending on your linux version)

systemctl enable pulseaudio and systemctl start pulseaudio

Anil_M
  • 10,893
  • 6
  • 47
  • 74
0

I had the same issue with pulseaudio on my Manjaro with i3. The problem was with .i3/config, I just commented line:

exec --no-startup-id pulseaudio

Also, you can try to restart pulseaudio after boot by adding this line to .i3/config:

exec --no-startup-id systemctl --user restart pulseadio
colidyre
  • 4,170
  • 12
  • 37
  • 53
Oleksii
  • 1
  • 1