You are not logged in.

#1 2016-02-17 16:28:29

marcus-s
Member
From: Berlin, Germany
Registered: 2016-02-12
Posts: 21
Website

[SOLVED] PulseAudio - not starting up on boot

I'd like the sound card to come up on my system on boot time. So far, I have been unsuccessful in this endeavour. I know that this has been the topic of discussion before, namely here: https://bbs.archlinux.org/viewtopic.php?id=193722 .

The solutions brought forth in that topic I have tried on my machine too... to no avail. Setting

autospawn = yes

in /etc/pulse/client.conf has not worked. A ~/.pulse directory did not exist.

There's this nearly 7-year old posting I have found, didn't have time to test yet.

For the moment I'm using the workaround to put in

pulseaudio --start

into ~/.bashrc .

Is there any other solution I have missed? Or are there other steps I can take?

Thanks your time and consideration.

Last edited by marcus-s (2016-02-18 09:30:54)


Paper! Snow! A GHOST!
--
PGP key | Arch notes

Offline

#2 2016-02-17 18:02:30

ooo
Member
Registered: 2013-04-10
Posts: 1,638

Re: [SOLVED] PulseAudio - not starting up on boot

did you try:

systemctl enable pulseaudio

https://wiki.archlinux.org/index.php/sy … sing_units

Offline

#3 2016-02-17 18:34:38

marcus-s
Member
From: Berlin, Germany
Registered: 2016-02-12
Posts: 21
Website

Re: [SOLVED] PulseAudio - not starting up on boot

ooo wrote:

did you try:

systemctl enable pulseaudio

https://wiki.archlinux.org/index.php/sy … sing_units

Tried that, it returns:

Failed to execute operation: No such file or directory

Paper! Snow! A GHOST!
--
PGP key | Arch notes

Offline

#4 2016-02-17 20:33:50

smirky
Member
From: Bulgaria
Registered: 2013-02-23
Posts: 277
Website

Re: [SOLVED] PulseAudio - not starting up on boot

I'm using:

$ sudo loginctl enable-linger <user>
$ systemctl --user enable pulseaudio

This is the so far the best setup for me.


Personal spot  ::  https://www.smirky.net/  ::  Try not to get lost!

Offline

#5 2016-02-18 02:15:02

ooo
Member
Registered: 2013-04-10
Posts: 1,638

Re: [SOLVED] PulseAudio - not starting up on boot

sorry I missed pulseaudio had an systemd user service these days.
smirky's suggestion basically does the same thing.

Last edited by ooo (2016-02-18 02:15:34)

Offline

#6 2016-02-18 09:34:05

marcus-s
Member
From: Berlin, Germany
Registered: 2016-02-12
Posts: 21
Website

Re: [SOLVED] PulseAudio - not starting up on boot

smirky wrote:

I'm using:

$ sudo loginctl enable-linger <user>
$ systemctl --user enable pulseaudio

This is the so far the best setup for me.


I tried that too just now... didn't help. Weird.

For some reason pulseaudio --start didn't work at all anymore. So I did a

sudo pacman -R pulseaudio pulseaudio-alsa

and then a

sudo pacman -S pulseaudio pulseaudio-alsa

I added pulseaudio --start into my ~/.bash_profile, and rebooted.

For some weird reason it's working now. Not the intended solution but I guess I have to live with it.

Thank you all for your time to look into the issue. Much appreciated.

Last edited by marcus-s (2016-02-18 09:34:51)


Paper! Snow! A GHOST!
--
PGP key | Arch notes

Offline

Board footer

Powered by FluxBB