On Tue, Sep 30, 2003 at 09:52:33PM -0700, j. roughan wrote: > > options snd-cs4236 index=0 id=CARD_0 port=0x530 > cport=0x538 / > sb_port=0x220 fm_port=0x388 irq=5 dma1=1 > dma2=0 enable=1
It is critical at this stage that you have the details correct. In looking over the above I see that you are missing the slashes after the "options snd-cs4236" line. Basically, all of the options are on one line, but you can use the "\" slash to continue the "line" on the next line. If that slash is not there , then that next line won't get "connected" with the previous line. Putting those options on seperate lines is only for readability. But the slash needs to be there so that the computer knows that they are really "one line" (I'm sorry if I'm making something simple sound so complicated." Make it look like this, and try again: options snd-cs4236 index=0 id=CARD_0 port=0x530 \ cport=0x538 \ sb_port=0x220 fm_port=0x388 irq=5 dma1=1 \ dma2=0 enable=1 You need those trailing slashes on every line except the last one. (Or, you can put it all on one line.) Let me know if I need to make that clearer. -- paul \ / wisehart >/ <//////$> |\|\|\ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user