[ltp] 600E Sound and RH 7.3

Brandon Philips linux-thinkpad@linux-thinkpad.org
Sun, 22 Sep 2002 01:37:52 -0700


Thanks that worked... it's always those little things that I leave 
out... like my robot when I forgot to program the emergency stop code 
BEFORE testing the PID controls.  http://sourceforge.net/projects/bobproject

wes schreiner wrote:
> Brandon Philips wrote:
> 
>> For clarity here is my SuSE 8.0 modules.conf (this uses ALSA)
>>
>> Brandon Philips wrote:
>>
>>>
>>>
>>> Hello,
>>>
>>> I have just moved from SuSE 8.0 to RH 7.3 because my project manager 
>>> wants everyone to use the same distro. So anyway I have everything 
>>> except my cs4232 driver working on this machine. I tried doing the 
>>> steps that were suggested on the linux on laptop websites but I can't 
>>> get it working... I will attach my modules.conf for you all to look 
>>> at... thanks.
>>>
>>> -Brandon Philips
>>> brandon@sporknet.cjb.net
>>>
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>> alias parport_lowlevel parport_pc
>>> alias usb-controller usb-uhci
>>> alias char-major-10-219 mwave
>>>
>>> alias sound-slot-0 cs4232
>>> options sound dmabuf=1
>>> alias midi opl3
>>> options opl3 io=0x388
>>> options cs4232 io=0x530 irq=5 dma=1 dma2=0 mpuio=0x330 mpuirq=9
>>
>>
>> #
>> # --- BEGIN: Generated by ALSACONF, do not edit. ---
>> # --- ALSACONF verion 0.9.0 ---
>>
>> options snd-cs4236 snd_index=0 snd_port=0x530 snd_cport=0x538 
>> snd_isapnp=0 snd_dma1=0 snd_dma2=1 snd_irq=5
>> # --- END: Generated by ALSACONF, do not edit. ---
>>  
>>
> 
> Try switching the DMA channel assignments around, i.e. dma=0 dma2=1.  It 
> won't work if these are reversed.
> 
> wes
> 
> 
>