Dell Dimension XPS R450
Code:
lspci
0000:00:0b.0 Multimedia audio controller: Cirrus Logic CS 4610/11 [CrystalClear SoundFusion Audio Accelerator] (rev)
Code:
uname -a
Linux localhost 2.6.12-10-386 #1 Sat Mar 11 16:13:17 UTC 2006 i686 GNU/Linux
After two long weeks seeking the way I could get sound in Ubuntu, today, I finally made it and I wanted to share it with you.
I don't have 5 post yet, so I can't put the link, but I'll paste the steps I used to make it work.
"1. Blacklist the incorrect sound card in /etc/hotplug/blacklist. Add lines for
snd-cs46xx
cs46xx
as written above - with the xx's
2. Add the following lines into /etc/modprobe.d/alsa-base
alias char-major-116 snd
alias char-major-14 soundcore
alias snd-card-0 snd-cs4236
options snd-cs4236 isapnp=0 cport=0x538 port=0x530 sb_port=0x220 fm_port=0x388 irq=5 dma1=1 dma2=0
alias sound-slot-0 snd-card-0
alias sound-slot-1 snd-card-1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
options snd cards_limit=1
NOTE: When copying and pasting the above, make sure that the line starting with 'options...' is one line ending with '...dma2=0'.
3. Add the line
snd-cs4236
`
to the file /etc/modules
Reboot."
Thanks Warren from Ubuntu Forums for facilitating this guide
PS: let me know if it worked for you