Re: [Alsa-user] UA1000

2004-05-22 Thread Gwyneth Morrison
On May 21, 2004 04:22 am, Clemens Ladisch wrote: > Apparently, the data is stored in the upper 24 bits of a 32-bit value, > so S32 would be the correct sample format. Please apply the patch > below and use "-f S32" in all aplay/arecord calls. Ok patch applied, I am using S32 > Interpreted in S3

Re: [Alsa-user] UA1000

2004-05-21 Thread Clemens Ladisch
Gwyneth Morrison wrote: > On May 19, 2004 01:01 pm, Clemens Ladisch wrote: > > > It's probably some other sample format than I guessed. Could you send > > me the first thousand bytes or so of this file? > > Ok its in small.wav (attached) Apparently, the data is stored in the upper 24 bits of a 3

Re: [Alsa-user] UA1000

2004-05-19 Thread Clemens Ladisch
Gwyneth Morrison wrote: > On May 18, 2004 07:13 am, Clemens Ladisch wrote: > In fact, we seem to have recorded 12 channels. Doesn't really look > like audio though, more like noise. It's probably some other sample format than I guessed. Could you send me the first thousand bytes or so of this f

Re: [Alsa-user] UA1000

2004-05-18 Thread Gwyneth Morrison
On May 18, 2004 07:13 am, Clemens Ladisch wrote: It still crashed on the way down. This is the last message I saw. ehci_hcd 00:1d.7: remove start 1 usb.c: USB disconnect on device 00:1d.7-0 address 1 Guess I will need to try another kernel. Working on it. Gwyneth --

Re: [Alsa-user] UA1000

2004-05-18 Thread Gwyneth Morrison
On May 18, 2004 07:13 am, Clemens Ladisch wrote: > > This should have been S24_LE instead of S32_LE, too. Got it. > > I tried S24_LE and the system immediately crashed. > > Ouch. This really shouldn't have happened. Oddly enough I don't seem to be able to repeat it. I was running KDE at the ti

Re: [Alsa-user] UA1000

2004-05-18 Thread Clemens Ladisch
Gwyneth Morrison wrote: > On May 14, 2004 09:55 am, Clemens Ladisch wrote: > > Does recording work? > > No. > > # arecord -D hw:1 -c12 -f S32_LE -r48000 -d10 test.wav > Recording WAVE 'test.wav' : Signed 32 bit Little Endian, Rate 48000 Hz, > Channels 12 > arecord: set_params:832: Sample format non

Re: [Alsa-user] UA1000

2004-05-15 Thread Gwyneth Morrison
On May 14, 2004 08:20 pm, Bill Unruh wrote: Hi Bill, > It probably means that signed 32 bit Little Endian is not available. Try > 24 bit instead. Are you sure it is a little endian card? Not sure what the interface is, but I can try several possibilities. I expect its the same as the UA700 whic

Re: [Alsa-user] UA1000

2004-05-14 Thread Bill Unruh
On Fri, 14 May 2004, Gwyneth Morrison wrote: > On May 14, 2004 09:55 am, Clemens Ladisch wrote: > > Gwyneth Morrison wrote: > > > # aplay -D hw:1 -c10 -f S24_LE -r48000 -traw /dev/urandom > > > Playing raw data '/dev/urandom' : Signed 24 bit Little Endian, Rate 48000 > > > Hz, Channels 10 > > > ap

Re: [Alsa-user] UA1000

2004-05-14 Thread Gwyneth Morrison
On May 14, 2004 09:55 am, Clemens Ladisch wrote: > Gwyneth Morrison wrote: > > # aplay -D hw:1 -c10 -f S24_LE -r48000 -traw /dev/urandom > > Playing raw data '/dev/urandom' : Signed 24 bit Little Endian, Rate 48000 > > Hz, Channels 10 > > aplay: pcm_write:1088: write error: Input/output error > > I

Re: [Alsa-user] UA1000

2004-05-14 Thread Clemens Ladisch
Gwyneth Morrison wrote: > # aplay -D hw:1 -c10 -f S24_LE -r48000 -traw /dev/urandom > Playing raw data '/dev/urandom' : Signed 24 bit Little Endian, Rate 48000 Hz, > Channels 10 > aplay: pcm_write:1088: write error: Input/output error I think this indicates that the USB core refused to transfer da

