[PlanetCCRMA] emi26

George Bashi George Bashi <zingit@gmail.com>
Mon Mar 7 03:01:01 2005


The problem with your modprobe.conf is here:
> alias snd-card-2 snd-intel8x0
> alias sound-slot-2 snd-intel8x0
> options snd-card-2 index=2
> 
> alias snd-card-2 snd-virmidi
> options snd-card-2 index=2

you have two aliases and option lines for snd-card-2. To load the
emi26 module, it should (probably) be as follows:
alias snd-card-2 emi26
options snd-card-2 index=2
alias sound-slot-2 snd-card-2

if you need the virmidi and intel8x0 modules, I can send you a whole
modprobe.conf.

Thanks,
George Bashi
On Sun, 6 Mar 2005 18:36:57 +0000, krsrtn <k.gebbert@gmail.com> wrote:
> Hello list,
> 
> a friend of mine has been able to build a new kernel with the kernel
> sources including the emi26 in the build. the emi26 module also seems
> to be working fine.
> my problem installing it is now, that I always have to modprobe the
> module manually, and that jack or alsa does not seem to detect it
> properly, briefly, I can't get it to work.
> 
> [karlos@posthuman ~]$ lsmod |grep emi
> emi26                 168704  0
> 
> modprobe.conf
> alias eth0 8139too
> 
> # --- BEGIN: Generated by ALSACONF, do not edit. ---
> # --- ALSACONF verion 1.0.8 ---
> 
> alias snd-card-0 snd-usb-audio
> options snd-card-0 index=0
> 
> alias snd-card-1 snd-usb-audio
> options snd-card-1 index=1
> 
> alias snd-card-2 snd-intel8x0
> alias sound-slot-2 snd-intel8x0
> options snd-card-2 index=2
> 
> alias snd-card-2 snd-virmidi
> options snd-card-2 index=2
> install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 &&
> /usr/sbin/alsactl restore >/dev/null 2>&1 || :
> remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ;
> }; /sbin/modprobe -r --ignore-remove snd-intel8x0
> alias usb-controller ehci-hcd
> alias usb-controller1 uhci-hcd
> alias ieee1394-controller ohci1394
> alias wlan0 ndiswrapper
> 
> alias char-major-195* nvidia
> 
> what am i missing here to make it work?  any help very much appreciated!!!
> 
> karsten
> 
> _______________________________________________
> PlanetCCRMA mailing list
> PlanetCCRMA@ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma
>