Laptops :: CF-25 sound problem



hello Ive been having a problem setting up sound over the last month or so. here is whats in my bios.
Sound Blaster Compatable i/o [220]
WSS codec i/o [530]
Sound IRQ-A [irq 5]
Sound IRQ-B [not in use]
Sound DMA-A [DMA 1}
Sound DMA-B [not in use]

this is what I put in bootlocal.sh
modprobe sb i/o=220 wss_i/o=530 irq=5 dma=1
seems to be a problem with wss_i/o=530 at boot

I also did this in terminal:
su modprobe sb
then:
modprobe sb i/o=220 wss_i/o=530 irq=5 dma=1

any ideas?

AAAAHHHH beautiful sound! I poked around these message boards for hours and found what I was lookin for. ok here is what I did.
first off in terminal:
su rmmod soundcore
modprobe ad1848
modprobe ad1848 io=0x530 irq=5 dma=0 dma2=1
the I added the line in opt/bootlocal.sh:
modprobe ad1848 io=0x530 irq=5 dma=0 dma2=1
rebooted got the mixer tried xMMs and some beautiful toons came to my ears thanks to the many posts I read for the ideas and trial and error BOOM!

well my panasonic cf-25 is now a thing a beauty with DSL 2.2 Thanks much for the various posts that were on the boards. They helped tremendously.

original here.