Hi,
I am having some trouble with audio with PCLinux system (pclinuxos-openbox-bonsai-2010.11.iso). After installation I noticed that I did not have audio so I installed some alsa packages (alsaconf, alsa-utils,alsamixer). Checked that the snd_hda_intel was the selected one in the "Control Center", and also checked that the volume was not muted. Still I cannot hear a sound.
The only way I find to enable audio is run "alsactl init", but I got to do it every time I start the computer and the sound (even with the volume control at 100% and the mixer bars at top) is a tad low. Any ideas of how I could get the sound to work properly?
Some notes about the audio card:
>lspcidrake -v | fgrep -i AUDIO
snd_hda_intel : Intel Corporation|82801I (ICH9 Family) HD Audio Controller (vendor:8086 device:293e subv:1028 subd:02aa) (rev: 03)
>grep sound-slot /etc/modprobe.conf
alias sound-slot-0 snd_hda_intel
>lsmod |grep snd_hda_intel
snd_hda_intel 19013 1
snd_hda_codec 66319 2 snd_hda_codec_idt,snd_hda_intel
snd_pcm 58856 4 snd_usb_audio,snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd 46351 16 snd_usb_audio,snd_usb_lib,snd_rawmidi,snd_hda_codec_idt,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
snd_page_alloc 6506 2 snd_hda_intel,snd_pcm
>/sbin/chkconfig --list sound
sound 0:off 1:off 2:on 3:on 4:on 5:on 6:off 7:off
>/sbin/chkconfig --list alsa
alsa 0:off 1:off 2:on 3:on 4:on 5:on 6:off 7:off
It looks to me as the drivers are present and loaded, so I cannot figure out what I am doing wrong. Or why the audio settings do not stick between reboots.
Thanks for your help.