Re: [Alsa-user] snd-dummy 2nd card

2008-06-11 Thread Rene Herman
On 12-06-08 05:52, Rene Herman wrote: Oh, by the way, upon rereading: > On 11-06-08 17:41, Dominique Michel wrote: >> You must add some device definitions in /etc/modules.d/alsa (or >> whatever file >> your distribution is using): >> >> ## ALSA portion >> alias snd-card-0 snd-... >> options sn

Re: [Alsa-user] snd-dummy 2nd card

2008-06-11 Thread Rene Herman
On 11-06-08 17:41, Dominique Michel wrote: > Le Tue, 10 Jun 2008 17:47:58 +0300, > "alexander merkulov" <[EMAIL PROTECTED]> a écrit : > >> need to setup 2nd dummy card >> how to do it? > > You must add some device definitions in /etc/modules.d/alsa (or whatever file > your distribution is using)

Re: [Alsa-user] snd-dummy 2nd card

2008-06-11 Thread Dominique Michel
Le Tue, 10 Jun 2008 17:47:58 +0300, "alexander merkulov" <[EMAIL PROTECTED]> a écrit : > need to setup 2nd dummy card > how to do it? You must add some device definitions in /etc/modules.d/alsa (or whatever file your distribution is using): ## ALSA portion alias snd-card-0 snd-... options snd-.

Re: [Alsa-user] snd-dummy 2nd card

2008-06-10 Thread alexander merkulov
senks. it is it. actualy i already triied index, not triied enable works)) [EMAIL PROTECTED] ~]# modprobe snd-dummy -r;modprobe snd-dummy enable=1,1 index=2,3;cat /proc/asound/cards 2 [Dummy ]: Dummy - Dummy Dummy 1 3 [Dummy_1]: Dummy - Dummy

Re: [Alsa-user] snd-dummy 2nd card

2008-06-10 Thread Rene Herman
On 10-06-08 16:47, alexander merkulov wrote: > need to setup 2nd dummy card > how to do it? modprobe snd-dummy enable=1,1 Rene. - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services fo

Re: [Alsa-user] snd-dummy 2nd card

2008-06-10 Thread stan
alexander merkulov wrote: > > no. i think u not understand what i need. > once again. > i need independed streams. > i have no sound card. card count=0 now > BUT alsa package have dummy sound card > it inserted into kernel as snd-dummy. so after i insert it into kernel > i have cardcoutn=1 > my qw

Re: [Alsa-user] snd-dummy 2nd card

2008-06-10 Thread alexander merkulov
no. i think u not understand what i need. once again. i need independed streams. i have no sound card. card count=0 now BUT alsa package have dummy sound card it inserted into kernel as snd-dummy. so after i insert it into kernel i have cardcoutn=1 my qwestion is: how i can insert enother and/or g

Re: [Alsa-user] snd-dummy 2nd card

2008-06-10 Thread stan
alexander merkulov wrote: > enother word: > i need > cat /proc/asound/cards > show more then 1 sound device > > > 2008/6/10 alexander merkulov <[EMAIL PROTECTED] > >: > > no i need independed second card > i can setup alias, i can setup dummy as sound card 2, o

Re: [Alsa-user] snd-dummy 2nd card

2008-06-10 Thread alexander merkulov
enother word: i need cat /proc/asound/cards show more then 1 sound device 2008/6/10 alexander merkulov <[EMAIL PROTECTED]>: > no i need independed second card > i can setup alias, i can setup dummy as sound card 2, or 3 > but what i need is have more then 1 independed dummy card. > so i can set

Re: [Alsa-user] snd-dummy 2nd card

2008-06-10 Thread alexander merkulov
no i need independed second card i can setup alias, i can setup dummy as sound card 2, or 3 but what i need is have more then 1 independed dummy card. so i can setup 2 skype for different users on box, on different dummy sound. 2008/6/10 stan <[EMAIL PROTECTED]>: > alexander merkulov wrote: > >>

Re: [Alsa-user] snd-dummy 2nd card

2008-06-10 Thread stan
alexander merkulov wrote: > need to setup 2nd dummy card > how to do it? I'm not sure I understand your question, and I'm not sure I can help, but here is a rephrase to try to understand. Do you mean that you want to create a new alias for your sound card? Like what you get if you run command

[Alsa-user] snd-dummy 2nd card

2008-06-10 Thread alexander merkulov
need to setup 2nd dummy card how to do it? - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php_

