woverin
Group: Members
Posts: 115
Joined: Nov. 2003 |
|
Posted: Nov. 30 2003,03:34 |
|
Finally i got it work add these lines to aliases and actions
/etc/modutils/aliases alias char-major-14 opl3sa2 alias sound-slot-0 opl3sa2 options opl3sa2 io=0x538 mss_io=0x530 mpu_io=0x330 irq=5 dma=1 dma2=0 options opl3 io=0x388
/etc/modutils/actions: pre-install opl3sa2 modprobe -k ad1848 post-install opl3sa2 modprobe -k opl3
then type modprobe opl3sa2 io=0x538 mss_io=0x530 mpu_io=0x330 irq=5 dma=1 dma2=0 Another question is How do I make kernel load this modules automatically without type modprobe every time when i boot?
|