You are not logged in.

#1 2018-08-01 03:05:22

baudrillard
Member
Registered: 2018-07-16
Posts: 4

[SOLVED] pulseaudio no longer works, KDE5, lenovo x1c6

Hi there,

After a recent system update, pulseaudio, amongst some other things, has broken for me. My speakers and bluetooth no longer work, though a wired connection via the aux port works just fine.

It appears that, at least initially, pulseaudio no longer launches correctly. Running `pulseaudio --kill` initially returns an error about the daemon not currently running while `pulseaudio --start` hangs for quite some time.

Running `pacmd list-cards` returns

Daemon not responding.

Running `pulseaudio -vvv` yields the following error log:

I: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
I: [pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
D: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
I: [pulseaudio] core-util.c: Failed to acquire high-priority scheduling: Input/output error
I: [pulseaudio] main.c: This is PulseAudio 12.2
D: [pulseaudio] main.c: Compilation host: x86_64-pc-linux-gnu
D: [pulseaudio] main.c: Compilation CFLAGS: -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -W -Wextra -Wno-long-long -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -fno-common -fdiagnostics-show-option -fdiagnostics-color=auto
D: [pulseaudio] main.c: Running on host: Linux x86_64 4.17.11-arch1 #1 SMP PREEMPT Sun Jul 29 10:11:16 UTC 2018
D: [pulseaudio] main.c: Found 8 CPUs.
I: [pulseaudio] main.c: Page size is 4096 bytes
D: [pulseaudio] main.c: Compiled with Valgrind support: no
D: [pulseaudio] main.c: Running in valgrind mode: no
D: [pulseaudio] main.c: Running in VM: no
D: [pulseaudio] main.c: Optimized build: yes
D: [pulseaudio] main.c: FASTPATH defined, only fast path asserts disabled.
I: [pulseaudio] main.c: Machine ID is 794051a39fbf43249aa92d562da1aad9.
I: [pulseaudio] main.c: Session ID is c1.
I: [pulseaudio] main.c: Using runtime directory /run/user/1000/pulse.
I: [pulseaudio] main.c: Using state directory /home/spook/.config/pulse.
I: [pulseaudio] main.c: Using modules directory /usr/lib/pulse-12.2/modules.
I: [pulseaudio] main.c: Running in system mode: no
E: [pulseaudio] pid.c: Daemon already running.
E: [pulseaudio] main.c: pa_pid_file_create() failed.

After running this command, which took some time, it appears the daemon is now running when I check via `pulseaudio --check` which returns nothing. Similarly, `systemctl --user status pulseaudio.service` reflects that the service is technically running:

● pulseaudio.service - Sound Service
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; enabled; vendor preset: enabled)
   Active: activating (start) since Tue 2018-07-31 22:02:21 CDT; 2s ago
 Main PID: 12629 (pulseaudio)
   CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.service
           └─12629 /usr/bin/pulseaudio --daemonize=no

Jul 31 22:02:21 haunt systemd[519]: Starting Sound Service...

Despite these facts, my speakers are still not seen by pulseaudio.

I am kind of stuck right now and don't know where to go. I would greatly appreciate some help with where to go with this.

Last edited by baudrillard (2018-08-01 05:59:42)

Offline

#2 2018-08-01 05:59:10

baudrillard
Member
Registered: 2018-07-16
Posts: 4

Re: [SOLVED] pulseaudio no longer works, KDE5, lenovo x1c6

Good news, everyone, I'm an idiot.

This post helped solve my problem.

The core issue is that apparently I misunderstood the advisory about js52 as mentioned here.

I manually deleted the file after successfully updating. That was apparently a very stupid decision on my part.

reinstalling js52 solved my problem.

It also solved other weird behaviors on my install, such as KDE not being able to suspend quickly and the menu UI freezing on some behaviors/menu selections.

Yeah. Anyway, this posting is solved.

Offline

Board footer

Powered by FluxBB