Page 1 of 2

No sound with new Mageia 6 installation

PostPosted: Jul 22nd, '17, 00:12
by gerzal
[CLOSED]
Hi everybody!
I installed Mga6 with gnome-shell 64bit dvd and there is no sound, any ideas to fix this problem please ?

Re: No sound with new Mageia 6 installation

PostPosted: Jul 22nd, '17, 09:40
by doktor5000
Can you please post the output as normal user of

Code: Select all
lspcidrake -v
systemctl --user status pulseaudio.socket pulseaudio.service -a
LC_ALL=C PULSE_LOG=99 pulseaudio --check
pacmd ls
aplay -l
amixer controls

Re: No sound with new Mageia 6 installation

PostPosted: Jul 22nd, '17, 15:02
by gerzal
Here is the output :


Code: Select all
[gerzal@dhcppc1 ~]$     lspcidrake -v
snd_hda_intel   : Intel Corporation|NM10/ICH7 Family High Definition Audio Controller [MULTIMEDIA_AUDIO_DEV] (vendor:8086 device:27d8 subv:1462 subd:7592) (rev: 01)
uhci_hcd        : Intel Corporation|NM10/ICH7 Family USB UHCI Controller #2 [SERIAL_USB] (vendor:8086 device:27c9 subv:1462 subd:7592) (rev: 01)
r8169           : Realtek Semiconductor Co., Ltd.|RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [NETWORK_ETHERNET] (vendor:10ec device:8136 subv:1462 subd:7592) (rev: 05)
intel_rng       : Intel Corporation|82801GB/GR (ICH7 Family) LPC Interface Bridge [BRIDGE_ISA] (vendor:8086 device:27b8 subv:1462 subd:7592) (rev: 01)
uhci_hcd        : Intel Corporation|NM10/ICH7 Family USB UHCI Controller #4 [SERIAL_USB] (vendor:8086 device:27cb subv:1462 subd:7592) (rev: 01)
shpchp          : Intel Corporation|NM10/ICH7 Family PCI Express Port 1 [BRIDGE_PCI] (vendor:8086 device:27d0) (rev: 01)
ata_piix        : Intel Corporation|NM10/ICH7 Family SATA Controller [IDE mode] [STORAGE_IDE] (vendor:8086 device:27c0 subv:1462 subd:7592) (rev: 01)
ehci_pci        : Intel Corporation|NM10/ICH7 Family USB2 EHCI Controller [SERIAL_USB] (vendor:8086 device:27cc subv:1462 subd:7592) (rev: 01)
Card:Intel 810 and later: Intel Corporation|4 Series Chipset Integrated Graphics Controller [DISPLAY_VGA] (vendor:8086 device:2e32 subv:1462 subd:7592) (rev: 03)
uhci_hcd        : Intel Corporation|NM10/ICH7 Family USB UHCI Controller #1 [SERIAL_USB] (vendor:8086 device:27c8 subv:1462 subd:7592) (rev: 01)
uhci_hcd        : Intel Corporation|NM10/ICH7 Family USB UHCI Controller #3 [SERIAL_USB] (vendor:8086 device:27ca subv:1462 subd:7592) (rev: 01)
ata_piix        : Intel Corporation|82801G (ICH7 Family) IDE Controller [STORAGE_IDE] (vendor:8086 device:27df subv:1462 subd:7592) (rev: 01)
shpchp          : Intel Corporation|NM10/ICH7 Family PCI Express Port 2 [BRIDGE_PCI] (vendor:8086 device:27d2) (rev: 01)
unknown         : Intel Corporation|4 Series Chipset DRAM Controller [BRIDGE_HOST] (vendor:8086 device:2e30 subv:1462 subd:7592) (rev: 03)
i2c_i801        : Intel Corporation|NM10/ICH7 Family SMBus Controller [SERIAL_SMBUS] (vendor:8086 device:27da subv:1462 subd:7592) (rev: 01)
unknown         : Intel Corporation|82801 PCI Bridge [BRIDGE_PCI] (vendor:8086 device:244e) (rev: e1)
hub             : Linux 4.9.35-desktop-1.mga6 ehci_hcd|EHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0002)
hub             : Linux 4.9.35-desktop-1.mga6 uhci_hcd|UHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
usbhid          : USB|USB Keyboard [Human Interface Device|Boot Interface Subclass|Keyboard] (vendor:1a2c device:2d23)
hub             : Linux 4.9.35-desktop-1.mga6 uhci_hcd|UHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
usbhid          : Trust International B.V.|USB Mouse [Human Interface Device|Boot Interface Subclass|Mouse] (vendor:15d9 device:0a33)
hub             : Linux 4.9.35-desktop-1.mga6 uhci_hcd|UHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
hub             : Linux 4.9.35-desktop-1.mga6 uhci_hcd|UHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
hid_generic     : USB Mouse
hid_generic     : USB USB Keyboard
hid_generic     : USB USB Keyboard
[gerzal@dhcppc1 ~]$     systemctl --user status pulseaudio.socket pulseaudio.service -a
● pulseaudio.socket - Sound System
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:35 CET; 4min 43s ago
   Listen: /run/user/1000/pulse/native (Stream)

Jul 22 13:55:35 dhcppc1 systemd[2107]: Listening on Sound System.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

● pulseaudio.service - Sound Service
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:40 CET; 4min 38s ago
 Main PID: 2253 (pulseaudio)
   CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.service
           ├─2253 /usr/bin/pulseaudio --daemonize=no
           └─2256 /usr/libexec/pulse/gconf-helper

Jul 22 13:55:40 dhcppc1 systemd[2107]: Starting Sound Service...
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect"
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] main.c: Module load failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Err
Jul 22 13:55:40 dhcppc1 systemd[2107]: Started Sound Service.
Jul 22 13:56:06 dhcppc1 pulseaudio[2253]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedeskto
_...skipping...
● pulseaudio.socket - Sound System
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:35 CET; 4min 43s ago
   Listen: /run/user/1000/pulse/native (Stream)

Jul 22 13:55:35 dhcppc1 systemd[2107]: Listening on Sound System.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

● pulseaudio.service - Sound Service
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:40 CET; 4min 38s ago
 Main PID: 2253 (pulseaudio)
   CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.service
           ├─2253 /usr/bin/pulseaudio --daemonize=no
           └─2256 /usr/libexec/pulse/gconf-helper

