You are not logged in.

#1 2006-06-15 16:51:27

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

How make, that after reboot don't need configure sound?

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

#2 2006-06-15 16:54:21

smoon
Member
Registered: 2005-08-22
Posts: 468
Website

Re: How make, that after reboot don't need configure sound?

You could add the module for your soundcard to the MODULES array in /etc/rc.conf:

MODULES=(... snd-cs4236)

Offline

#3 2006-06-15 17:04:30

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How make, that after reboot don't need configure sound?

Thanks!


Goodbye!

Offline

Board footer

Powered by FluxBB