Re: Continue my sb 16 problem: how to autoload module compiled separately

2006-03-30 Thread Andrew Cady
On Tue, Mar 28, 2006 at 07:42:47PM -0800, Serena Cantor wrote: > The stock kernel of sarge does not work with my sb16, > so compile 2.4.27 and use it and it works: > > modprobe sound > insmod uart401 > cd /lib/modules/2.4.27/kernel/drivers/sound > insmod -f ./sb_lib.o > insmod -f ./sb.o io=0x220 i

Continue my sb 16 problem: how to autoload module compiled separately

2006-03-28 Thread Serena Cantor
The stock kernel of sarge does not work with my sb16, so compile 2.4.27 and use it and it works: modprobe sound insmod uart401 cd /lib/modules/2.4.27/kernel/drivers/sound insmod -f ./sb_lib.o insmod -f ./sb.o io=0x220 irq=5 dma=1 dma16=5 My question is how auto-load them so I don't have to type t