Jul 22 13:55:40 dhcppc1 systemd[2107]: Starting Sound Service...
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect"
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] main.c: Module load failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Err
Jul 22 13:55:40 dhcppc1 systemd[2107]: Started Sound Service.
Jul 22 13:56:06 dhcppc1 pulseaudio[2253]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedeskto
~
~
~
~
~
~
~
~
~
...skipping...
● pulseaudio.socket - Sound System
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:35 CET; 4min 43s ago
   Listen: /run/user/1000/pulse/native (Stream)

Jul 22 13:55:35 dhcppc1 systemd[2107]: Listening on Sound System.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

● pulseaudio.service - Sound Service
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:40 CET; 4min 38s ago
 Main PID: 2253 (pulseaudio)
   CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.service
           ├─2253 /usr/bin/pulseaudio --daemonize=no
           └─2256 /usr/libexec/pulse/gconf-helper

Jul 22 13:55:40 dhcppc1 systemd[2107]: Starting Sound Service...
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect"
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] main.c: Module load failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Err
Jul 22 13:55:40 dhcppc1 systemd[2107]: Started Sound Service.
Jul 22 13:56:06 dhcppc1 pulseaudio[2253]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedeskto
~
~
~
~
~
~
~
~
~
...skipping...
● pulseaudio.socket - Sound System
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:35 CET; 4min 43s ago
   Listen: /run/user/1000/pulse/native (Stream)

Jul 22 13:55:35 dhcppc1 systemd[2107]: Listening on Sound System.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

● pulseaudio.service - Sound Service
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:40 CET; 4min 38s ago
 Main PID: 2253 (pulseaudio)
   CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.service
           ├─2253 /usr/bin/pulseaudio --daemonize=no
           └─2256 /usr/libexec/pulse/gconf-helper

Jul 22 13:55:40 dhcppc1 systemd[2107]: Starting Sound Service...
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect"
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] main.c: Module load failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Err
Jul 22 13:55:40 dhcppc1 systemd[2107]: Started Sound Service.
Jul 22 13:56:06 dhcppc1 pulseaudio[2253]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedeskto
~
~
~
~
~
~
~
~
~
...skipping...
● pulseaudio.socket - Sound System
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:35 CET; 4min 43s ago
   Listen: /run/user/1000/pulse/native (Stream)

Jul 22 13:55:35 dhcppc1 systemd[2107]: Listening on Sound System.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

● pulseaudio.service - Sound Service
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:40 CET; 4min 38s ago
 Main PID: 2253 (pulseaudio)
   CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.service
           ├─2253 /usr/bin/pulseaudio --daemonize=no
           └─2256 /usr/libexec/pulse/gconf-helper

Jul 22 13:55:40 dhcppc1 systemd[2107]: Starting Sound Service...
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect"
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] main.c: Module load failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Err
Jul 22 13:55:40 dhcppc1 systemd[2107]: Started Sound Service.
Jul 22 13:56:06 dhcppc1 pulseaudio[2253]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedeskto
~
~
~
~
~
~
~
~
~
log file:


































● pulseaudio.socket - Sound System
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:35 CET; 4min 43s ago
   Listen: /run/user/1000/pulse/native (Stream)

Jul 22 13:55:35 dhcppc1 systemd[2107]: Listening on Sound System.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

● pulseaudio.service - Sound Service
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:40 CET; 4min 38s ago
 Main PID: 2253 (pulseaudio)
   CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.service
           ├─2253 /usr/bin/pulseaudio --daemonize=no
           └─2256 /usr/libexec/pulse/gconf-helper

Jul 22 13:55:40 dhcppc1 systemd[2107]: Starting Sound Service...
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect" (
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] main.c: Module load failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Erro
Jul 22 13:55:40 dhcppc1 systemd[2107]: Started Sound Service.
Jul 22 13:56:06 dhcppc1 pulseaudio[2253]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop
~
~
~
~
~
~
~
~
~
lines 1-24/24 (END)


































● pulseaudio.socket - Sound System
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:35 CET; 4min 43s ago
   Listen: /run/user/1000/pulse/native (Stream)

Jul 22 13:55:35 dhcppc1 systemd[2107]: Listening on Sound System.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

● pulseaudio.service - Sound Service
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:40 CET; 4min 38s ago
 Main PID: 2253 (pulseaudio)
   CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.service
           ├─2253 /usr/bin/pulseaudio --daemonize=no
           └─2256 /usr/libexec/pulse/gconf-helper

Jul 22 13:55:40 dhcppc1 systemd[2107]: Starting Sound Service...
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session b
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect" (a
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] main.c: Module load failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.D
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error
Jul 22 13:55:40 dhcppc1 systemd[2107]: Started Sound Service.
Jul 22 13:56:06 dhcppc1 pulseaudio[2253]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.
~
~
~
~
~
~
~
~
~
lines 1-24/24 (END)...skipping...
● pulseaudio.socket - Sound System
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:35 CET; 4min 43s ago
   Listen: /run/user/1000/pulse/native (Stream)

Jul 22 13:55:35 dhcppc1 systemd[2107]: Listening on Sound System.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

● pulseaudio.service - Sound Service
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:40 CET; 4min 38s ago
 Main PID: 2253 (pulseaudio)
   CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.service
           ├─2253 /usr/bin/pulseaudio --daemonize=no
           └─2256 /usr/libexec/pulse/gconf-helper

Jul 22 13:55:40 dhcppc1 systemd[2107]: Starting Sound Service...
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session bus
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect" (arg
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] main.c: Module load failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBu
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.N
Jul 22 13:55:40 dhcppc1 systemd[2107]: Started Sound Service.
Jul 22 13:56:06 dhcppc1 pulseaudio[2253]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DB
~
~
~
~
~
~
~
~
~
~
lines 1-24/24 (END)



































● pulseaudio.socket - Sound System
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:35 CET; 4min 43s ago
   Listen: /run/user/1000/pulse/native (Stream)

Jul 22 13:55:35 dhcppc1 systemd[2107]: Listening on Sound System.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

● pulseaudio.service - Sound Service
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:40 CET; 4min 38s ago
 Main PID: 2253 (pulseaudio)
   CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.service
           ├─2253 /usr/bin/pulseaudio --daemonize=no
           └─2256 /usr/libexec/pulse/gconf-helper

