You are not logged in.

#1 2013-10-31 09:16:27

maxarsys
Member
Registered: 2013-09-01
Posts: 61

Problem bluez and pulseaudio [SOLVED]

Hi,

I finished to install Arch on a Lenovo with success. The battery life is so much longer than my macbook pro, and the cpu temp are much lower. I felt I got riped off buying a Macbook pro. Well, I m still having two little errors and few things that I dont have on the fresh Arch Linux install on Lenovo E330.

First I m getting those errors in the logs :

Oct 31 08:31:04 lenovo pulseaudio[13618]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory
Oct 31 08:31:04 lenovo pulseaudio[13618]: [pulseaudio] bluez4-util.c: org.bluez.Manager.GetProperties() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory
[...]
[pulseaudio] sink-input.c: Failed to create sink input: sink is suspended.
Oct 31 11:00:58 lenovo pulseaudio[13618]: [alsa-sink-ALC269VC Analog] alsa-sink.c: Error opening PCM device front:0: Device or resource busy

I also noticed that ufw and NetworkManager are not logging to the systemd journal. Do I have to install syslog to get more logs ? I thought journactl was by default logging everything on the system.

I appreciate your help.

Last edited by maxarsys (2013-11-01 08:55:26)

Offline

#2 2013-10-31 10:02:42

HiImTye
Member
From: Halifax, NS, Canada
Registered: 2012-05-09
Posts: 1,072

Re: Problem bluez and pulseaudio [SOLVED]

as I learned, you have to run journalctl as root to see all of the logs. I just made an alias in my .bashrc

alias journalctl="sudo journalctl"

and then just use it as normal, i.e.

journalctl -b -0
journalctl -n 100
# etc..

as far as those pulseaudio errors go, is pulseaudio not working for you?

Last edited by HiImTye (2013-10-31 10:04:37)

Offline

#3 2013-10-31 11:19:14

nathema
Member
Registered: 2013-10-23
Posts: 4

Re: Problem bluez and pulseaudio [SOLVED]

I have same errors in my journal as OP: http://pastebin.com/raw.php?i=DRGzK8Xy

Offline

#4 2013-10-31 14:47:41

maxarsys
Member
Registered: 2013-09-01
Posts: 61

Re: Problem bluez and pulseaudio [SOLVED]

I fixed the journal issue using :


# usermod -a -G systemd-journal myusername

I will try to configure better bluez. And make the bluetooth working.

Offline

#5 2013-10-31 15:04:09

nathema
Member
Registered: 2013-10-23
Posts: 4

Re: Problem bluez and pulseaudio [SOLVED]

I fixed

[pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory

by

sudo systemctl enable bluetooth

Offline

Board footer

Powered by FluxBB