thanks. I will try to work and get it installed.

Avi

On 2 Apr 2001, Jack Bowling wrote:

> On 02 Apr 2001 22:56:25 -0500, Avi Aumick wrote:
> > For those who responded, thank you for your response with the sound card
> > Sound Blaster PCI 512. I installed it and have no problem. I don't believe
> > I have installed the ALSA modules, but what is the emu10k1 module?
>
> Avi - Here is my /etc/modules.conf. Note the alias sound line. Every
> time an app calls the sound interface, the emu10k1 module will be
> loaded. My xmms works well with it in OSS emulation.
>
> ### setup scsi hostadapter if modularizeds
> #alias scsi_hostadapter ncr53c8xx
> #alias scsi_hostadapter1 initio
> ### setup parallel port printing
> alias parport_lowlevel parport_pc
> ### setup SB PCI512 sound
> alias sound emu10k1
> ### setup usb if modularized
> #alias usb-controller usb-uhci
> ### setup NIC modules
> alias eth0 tulip
> ### setup ppp ALIASES
> alias char-major-108 ppp_generic
> alias ppp ppp_generic
> alias tty-ldisc-3 ppp_async
> alias tty-ldisc-14 ppp_synctty
> alias ppp-compress-21 bsd_comp
> alias ppp-compress-24 ppp_deflate
> alias ppp-compress-26 ppp_deflate
> alias net-pf-10 off # don't load ipv6
> alias char-major 145 off
>
> And here is the relevant part of my /usr/src/linux/.config to set up the
> sound selection in the kernel if you are compiling yourself:
>
> #
> # Sound
> #
> CONFIG_SOUND=y
> # CONFIG_SOUND_CMPCI is not set
> CONFIG_SOUND_EMU10K1=m
>
> These are the only options you have to select. I choose to use modules
> because it seems to work better for me. However, you may choose to
> compile it in. The emu10k1 module was written by Creative and then
> released as open source.
>
> Jack
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to