Jul 22 13:55:40 dhcppc1 systemd[2107]: Starting Sound Service...
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session bus: o
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect" (argume
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] main.c: Module load failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.E
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotS
Jul 22 13:55:40 dhcppc1 systemd[2107]: Started Sound Service.
Jul 22 13:56:06 dhcppc1 pulseaudio[2253]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.
~
~
~
~
~
~
~
~
~
~
lines 1-24/24 (END)...skipping...
● pulseaudio.socket - Sound System
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:35 CET; 4min 43s ago
   Listen: /run/user/1000/pulse/native (Stream)

Jul 22 13:55:35 dhcppc1 systemd[2107]: Listening on Sound System.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

● pulseaudio.service - Sound Service
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:40 CET; 4min 38s ago
 Main PID: 2253 (pulseaudio)
   CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.service
           ├─2253 /usr/bin/pulseaudio --daemonize=no
           └─2256 /usr/libexec/pulse/gconf-helper

Jul 22 13:55:40 dhcppc1 systemd[2107]: Starting Sound Service...
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session bus: org.freede
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect" (argument: "chan
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] main.c: Module load failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotS
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported:
Jul 22 13:55:40 dhcppc1 systemd[2107]: Started Sound Service.
Jul 22 13:56:06 dhcppc1 pulseaudio[2253]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoR
~
~
~
~
~
~
~
~
~
~
~
~
lines 1-24/24 (END)...skipping...
● pulseaudio.socket - Sound System
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:35 CET; 4min 43s ago
   Listen: /run/user/1000/pulse/native (Stream)

Jul 22 13:55:35 dhcppc1 systemd[2107]: Listening on Sound System.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

● pulseaudio.service - Sound Service
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:40 CET; 4min 38s ago
 Main PID: 2253 (pulseaudio)
   CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.service
           ├─2253 /usr/bin/pulseaudio --daemonize=no
           └─2256 /usr/libexec/pulse/gconf-helper

Jul 22 13:55:40 dhcppc1 systemd[2107]: Starting Sound Service...
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session bus: org.freedesktop.D
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect" (argument: "channels=2"
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] main.c: Module load failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupporte
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable
Jul 22 13:55:40 dhcppc1 systemd[2107]: Started Sound Service.
Jul 22 13:56:06 dhcppc1 pulseaudio[2253]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: D
~
~
~
~
~
~
~
~
~
~
~
~
~
~
lines 1-24/24 (END)...skipping...
● pulseaudio.socket - Sound System
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:35 CET; 4min 43s ago
   Listen: /run/user/1000/pulse/native (Stream)

Jul 22 13:55:35 dhcppc1 systemd[2107]: Listening on Sound System.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

● pulseaudio.service - Sound Service
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:40 CET; 4min 38s ago
 Main PID: 2253 (pulseaudio)
   CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.service
           ├─2253 /usr/bin/pulseaudio --daemonize=no
           └─2256 /usr/libexec/pulse/gconf-helper

Jul 22 13:55:40 dhcppc1 systemd[2107]: Starting Sound Service...
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session bus: org.freedesktop.DBus.Error.NotSupporte
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect" (argument: "channels=2"): initialization fai
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] main.c: Module load failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaun
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus
Jul 22 13:55:40 dhcppc1 systemd[2107]: Started Sound Service.
Jul 22 13:56:06 dhcppc1 pulseaudio[2253]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a repl
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
lines 1-24/24 (END)...skipping...
● pulseaudio.socket - Sound System
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:35 CET; 4min 43s ago
   Listen: /run/user/1000/pulse/native (Stream)

Jul 22 13:55:35 dhcppc1 systemd[2107]: Listening on Sound System.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

● pulseaudio.service - Sound Service
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:40 CET; 4min 38s ago
 Main PID: 2253 (pulseaudio)
   CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.service
           ├─2253 /usr/bin/pulseaudio --daemonize=no
           └─2256 /usr/libexec/pulse/gconf-helper

Jul 22 13:55:40 dhcppc1 systemd[2107]: Starting Sound Service...
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session bus: org.freedesktop.DBus.Error.NotSupported: Unable t
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect" (argument: "channels=2"): initialization failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] main.c: Module load failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-d
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon wit
Jul 22 13:55:40 dhcppc1 systemd[2107]: Started Sound Service.
Jul 22 13:56:06 dhcppc1 pulseaudio[2253]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
lines 1-24/24 (END)















































● pulseaudio.socket - Sound System
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:35 CET; 4min 43s ago
   Listen: /run/user/1000/pulse/native (Stream)

Jul 22 13:55:35 dhcppc1 systemd[2107]: Listening on Sound System.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

● pulseaudio.service - Sound Service
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:40 CET; 4min 38s ago
 Main PID: 2253 (pulseaudio)
   CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.service
           ├─2253 /usr/bin/pulseaudio --daemonize=no
           └─2256 /usr/libexec/pulse/gconf-helper

Jul 22 13:55:40 dhcppc1 systemd[2107]: Starting Sound Service...
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session bus: org.freedesktop.DBus.Error.NotSupported: Unable to
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect" (argument: "channels=2"): initialization failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] main.c: Module load failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-da
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon with
Jul 22 13:55:40 dhcppc1 systemd[2107]: Started Sound Service.
Jul 22 13:56:06 dhcppc1 pulseaudio[2253]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
lines 1-24/24 (END)














































● pulseaudio.socket - Sound System
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:35 CET; 4min 43s ago
   Listen: /run/user/1000/pulse/native (Stream)

Jul 22 13:55:35 dhcppc1 systemd[2107]: Listening on Sound System.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

● pulseaudio.service - Sound Service
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:40 CET; 4min 38s ago
 Main PID: 2253 (pulseaudio)
   CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.service
           ├─2253 /usr/bin/pulseaudio --daemonize=no
           └─2256 /usr/libexec/pulse/gconf-helper

Jul 22 13:55:40 dhcppc1 systemd[2107]: Starting Sound Service...
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session bus: org.freedesktop.DBus.Error.NotSupported: Unable to
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect" (argument: "channels=2"): initialization failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] main.c: Module load failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-da
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon with
Jul 22 13:55:40 dhcppc1 systemd[2107]: Started Sound Service.
Jul 22 13:56:06 dhcppc1 pulseaudio[2253]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
lines 1-24/24 (END)














































● pulseaudio.socket - Sound System
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:35 CET; 4min 43s ago
   Listen: /run/user/1000/pulse/native (Stream)

Jul 22 13:55:35 dhcppc1 systemd[2107]: Listening on Sound System.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

