> Before I go off experimenting with modconf, I wonder > if anyone has > been over this ground. If I add a driver using modconf > and get no > result, how do I remove it? > -- > David
That's an easy one... remove it the same way you added it. You could also do: bash$ rmmod MODNAME finally lsmod gives a quick list of all modules you have loaded. I haven't any experience with that particular soundcard but many cards need to pass the ioport, interrupt, and dma parameters. You may not need to and could certainly try without first. Check in the kernel Documentation for specific module parameter info. -jackp __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]