On Fri, 14 Nov 2003, Rob Blomquist wrote: > On my Dell Inspiron 3200 I can use sb.o as my sound driver if I can > point it at IRQ 5. > > How can I do that?
You need to place an "options" line into /etc/modules.conf, similar to: alias sound sb options sb io=0x220 irq=5 dma=0 Adjust the I/O address and DMA channel to suit; these are common values. If it's a dual-boot box, best to use the same values as the Win32 side. To test this, the equivalent insmod syntax would be: insmod sb io=0x220 irq=5 dma=0 If you have the "kernel-doc" RPM installed, see this file for more info: /usr/share/doc/kernel-doc-<version>/sound/Soundblaster Also, see the "modules.conf" man page. HTH! -- Bill Mullen [EMAIL PROTECTED] MA, USA RLU #270075 MDK 8.1 & 9.0 "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move." - Douglas Adams
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
