On 08/12/16 18:18, James Shatto wrote:
> No, I mean you can record all four channels as input at the same time
> with the same app. Hence the -c 4 aka 4 channels. In audacity you
> just select 4 channels and press record. Once recorded you can break
> them out into 4 mono channels and save each
On Thu, 8 Dec 2016 12:18:47 -0600, James Shatto wrote:
>As well as a few CLI options for the same. Sox is good for that.
For SpaceFM I wrote a script to split and/or merge stereo wav. Written
on the fly, so most likely not good shell script writing, but it does
what it should do and IIRC ffmpeg w
> You can mix all 4 inputs down into one stream and then record that, but
do you really mean that you can record to 4 separate application threads
concurrently without mixing?
No, I mean you can record all four channels as input at the same time
with the same app. Hence the -c 4 aka 4 channels.
On Mon, 5 Dec 2016 14:27:22 +, zcx wrote:
>On 04/12/16 21:09, Ralf Mardorf wrote:
>> Only one app can grab the device, if you run two instances of the
>> same app, only one instance can grab the device.
>
>Yes, this appears to be the case. But do you know why?
A car has got four wheels, why
On 04/12/16 21:09, Ralf Mardorf wrote:
> Only one app can grab the device, if you run two instances of the same
> app, only one instance can grab the device.
Yes, this appears to be the case. But do you know why?
--
___
On 04/12/16 21:51, James Shatto wrote:
> It can record from all 4.
You can mix all 4 inputs down into one stream and then record that, but
do you really mean that you can record to 4 separate application threads
concurrently without mixing?
> I suspect that adding -c 4 would overcome the issue.
It can record from all 4. Although many applications only care about
left / channel 1 (defaults). I tend to run pulseaudio over jackd
setup. As that was the only way to have your mic be an input other
than 1 for apps like skype. Since channel 1 and 2 are typically
stereo output.
$ man arecord
On Sun, 4 Dec 2016 20:18:24 +, zcx wrote:
>I have a Delta 44 sound card here that uses the ice1712 chipset.
>
>Am I right in thinking that although the card has 4 mono inputs, it
>can only capture one stream at a time? arecord seems to think so...
Only one app can grab the device, if you run
I have a Delta 44 sound card here that uses the ice1712 chipset.
Am I right in thinking that although the card has 4 mono inputs, it can
only capture one stream at a time? arecord seems to think so...
$ arecord -l
List of CAPTURE Hardware Devices
card 0: M44 [M Audio Delta 44], device
At Mon, 03 Feb 2014 19:25:26 +0200,
.::AMP::. wrote:
>
> Hello again,
>
> I tried to build ALSA on my machine openSUSE 13.1 (3.11.6-4-desktop #1
> SMP PREEMPT Wed Oct 30 18:04:56 UTC 2013 (e6d4a27) x86_64 x86_64 x86_64
> GNU/Linux)
>
> and I got
> amp@linux-fefb:~/data/src/alsa-driver-1.0.25>
At Mon, 03 Feb 2014 17:26:50 +0200,
.::AMP::. wrote:
>
> Hello,
>
> thanks to your feedback, I did a quick review of the ice1712.c file
> (where I saw you have worked on it) and another one emu10k1.c where I
> can see methods like static int snd_emu10k1_suspend(struct pci_dev *pci,
> pm_messag
Just one more thought from my previous questions:
"What is the difference between the boot process ALSA init and
the manual module insert (modprobe/insmod) or daemon reload."
If we say suspend/resume in ice1712 driver lacks, it still works during
boot, why this can't be duplicated after suspend/
What a pity. I may try do this myself. I don't have experience with
drivers but I have programming skills in other areas.
Can anyone tell me where is the start point for involving in such thing,
what do I need and where do I get it from?
Thanks
AMP
On 02/03/2014 01:28 PM, Takashi Iwai wrote:
>
At Sun, 02 Feb 2014 23:42:36 +0200,
.::AMP::. wrote:
>
> I can do this after initial boot
>
>
>
> linux-fefb:/tmp # rmmod snd_ice1712
> ERROR: Module snd_ice1712 is in use
> linux-fefb:/tmp # ls -alh /dev/snd/
> total 0
> drwxr-xr-x 3 root root 180 Jan 31 11:15 .
> drwxr-xr-x 19 r
I can do this after initial boot
linux-fefb:/tmp # rmmod snd_ice1712
ERROR: Module snd_ice1712 is in use
linux-fefb:/tmp # ls -alh /dev/snd/
total 0
drwxr-xr-x 3 root root 180 Jan 31 11:15 .
drwxr-xr-x 19 root root 4.1K Jan 31 11:15 ..
drwxr-xr-x 2 root root 60 Jan 31 1
On Fri, 2014-01-31 at 15:17 +0100, Ralf Mardorf wrote:
> On Fri, 2014-01-31 at 15:13 +0100, Ralf Mardorf wrote:
> > On Fri, 2014-01-31 at 14:06 +, michael norman wrote:
> > > Forgive me if I don't understand what you mean suspend/resume how ?
> >
> > Instead of a shut down or a restart you onl
On Fri, 2014-01-31 at 15:13 +0100, Ralf Mardorf wrote:
> On Fri, 2014-01-31 at 14:06 +, michael norman wrote:
> > Forgive me if I don't understand what you mean suspend/resume how ?
>
> Instead of a shut down or a restart you only switch to a sleep mode, or
> you really shut down, but after tu
On Fri, 2014-01-31 at 14:06 +, michael norman wrote:
> Forgive me if I don't understand what you mean suspend/resume how ?
Instead of a shut down or a restart you only switch to a sleep mode, or
you really shut down, but after turning on the computer, it directly
will restore the last session.
On 31/01/14 13:35, Ralf Mardorf wrote:
> On Fri, 2014-01-31 at 13:17 +, michael norman wrote:
>> I have the same card at the moment installed in a box that dual boots
>> openSuse and LinuxMint 16.
>>
>> I have never seen your problem it just works but having said that my
>> openSUSE is 12.3 and
On Fri, 2014-01-31 at 13:17 +, michael norman wrote:
> I have the same card at the moment installed in a box that dual boots
> openSuse and LinuxMint 16.
>
> I have never seen your problem it just works but having said that my
> openSUSE is 12.3 and not 13.1 which I have tried to install on
On 31/01/14 09:37, Peter Nelson wrote:
> On Fri, 2014-01-31 at 00:27 +0200, .::AMP::. wrote:
>> I have an M-Audio Audiophile 2496 sound card on my openSUSE 13.1 x64
>> box. Card works just fine until I suspend the system and there is no
>> way to get the sound back except reboot.
>
> Unloading and
At Fri, 31 Jan 2014 00:27:08 +0200,
.::AMP::. wrote:
>
> I have an M-Audio Audiophile 2496 sound card on my openSUSE 13.1 x64
> box. Card works just fine until I suspend the system and there is no way
> to get the sound back except reboot.
> I've read almost any topic on the net related to this
On Fri, 2014-01-31 at 00:27 +0200, .::AMP::. wrote:
> I have an M-Audio Audiophile 2496 sound card on my openSUSE 13.1 x64
> box. Card works just fine until I suspend the system and there is no
> way to get the sound back except reboot.
Unloading and reloading the module works for me. Not ideal mi
I have an M-Audio Audiophile 2496 sound card on my openSUSE 13.1 x64
box. Card works just fine until I suspend the system and there is no way
to get the sound back except reboot.
I've read almost any topic on the net related to this case (there are
many) but none of the solutions works for me. I
Hi,
There are lots of bugreports in for example Ubuntu and Fedora concerning
pro audio cards with the ice1712 driver. Most bugs have a relationship
with pulseaudio, but the actually bug is in the ALSA driver.
1. Do the ALSA devs know about this bug?
2. When can we expect an fix?
There are not t
Here is a link to a bug report regarding the ice1712 chip and PulseAudio:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/178442
I noticed this comment (comment #16)
"
The problem is not isolated to pulseaudio. It can show up in any audio
app that expects to be able to control certa
Antony Gelberg wrote:
> Hi,
>
> I've been on IRC but no solution so I'm trying here.
> I've re-installed a Delta 1010 (ice1712) in this machine, and got it working
> with jack, which is fine for DAW stuff, but the more simple task of getting
> music
> played through it via alsa eludes me.
>
> I
On Fri, May 08, 2009 at 02:12:55PM +, Antony Gelberg wrote:
> I've re-installed a Delta 1010 (ice1712) in this machine, and got
> it working with jack, which is fine for DAW stuff, but the more
> simple task of getting music played through it via alsa eludes me.
>
> I have no .asoundrc at pres
t; -Original Message-
>> From: Vedran Miletić [riva...@gmail.com','','','')">riva...@gmail.com]
>> Sent: Saturday, May 09, 2009 3:36 AM
>> To: Demian Martin
>> Cc: alsa-user@lists.sourceforge.net
>> Subject: Re: [Alsa-us
Martin
> Cc: alsa-user@lists.sourceforge.net
> Subject: Re: [Alsa-user] ICE1712 (Delta 1010) sample rate issue
>
> On Sat, May 9, 2009 at 6:31 AM, Demian Martin
> wrote:
> > I have been there with those problem on the Juli@ card,
> which uses the
> > same chipset.
&g
On Sat, May 9, 2009 at 6:31 AM, Demian Martin wrote:
> I have been there with those problem on the Juli@ card, which uses the same
> chipset.
It doesn't. ICE1712 != ICE1724.
> First, use plughw: instead of hw:. (I never understood the
> explanation but it seems to be the proper fix).
plughw doe
I have been there with those problem on the Juli@ card, which uses the same
chipset. First, use plughw: instead of hw:. (I never understood the
explanation but it seems to be the proper fix). Confirm that it works with
aplay before trying it with a sound program. Aplay doen't need a conf file
to wo
Hi!
I always did something like this:
~/.asoundrc or /etc/asound.conf [snippet]
pcm.!default
{
type plug
slave
{
pcm "hw:1"
}
}
That's if your card is the second. You could use type hw, probably, but I
never really experimented much in the last years.
Kindest regards
On Do, 22.01.09 10:14 "sonof...@iinet.net.au"
wrote:
>
>
>
> Hi All
>
> I am having problems getting my M-Audio delta 1010 to be my default
> device. I have tried numerous iterations of asound.conf.
>
> Can someone send an example through?
>
> Regards
>
> Allan
>
It's easier to just
Hi All
I am having problems getting my M-Audio delta 1010 to be my default device. I
have tried numerous iterations of asound.conf.
Can someone send an example through?
Regards
Allan
--
This SF.net email is sp
Original-Nachricht
> > Datum: Wed, 21 Jan 2009 10:28:13 +0100
> > Von: Cassiel
> > An: alsa-user@lists.sourceforge.net
> > Betreff: [Alsa-user] ice1712
>
> > Hi everyone (I am new to the list),
> >
> > I am experiencing a strange behavio
> An: alsa-user@lists.sourceforge.net
> Betreff: [Alsa-user] ice1712
> Hi everyone (I am new to the list),
>
> I am experiencing a strange behaviour with my Terratec EWS88MT (ice1712).
>
> I can only work with the first 3 channels, the >4 are showed in alsamixer,
> jack and ar
Hi everyone (I am new to the list),
I am experiencing a strange behaviour with my Terratec EWS88MT (ice1712).
I can only work with the first 3 channels, the >4 are showed in alsamixer,
jack and ardour but I can not record from them... this happened after a
couple of hours I have been working succ
only use gentoo, so I don't know
well the other distributions.
Dominique
> Sincerely
> Thomas
>
> Original-Nachricht ----
> > Datum: Fri, 19 Dec 2008 18:36:52 +
> > Von: Dominique Michel
> > An: "lists.sourceforge.net"
> > Betr
on: Dominique Michel
> An: "lists.sourceforge.net"
> Betreff: Re: [Alsa-user] ice1712 error
> Le Fri, 19 Dec 2008 14:37:04 +0100,
> "Thomas Röhm" a écrit :
>
> > Hello again,
> >
> > if I´m replying to your message from the list,
&
understand or
are lost, fell free to copy and paste the result on the list.
Ciao,
Dominique
>
>
> Original-Nachricht
> > Datum: Fri, 19 Dec 2008 12:31:04 +
> > Von: Dominique Michel
> > An: "lists.sourceforge.net"
> > Betreff: Re: [
Dominique Michel wrote:
>> The card used to work OK.
>>
>> Any ideas?
>>
>
> You can take a look at the alsa changelogs for your chip and compare with the
> changelog for the version of alsa into your kernel (1.0.17?). Maybe that
> another
> alsa version (last 1.0.18a) will fix it :
> http://www.
Datum: Fri, 19 Dec 2008 11:00:37 +
> > Von: Dominique Michel
> > An: alsa-user@lists.sourceforge.net
> > Betreff: Re: [Alsa-user] ice1712 error
>
> > Le Fri, 19 Dec 2008 06:26:04 +0100,
> > Udo van den Heuvel a écrit :
> >
> > &
Le Fri, 19 Dec 2008 12:41:31 +0100,
"Thomas Röhm" a écrit :
> Original-Nachricht
> > Datum: Fri, 19 Dec 2008 11:00:37 +
> > Von: Dominique Michel
> > An: alsa-user@lists.sourceforge.net
> > Betreff: Re: [Alsa-user] ice1712 error
>
Original-Nachricht
> Datum: Fri, 19 Dec 2008 11:00:37 +
> Von: Dominique Michel
> An: alsa-user@lists.sourceforge.net
> Betreff: Re: [Alsa-user] ice1712 error
> Le Fri, 19 Dec 2008 06:26:04 +0100,
> Udo van den Heuvel a écrit :
>
> > Udo van de
Original-Nachricht
> Datum: Fri, 19 Dec 2008 11:00:37 +
> Von: Dominique Michel
> An: alsa-user@lists.sourceforge.net
> Betreff: Re: [Alsa-user] ice1712 error
> Le Fri, 19 Dec 2008 06:26:04 +0100,
> Udo van den Heuvel a écrit :
>
> > Udo van de
Le Fri, 19 Dec 2008 06:26:04 +0100,
Udo van den Heuvel a écrit :
> Udo van den Heuvel wrote:
> > I see my ice1712-based card giving me:
> >
> > ICE1712: probe of :01:08.0 failed with error -12
> >
> > This is on kernel 2.6.27.8.
> > What does this mean?
> > lspci does show the card and it u
Udo van den Heuvel wrote:
> I see my ice1712-based card giving me:
>
> ICE1712: probe of :01:08.0 failed with error -12
>
> This is on kernel 2.6.27.8.
> What does this mean?
> lspci does show the card and it used to work OK. I didn't change the
> config or anything.
I am on x86_64 with Fed
Hello,
I see my ice1712-based card giving me:
ICE1712: probe of :01:08.0 failed with error -12
This is on kernel 2.6.27.8.
What does this mean?
lspci does show the card and it used to work OK. I didn't change the
config or anything.
Please let me know.
Thanks,
Udo
---
Hello list,
I have a Midiman Audiophile 2496 connected to a NAD 314 with analog
chinch cables.
http://207.228.230.231/info/NAD_314.pdf
http://www.m-audio.com/products/en_us/Audiophile2496-focus.html
I installed ALSA 1.0.13 (tools, utils, drivers). alsamixer shows ADC 1+2
and DAC 1+2, all four of
Hello,
I have an ICE1712 based card (Terratec DMX6Fire) in my AMD64. When using
the alsa-driver (1.0.10 or 1.0.11) with Gentoo I get the following error
in dmesg:
ALSA sound/i2c/cs8427.c:98: unable to send register 0x7f byte to CS8427
ALSA sound/i2c/cs8427.c:221: unable to find CS8427 signatu
On Fri, 2006-01-20 at 21:06 -0500, Rich Rosa wrote:
> If I use software mixer control it works!!
>
> Thanks for all your help.
That's very strange, where exactly is the configuration item in XMMS to
do this and what exactly did you change?
Lee
If I use software mixer control it works!!
Thanks for all your help. On 1/20/06, Lee Revell <[EMAIL PROTECTED]> wrote:
On Fri, 2006-01-20 at 20:44 -0500, Rich Rosa wrote:> My XMMS settings are:> audio device: pcm:channel12> Mixer Card: M-Audio Delta 1010LT> Mixer Device: PCM>I have absolutely no i
On Fri, 2006-01-20 at 20:44 -0500, Rich Rosa wrote:
> My XMMS settings are:
> audio device: pcm:channel12
> Mixer Card: M-Audio Delta 1010LT
> Mixer Device: PCM
>
What is the output of:
$ grep pcm ~/.xmms/config
pcm_device=default
It should say:
pcm_device=channel12
Lee
---
On Fri, 2006-01-20 at 20:44 -0500, Rich Rosa wrote:
> My XMMS settings are:
> audio device: pcm:channel12
> Mixer Card: M-Audio Delta 1010LT
> Mixer Device: PCM
>
Also your Bindings syntax is still completely wrong, see my previous
email.
Lee
--
On Fri, 2006-01-20 at 20:44 -0500, Rich Rosa wrote:
> My XMMS settings are:
> audio device: pcm:channel12
> Mixer Card: M-Audio Delta 1010LT
> Mixer Device: PCM
>
I have absolutely no idea why this won't work. If aplay works then XMMS
should.
Try stracing it.
Lee
---
My XMMS settings are:
audio device: pcm:channel12
Mixer Card: M-Audio Delta 1010LT
Mixer Device: PCM
On 1/20/06, Lee Revell <[EMAIL PROTECTED]> wrote:
On Fri, 2006-01-20 at 19:52 -0500, Rich Rosa wrote:> OK. I have a solution and a working asound.conf file. The setup below> allows me to use two
On Fri, 2006-01-20 at 19:52 -0500, Rich Rosa wrote:
> OK. I have a solution and a working asound.conf file. The setup below
> allows me to use two seperate stereo channels to output MPD streams.
> This is working well now.
>
> My only remaining problem is how to use XMMS with this config file.
>
OK. I have a solution and a working asound.conf file. The setup below
allows me to use two seperate stereo channels to output MPD streams.
This is working well now.
My only remaining problem is how to use XMMS with this config file. Everytime I try it it is blocked. Any suggestions?
pcm.!default
two stereo pairs. By way of testing I set up an ALSA process and a MPD process. They cannot play concurrently. On 1/17/06, Lee Revell <
[EMAIL PROTECTED]> wrote:On Tue, 2006-01-17 at 21:06 -0500, Rich Rosa wrote:
> I tried without the asound.conf file. I can send audio to any of the> pre-defined ch
On Tue, 2006-01-17 at 21:06 -0500, Rich Rosa wrote:
> I tried without the asound.conf file. I can send audio to any of the
> pre-defined channels, but not two at the same time. I feel we're
> getting closer here though.
By "at the same time" do you mean two alsaplayer processes, or two
stereo pai
On Tue, 2006-01-17 at 21:06 -0500, Rich Rosa wrote:
> I tried without the asound.conf file. I can send audio to any of the
> pre-defined channels, but not two at the same time. I feel we're
> getting closer here though.
I am not sure this hardware supports using the outputs simultaneously as
inde
I tried without the asound.conf file. I can send audio to any of the
pre-defined channels, but not two at the same time. I feel we're
getting closer here though. On 1/17/06, Lee Revell <[EMAIL PROTECTED]> wrote:
On Tue, 2006-01-17 at 20:50 -0500, Rich Rosa wrote:> Thanks!! That works, and lights up
On Tue, 2006-01-17 at 20:50 -0500, Rich Rosa wrote:
> I imagine my asound.conf was close but throws those errors I showed
> you.
>
These cards are tricky to create a custom config for, due to unusual
hardware restrictions (S32_LE format and a small audio buffer).
This is why I recommend using t
Please leave alsa-user in the CC list, so other users will see the
solution!
On Tue, 2006-01-17 at 20:50 -0500, Rich Rosa wrote:
> Thanks!! That works, and lights up audio in channels 1&2. I'm still
> miffed out how to get audio concurrently on channel 3&4 on this puupy.
> I imagine my asound.conf
On Tue, 2006-01-17 at 20:31 -0500, Rich Rosa wrote:
> yes, I tried that. I get this error.
>
> alsaplayer -d surround51 joe.mp3
What about plug:surround51?
Lee
---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
yes, I tried that. I get this error.
alsaplayer -d surround51 joe.mp3
error on set_format SND_PCM_FORMAT_S16_LE
Unavailable hw params:
ACCESS: RW_INTERLEAVED
FORMAT: S32_LE
SUBFORMAT: STD
SAMPLE_BITS: 32
FRAME_BITS: 320
CHANNELS: 10
RATE: [8000 96000]
PERIOD_TIME: (20 409500]
PERIOD_SIZE: [2 3
On Tue, 2006-01-17 at 19:39 -0500, Rich Rosa wrote:
> Thanks again.
>
> My objective for purchasing this card is to use it to output several
> different stereo channels of sound to my home audio equiment
> concurrently. The configurations that were posted on this group all
> worked on prior versi
Thanks again. My objective for purchasing this card is to use it to output several different stereo channels of sound to my home audio equiment concurrently. The configurations that were posted on this group all worked on prior versions of ALSA then something broke. From here on I'm kinda lost.
I
On Tue, 2006-01-17 at 18:21 -0500, Rich Rosa wrote:
> pcm.channel12 {
> type dmix
> ipc_key 1024
> slave {
> pcm "hw:0,0"
> period_time 0
> period_size 1024
> buffer_size 4096
> rate 44100
> }
> bindings {
> 0 2
> 1 3
> }
On Tue, 2006-01-17 at 18:21 -0500, Rich Rosa wrote:
> I appreciate your help.
>
> I upgaded to 1.0.11rc2. It is patched with the ICE1712.conf changes.
It looks like your .asoundrc is incorrect, it does not specify S32_LE
format which is all the hardware supports.
Why don't you just remove the .a
I appreciate your help.I upgaded to 1.0.11rc2. It is patched with the ICE1712.conf changes.This is the error I get in alsaplayer$ alsaplayer -d channel12 joe.mp3ALSA lib pcm_direct.c:813:(snd_pcm_direct_initialize_slave) requested or auto-format is not available
ALSA lib pcm_dmix.c:864:(snd_pcm_dmi
On Tue, 2006-01-17 at 15:01 -0500, Rich Rosa wrote:
> What do you think of downgrading to make this work?
It still does not work with the latest ALSA version?
How exactly are you testing it, and what is the exact error you get?
Lee
---
This
What do you think of downgrading to make this work?On 1/16/06, Lee Revell <[EMAIL PROTECTED]> wrote:
On Tue, 2006-01-17 at 05:03 +0200, Sergei Steshenko wrote:> On Mon, 16 Jan 2006 21:45:59 -0500
> Lee Revell <[EMAIL PROTECTED]> wrote:>> > Also make sure alsa-lib and> > alsa-driver are the same ver
On Tue, 2006-01-17 at 05:03 +0200, Sergei Steshenko wrote:
> On Mon, 16 Jan 2006 21:45:59 -0500
> Lee Revell <[EMAIL PROTECTED]> wrote:
>
> > Also make sure alsa-lib and
> > alsa-driver are the same version.
>
> Can't you developers implement a cross version checking and issue
> a HUGE warning in
On Mon, 2006-01-16 at 21:59 -0500, Rich Rosa wrote:
> Thank you Lee for the quick response.
>
> I am running
> alsa-lib-1.0.10-26.rhfc4.at
> alsa-driver-1.0.10-43.rhfc4.at
>
> I am at slightly differnt patch levels. Should that matter?
>
>
That should be fine.
>
> On 1/16/06, Lee Revell <
On Mon, 16 Jan 2006 21:45:59 -0500
Lee Revell <[EMAIL PROTECTED]> wrote:
> Also make sure alsa-lib and
> alsa-driver are the same version.
Can't you developers implement a cross version checking and issue
a HUGE warning in case versions do not match ?
It's really sad to read this (though useful)
Thank you Lee for the quick response. I am running alsa-lib-1.0.10-26.rhfc4.atalsa-driver-1.0.10-43.rhfc4.at
I am at slightly differnt patch levels. Should that matter?On 1/16/06, Lee Revell <[EMAIL PROTECTED]
> wrote:On Mon, 2006-01-16 at 21:38 -0500, Rich Rosa wrote:> Greetings All,
>> I have rea
On Mon, 2006-01-16 at 21:38 -0500, Rich Rosa wrote:
> Greetings All,
>
> I have read the prior postings about this problem.
>
> I am running FC4 with kernel 2.6.14-1.1656_FC4. I recently upgraded
> ALSA to 1.0.10rc3.
>
> Since the upgrade I have lost all ability to use dmix. I am seeing
> st
Greetings All,
I have read the prior postings about this problem.
I am running FC4 with kernel 2.6.14-1.1656_FC4. I recently upgraded ALSA to 1.0.10rc3.
Since the upgrade I have lost all ability to use dmix. I am seeing strange errors like:
ALSA lib pcm_direct.c:815:(snd_pcm_direct_initiali
Hi guys.
I installed Suse9.1 with ALSA and 3 Terratec EWS88D connected with the
internal clock sync cable: the system seems to be properly configured and 3
ICE1712 drivers are loaded and all three cards work properly.
Now I would like to set one of them as "Master" and the others as "Slave",
but
On Sun, 6 Jun 2004, Bill Unruh wrote:
> On Sun, 6 Jun 2004, F. Heitkamp wrote:
>
> > On Sun, 6 Jun 2004, Bill Unruh wrote:
> >
> > > On Sun, 6 Jun 2004, F. Heitkamp wrote:
> > >
> > > > On Sat, 5 Jun 2004, Bill Unruh wrote:
> > > >
> > > > > On Sat, 5 Jun 2004, F. Heitkamp wrote:
> > > > >
> > > >
On Sun, 6 Jun 2004, F. Heitkamp wrote:
> On Sun, 6 Jun 2004, Bill Unruh wrote:
>
> > On Sun, 6 Jun 2004, F. Heitkamp wrote:
> >
> > > On Sat, 5 Jun 2004, Bill Unruh wrote:
> > >
> > > > On Sat, 5 Jun 2004, F. Heitkamp wrote:
> > > >
> > > > > On Thu, 3 Jun 2004, Tommi Sakari Uimonen wrote:
> > >
On Sun, 6 Jun 2004, Bill Unruh wrote:
> On Sun, 6 Jun 2004, F. Heitkamp wrote:
>
> > On Sat, 5 Jun 2004, Bill Unruh wrote:
> >
> > > On Sat, 5 Jun 2004, F. Heitkamp wrote:
> > >
> > > > On Thu, 3 Jun 2004, Tommi Sakari Uimonen wrote:
> > > >
>
> sox file.wav -x newfile.wav
> should do it. Then do
On Sun, 6 Jun 2004, F. Heitkamp wrote:
> On Sat, 5 Jun 2004, Bill Unruh wrote:
>
> > On Sat, 5 Jun 2004, F. Heitkamp wrote:
> >
> > > On Thu, 3 Jun 2004, Tommi Sakari Uimonen wrote:
> > >
> > I assume it is lound noise. What it sounds like is that you are using
> > the wrong byte order for the ca
On Sat, 5 Jun 2004, Bill Unruh wrote:
> On Sat, 5 Jun 2004, F. Heitkamp wrote:
>
> > On Thu, 3 Jun 2004, Tommi Sakari Uimonen wrote:
> >
> I assume it is lound noise. What it sounds like is that you are using
> the wrong byte order for the card-- try changing that. SB16LE or SB16BE
> as an option
On Sat, 5 Jun 2004, F. Heitkamp wrote:
> On Thu, 3 Jun 2004, Tommi Sakari Uimonen wrote:
>
> > > > > Has anyone got the subject card to work with Linux? I have followed all
> > > > > the instructions to the best of my ability but can't get a musical peep
> > > > > out of the card with Linux.
> >
On Thu, 3 Jun 2004, Tommi Sakari Uimonen wrote:
> > > > Has anyone got the subject card to work with Linux? I have followed all
> > > > the instructions to the best of my ability but can't get a musical peep
> > > > out of the card with Linux.
> > >
> > > and you have set the dac volumes up?
> >
On Saturday 08 May 2004 16:04, Michele Spinolo wrote:
> Hi guys,
>
> does anyone have an idea how to install multiple soundcards (in this
> case 3 Terratec EWS88D) which require ICE1712 driver?
>
> The soundcard's user manual (obviously refers to windows
> installation) advise to install ONE card f
Hi guys,
does anyone have an idea how to install multiple
soundcards (in this case 3 Terratec EWS88D) which require ICE1712
driver?
The soundcard's user manual (obviously refers to
windows installation) advise to install ONE card first, than set up the
"multiple card configuration softwa
I just wanted to clarify, that this isn't a crackle in a latency sense i.e
clicks and pops. This is a long fairly consistent crackling sound that stops
when i stop playback, the audio i'm trying to playback is otherwise
completely clear, so the sound is in addition to playback. It only occurs
w
Hello,
I'm trying to set up my M-Audio Delta 66 using the alsa drivers (ice1712) to
enable it to play back from more than one sound source at the same time,
mainly for playback via XMMS whilst still hearing sound notifications on the
PSI jabber client.
I'm running Debian unstable, with kernel
Hi,
I want to connect my PC both to active stereospeakers and to my AV-Reciever.
With the .asoundrc shown below, I am able to switch output-channels using
aplay. I tried to change the bindings to route the input to 4 output-channels
but that did not work. Actually I don't have any clues how to
> the VU movements i get are on HW in 1/2 for input, and PCM out 1-9 for
> playback. these aren't affected by the patchbay settings.
The vu-meters have slider controls and mute buttons and L/R gang. These
affect only the digital mixer, so unmuting and setting the sliders up will
result vu-movement
tommi,
> > when i choose 'digital mix' i get neither input nor output. i assume this is
> > the key bit preventing me from doing mixing (two applications playing sound
> > simultaneously is what i have in mind).
>
> Do you see any movement in the vu-meters? Make sure you have your dac
> volumes u
I have an MAudio Deltio DiO 2496 sound card that I'm trying to use for simple
playback and I can't seem to get to the end of my problems. OSS emulation
playback has pops / clicks. And I'm unable to get native ALSA to work in some
programs.
Is there any way to turn debugging on in the drivers?
> > Use 'Digital Mix' from the patchbay for H/W Out 1&2, this way you'll hear
> > the inputs and outputs mixed, and you can control the volumes from the
> > Monitor Mixer.
>
> when i choose 'digital mix' i get neither input nor output. i assume this is
> the key bit preventing me from doing mixing
tommi,
thanks for the specific reocmmendations, that's just what i am looking for.
'course, it took me a couple of weeks to sit down and look at it again. :/
> Use 'Digital Mix' from the patchbay for H/W Out 1&2, this way you'll hear
> the inputs and outputs mixed, and you can control the volumes
Thank you for the suggestion. Unfortunately this did n ot solve the problem.
Brian
teffen Sauder <[EMAIL PROTECTED]> wrote:
> Brian Huffman wrote:
>
> > I always get the error:
> > "Unable to set hw params for playback: Invalid argument"
> >
> >
> >
> >
> I also have a ice1712/envy24-based
Brian Huffman wrote:
I always get the error:
"Unable to set hw params for playback: Invalid argument"
I also have a ice1712/envy24-based card, and had a similar problem using
dmix with mplayer, and probably still have, I did not check for a while
though. Everything works fine using a sample r
1 - 100 of 158 matches
Mail list logo