You are not logged in.

#1 2017-01-26 19:07:48

redsearch
Member
Registered: 2015-11-17
Posts: 25

Sound Card error at shutdown

Sometimes the Lenovo SL410 hangs on shutdown, after pressing ctrl + alt + del, I get this.

https://s23.postimg.org/7tbn93jaj/20170126_135823.jpg

Last edited by Head_on_a_Stick (2017-01-26 20:43:46)

Offline

#2 2017-01-26 19:30:58

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Sound Card error at shutdown

So did you "See 'systemctl status alsa-store.service' for details"?


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#3 2017-01-26 19:32:52

redsearch
Member
Registered: 2015-11-17
Posts: 25

Re: Sound Card error at shutdown

damo wrote:

So did you "See 'systemctl status alsa-store.service' for details"?

:~$ systemctl status alsa-store.service
● alsa-store.service - Store Sound Card State
   Loaded: loaded (/lib/systemd/system/alsa-store.service; static)
   Active: inactive (dead)

Offline

#4 2017-01-26 19:37:18

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Sound Card error at shutdown

Are you using alsa? Maybe try

sudo systemctl mask alsa-store.service

If that causes other problems, then re-enable it with

sudo systemctl unmask alsa-store.service

PS I don't know much about this stuff, but I googled "failed to start store sound card state" wink


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#5 2017-01-26 20:52:12

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: Sound Card error at shutdown

The systemd journal can be used to investigate these errors further, enable persistence with:

sudo mkdir -p /var/log/journal

Once you have solved this problem, remember to delete /var/log/journal afterwards.

To view the logs without root privileges, add your user to the "systemd-journal" group:

sudo gpasswd -a $USER systemd-journal # log out & back in again

Then you can use this to print the logs for the last boot before the current session:

journalctl -b -1

Further tips here:

https://www.digitalocean.com/community/ … stemd-logs

Offline

Board footer

Powered by FluxBB