piccolo
Group: Members
Posts: 286
Joined: Mar. 2006 |
|
Posted: July 08 2006,09:24 |
|
Unfortunately, not one Linux version can automatically configure ISA Plug and Play sound cards and as you begin to know, when the automatic sound configuration by DSL fails is not a easy job to do a manual configuration. When a test fails, you must not be satisfied with only one attempt. The smallest details does the difference between success and unsuccess. From that returned messages, I guess you did use the "insmod" command and the command failed because there is missing something that must be inserted before using more "insmod" commands. The "modprobe" command is more intelligent than the "insmod" command and itself can find that missing things. Then I suggest you try again modprobe so:
sudo su modprobe sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
Or as before brianw said so:
sudo modprobe sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
-------------- Robin Hood used Linux
|