● pulseaudio.service - Sound Service
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:40 CET; 4min 38s ago
 Main PID: 2253 (pulseaudio)
   CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.service
           ├─2253 /usr/bin/pulseaudio --daemonize=no
           └─2256 /usr/libexec/pulse/gconf-helper

Jul 22 13:55:40 dhcppc1 systemd[2107]: Starting Sound Service...
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session bus: org.freedesktop.DBus.Error.NotSupported: Unable to
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect" (argument: "channels=2"): initialization failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] main.c: Module load failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-dae
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon witho
Jul 22 13:55:40 dhcppc1 systemd[2107]: Started Sound Service.
Jul 22 13:56:06 dhcppc1 pulseaudio[2253]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible c
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
lines 1-24/24 (END)













































● pulseaudio.socket - Sound System
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:35 CET; 4min 43s ago
   Listen: /run/user/1000/pulse/native (Stream)

Jul 22 13:55:35 dhcppc1 systemd[2107]: Listening on Sound System.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

● pulseaudio.service - Sound Service
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:40 CET; 4min 38s ago
 Main PID: 2253 (pulseaudio)
   CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.service
           ├─2253 /usr/bin/pulseaudio --daemonize=no
           └─2256 /usr/libexec/pulse/gconf-helper

Jul 22 13:55:40 dhcppc1 systemd[2107]: Starting Sound Service...
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session bus: org.freedesktop.DBus.Error.NotSupported: Unable to a
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect" (argument: "channels=2"): initialization failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] main.c: Module load failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daem
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon withou
Jul 22 13:55:40 dhcppc1 systemd[2107]: Started Sound Service.
Jul 22 13:56:06 dhcppc1 pulseaudio[2253]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible ca
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
lines 1-24/24 (END)












































● pulseaudio.socket - Sound System
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:35 CET; 4min 43s ago
   Listen: /run/user/1000/pulse/native (Stream)

Jul 22 13:55:35 dhcppc1 systemd[2107]: Listening on Sound System.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

● pulseaudio.service - Sound Service
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:40 CET; 4min 38s ago
 Main PID: 2253 (pulseaudio)
   CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.service
           ├─2253 /usr/bin/pulseaudio --daemonize=no
           └─2256 /usr/libexec/pulse/gconf-helper

Jul 22 13:55:40 dhcppc1 systemd[2107]: Starting Sound Service...
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session bus: org.freedesktop.DBus.Error.NotSupported: Unable to au
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect" (argument: "channels=2"): initialization failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] main.c: Module load failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemo
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without
Jul 22 13:55:40 dhcppc1 systemd[2107]: Started Sound Service.
Jul 22 13:56:06 dhcppc1 pulseaudio[2253]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible cau
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
lines 1-24/24 (END)











































● pulseaudio.socket - Sound System
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:35 CET; 4min 43s ago
   Listen: /run/user/1000/pulse/native (Stream)

Jul 22 13:55:35 dhcppc1 systemd[2107]: Listening on Sound System.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

● pulseaudio.service - Sound Service
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:40 CET; 4min 38s ago
 Main PID: 2253 (pulseaudio)
   CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.service
           ├─2253 /usr/bin/pulseaudio --daemonize=no
           └─2256 /usr/libexec/pulse/gconf-helper

Jul 22 13:55:40 dhcppc1 systemd[2107]: Starting Sound Service...
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session bus: org.freedesktop.DBus.Error.NotSupported: Unable to a
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect" (argument: "channels=2"): initialization failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] main.c: Module load failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daem
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon withou
Jul 22 13:55:40 dhcppc1 systemd[2107]: Started Sound Service.
Jul 22 13:56:06 dhcppc1 pulseaudio[2253]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible ca
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
lines 1-24/24 (END)











































● pulseaudio.socket - Sound System
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:35 CET; 4min 43s ago
   Listen: /run/user/1000/pulse/native (Stream)

Jul 22 13:55:35 dhcppc1 systemd[2107]: Listening on Sound System.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

● pulseaudio.service - Sound Service
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2017-07-22 13:55:40 CET; 4min 38s ago
 Main PID: 2253 (pulseaudio)
   CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.service
           ├─2253 /usr/bin/pulseaudio --daemonize=no
           └─2256 /usr/libexec/pulse/gconf-helper

Jul 22 13:55:40 dhcppc1 systemd[2107]: Starting Sound Service...
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session bus: org.freedesktop.DBus.Error.NotSupported: Unable to a
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect" (argument: "channels=2"): initialization failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: E: [pulseaudio] main.c: Module load failed.
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daem
Jul 22 13:55:40 dhcppc1 pulseaudio[2253]: W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon withou
Jul 22 13:55:40 dhcppc1 systemd[2107]: Started Sound Service.
Jul 22 13:56:06 dhcppc1 pulseaudio[2253]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible ca
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
lines 1-24/24 (END)

Re: No sound with new Mageia 6 installation

PostPosted: Jul 22nd, '17, 23:38
by gerzal
I'm still wawiting

Re: No sound with new Mageia 6 installation

PostPosted: Jul 22nd, '17, 23:42
by isadora
Please gerzal, be patient.
This remark doesn't really speed up any volunteer assisting you.

Re: No sound with new Mageia 6 installation

PostPosted: Jul 23rd, '17, 19:47
by doktor5000
Seems you pasted the same output several times, the other stuff is still missing

Code: Select all
LC_ALL=C PULSE_LOG=99 pulseaudio --check
pacmd ls
aplay -l
amixer controls

Re: No sound with new Mageia 6 installation

