Re: [Alsa-user] Metallic recording in cs46xx on Thinkpad T22

2008-03-12 Thread Gadi Oron
Yes, I heard your sample and it is quite similar. I think our best shot in the short term is to find how to reset the sound chip. I noticed that after loading the kernel modules the first run is allways ok. So if you could reset the chip just before it would do the job. I've found a subroutine in

Re: [Alsa-user] Metallic recording in cs46xx on Thinkpad T22

2008-03-12 Thread Rene Herman
On 12-03-08 18:02, James Courtier-Dutton wrote: > Can you post a .wav recording of the sound to a url somewhere. > We then might be able to tell what is wrong. Did you see my post of such? http://members.home.nl/rene.herman/cs4624-bad-capture.wav > My first idea is that the sound card is feedin

Re: [Alsa-user] Redirecting Mic Input in software (no arecord / aplay involved)

2008-03-12 Thread Thierry Bouchard
Very good explanation, I was aware of that parameter but since I wasn't sure about the problem that was happening, I didn't play too much with it. I tweaked that and the size of the buffer I read and write (which is the same) and everything is working fine now, thx! Your comment bring me anoth

Re: [Alsa-user] [alsa-devel] Metallic recording in cs46xx on Thinkpad T22

2008-03-12 Thread Gadi Oron
Hi, The result of my alsa-info.sh is at: http://pastebin.ca/940206 Ciao - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct

Re: [Alsa-user] Metallic recording in cs46xx on Thinkpad T22

2008-03-12 Thread Gadi Oron
Hi Thank you for the link, I've learned quite a lot from it, but more or less I've tried all the tricks there - no results. Any other ideas? On Wed, Mar 12, 2008 at 5:18 AM, <[EMAIL PROTECTED]> wrote: > On Tue, Mar 11, 2008 at 9:27 AM, Gadi Oron <[EMAIL PROTECTED]> wrote: > > > Sadly, I've alre

Re: [Alsa-user] Metallic recording in cs46xx on Thinkpad T22

2008-03-12 Thread Gadi Oron
Hi again James > What recording application are you using? I've had issues where audacity > would give me that metalic sound and ardour+jackd would not. > And vice versa. Depending on versions and whatnot. I am writing a software that does some simple recording, but I debug this issue using a s

Re: [Alsa-user] Metallic recording in cs46xx on Thinkpad T22

2008-03-12 Thread Gadi Oron
Hi, I've sent you a sample where I recorded myself saying 1-2-3... You should get it by email from yousendit.com, but it can also be accessed through: http://download.yousendit.com/131D402A36DD84AA Concerning the alsamixer hypothesis - I am quite doubtful since I've played quite a lot with it.

Re: [Alsa-user] recording from /dev/dsp

2008-03-12 Thread James Shatto
> > record -D copy -f cd -t wav outfile.wav > > > > ecasound -i:/dev/dsp -o outfile.wav One question. Is there an alsa dummy driver/package that might capture this through the above methods in it's intended form? I realize I wont hear anything locally. But it'd be nice to capture it without

Re: [Alsa-user] No sound after installation of ATI Rad eon 2600 graphics card