Re: [Alsa-user] snd-dummy sound driver

2006-07-28 Thread csarid
Bill,   Thanks very much for all your suggestions. I think at this point, I'm going with a system that has a 2.6 kernel in which all of this is working fine. I have to devide-n-conquer and  moving to the 2.6 kernel solved the problem.   Thanks again for all your help!Bill Unruh <[EMAIL PROTECT

Re: [Alsa-user] snd-dummy sound driver

2006-07-28 Thread Bill Unruh
On Wed, 26 Jul 2006, csarid wrote: > Should I just install the driver only or should I install any of the other > stuff at the site -- such as OSS lib etc.. Thanks! > Install them all. Especially alsa-lib. This is weird-- this is the third time I have seen this post. Is there something at the a

Re: [Alsa-user] snd-dummy sound driver

2006-07-28 Thread csarid
Should I just install the driver only or should I install any of the other stuff at the site -- such as OSS lib etc.. Thanks!Bill Unruh <[EMAIL PROTECTED]> wrote: On Wed, 26 Jul 2006, csarid wrote:> Bill,>> Thanks for the suggestions. I did look and search through the /lib/modules directory and th

Re: [Alsa-user] snd-dummy sound driver

2006-07-27 Thread Bill Unruh
On Wed, 26 Jul 2006, csarid wrote: > Should I just install the driver only or should I install any of the other > stuff at the site -- such as OSS lib etc.. Thanks! I would install it all. But, if y ou are wanting to use snd-dummy, I am wondering why you are asking me these questions? The dummy

Re: [Alsa-user] snd-dummy sound driver