PostPosted: Jul 23rd, '17, 21:22
by gerzal
Code: Select all
[gerzal@dhcppc1 ~]$ LC_ALL=C PULSE_LOG=99 pulseaudio --check
D: [pulseaudio] caps.c: Cleaning up privileges.
D: [pulseaudio] conf-parser.c: Parsing configuration file '/etc/pulse/daemon.conf'
D: [pulseaudio] conf-parser.c: /etc/pulse/daemon.conf.d does not exist, ignoring.
I: [pulseaudio] main.c: Daemon running as PID 2344
[gerzal@dhcppc1 ~]$ pacmd ls
Memory blocks currently allocated: 1, size: 63.9 KiB.
Memory blocks allocated during the whole lifetime: 40, size: 2.1 MiB.
Memory blocks imported from other processes: 0, size: 0 B.
Memory blocks exported to other processes: 0, size: 0 B.
Total sample cache size: 0 B.
Default sample spec: s16le 2ch 44100Hz
Default channel map: front-left,front-right
Default sink name: alsa_output.pci-0000_00_1b.0.iec958-stereo
Default source name: alsa_input.pci-0000_00_1b.0.analog-stereo
Memory blocks of type POOL: 1 allocated/1 accumulated.
Memory blocks of type POOL_EXTERNAL: 0 allocated/0 accumulated.
Memory blocks of type APPENDED: 0 allocated/0 accumulated.
Memory blocks of type USER: 0 allocated/0 accumulated.
Memory blocks of type FIXED: 0 allocated/39 accumulated.
Memory blocks of type IMPORTED: 0 allocated/0 accumulated.
26 module(s) loaded.
    index: 0
   name: <module-device-restore>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "Automatically restore the volume/mute state of devices"
      module.version = "10.0.0-1.mga6"
    index: 1
   name: <module-stream-restore>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "Automatically restore the volume/mute/device state of streams"
      module.version = "10.0.0-1.mga6"
    index: 2
   name: <module-card-restore>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "Automatically restore profile of cards"
      module.version = "10.0.0-1.mga6"
    index: 3
   name: <module-augment-properties>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "Augment the property sets of streams with additional static information"
      module.version = "10.0.0-1.mga6"
    index: 4
   name: <module-switch-on-port-available>
   argument: <>
   used: -1
   load once: no
   properties:
      
    index: 5
   name: <module-udev-detect>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "Detect available audio hardware and load matching drivers"
      module.version = "10.0.0-1.mga6"
    index: 6
   name: <module-alsa-card>
   argument: <device_id="0" name="pci-0000_00_1b.0" card_name="alsa_card.pci-0000_00_1b.0" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1">
   used: 0
   load once: no
   properties:
      module.author = "Lennart Poettering"
      module.description = "ALSA Card"
      module.version = "10.0.0-1.mga6"
    index: 8
   name: <module-bluetooth-policy>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Frédéric Dalleau, Pali Rohár"
      module.description = "Policy module to make using bluetooth devices out-of-the-box easier"
      module.version = "10.0.0-1.mga6"
    index: 9
   name: <module-bluetooth-discover>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "João Paulo Rechi Vita"
      module.description = "Detect available Bluetooth daemon and load the corresponding discovery module"
      module.version = "10.0.0-1.mga6"
    index: 10
   name: <module-bluez5-discover>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "João Paulo Rechi Vita"
      module.description = "Detect available BlueZ 5 Bluetooth audio devices and load BlueZ 5 Bluetooth audio drivers"
      module.version = "10.0.0-1.mga6"
    index: 11
   name: <module-esound-protocol-unix>
   argument: <>
   used: -1
   load once: no
   properties:
      module.author = "Lennart Poettering"
      module.description = "ESOUND protocol (UNIX sockets)"
      module.version = "10.0.0-1.mga6"
    index: 12
   name: <module-native-protocol-unix>
   argument: <>
   used: -1
   load once: no
   properties:
      module.author = "Lennart Poettering"
      module.description = "Native protocol (UNIX sockets)"
      module.version = "10.0.0-1.mga6"
    index: 13
   name: <module-gconf>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "GConf Adapter"
      module.version = "10.0.0-1.mga6"
    index: 14
   name: <module-default-device-restore>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "Automatically restore the default sink and source"
      module.version = "10.0.0-1.mga6"
    index: 15
   name: <module-rescue-streams>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "When a sink/source is removed, try to move its streams to the default sink/source"
      module.version = "10.0.0-1.mga6"
    index: 16
   name: <module-always-sink>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Colin Guthrie"
      module.description = "Always keeps at least one sink loaded even if it's a null one"
      module.version = "10.0.0-1.mga6"
    index: 17
   name: <module-intended-roles>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "Automatically set device of streams based on intended roles of devices"
      module.version = "10.0.0-1.mga6"
    index: 18
   name: <module-suspend-on-idle>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "When a sink/source is idle for too long, suspend it"
      module.version = "10.0.0-1.mga6"
    index: 19
   name: <module-systemd-login>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "Create a client for each login session of this user"
      module.version = "10.0.0-1.mga6"
    index: 20
   name: <module-position-event-sounds>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "Position event sounds between L and R depending on the position on screen of the widget triggering them."
      module.version = "10.0.0-1.mga6"
    index: 21
   name: <module-role-cork>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "Mute & cork streams with certain roles while others exist"
      module.version = "10.0.0-1.mga6"
    index: 22
   name: <module-filter-heuristics>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Colin Guthrie"
      module.description = "Detect when various filters are desirable"
      module.version = "10.0.0-1.mga6"
    index: 23
   name: <module-filter-apply>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Colin Guthrie"
      module.description = "Load filter sinks automatically when needed"
      module.version = "10.0.0-1.mga6"
    index: 24
   name: <module-x11-publish>
   argument: <display=:0>
   used: -1
   load once: no
   properties:
      module.author = "Lennart Poettering"
      module.description = "X11 credential publisher"
      module.version = "10.0.0-1.mga6"
    index: 25
   name: <module-x11-xsmp>
   argument: <display=:0 session_manager=local/dhcppc1:@/tmp/.ICE-unix/2219,unix/dhcppc1:/tmp/.ICE-unix/2219>
   used: -1
   load once: no
   properties:
      module.author = "Lennart Poettering"
      module.description = "X11 session management"
      module.version = "10.0.0-1.mga6"
    index: 26
   name: <module-cli-protocol-unix>
   argument: <>
   used: -1
   load once: no
   properties:
      module.author = "Lennart Poettering"
      module.description = "Command line interface protocol (UNIX sockets)"
      module.version = "10.0.0-1.mga6"
