[PlanetCCRMA] Re: PlanetCCRMA digest, Vol 1 #1153 - 15 msgs

krsrtn krsrtn <k.gebbert@gmail.com>
Mon Mar 7 12:07:01 2005


hi, 

I changed the setting in modprobe.conf to this::

alias snd-card-0 emi26
alias sound-slot-0 snd-card-0
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-3 snd-virmidi
options snd-card-3 index=3

I also did 'depmod -a' afterwards and restarted alsa. the messages
seemed to have emi26 loaded, also when I do this::

[karlos@posthuman ~]$ lsmod
Module                  Size  Used by
snd_virmidi             8384  0
snd_seq_virmidi        12288  1 snd_virmidi
snd_seq_midi_event     12032  1 snd_seq_virmidi
snd_seq                59536  2 snd_seq_virmidi,snd_seq_midi_event
snd_intel8x0           36800  1
snd_ac97_codec         76792  1 snd_intel8x0
snd_usb_audio          70336  0
snd_pcm_oss            57632  0
snd_mixer_oss          23552  2 snd_pcm_oss
snd_pcm                99204  4
snd_intel8x0,snd_ac97_codec,snd_usb_audio,snd_pcm_oss
snd_timer              30340  2 snd_seq,snd_pcm
snd_usb_lib            17408  1 snd_usb_audio
snd_rawmidi            29472  2 snd_seq_virmidi,snd_usb_lib
snd_seq_device         13196  2 snd_seq,snd_rawmidi
snd                    62052  13
snd_virmidi,snd_seq_virmidi,snd_seq,snd_intel8x0,snd_ac97_codec,snd_usb_audio,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_usb_lib,snd_rawmidi,snd_seq_device
soundcore              14304  2 snd
emi26                 168704  0

but it is not claimed by any device. I have it connected and the blue
LED it lit, so I wonder what the heck I do wrong. should I see more
lights, green ones? I have not used the emi26 with something else so I
don't know.

any ideas?

Karsten


> Message: 9
> Date: Mon, 7 Mar 2005 11:00:35 +0000
> From: George Bashi <zingit@gmail.com>
> Reply-To: George Bashi <zingit@gmail.com>
> To: krsrtn <k.gebbert@gmail.com>
> Subject: Re: [PlanetCCRMA] emi26
> Cc: planetccrma@ccrma.Stanford.EDU
> 
> 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
> >
> 
> --__--__--