Code: Select all
root@Little-Luddite:/home/dqualls# adduser dqualls audio
The user `dqualls' is already a member of `audio'.
root@Little-Luddite:/home/dqualls#
Code: Select all
root@Little-Luddite:/home/dqualls# adduser dqualls audio
The user `dqualls' is already a member of `audio'.
root@Little-Luddite:/home/dqualls#
Code: Select all
su root password <enter>
/bin/bash <enter>
fuser -v /dev/snd/* <enter>
cat /proc/asound/pcm <enter>
Code: Select all
cat ~/.config/volumeicon/volumeicon <enter>
Code: Select all
root@Little-Luddite:/home/dqualls# fuser -v /dev/snd/*
Specified filename /dev/snd/by-id is not a mountpoint.
Specified filename /dev/snd/by-path is not a mountpoint.
Specified filename /dev/snd/controlC1 is not a mountpoint.
Specified filename /dev/snd/pcmC1D0c is not a mountpoint.
Specified filename /dev/snd/pcmC1D0p is not a mountpoint.
Specified filename /dev/snd/seq is not a mountpoint.
Specified filename /dev/snd/timer is not a mountpoint.
root@Little-Luddite:/home/dqualls# cat /proc/asound/pcm
01-00: USB Audio : USB Audio : playback 1 : capture 1
root@Little-Luddite:/home/dqualls# exit
exit
dqualls@Little-Luddite:~
$ cat ~/.config/volumeicon/volumeicon
[StatusIcon]
stepsize=5
lmb_slider=true
mmb_mute=false
use_horizontal_slider=false
show_sound_level=true
onclick=roxterm -e 'alsamixer'
theme=Default
[Hotkeys]
up_enabled=false
down_enabled=false
mute_enabled=false
up=XF86AudioRaiseVolume
down=XF86AudioLowerVolume
mute=XF86AudioMute
[Alsa]
card=default
dqualls@Little-Luddite:~
Code: Select all
fuser -v /dev/snd/*
Code: Select all
fuser -v /dev/snd/*
USER PID ACCESS COMMAND
/dev/snd/controlC0: Eino 4205 F.... volumeicon
/dev/snd/seq: timidity 3936 F.... timidity
Code: Select all
$ fuser -v /dev/snd/*
Specified filename /dev/snd/by-id is not a mountpoint.
Specified filename /dev/snd/by-path is not a mountpoint.
Specified filename /dev/snd/controlC1 is not a mountpoint.
Specified filename /dev/snd/pcmC1D0c is not a mountpoint.
Specified filename /dev/snd/pcmC1D0p is not a mountpoint.
Specified filename /dev/snd/seq is not a mountpoint.
Specified filename /dev/snd/timer is not a mountpoint.
That's most likely the reason fuser, is not working correctly.I think I've got corrupted files in more than the sound system.
Code: Select all
lsof /dev/snd/*
Sounds to me like a Cd burner that is slowly dying. I know its a PITA to replace one, but if you can get an external USB cd burner to boot from, that would be the answer.Silent Observer wrote: The problem is that a CD that boots fine one time will give read errors, high numbers of retries, and even completely fail another.