1 sink(s) available.
  * index: 0
   name: <alsa_output.pci-0000_00_1b.0.iec958-stereo>
   driver: <module-alsa-card.c>
   flags: HARDWARE HW_MUTE_CTRL DECIBEL_VOLUME LATENCY FLAT_VOLUME DYNAMIC_LATENCY
   state: SUSPENDED
   suspend cause: IDLE
   priority: 9958
   volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
           balance 0.00
   base volume: 65536 / 100% / 0.00 dB
   volume steps: 65537
   muted: no
   current latency: 0.00 ms
   max request: 0 KiB
   max rewind: 0 KiB
   monitor source: 0
   sample spec: s16le 2ch 44100Hz
   channel map: front-left,front-right
                Stereo
   used by: 0
   linked by: 0
   configured latency: 0.00 ms; range is 0.50 .. 2000.00 ms
   card: 0 <alsa_card.pci-0000_00_1b.0>
   module: 6
   properties:
      alsa.resolution_bits = "16"
      device.api = "alsa"
      device.class = "sound"
      alsa.class = "generic"
      alsa.subclass = "generic-mix"
      alsa.name = "ALC662 rev1 Digital"
      alsa.id = "ALC662 rev1 Digital"
      alsa.subdevice = "0"
      alsa.subdevice_name = "subdevice #0"
      alsa.device = "1"
      alsa.card = "0"
      alsa.card_name = "HDA Intel"
      alsa.long_card_name = "HDA Intel at 0xfebf4000 irq 27"
      alsa.driver_name = "snd_hda_intel"
      device.bus_path = "pci-0000:00:1b.0"
      sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
      device.bus = "pci"
      device.vendor.id = "8086"
      device.vendor.name = "Intel Corporation"
      device.product.id = "27d8"
      device.product.name = "NM10/ICH7 Family High Definition Audio Controller"
      device.form_factor = "internal"
      device.string = "iec958:0"
      device.buffering.buffer_size = "352800"
      device.buffering.fragment_size = "176400"
      device.access_mode = "mmap+timer"
      device.profile.name = "iec958-stereo"
      device.profile.description = "Digital Stereo (IEC958)"
      device.description = "Built-in Audio Digital Stereo (IEC958)"
      alsa.mixer_name = "Realtek ALC662 rev1"
      alsa.components = "HDA:10ec0662,14627592,00100101"
      module-udev-detect.discovered = "1"
      device.icon_name = "audio-card-pci"
   ports:
      iec958-stereo-output: Digital Output (S/PDIF) (priority 0, latency offset 0 usec, available: unknown)
         properties:
            
   active port: <iec958-stereo-output>
2 source(s) available.
    index: 0
   name: <alsa_output.pci-0000_00_1b.0.iec958-stereo.monitor>
   driver: <module-alsa-card.c>
   flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
   state: SUSPENDED
   suspend cause: IDLE
   priority: 1950
   volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
           balance 0.00
   base volume: 65536 / 100% / 0.00 dB
   volume steps: 65537
   muted: no
   current latency: 0.00 ms
   max rewind: 0 KiB
   sample spec: s16le 2ch 44100Hz
   channel map: front-left,front-right
                Stereo
   used by: 0
   linked by: 0
   configured latency: 0.00 ms; range is 0.50 .. 2000.00 ms
   monitor_of: 0
   card: 0 <alsa_card.pci-0000_00_1b.0>
   module: 6
   properties:
      device.description = "Monitor of Built-in Audio Digital Stereo (IEC958)"
      device.class = "monitor"
      alsa.card = "0"
      alsa.card_name = "HDA Intel"
      alsa.long_card_name = "HDA Intel at 0xfebf4000 irq 27"
      alsa.driver_name = "snd_hda_intel"
      device.bus_path = "pci-0000:00:1b.0"
      sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
      device.bus = "pci"
      device.vendor.id = "8086"
      device.vendor.name = "Intel Corporation"
      device.product.id = "27d8"
      device.product.name = "NM10/ICH7 Family High Definition Audio Controller"
      device.form_factor = "internal"
      device.string = "0"
      module-udev-detect.discovered = "1"
      device.icon_name = "audio-card-pci"
  * index: 1
   name: <alsa_input.pci-0000_00_1b.0.analog-stereo>
   driver: <module-alsa-card.c>
   flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
   state: SUSPENDED
   suspend cause: IDLE
   priority: 9959
   volume: front-left: 3479 /   5% / -76.50 dB,   front-right: 3479 /   5% / -76.50 dB
           balance 0.00
   base volume: 5841 /   9% / -63.00 dB
   volume steps: 65537
   muted: no
   current latency: 0.00 ms
   max rewind: 0 KiB
   sample spec: s16le 2ch 44100Hz
   channel map: front-left,front-right
                Stereo
   used by: 0
   linked by: 0
   configured latency: 0.00 ms; range is 0.50 .. 2000.00 ms
   card: 0 <alsa_card.pci-0000_00_1b.0>
   module: 6
   properties:
      alsa.resolution_bits = "16"
      device.api = "alsa"
      device.class = "sound"
      alsa.class = "generic"
      alsa.subclass = "generic-mix"
      alsa.name = "ALC662 rev1 Analog"
      alsa.id = "ALC662 rev1 Analog"
      alsa.subdevice = "0"
      alsa.subdevice_name = "subdevice #0"
      alsa.device = "0"
      alsa.card = "0"
      alsa.card_name = "HDA Intel"
      alsa.long_card_name = "HDA Intel at 0xfebf4000 irq 27"
      alsa.driver_name = "snd_hda_intel"
      device.bus_path = "pci-0000:00:1b.0"
      sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
      device.bus = "pci"
      device.vendor.id = "8086"
      device.vendor.name = "Intel Corporation"
      device.product.id = "27d8"
      device.product.name = "NM10/ICH7 Family High Definition Audio Controller"
      device.form_factor = "internal"
      device.string = "front:0"
      device.buffering.buffer_size = "352800"
      device.buffering.fragment_size = "176400"
      device.access_mode = "mmap+timer"
      device.profile.name = "analog-stereo"
      device.profile.description = "Analog Stereo"
      device.description = "Built-in Audio Analog Stereo"
      alsa.mixer_name = "Realtek ALC662 rev1"
      alsa.components = "HDA:10ec0662,14627592,00100101"
      module-udev-detect.discovered = "1"
      device.icon_name = "audio-card-pci"
   ports:
      analog-input-front-mic: Front Microphone (priority 8500, latency offset 0 usec, available: no)
         properties:
            device.icon_name = "audio-input-microphone"
      analog-input-rear-mic: Rear Microphone (priority 8200, latency offset 0 usec, available: no)
         properties:
            device.icon_name = "audio-input-microphone"
      analog-input-linein: Line In (priority 8100, latency offset 0 usec, available: no)
         properties:
            
   active port: <analog-input-front-mic>
