In article <[EMAIL PROTECTED]> you wrote:
>/lib/modules/2.2.10/misc/sound.o: invalid parameter parm_io

>After a quick search, I have not yet found where sound.o is handed a parm_io
>parameter (I could just be totally misinterpreting the error).

the parm_io refers to the io=0x220 in your modules options

>alias sound sb
>options sb io=0x220 irq=5 dma=0 dma16=0 mpu_io=0x330

ahhh.

it seems the new version of modutils now tries to pass io=0x220 directly to
sound.o (which it doesn't directly support)

Try commenting out the alias
  #alias sound sb
and running update-modules, to see if the module loads


-- 
Lee Maguire <[EMAIL PROTECTED]>

Reply via email to