No sound on Lubuntu 18.04 after upgrading from 16.04
by ChristopheW from LinuxQuestions.org on (#4ZF2E)
Hi,
Recently I have updated Lubuntu from 16.04 to 18.04 on my Lenovo G505 laptop. Then I experienced a problem similar to this one https://www.linuxquestions.org/quest...ed-4175659386/, no sound only Dummy Output available in the Output section of pavucontrol. There's no tray icon in the toolbar neither. The sound worked in 16.04.
I followed the advice from the post mentioned above and other forums, like reinstalling pulse, removing Code:~/.config/pulse and restarting pulse, configuring the pulse system-wise but nothing helped so far.
I also tried this
Code:load-module module-alsa-sink
load-module module-alsa-source device=hw:0,2with no success.
Output of
Code:sudo lspci -vv | grep -i audioCode:00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Kabini HDMI/DP Audio
Subsystem: Lenovo Kabini HDMI/DP Audio
00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller (rev 02)Output of Code:sudo dmesg | grep -i audiois very short:
Code:[ 0.337396] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)In the syslog for pulse
Code:cat /var/log/syslog* | grep -i pulseI found
Code:dbus-daemon[1229]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.36' (uid=1000 pid=4192 comm="/usr/bin/pulseaudio --start --log-target=syslog " label="unconfined")
pulseaudio[3430]: [pulseaudio] shm.c: shm_open() failed: No such file or directory
com.canonical.indicator.sound-gtk2[3214]: ** (process:3673): WARNING **: PA_CONTEXT_FAILED - Is PulseAudio Daemon running ?
pulseaudio[3430]: [pulseaudio] shm.c: shm_unlink(/pulse-shm-3231751765) failed: No such file or directory
pulseaudio[3430]: [pulseaudio] shm.c: shm_unlink(/pulse-shm-4123475552) failed: No such file or directory
com.canonical.indicator.sound-gtk2[3214]: shm_unlink(/pulse-shm-2498491241) failed: No such file or directory
pulseaudio[3240]: [pulseaudio] module-x11-publish.c: PulseAudio information vanished from X11!but it got me nowhere so far.
Any suggestions much appreciated.
Thank you,
Christopher


Recently I have updated Lubuntu from 16.04 to 18.04 on my Lenovo G505 laptop. Then I experienced a problem similar to this one https://www.linuxquestions.org/quest...ed-4175659386/, no sound only Dummy Output available in the Output section of pavucontrol. There's no tray icon in the toolbar neither. The sound worked in 16.04.
I followed the advice from the post mentioned above and other forums, like reinstalling pulse, removing Code:~/.config/pulse and restarting pulse, configuring the pulse system-wise but nothing helped so far.
I also tried this
Code:load-module module-alsa-sink
load-module module-alsa-source device=hw:0,2with no success.
Output of
Code:sudo lspci -vv | grep -i audioCode:00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Kabini HDMI/DP Audio
Subsystem: Lenovo Kabini HDMI/DP Audio
00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller (rev 02)Output of Code:sudo dmesg | grep -i audiois very short:
Code:[ 0.337396] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)In the syslog for pulse
Code:cat /var/log/syslog* | grep -i pulseI found
Code:dbus-daemon[1229]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.36' (uid=1000 pid=4192 comm="/usr/bin/pulseaudio --start --log-target=syslog " label="unconfined")
pulseaudio[3430]: [pulseaudio] shm.c: shm_open() failed: No such file or directory
com.canonical.indicator.sound-gtk2[3214]: ** (process:3673): WARNING **: PA_CONTEXT_FAILED - Is PulseAudio Daemon running ?
pulseaudio[3430]: [pulseaudio] shm.c: shm_unlink(/pulse-shm-3231751765) failed: No such file or directory
pulseaudio[3430]: [pulseaudio] shm.c: shm_unlink(/pulse-shm-4123475552) failed: No such file or directory
com.canonical.indicator.sound-gtk2[3214]: shm_unlink(/pulse-shm-2498491241) failed: No such file or directory
pulseaudio[3240]: [pulseaudio] module-x11-publish.c: PulseAudio information vanished from X11!but it got me nowhere so far.
Any suggestions much appreciated.
Thank you,
Christopher