7 client(s) logged in.
    index: 0
   driver: <module-systemd-login.c>
   owner module: 19
   properties:
      application.name = "Login Session 2"
      systemd-login.session = "2"
    index: 1
   driver: <protocol-native.c>
   owner module: 12
   properties:
      application.name = "GNOME Shell"
      native-protocol.peer = "UNIX socket client"
      native-protocol.version = "32"
      application.id = "org.gnome.Shell"
      application.icon_name = "start-here"
      application.language = "en_US.UTF-8"
      window.x11.screen = "0"
      window.x11.display = ":0"
      application.process.id = "2319"
      application.process.user = "gerzal"
      application.process.host = "dhcppc1"
      application.process.binary = "gnome-shell"
      application.process.machine_id = "f43b973151c64992a5afb463880c6ae3"
      application.process.session_id = "2"
    index: 2
   driver: <protocol-native.c>
   owner module: 12
   properties:
      application.name = "GNOME Shell Volume Control"
      native-protocol.peer = "UNIX socket client"
      native-protocol.version = "32"
      application.id = "org.gnome.VolumeControl"
      application.icon_name = "multimedia-volume-control"
      application.version = "3.24.2"
      application.process.id = "2319"
      application.process.user = "gerzal"
      application.process.host = "dhcppc1"
      application.process.binary = "gnome-shell"
      application.language = "en_US.UTF-8"
      window.x11.display = ":0"
      application.process.machine_id = "f43b973151c64992a5afb463880c6ae3"
      application.process.session_id = "2"
    index: 5
   driver: <module-x11-xsmp.c>
   owner module: 25
   properties:
      application.name = "XSMP Session on gnome-session as 10e3627aced63233a15008373462891700000022190072"
      xsmp.vendor = "gnome-session"
      xsmp.client.id = "10e3627aced63233a15008373462891700000022190072"
    index: 6
   driver: <protocol-native.c>
   owner module: 12
   properties:
      application.name = "GNOME Volume Control Media Keys"
      native-protocol.peer = "UNIX socket client"
      native-protocol.version = "32"
      application.id = "org.gnome.VolumeControl"
      application.icon_name = "multimedia-volume-control"
      application.version = "3.24.2"
      application.process.id = "2498"
      application.process.user = "gerzal"
      application.process.host = "dhcppc1"
      application.process.binary = "gsd-media-keys"
      application.language = "en_US.UTF-8"
      window.x11.display = ":0"
      application.process.machine_id = "f43b973151c64992a5afb463880c6ae3"
      application.process.session_id = "2"
    index: 8
   driver: <protocol-native.c>
   owner module: 12
   properties:
      application.name = "Firefox"
      native-protocol.peer = "UNIX socket client"
      native-protocol.version = "32"
      application.icon_name = "firefox"
      application.version = "52.2.0"
      application.process.id = "2933"
      application.process.user = "gerzal"
      application.process.host = "dhcppc1"
      application.process.binary = "firefox"
      application.language = "en_US.UTF-8"
      window.x11.display = ":0"
      application.process.machine_id = "f43b973151c64992a5afb463880c6ae3"
      application.process.session_id = "2"
    index: 9
   driver: <cli.c>
   owner module: 26
   properties:
      application.name = "UNIX socket client"
1 card(s) available.
    index: 0
   name: <alsa_card.pci-0000_00_1b.0>
   driver: <module-alsa-card.c>
   owner module: 6
   properties:
      alsa.card = "0"
      alsa.card_name = "HDA Intel"
      alsa.long_card_name = "HDA Intel at 0xfebf4000 irq 27"
      alsa.driver_name = "snd_hda_intel"
      device.bus_path = "pci-0000:00:1b.0"
      sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
      device.bus = "pci"
      device.vendor.id = "8086"
      device.vendor.name = "Intel Corporation"
      device.product.id = "27d8"
      device.product.name = "NM10/ICH7 Family High Definition Audio Controller"
      device.form_factor = "internal"
      device.string = "0"
      device.description = "Built-in Audio"
      module-udev-detect.discovered = "1"
      device.icon_name = "audio-card-pci"
   profiles:
      input:analog-stereo: Analog Stereo Input (priority 60, available: no)
      output:analog-stereo: Analog Stereo Output (priority 6000, available: no)
      output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (priority 6060, available: no)
      output:iec958-stereo: Digital Stereo (IEC958) Output (priority 5500, available: unknown)
      output:iec958-stereo+input:analog-stereo: Digital Stereo (IEC958) Output + Analog Stereo Input (priority 5560, available: unknown)
      off: Off (priority 0, available: unknown)
   active profile: <output:iec958-stereo+input:analog-stereo>
   sinks:
      alsa_output.pci-0000_00_1b.0.iec958-stereo/#0: Built-in Audio Digital Stereo (IEC958)
   sources:
      alsa_output.pci-0000_00_1b.0.iec958-stereo.monitor/#0: Monitor of Built-in Audio Digital Stereo (IEC958)
      alsa_input.pci-0000_00_1b.0.analog-stereo/#1: Built-in Audio Analog Stereo
   ports:
      analog-input-front-mic: Front Microphone (priority 8500, latency offset 0 usec, available: no)
         properties:
            device.icon_name = "audio-input-microphone"
      analog-input-rear-mic: Rear Microphone (priority 8200, latency offset 0 usec, available: no)
         properties:
            device.icon_name = "audio-input-microphone"
      analog-input-linein: Line In (priority 8100, latency offset 0 usec, available: no)
         properties:
            
      analog-output-lineout: Line Out (priority 9900, latency offset 0 usec, available: no)
         properties:
            
      analog-output-headphones: Headphones (priority 9000, latency offset 0 usec, available: no)
         properties:
            device.icon_name = "audio-headphones"
      iec958-stereo-output: Digital Output (S/PDIF) (priority 0, latency offset 0 usec, available: unknown)
         properties:
            