2006-07-27 Thread csarid
Ok.. I was able to compile the 1.011 dirvers successfully. But... stupid question... do I move the content of the alsa modules directory to /lib/modules directory location on my system and is there any else besided moving it the that location that I need to do?   Thanks very much!csarid <[EMAIL P

Re: [Alsa-user] snd-dummy sound driver

2006-07-27 Thread Lee Revell
On Wed, 2006-07-26 at 11:36 -0700, csarid wrote: > Bill, > > Thanks for the suggestions. I did look and search through > the /lib/modules directory and their was nothing with snd-... at all > The distribution is RedHat 3 Enterprise. > That's an ancient distro. Even RHEL 4.x comes with a 2 yea

Re: [Alsa-user] snd-dummy sound driver

2006-07-26 Thread csarid
Bill,   Thanks for the suggestions. I did look and search through the /lib/modules directory and their was nothing with snd-... at all The distribution is RedHat 3 Enterprise.   Thanks!Bill Unruh <[EMAIL PROTECTED]> wrote: On Mon, 24 Jul 2006, csarid wrote:> Is there a particular entry to look

Re: [Alsa-user] snd-dummy sound driver

2006-07-26 Thread Bill Unruh
On Wed, 26 Jul 2006, csarid wrote: > Bill, > > Thanks for the suggestions. I did look and search through the /lib/modules > directory and their was nothing with snd-... at all The distribution is > RedHat 3 Enterprise. > Weird. Anyway, download the latest alsa, compile it and install it. >

Re: [Alsa-user] snd-dummy sound driver

2006-07-26 Thread csarid
Lee,   Thanks. Unfortunately, I am stuck with this version for a while.   Thanks again!Lee Revell <[EMAIL PROTECTED]> wrote: On Wed, 2006-07-26 at 11:36 -0700, csarid wrote:> Bill,> > Thanks for the suggestions. I did look and search through> the /lib/modules directory and their was nothing w

Re: [Alsa-user] snd-dummy sound driver

2006-07-26 Thread csarid
Ok Bill... here it goes.. the reason for needing the dummy sound driver is that I am trying to use the gnomemeeting application without sound. however, the --disable-sound option does not seem to work and googling I found that most people seem to use the snd-dummy driver to get around this problem.

Re: [Alsa-user] snd-dummy sound driver

2006-07-26 Thread csarid
Bill,   Thanks, I'll try that and see what happens   Thanks again!Bill Unruh <[EMAIL PROTECTED]> wrote: On Wed, 26 Jul 2006, csarid wrote:> Bill,>> Thanks for the suggestions. I did look and search through the /lib/modules directory and their was nothing with snd-... at all The distribution is

Re: [Alsa-user] snd-dummy sound driver

2006-07-24 Thread Lee Revell
On Mon, 2006-07-24 at 09:01 -0700, Bill Unruh wrote: > The kernel setup does NOT control the details of alsa. Um, if the ALSA shipped with the kernel is installed then yes, it does. > If alsa is enabled then all of the modules are compiled and > installed. The only way snd-dummy would not be the

Re: [Alsa-user] snd-dummy sound driver

2006-07-24 Thread Lee Revell
On Mon, 2006-07-24 at 08:54 -0700, csarid wrote: > Is there a particular entry to look for and enable once in the kernel > config? I see " Sound card support" which seems to be the closest, > but no designation for a dummy selection to enable. > Thenk you CONFIG_SND=m and CONFIG_SND_DUMMY=m Lee

Re: [Alsa-user] snd-dummy sound driver

2006-07-24 Thread Bill Unruh
On Mon, 24 Jul 2006, csarid wrote: > Is there a particular entry to look for and enable once in the kernel config? > I see " Sound card support" which seems to be the closest, but no > designation for a dummy selection to enable. > Thenk you I find it very very hard to believe that alsa suppor

Re: [Alsa-user] snd-dummy sound driver

2006-07-24 Thread csarid
Is there a particular entry to look for and enable once in the kernel config? I see " Sound card support" which seems to be the closest, but no designation for a dummy selection to enable. Thenk youLee Revell <[EMAIL PROTECTED]> wrote: On Mon, 2006-07-24 at 08:05 -0700, csarid wrote:> Lee,> > Th

Re: [Alsa-user] snd-dummy sound driver

2006-07-24 Thread Lee Revell
On Mon, 2006-07-24 at 08:05 -0700, csarid wrote: > Lee, > > Thanks for the reply.. > > for the command, I get the following: > > /sbin/modprobe snd-dummy > modprobe: Can't locate module snd-dummy > > > Also, I was hoping to simply load the module seperately instead of > having to install

Re: [Alsa-user] snd-dummy sound driver

2006-07-24 Thread csarid
Lee,   Thanks for the reply..   for the command, I get the following:    /sbin/modprobe snd-dummymodprobe: Can't locate module snd-dummy   Also, I was hoping to simply load the module seperately instead of having to install the entire alsa.   Thank youLee Revell <[EMAIL PROTECTED]> wrote

Re: [Alsa-user] snd-dummy sound driver

2006-07-24 Thread Lee Revell
On Mon, 2006-07-24 at 07:47 -0700, csarid wrote: > Hello, > > I need some help in getting the snd-dummy drivers installed on my > linux box. Can anyone point me to the location where I can get the > snd-dummy sound driver for my linux system and possibly some > instructions on how to install or s

[Alsa-user] snd-dummy sound driver

2006-07-24 Thread csarid
Hello,   I need some help in getting the snd-dummy drivers installed on my linux box. Can anyone point me to the location where I can get the snd-dummy sound driver for my linux system and possibly some instructions on how to install or setup. I have already set the entry "alias snd-card-0 snd-du

RE: [Alsa-user] snd-dummy

2002-10-01 Thread Jaroslav Kysela
On Tue, 1 Oct 2002, Mark Knecht wrote: > Jaroslav, >We are debugging xrun issues with alsa/jack/ardour and are looking for > ways to isolate where the problem is being created on different platforms. > Is it possible that this dummy sound card could be installed as a test case > to isolate wh

RE: [Alsa-user] snd-dummy

2002-10-01 Thread Mark Knecht
[Alsa-user] snd-dummy On 29 Sep 2002, [EMAIL PROTECTED] wrote: > Hello, > > i would like to know how much function has been implemented into the > dummy driver. After setting the dummy driver up i tried to play > something to it through xmms. Unfortunately i was not able to record >

Re: [Alsa-user] snd-dummy

2002-09-30 Thread Jaroslav Kysela
On 29 Sep 2002, [EMAIL PROTECTED] wrote: > Hello, > > i would like to know how much function has been implemented into the > dummy driver. After setting the dummy driver up i tried to play > something to it through xmms. Unfortunately i was not able to record > what i was playing to it. Is this

[Alsa-user] snd-dummy

2002-09-29 Thread valeanu . a
Hello, i would like to know how much function has been implemented into the dummy driver. After setting the dummy driver up i tried to play something to it through xmms. Unfortunately i was not able to record what i was playing to it. Is this possible or is the data dropped very early. The main r