Linux Sound subsystem development
 help / color / mirror / Atom feed
* How to load sound modules ?
@ 1999-04-04 15:04 Nishikant Kapoor (H)
  1999-04-12 16:37 ` Kapoor, Nishikant X
  1999-04-13  4:16 ` Shaleh
  0 siblings, 2 replies; 3+ messages in thread
From: Nishikant Kapoor (H) @ 1999-04-04 15:04 UTC (permalink / raw)
  To: linux-sound

Hi all

I've managed to get my ESS1868 working with 2.2.2 on RedHat 5.1 but I'm
having problem loading it through /etc/conf.modules. I'd appreciate any
help on this.

/etc/conf.modules:
-------
alias char-major-14 sb
post-install sb /sbin/modprobe "-k" "adlib_card"
alias sound sb
options -k sb io=0x220 irq=5 dma=1 dma16=-1
alias sequencer uart401
options -k uart401 io=0x330
alias midi opl3
options -k opl3 io=0x388

Loading all these modules at the prompt works fine though.
------------------------------------
/sbin/insmod sb io=0x220 irq=5 dma=1 dma16=-1
/sbin/insmod mpu401 io=0x330
/sbin/insmod opl3 io=0x388
/sbin/insmod v_midi

Thanks
Nishi

^ permalink raw reply	[flat|nested] 3+ messages in thread

* How to load sound modules ?
  1999-04-04 15:04 How to load sound modules ? Nishikant Kapoor (H)
@ 1999-04-12 16:37 ` Kapoor, Nishikant X
  1999-04-13  4:16 ` Shaleh
  1 sibling, 0 replies; 3+ messages in thread
From: Kapoor, Nishikant X @ 1999-04-12 16:37 UTC (permalink / raw)
  To: linux-sound

Hi all

I've managed to get my ESS1868 working with 2.2.2 on RedHat 5.1 but I'm
having problem loading it through /etc/conf.modules. I'd appreciate any
help on this.

/etc/conf.modules:
-------
alias char-major-14 sb
post-install sb /sbin/modprobe "-k" "adlib_card"
alias sound sb
options -k sb io=0x220 irq=5 dma=1 dma16=-1
alias sequencer uart401
options -k uart401 io=0x330
alias midi opl3
options -k opl3 io=0x388

Loading all these modules at the prompt works fine though.
------------------------------------
/sbin/insmod sb io=0x220 irq=5 dma=1 dma16=-1
/sbin/insmod mpu401 io=0x330
/sbin/insmod opl3 io=0x388
/sbin/insmod v_midi

Thanks
Nishi

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: How to load sound modules ?
  1999-04-04 15:04 How to load sound modules ? Nishikant Kapoor (H)
  1999-04-12 16:37 ` Kapoor, Nishikant X
@ 1999-04-13  4:16 ` Shaleh
  1 sibling, 0 replies; 3+ messages in thread
From: Shaleh @ 1999-04-13  4:16 UTC (permalink / raw)
  To: linux-sound


On 12-Apr-99 Kapoor, Nishikant X wrote:
> Hi all
> 
> I've managed to get my ESS1868 working with 2.2.2 on RedHat 5.1 but I'm
> having problem loading it through /etc/conf.modules. I'd appreciate any
> help on this.
> 
> /etc/conf.modules:
> -------
> alias char-major-14 sb
> post-install sb /sbin/modprobe "-k" "adlib_card"
> alias sound sb
> options -k sb io=0x220 irq=5 dma=1 dma16=-1
> alias sequencer uart401
> options -k uart401 io=0x330
> alias midi opl3
> options -k opl3 io=0x388

Do all of the alias stuff first.  otherwise it is not aware of the alias when
you use them (or so it would seem).

gestalt [/etc/modutils]$ cat sound 
alias char-major-14 sb
post-install sb /sbin/modprobe "-k" "adlib_card"
options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
options adlib_card io=0x388

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1999-04-13  4:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-04-04 15:04 How to load sound modules ? Nishikant Kapoor (H)
1999-04-12 16:37 ` Kapoor, Nishikant X
1999-04-13  4:16 ` Shaleh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox