On Thu, 2002-05-23 at 08:44, Frans Ketelaars wrote:

> -----------------------------------------------------------------------------
> From: "Garrick Sitongia" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [Alsa-user] Alsa0.9.0beta12 on Mandrake Linux 8.2 HOWTO
> Date: Sat, 27 Apr 2002 21:11:25 -0700
> Sender: [EMAIL PROTECTED]
> 
> Alsa0.9.0beta12 on Mandrake Linux 8.2 HOWTO
> 
> 0. Read the INSTALL file.
> 
> 1. Edit the configure script by inserting -I/usr/src/linux/include at the
>    end of lines beginning with "ac_compile=" and "ac_link=", but before
>    the ending quote. I counted six places. ./configure will fail without 
> this.
> 
> 2. Delete the directory /lib/modules/2.4.18-6mdk/alsa or move it to ../
>    make install will complain about unresolved symbols without this.
> 
> 3. Remove or rename /etc/asound.conf. Alsa will not start on re-boot with 
> this
>    file here.
> 
> 4. Here is the alsa stuff from my /etc/modules.conf, which regards my 
> via8233
>    sound card. Read INSTALL for your card.
> --------------
> alias char-major-116 snd
> options snd snd_major=116 snd_cards_limit=1
> above snd-via8233 snd-pcm-oss
> alias snd-card-0 snd-via8233
> alias char-major-14 soundcore
> alias sound-slot-0 snd-card-0
> alias sound-service-0-0 snd-mixer-oss
> alias sound-service-0-1 snd-seq-oss
> alias sound-service-0-3 snd-pcm-oss
> alias sound-service-0-8 snd-seq-oss
> alias sound-service-0-12 snd-pcm-oss
> ---------------
>    The 'options snd...' line prevents scrolling lines beginning with,
>    "modprobe: modprobe: Can't locate module snd-card-1".
> 
> 5. 'configure --with-cards=<your_card_here>', 'make install'.
> 
> 6. I don't know if it was nessessary to get the driver working, but I also
>    had installed alsa-lib-0.9.0beta12 and alsa-utils-0.9.0beta12 (useful).
> 
> That's it. Thanks for all the alsa help!
> ----------------------------------------------------------------------------
> 
> HTH :)
> 
>     -Frans

Thanks Frans!

I had seen to stuff under points 0-3 before, but the "-with-cards" thing
was new to me and made all the difference.  Can't see this documented in
the INSTALL file!  Maybe I'm blind.

The other thing I had to do to make it work was to switch off DEVFS. 
Despite inserting the required lines in devfs.conf - modprobe failed. 
Reboot with devfs off, run snddevices and all systems are go.

Despite it working though, I still get lots of messages at boot for
modules I don't really want anyway (and am obviously not using).  Here's
a sample:

May 23 15:56:45 daw depmod: depmod: *** Unresolved symbols in
/lib/modules/2.4.18-6mdk/kernel/sound/isa/snd-cmi8330.o
May 23 15:56:45 daw depmod: depmod: *** Unresolved symbols in
/lib/modules/2.4.18-6mdk/kernel/sound/isa/snd-dt0197h.o
May 23 15:56:45 daw depmod: depmod: *** Unresolved symbols in
/lib/modules/2.4.18-6mdk/kernel/sound/isa/snd-es18xx.o
May 23 15:56:45 daw depmod: depmod: *** Unresolved symbols in
/lib/modules/2.4.18-6mdk/kernel/sound/isa/snd-opl3sa2.o
May 23 15:56:45 daw depmod: depmod: *** Unresolved symbols in
/lib/modules/2.4.18-6mdk/kernel/sound/isa/snd-sgalaxy.o
May 23 15:56:45 daw depmod: depmod: *** Unresolved symbols in
/lib/modules/2.4.18-6mdk/kernel/sound/isa/wavefront/snd-wavefront.o
May 23 15:56:45 daw depmod: depmod: *** Unresolved symbols in
/lib/modules/2.4.18-6mdk/kernel/sound/synth/emux/snd-emux-synth.o
May 23 15:56:45 daw depmod: depmod: *** Unresolved symbols in
/lib/modules/2.4.18-6mdk/kernel/sound/synth/snd-util-mem.o

Also later in /var/log/messages:

May 23 15:57:43 daw modprobe: modprobe: Can't locate module
char-major-81
May 23 15:58:27 daw modprobe: modprobe: Can't locate module sound-slot-1
May 23 15:58:27 daw modprobe: modprobe: Can't locate module
sound-service-1-0
May 23 15:58:27 daw modprobe: modprobe: Can't locate module sound-slot-1

and more.  My modules.conf now looks like this:

alias char-major-116 snd
options snd snd_major=116 snd_cards_limit=1
above snd-ice1712 snd-pcm-oss
alias snd-card-0 snd-ice1712
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

Can anyone suggest how to get rid of all this garbage?  OK, it's
working, but it's always disturbing to have error messages zooming past
during the boot.

thanks again!

Brian


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to