i'm not a great guru of sound and alsa, but i think you have to remove the 
currently loaded modules.  For example, my machine has via8233 onboard
sound therefore the (old) alsa module that i need to remove is snd-via82xx.  i 
remove it with

/sbin/modprobe -r snd-via82xx

and then use 

/sbin/modprobe snd-via82xx
/sbin/modprobe snd-pcm-oss
etc..

to install your newly made modules, you'll have 
to change the via82xx to the card that you have.  then i think you'll be
ready for 0.9.1 or .2

you can figure out what modules are currently installed with /sbin/lsmod
(run before you uninstall the module to figure out what is loaded) and you
can figure out which module to install by running /sbin/lspci.  the output
of that command will tell you which sound card you have.  then go to the
alsa soundcard matrix to figure out which module you need to install for the
card on your machine.

i hope this helps.


-------Original Message-------
From: Ramanan V <[EMAIL PROTECTED]>
Sent: 03/21/03 09:14 AM
To: [EMAIL PROTECTED]
Subject: [Alsa-user] Problems ALSA 0.9.1

> 
> Hi,

I finally got around to compiling the alsa drivers
today , and grabbed the 0.9.1 release. The build
process for the drivers , lib and utils went
flawlessly , but the kernel is unable to load the
module.

Heres the output

<<< [EMAIL PROTECTED] utils]# /sbin/modprobe snd

  /lib/modules/2.4.20-2.2/kernel/sound/acore/snd.o:   
  unresolved symbol schedule_work

  /lib/modules/2.4.20-2.2/kernel/sound/acore/snd.o:  
insmod
/lib/modules/2.4.20-2.2/kernel/sound/acore/snd.o  
failed

/lib/modules/2.4.20-2.2/kernel/sound/acore/snd.o:
insmod snd failed

>>>

I use a Creative Vibra (Ensoniq 1371 ) and used
alsaconf to configure my module.conf as follows.

<<<<[EMAIL PROTECTED] utils]# more /etc/modules.conf
    alias parport_lowlevel parport_pc
    alias eth0 ne2k-pci
    alias usb-controller usb-uhci
    # --- BEGIN: Generated by ALSACONF, do not edit.
---
    # --- ALSACONF verion 0.9.0 ---
    alias char-major-116 snd
    alias snd-card-0 snd-ens1371
    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
    options snd major=116 cards_limit=1
device_mode=0666
    options snd-ens1371 index=0
    # --- END: Generated by ALSACONF, do not edit. ---
 

I'm running an rh 8.0 system with kernel and Xfree
updated to phoebe-3 versions.
kernel=2.4.20-2.2

Any help is most welcome

Ramanan

__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
<a target=_blank
href="http://platinum.yahoo.com";>http://platinum.yahoo.com</a>


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
<a target=_blank
href="http://thinkgeek.com/sf";>http://thinkgeek.com/sf</a>
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user
> 


-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to