Good luck
Ps. I give you the broad parameters to check and based on @marcus gregory comments below
If you have a 44100 card (the default) you do not need to put in the ls_script,If you have a 48000 then include
Most internal cards comes with an internal clock already set, if you do not need to set buffersize you do not. basically you just have to tweak to get there.
Only read This is you have special Hardware sound cards.( not internals or any device that your OS recognizes)
Just a note,Servers are never comes with idea that you put in a sound card,If for any reason you install a sound card After your OS installation , and you get this
Error when starting alsa_in(default): Failure("Error while setting open_pcm: No such file or directory")!
on Both the input and output,notice I said both then worst case your soundcard might not be properly install.
Ubuntu put the default card already and in most case it will be solve but the correct thing to do is in a terminal type
aplay -l
if no default card is set,You've set your audio device as "default"and you have to defined a default device in your .asoundrc configuration.
the normal thing to do is set this parameter in the .asoundrc configuration.
defaults.pcm.card 0
defaults.pcm.device 0
defaults.ctl.card 0
and look through the modprobe configuration
A good reading to customize special hardware sound cards are found in the gentoo tutorials
Please read the above carefully
Watch
To see how I got my fuzzy maths
It looks like you're new here. If you want to get involved, click one of these buttons!