LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   insmod problems with emu10k1 (https://www.linuxquestions.org/questions/linux-software-2/insmod-problems-with-emu10k1-12228/)

swingr 01-20-2002 09:42 PM

insmod problems with emu10k1
 
I have been having touble getting the sound to work with my Sound Blaster Live card. Then I read about the emu10k1 driver, and have downloaded and compiled it. When I try to load the driver with 'insmod emu10k1' it tells me that my IO and IRQ addresses aren't right. How do I specify the addresses both in insmod and in the /etc/modules.conf file? Please help, thanks.

Mik 01-21-2002 07:27 AM

With insmod you would use something like:

insmod module.o io=0x220 irq=7

With modules.conf you'd do something like:

alias sb module
options module io=0x220 irq=7

swingr 01-21-2002 08:25 AM

I have tried both those mothods, and I only recieve a message saying that io and irq are invalid paramaters. Any other ideas?


:smash:

Aussie 01-21-2002 05:17 PM

Try doing "modprobe emu10k1" as root.

swingr 01-21-2002 06:18 PM

Yeah, i've tried that too, but it is still giving me the same errors.


All times are GMT -5. The time now is 08:33 PM.