2008-03-12 Thread Nigel Henry
On Wednesday 12 March 2008 11:14, Gerd Schering wrote: > Hi Nigel, > thanks for the answer answer. > I will go on trying and as soon as I know something new or succeed in > reactivating sound, I will post it. > > Gerd Hi Gerd. Just a thought, as you say you have alsamixer showing for card0 (the

Re: [Alsa-user] Redirecting Mic Input in software (no arecord / aplay involved)

2008-03-12 Thread Clemens Ladisch
Thierry Bouchard wrote: > Im trying to capture the Microphone input and redirect it right away into > speakers. The problem is that whenever I use "snd_pcm_readi" > and "snd_pcm_writei" one after each other in my capture loop, the pipe > becomes broken on the output side, i.e. every call to "snd_pc

Re: [Alsa-user] asound.conf

2008-03-12 Thread Clemens Ladisch
Thierry Bouchard wrote: > I wrote a simple plugin for my microphone which is supposed to convert the > data into a 32 bps format. Here is how it looks like : > > pcm.jcb-in-1 { > type hw > card 0 > device 2 > } > pcm.MicPlug > { > type plug > slave > { >

Re: [Alsa-user] [alsa-devel] Metallic recording in cs46xx on Thinkpad T22

2008-03-12 Thread Rene Herman
On 12-03-08 17:59, Takashi Iwai wrote: At Wed, 12 Mar 2008 17:39:48 +0100, Rene Herman wrote: On 12-03-08 15:43, Takashi Iwai wrote: At Tue, 11 Mar 2008 23:01:39 +0100, Rene Herman wrote: On 11-03-08 08:24, Gadi Oron wrote: I am trying to record sound on an old Thinkpad T22 that uses the cs

Re: [Alsa-user] Metallic recording in cs46xx on Thinkpad T22

2008-03-12 Thread James Courtier-Dutton
On 11/03/2008, Gadi Oron <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I ran over a lot of Internet search and could not find any clue to this > issue. > > I am trying to record sound on an old Thinkpad T22 that uses the cs46xx > sound driver. > > Each time you start to record you have a 10% chance

Re: [Alsa-user] [alsa-devel] Metallic recording in cs46xx on Thinkpad T22

2008-03-12 Thread Takashi Iwai
At Wed, 12 Mar 2008 17:39:48 +0100, Rene Herman wrote: > > On 12-03-08 15:43, Takashi Iwai wrote: > > > At Tue, 11 Mar 2008 23:01:39 +0100, > > Rene Herman wrote: > >> On 11-03-08 08:24, Gadi Oron wrote: > >> > >>> I am trying to record sound on an old Thinkpad T22 that uses the cs46xx > >>> sou

Re: [Alsa-user] Missing folder: /proc/asound/card0/pcm0p

2008-03-12 Thread Melmi
John Sigler <[EMAIL PROTECTED]> wrote: > You might need to enable CONFIG_SND_VERBOSE_PROCFS in your > kernel configuration. Thats it. Thanks a lot! I spend about 9 Hours on that:( Bye Mario -- Pt! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/mul

[Alsa-user] Redirecting Mic Input in software (no arecord / aplay involved)

2008-03-12 Thread Thierry Bouchard
Hello, Im trying to capture the Microphone input and redirect it right away into speakers. The problem is that whenever I use "snd_pcm_readi" and "snd_pcm_writei" one after each other in my capture loop, the pipe becomes broken on the output side, i.e. every call to "snd_pcm_writei" fails afte

Re: [Alsa-user] [alsa-devel] Metallic recording in cs46xx on Thinkpad T22

2008-03-12 Thread Rene Herman
On 12-03-08 15:43, Takashi Iwai wrote: > At Tue, 11 Mar 2008 23:01:39 +0100, > Rene Herman wrote: >> On 11-03-08 08:24, Gadi Oron wrote: >> >>> I am trying to record sound on an old Thinkpad T22 that uses the cs46xx >>> sound driver. >>> >>> Each time you start to record you have a 10% chance of

Re: [Alsa-user] [alsa-devel] Metallic recording in cs46xx on Thinkpad T22

2008-03-12 Thread Takashi Iwai
At Tue, 11 Mar 2008 23:01:39 +0100, Rene Herman wrote: > > On 11-03-08 08:24, Gadi Oron wrote: > > > I am trying to record sound on an old Thinkpad T22 that uses the cs46xx > > sound driver. > > > > Each time you start to record you have a 10% chance of having the > > recording completely dist

Re: [Alsa-user] No sound after installation of ATI Radeon 2600 graphics card

2008-03-12 Thread Gerd Schering
Hi Nigel, thanks for the answer answer. Nigel Henry wrote: [...] > > Hi Gerd. Sorry for the slow reply. So the snd-hda-intel module is loaded for > the sound component on your new graphics card, and the snd-intel8x0 module is > loaded for the onboard soundcard. > > What do you get when typin

Re: [Alsa-user] 64 bit Compilation/Installation problem

2008-03-12 Thread Axel Bergerhoff
Am Dienstag, 11. März 2008 schrieb Roger Pryor: > Hi: > > I seem to have a problem with Alsa 1.0.16 when compiling. > > My system is: an Open SUSE 10.2 running on a Intel DP965LT mobo, with an > Intel Core2 Duo E6420 processor. 2 G Ram. Intel HDA sound card, which > has given me lot of problems.