Another Sound Hint ^^^^^^^^^^^^^^^^^^^^^^ David Champion (dave visionary.com) on Thu, 23 Dec 1999 wrote: ------------------------------------------------------------------------------ I'm running RedHat 6.0 on an Inspiron 3000. I followed your example for the sound configuration, and couldn't get it working. Any time I tried to play a sound, it would just make a loud click noise. After tweaking things a bit last night, I found that if I rmmod the cs4232 driver, then modprobe it again, the sound worked. Here's what my conf.modules looks like now that it (almost) works. alias sound cs4232 options -k cs4232 io=0x530 irq=5 dma=1 dma2=0 synthirq=5 synthio=0x388 alias midi opl3 options -k opl3 io=0x388 I'm considering just writing a little shell script that gets called from rc.local that does the rmmod / modprobe of cs4232 when I boot.