I have no sound on my LXDE installation.
The soundcard is reported in pcc as a CA106 Soundblaster.
pcc Sound Configuration shows the driver as
Intel HDA driver (snd_hda_intel[ALSA])
Enable PulseAudio and Use Glitch-Free mode are both checked.
Click OK and the driver is shown as
CA0106(snd_ca0106[ALSA]) with the same two checkboxes checked.
The above is after installing PulseAudio. Before I installed
it I had no sound either and I installed it following advice in this forum.
I tried alsaconf and that did not work.
Alsaconf suggested running gmixer. I did this and received
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
W:Failed to load icon Icon 'stock_line_in' not present in theme
Traceback (most recent call last):
File "/usr/bin/gmixer", line 1168, in <module>
GMixer(options.daemon, options.custom_mixer_cmd, options.pixmap)
File "/usr/bin/gmixer", line 640, in __init__
self._build_gvolumes()
File "/usr/bin/gmixer", line 1013, in _build_gvolumes
sep.hide()
UnboundLocalError: local variable 'sep' referenced before assignment
and gmixer did not start.
From the troubleshooter
lspcidrake -v | fgrep -i AUDIO shows
snd_ca0106 : Creative Labs|CA0106 Soundblaster [MULTIMEDIA_AUDIO] (vendor:1102 device:0007 subv:1102 subd:100a)
grep sound-slot /etc/modprobe.conf shows
alias sound-slot-0 snd_hda_intel
alias sound-slot-1 snd_ca0106
/sbin/lsmod shows
snd_ca0106 29422 0
snd_rawmidi 14818 1 snd_ca0106
snd_ac97_codec 90474 1 snd_ca0106
snd_hda_codec_hdmi 21800 4
snd_hda_intel 20032 0
snd_hda_codec 75755 2 snd_hda_codec_hdmi,snd_hda_intel
snd_hwdep 4844 1 snd_hda_codec
snd_seq_dummy 1127 0
snd_seq_oss 25232 0
snd_seq_midi_event 4608 1 snd_seq_oss
snd_seq 41880 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 4321 4 snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 33886 0
snd_pcm 60282 6 snd_ca0106,snd_ac97_codec,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer 15343 2 snd_seq,snd_pcm
snd_page_alloc 5837 3 snd_ca0106,snd_hda_intel,snd_pcm
snd_mixer_oss 13037 1 snd_pcm_oss
snd 43879 14 snd_ca0106,snd_rawmidi,snd_ac97_codec,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,
snd_hwdep,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
soundcore 5025 1 snd
/sbin/chkconfig --list sound shows
sound 0:off 1:off 2:on 3:on 4:on 5:on 6:off 7:off
/sbin/chkconfig --list alsa shows
alsa 0:off 1:off 2:on 3:on 4:on 5:on 6:off 7:off
aumix -q shows
dig1 0, 0
/sbin/fuser -v /dev/dsp shows
Cannot stat /dev/dsp: No such file or directory
Cannot stat /dev/dsp: No such file or directory
I then decided to try other suggestions in this forum
about volumecontrol. I have no volume control icon in my
system tray.
I tried all of the suggestions in both
http://www.pclinuxos.com/forum/index.php/topic,102848.0.htmland
http://www.pclinuxos.com/forum/index.php/topic,96730.0.htmlbut nothing makes any difference. I still have no volume icon
and no sound.
Can anyone help ?