Difference between revisions of "CS4236"
m (Reverted edit of Drlion, changed back to last version by Shardik) |
(→Linux OSS driver) |
||
Line 16: | Line 16: | ||
This sound chip is supported by the cs4232 kernel module. Use the following options line when loading this module: | This sound chip is supported by the cs4232 kernel module. Use the following options line when loading this module: | ||
− | options cs4232 io=0x530 irq=5 dma=1 dma2=0 | + | options cs4232 io=0x530 irq=5 dma=1 dma2=0 |
+ | |||
+ | or try this from the commandline: | ||
+ | |||
+ | modprobe cs4232 io=0x530 irq=5 dma=1 dma2=0 mpuio=0x330 mpuirq=7 synthio=0x330 synthirq=7 | ||
+ | |||
+ | (to get your soundcard working properly: disable QUICKSTART in the BIOS and dont INITIALIZE !) | ||
+ | |||
=== Linux ALSA driver === | === Linux ALSA driver === | ||
This sound chip is supported by the snd-cs4236 kernel module. Use the following options line when loading this module: | This sound chip is supported by the snd-cs4236 kernel module. Use the following options line when loading this module: |
Revision as of 17:09, 1 May 2006
CS4236This is a Cirrus Logic Audio controller Features
|
Linux OSS driver
This sound chip is supported by the cs4232 kernel module. Use the following options line when loading this module:
options cs4232 io=0x530 irq=5 dma=1 dma2=0
or try this from the commandline:
modprobe cs4232 io=0x530 irq=5 dma=1 dma2=0 mpuio=0x330 mpuirq=7 synthio=0x330 synthirq=7
(to get your soundcard working properly: disable QUICKSTART in the BIOS and dont INITIALIZE !)
Linux ALSA driver
This sound chip is supported by the snd-cs4236 kernel module. Use the following options line when loading this module:
options snd-cs4236 snd_index=0 snd_port=0x530 snd_cport=0x538 snd_isapnp=0 snd_dma1=1 snd_dma2=0 snd_irq=5