First of all i didn`t see what sound card are you using. Post the following result of the command:
Code:/usr/sbin/hwinfo --sound
Printable View
First of all i didn`t see what sound card are you using. Post the following result of the command:
Code:/usr/sbin/hwinfo --sound
http://img.gcnation.net/posting/screenshots/hwinfo.png
However, lspci | grep audio gives me this:
00:0b.0 Multimedia audio controller: Cirrus Logic CS 4614/22/24/30 [CrystalClear SoundFusion Audio Accelerator] (rev 01)
Don't know if that helps or not.
Yes it helps :D This is what you will do to install the latest driver for you sound card. If you have any problem post back. It says everything to do to make your sound card to work :rolleyes:
Cheers!
OK, I got an error:
I'm not sure I used the right number in place of "xx" in the lines that use "cs46xx".Code:FATAL: Module snd_cs4614 not found.
The results of all of the commands in the tutorial can be found here.
when you have configured the alsa-driver
you use the cs4614? if you used that it should work...Code:./configure --with-cards=cs46xx --with-sequencer=yes ; make ; make install
Yup. It gave me that error, so I did everything again. The second time, I copied and pasted the commands from the tutorial into the terminal to make sure I didn't mystype anything. The only thing I changed was the "xx" to "14" (and I double checked to make sure I did it right). But then I get that error again.
It looks like it:I'm "jason".Code:audio:x:29:jason,ghost,pulse,family
I suggest you to try each command separately. Delete the alsa driver folder where you untar the archive and download the driver again, decompress the archive and put it where you have permission and then run from the main folder
if you got some error post it else go with the next oneCode:./configure --with-cards=cs4614 --with-sequencer=yes
and if everything works fine run as suCode:make
then insert the kernel module as suCode:make install
Code:modprobe snd-cs4614 ; modprobe snd-pcm-oss ; modprobe snd-mixer-oss ; modprobe snd-seq-oss