Hi gang, any ideas why my microphone wouldn't be working in linux. It's set as the recording device, but isn't recording. My sound card uses the maestro3 module (ES1988 Allegro-1 card). I'm doing a search, but was wondering if any of you have had this problem. Wes
OK, since nobody is answering you, I'll take a stab at it. Yes, I have the same problem. Can't record from the microphone or from the stereo, which is plugged into the computer. Doesn't work with SuSE 7.2 on a fast computer with the onboard soundcard, and it didn't work with Redhat 7.0 on a slow computer with my Ensonic sound card, either. I can record from CD at least three ways without any problem. And I can record from my stereo or from the microphone if I use a common proprietary operating system that's four years old. I suspect the problem is in the options section of /etc/modules.conf, but I've never pursued it, and I don't know what any of those options mean. There's a mailing list for the ALSA project, and I've gotten good help from them in the past. They might know. I'll show you my modules.conf if you'll show me yours. Greg Wesley Allen wrote:
Hi gang, any ideas why my microphone wouldn't be working in linux. It's set as the recording device, but isn't recording.
My sound card uses the maestro3 module (ES1988 Allegro-1 card). I'm doing a search, but was wondering if any of you have had this problem.
Wes
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
Yeah, Come to think of it, no computer I've ever used with Linux has had the microphone working. I'll have to try the alsa list...thanks! Wes On Thursday 31 October 2002 2:06 pm, Gregory Avedissian wrote:
OK, since nobody is answering you, I'll take a stab at it.
Yes, I have the same problem. Can't record from the microphone or from the stereo, which is plugged into the computer. Doesn't work with SuSE 7.2 on a fast computer with the onboard soundcard, and it didn't work with Redhat 7.0 on a slow computer with my Ensonic sound card, either. I can record from CD at least three ways without any problem. And I can record from my stereo or from the microphone if I use a common proprietary operating system that's four years old.
I suspect the problem is in the options section of /etc/modules.conf, but I've never pursued it, and I don't know what any of those options mean. There's a mailing list for the ALSA project, and I've gotten good help from them in the past. They might know.
I'll show you my modules.conf if you'll show me yours.
Greg
Wesley Allen wrote:
Hi gang, any ideas why my microphone wouldn't be working in linux. It's set as the recording device, but isn't recording.
My sound card uses the maestro3 module (ES1988 Allegro-1 card). I'm doing a search, but was wondering if any of you have had this problem.
Wes
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
-- ------ This message may be signed using GPG, for my public key please send me a message with "Key Request" in the subject line.
I've seen it working on other computers, a friend of mine at BU was using on an AI speech recognition project. They were just opening /dev/dsp and reading from it. Can't you find something on google to solve the issue? On Thu, 31 Oct 2002, Wes Allen wrote:
Yeah, Come to think of it, no computer I've ever used with Linux has had the microphone working.
I'll have to try the alsa list...thanks!
Wes
On Thursday 31 October 2002 2:06 pm, Gregory Avedissian wrote:
OK, since nobody is answering you, I'll take a stab at it.
Yes, I have the same problem. Can't record from the microphone or from the stereo, which is plugged into the computer. Doesn't work with SuSE 7.2 on a fast computer with the onboard soundcard, and it didn't work with Redhat 7.0 on a slow computer with my Ensonic sound card, either. I can record from CD at least three ways without any problem. And I can record from my stereo or from the microphone if I use a common proprietary operating system that's four years old.
I suspect the problem is in the options section of /etc/modules.conf, but I've never pursued it, and I don't know what any of those options mean. There's a mailing list for the ALSA project, and I've gotten good help from them in the past. They might know.
I'll show you my modules.conf if you'll show me yours.
Greg
Wesley Allen wrote:
Hi gang, any ideas why my microphone wouldn't be working in linux. It's set as the recording device, but isn't recording.
My sound card uses the maestro3 module (ES1988 Allegro-1 card). I'm doing a search, but was wondering if any of you have had this problem.
Wes
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
-- ¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø Karl Hiramoto <karl@hiramoto.org> Work: 978-425-2090 ext 25 Cell: 508-517-4819 Personal web page: http://karl.hiramoto.org/ Freedom: http://www.technojihad.com/ Zoop Productions: http://www.zoop.org/ KTEQ Rapid City: http://www.kteq.org/ AOL IM ID = KarlH420 Yahoo_IM = karl_hiramoto ¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø When one burns one's bridges, what a very nice fire it makes. -- Dylan Thomas
cat /dev/dsp this is raw sound data there are docs out there on how to process it This usually works to record then play back your data cat /dev/dsp > /tmp/sound.dat cat /tmp/sound.dat >> /dev/dsp I'm sure there is a doc out there on the format of this data. On Thu, 31 Oct 2002, Karl Hiramoto wrote:
I've seen it working on other computers, a friend of mine at BU was using on an AI speech recognition project.
They were just opening /dev/dsp and reading from it.
Can't you find something on google to solve the issue?
On Thu, 31 Oct 2002, Wes Allen wrote:
Yeah, Come to think of it, no computer I've ever used with Linux has had the microphone working.
I'll have to try the alsa list...thanks!
Wes
On Thursday 31 October 2002 2:06 pm, Gregory Avedissian wrote:
OK, since nobody is answering you, I'll take a stab at it.
Yes, I have the same problem. Can't record from the microphone or from the stereo, which is plugged into the computer. Doesn't work with SuSE 7.2 on a fast computer with the onboard soundcard, and it didn't work with Redhat 7.0 on a slow computer with my Ensonic sound card, either. I can record from CD at least three ways without any problem. And I can record from my stereo or from the microphone if I use a common proprietary operating system that's four years old.
I suspect the problem is in the options section of /etc/modules.conf, but I've never pursued it, and I don't know what any of those options mean. There's a mailing list for the ALSA project, and I've gotten good help from them in the past. They might know.
I'll show you my modules.conf if you'll show me yours.
Greg
Wesley Allen wrote:
Hi gang, any ideas why my microphone wouldn't be working in linux. It's set as the recording device, but isn't recording.
My sound card uses the maestro3 module (ES1988 Allegro-1 card). I'm doing a search, but was wondering if any of you have had this problem.
Wes
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
-- ¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø Karl Hiramoto <karl@hiramoto.org> Work: 978-425-2090 ext 25 Cell: 508-517-4819 Personal web page: http://karl.hiramoto.org/ Freedom: http://www.technojihad.com/ Zoop Productions: http://www.zoop.org/ KTEQ Rapid City: http://www.kteq.org/ AOL IM ID = KarlH420 Yahoo_IM = karl_hiramoto ¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø When one burns one's bridges, what a very nice fire it makes. -- Dylan Thomas
On Thu, 31 Oct 2002 15:35:06 -0500 (EST) Karl Hiramoto <karl@zoop.org> wrote: KH> cat /dev/dsp KH> KH> this is raw sound data there are docs out there on how to process KH> it KH> KH> This usually works to record then play back your data KH> KH> cat /dev/dsp > /tmp/sound.dat KH> cat /tmp/sound.dat >> /dev/dsp KH> KH> I'm sure there is a doc out there on the format of this data. if memory serves, it's something akin to .au .... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- William Smith wsmith-at-chezsmith-dot-com Fall River, MA http://www.chezsmith.com He who spins a web of trickery must expect to end up caught. * TAG! v3.1 *
participants (5)
-
Bill Smith
-
Gregory Avedissian
-
Karl Hiramoto
-
Wes Allen
-
Wesley Allen