0 sink input(s) available.
0 source output(s) available.
0 cache entrie(s) available.
[gerzal@dhcppc1 ~]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC662 rev1 Digital [ALC662 rev1 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
[gerzal@dhcppc1 ~]$ amixer controls
numid=4,iface=MIXER,name='Master Playback Switch'
numid=3,iface=MIXER,name='Master Playback Volume'
numid=2,iface=MIXER,name='Capture Switch'
numid=1,iface=MIXER,name='Capture Volume'
[gerzal@dhcppc1 ~]$


Re: No sound with new Mageia 6 installation

PostPosted: Jul 23rd, '17, 22:04
by Lebarhon
Hi gerzal,

Did you try to install phonon4-qt5-gstreamer ?

Re: No sound with new Mageia 6 installation

PostPosted: Jul 23rd, '17, 23:47
by gerzal
Lebarhon
Yes I did but nothing again

Re: No sound with new Mageia 6 installation

PostPosted: Jul 24th, '17, 05:41
by katnatek
gerzal wrote:Hi everybody!
I installed Mga6 with gnome-shell 64bit dvd and there is no sound, any ideas to fix this problem please ?

if you use the live installer and check the box for uninstall unnecessary packages maybe thats is the cause, try configure the sound from MCC

Re: No sound with new Mageia 6 installation

PostPosted: Jul 25th, '17, 09:45
by gerzal
up

Re: No sound with new Mageia 6 installation

PostPosted: Jul 27th, '17, 09:12
by doktor5000
isadora wrote:Please gerzal, be patient.
This remark doesn't really speed up any volunteer assisting you.


Apart from that you didn't mention how you test your sound at all, using what application.
Also, how are your speakers/headphone connected, using the analog jacks or using HDMI ?

Re: No sound with new Mageia 6 installation

PostPosted: Jul 27th, '17, 22:51
by gerzal
There is no sound with all applications such as firefox in youtube, video files with VLC, TOTEM and configuration of the sound with CCM when we would hear sound from left or right speaker.
And my speakers are connected with analog jacks.
.

PLEASE HELP

Re: No sound with new Mageia 6 installation

PostPosted: Jul 31st, '17, 11:36
by gerzal
I have found out the same problem with fedora 26 workstation
what's going on ?

Re: No sound with new Mageia 6 installation

PostPosted: Jul 31st, '17, 18:29
by doktor5000
How should we know?

Re: No sound with new Mageia 6 installation

PostPosted: Jul 31st, '17, 20:35
by gerzal
I gave you all informations you need to help me resolving this issue
I think you are the developers of Mageia and you know every thing about it !!!
another problem : I installed KDE desktop with few of apps, at the end when I would start the kde session I didn't find it in the list of desktop environment !!! what was happened please ?

Re: No sound with new Mageia 6 installation

PostPosted: Aug 1st, '17, 02:41
by katnatek
gerzal wrote:I gave you all informations you need to help me resolving this issue
I think you are the developers of Mageia and you know every thing about it !!!
another problem : I installed KDE desktop with few of apps, at the end when I would start the kde session I didn't find it in the list of desktop environment !!! what was happened please ?


Many of the users in this forums don't are developers, the support is voluntary.
NOBODY here knowns everything neither have all the hardware in the world to make test.

You don't say what applications you install, maybe don't have a .desktop file or the .desktop file contain lines like NotShowIn or OnlyShowIn, check as root with a text editor the .desktop file of the application (in folder /usr/share/applications)

I also ask a question and make a suggestion that you don't bothered in answer

Re: No sound with new Mageia 6 installation

PostPosted: Aug 1st, '17, 07:30
by katnatek
I found 2 links that suggest is a miss configuration of the intel sound module
https://bbs.archlinux.org/viewtopic.php ... 9#p1371719
https://unix.stackexchange.com/a/342723

I don't know the right file to change for mageia

Re: No sound with new Mageia 6 installation

PostPosted: Aug 1st, '17, 20:03
by doktor5000
katnatek wrote:I don't know the right file to change for mageia

kernel module options can be specified via .conf files in /etc/modprobe.d/

But if you want to recommend different codec module options, please also explain how to find out the currently used codec and where to find applicable options for that codec.
Like, first check which codec your chip uses via
Code: Select all
head -1 /proc/asound/card*/codec*

and then checking what modules are possibly available for that codec at http://git.alsa-project.org/?p=alsa-kernel.git;a=blob;f=Documentation/sound/alsa/HD-Audio-Models.txt;hb=HEAD

Re: No sound with new Mageia 6 installation

PostPosted: Aug 1st, '17, 20:53
by gerzal
Code: Select all
[gerzal@dhcppc1 ~]$ head -1 /proc/asound/card*/codec*
Codec: Realtek ALC662 rev1

and due to this result the module should be :
Code: Select all
ALC66x/67x/892
  37 ==============
  38   mario                 Chromebook mario model fixup
  39   asus-mode1            ASUS
  40   asus-mode2            ASUS
  41   asus-mode3            ASUS
  42   asus-mode4            ASUS
  43   asus-mode5            ASUS
  44   asus-mode6            ASUS
  45   asus-mode7            ASUS
  46   asus-mode8            ASUS
  47   inv-dmic              Inverted internal mic workaround
  48   dell-headset-multi    Headset jack, which can also be used as mic-in

but what should I do with these informations because I don't know what they do mean :)
thank you

Re: No sound with new Mageia 6 installation

PostPosted: Aug 1st, '17, 22:38
by katnatek
doktor5000 wrote:
katnatek wrote:I don't know the right file to change for mageia

kernel module options can be specified via .conf files in /etc/modprobe.d/

But if you want to recommend different codec module options, please also explain how to find out the currently used codec and where to find applicable modules.


The links don't say nothing of codecs, they suggest to set the right model for intel sound cards, maybe in this case

Code: Select all
options snd-hda-intel model=auto


will works, but as long as i don't have intel sound card, i don't know if
Code: Select all
/etc/modprobe.d/snd-hda-intel.conf
exist in a mageia system or need to edit other file in /etc/modprobe.d folder

Re: No sound with new Mageia 6 installation

PostPosted: Aug 1st, '17, 22:57
by gerzal
katnatek wrote:will works, but as long as i don't have intel sound card, i don't know if
Code: Select all
/etc/modprobe.d/snd-hda-intel.conf
exist in a mageia system or need to edit other file in /etc/modprobe.d folder


I added this line
Code: Select all
options snd-hda-intel model=auto

at the end off this file :
Code: Select all
00_modprobe.conf

but nothing again

Re: No sound with new Mageia 6 installation

PostPosted: Aug 1st, '17, 23:30
by katnatek
Did you reboot?
Also if other file loads the module could be a conflict

Re: No sound with new Mageia 6 installation

PostPosted: Aug 1st, '17, 23:53
by doktor5000
Please next time do not use fullquotes, but only use the Reply function. Greatly improves clarity and reading flow ;)

And model=auto is not required as that is the default.

Re: No sound with new Mageia 6 installation

PostPosted: Aug 2nd, '17, 00:17
by katnatek
doktor5000 wrote:Please next time do not use fullquotes, but only use the Reply function. Greatly improves clarity and reading flow ;)

And model=auto is not required as that is the default.


But then the info about tho who you are replying is lost :S
Then may be is needed to set other model , if gerzal could provide more info about the hardware, like mark and model if is from HP, DELL, etc.