Re: [Alsa-user] UA1000

2004-05-13 Thread Gwyneth Morrison
On May 13, 2004 05:32 am, Clemens Ladisch wrote: > Gwyneth Morrison wrote: > > With plughw:2 it seems to wait the required amount of time and > > then return to the shell but no output. > > Any messages in the system log? Nothing more then we saw before. usb.c: registered new driver snd-usb-audi

Re: [Alsa-user] UA1000

2004-05-13 Thread Clemens Ladisch
Gwyneth Morrison wrote: > On May 12, 2004 11:19 am, Clemens Ladisch wrote: > > > What happens when you do run "aplay -D plughw:1 something.wav"? > > With plughw:2 it seems to wait the required amount of time and > then return to the shell but no output. Any messages in the system log? And when y

Re: [Alsa-user] UA1000

2004-05-12 Thread Gwyneth Morrison
On May 12, 2004 11:19 am, Clemens Ladisch wrote: > > The are files for OSS emulation. The device should be visible in > /proc/asound/cards and in the output of "aplay -l", too. Ahh yes, I was using oss emulation to test I assumed that would be ok. I was actually using XMMS. I hunted down a wav f

Re: [Alsa-user] UA1000

2004-05-12 Thread Clemens Ladisch
Gwyneth Morrison wrote: > When I plug in the UA1000, it is now recognised (Great) > It apparently comes up on /dev/dsp1 (initially) (the internal is on dsp0) The are files for OSS emulation. The device should be visible in /proc/asound/cards and in the output of "aplay -l", too. > When I write t

Re: [Alsa-user] UA1000

2004-05-12 Thread Gwyneth Morrison
On May 12, 2004 02:34 am, Clemens Ladisch wrote: > > Ok applied the patch. Had a problem with compile. (attached) > > Oops. Sorry. Sorry I couldn't find it for you, too many braces... > > Looks like an extra brace. > > Actually a missing closing brace which caused the next opening brace > to be

Re: [Alsa-user] UA1000

2004-05-11 Thread Clemens Ladisch
Gwyneth Morrison wrote: > On May 11, 2004 07:57 am, Clemens Ladisch wrote: > > Please try the patch below. > > Ok applied the patch. Had a problem with compile. (attached) Oops. Sorry. > Looks like an extra brace. Actually a missing closing brace which caused the next opening brace to be at the

Re: [Alsa-user] UA1000

2004-05-11 Thread Gwyneth Morrison
On May 11, 2004 07:57 am, Clemens Ladisch wrote: > Gwyneth Morrison wrote: > See under "Anonymous CVS > Access". Use . as modulename. You need the autotools to be able to > compile the alsa-driver package (see the INSTALL file). Got it ok thanks. I h

Re: [Alsa-user] UA1000

2004-05-11 Thread Clemens Ladisch
Gwyneth Morrison wrote: > On May 11, 2004 03:54 am, Clemens Ladisch wrote: > > Support for the UA700's advanced sample formats is in CVS. > > I could try that but I am not exactly sure how to get a current CVS copy. See under "Anonymous CVS Access". Us

Re: [Alsa-user] UA1000

2004-05-11 Thread Gwyneth Morrison
On May 11, 2004 03:54 am, Clemens Ladisch wrote: > Gwyneth Morrison wrote: > > USB high speed support is in 1.0.4. > Excellent - thanks for the clairification. > > Support for the UA700's advanced sample formats is in CVS. > I could try that but I am not exactly sure how to get a current CVS copy.

Re: [Alsa-user] UA1000

2004-05-11 Thread Clemens Ladisch
Gwyneth Morrison wrote: > Looking thru the list archives I noticed some mention of support for the > Edirol UA1000. (or at least usb2 devices like it) I do have a UA1000 and > would be happy to test it and provide any information. It was not clear if > the support was in the latest release or stil

[Alsa-user] UA1000

2004-05-10 Thread Gwyneth Morrison
Hello everyone, My name is Gwyneth, Looking thru the list archives I noticed some mention of support for the Edirol UA1000. (or at least usb2 devices like it) I do have a UA1000 and would be happy to test it and provide any information. It was not clear if the support was in the latest releas