You are not logged in.
Every time afer I reboot computer KDE show error windows about sound.
And, if write "alsamixer" Terminal not open alsamixer.
If write "modprobe snd-cs4236" and "alsamixer, then open alsamixer, and every time after reboot need unmute chanels and make up volume.
I have writed: "alsactl store".
And have addaded "alsa" to Daemons in "/etc/rc.conf":
DAEMONS=(syslog-ng !hotplug !pcmcia network netfs crond alsa)
"/etc/modules.conf" have only coments.
I also have runed "alsaconf" command.
"/etc/modprobe.conf" content:
#
# /etc/modprobe.conf (for v2.6 kernels)
#
# OSS Compatibility
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF version 1.0.11 ---
alias snd-card-0 snd-cs4236
alias sound-slot-0 snd-cs4236
# --- END: Generated by ALSACONF, do not edit. ---
How make, that sound work?
Goodbye!
Offline
You could add the module for your soundcard to the MODULES array in /etc/rc.conf:
MODULES=(... snd-cs4236)
Offline
Thanks!
Goodbye!
Offline