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 their

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

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 PROTECTED]

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

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-26 Thread csarid
Bill,Thanks, I'll try that and see what happensThanks 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-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

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 with

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
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 for

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 setup.

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-dummyAlso, I was hoping to simply load the module seperately instead of having to install the entire alsa.Thank youLee Revell [EMAIL PROTECTED] wrote: On

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 the entire

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 "M 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,

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 M 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 support is

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 M 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 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 there