Mailinglist Archive: opensuse (3513 mails)
| < Previous | Next > |
Re: [SLE] Compiling the kernel and staying compatable?
- From: Stefan Troeger <stefan@xxxxxxxxxx>
- Date: Sun, 4 Mar 2001 16:15:38 +0100
- Message-id: <20010304161538.A1062@xxxxxxxxxx>
Hi,
On Sat, Mar 03 2001 at 20:16 -0500, Steven T. Hatton wrote:
> So what I want is:
> 1) My sound to work.
I'll try to explain how to compile your own kernel with the
kernel sound modules.
- In the kernel configuration select the following options:
Loadable module support --->
[*] Enable loadable module support
[*] Kernel module loader
Plug and Play configuration --->
<M> Plug and Play support
<M> ISA Plug and Play support
Sound --->
<M> Sound card support
<M> OSS sound modules
<M> 100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support
<M> AWE32 synth
- Compile your kernel: `make dep clean bzlilo modules modules_install'.
- Get these two files: awesfx-0.4.3a.tgz, synthgm.sbk
(http://ftpsearch.lycos.com/?form=medium sould be able to
locate them).
- Compile and install awesfx-0.4.3a.tgz.
- Install synthgm.sbk to /usr/local/awe_synth.
- Add these lines to /etc/modules.conf:
alias sound-slot-0 sb
alias sound-service-0-1 awe_wave
alias synth0 awe_wave
options sound dmabuf=1
post-install awe_wave /usr/local/bin/sfxload /usr/local/awe_synth/synthgm.sbk
- Run `depmod -a'.
- Reboot and try if it works.
Ciao,
Stefan
--
Stefan Troeger o _ _ _
stefan@xxxxxxxxxx __o __o /\_ _ \\o (_)\__/o (_)
_`\<, _`\<, _>(_) (_)/<_ \_| \ _|/' \/
(_)/(_) (_)/(_) (_) (_) (_) (_)' _\o_
On Sat, Mar 03 2001 at 20:16 -0500, Steven T. Hatton wrote:
> So what I want is:
> 1) My sound to work.
I'll try to explain how to compile your own kernel with the
kernel sound modules.
- In the kernel configuration select the following options:
Loadable module support --->
[*] Enable loadable module support
[*] Kernel module loader
Plug and Play configuration --->
<M> Plug and Play support
<M> ISA Plug and Play support
Sound --->
<M> Sound card support
<M> OSS sound modules
<M> 100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support
<M> AWE32 synth
- Compile your kernel: `make dep clean bzlilo modules modules_install'.
- Get these two files: awesfx-0.4.3a.tgz, synthgm.sbk
(http://ftpsearch.lycos.com/?form=medium sould be able to
locate them).
- Compile and install awesfx-0.4.3a.tgz.
- Install synthgm.sbk to /usr/local/awe_synth.
- Add these lines to /etc/modules.conf:
alias sound-slot-0 sb
alias sound-service-0-1 awe_wave
alias synth0 awe_wave
options sound dmabuf=1
post-install awe_wave /usr/local/bin/sfxload /usr/local/awe_synth/synthgm.sbk
- Run `depmod -a'.
- Reboot and try if it works.
Ciao,
Stefan
--
Stefan Troeger o _ _ _
stefan@xxxxxxxxxx __o __o /\_ _ \\o (_)\__/o (_)
_`\<, _`\<, _>(_) (_)/<_ \_| \ _|/' \/
(_)/(_) (_)/(_) (_) (_) (_) (_)' _\o_
| < Previous | Next > |