Re: [Alsa-user] /dev/dsp not found with kernel 2.6.16.29

2006-09-25 Thread lists . alsa-users
Hallo Lee,

Op 24 Sep 06 schreef Lee Revell aan [EMAIL PROTECTED]:

  Currently I'm running alsa driver 1.0.12 with kernel
  2.6.16.27. This afternoon I tried to use kernel 2.6.16.29. I
  used 'make oldconfig' with the config of kernel 2.6.16.27.
  That made alsa complain that /dev/dsp could not be found. But
  it *does* exist: /dev/dsp - sound/dsp, permissions 664, owned
  by root:audio. What might be the problem?

 LR (Well, aside from the fact that apps shouldn't be using /dev/dsp
 LR in 2006...)

Tell that the developers.I'm only a simple user :)

 LR Does aplay file.wav work?

That produces the following:

=== import ===
ALSA lib confmisc.c:670:(snd_func_card_driver) cannot find card '0'
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_card_driver
returned error: No such device
ALSA lib confmisc.c:391:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_concat
returned error: No such device
ALSA lib confmisc.c:1070:(snd_func_refer) error evaluating name
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_refer returned
error: No such device
ALSA lib conf.c:3947:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2143:(snd_pcm_open_noupdate) Unknown PCM default
aplay: main:550: audio open error: No such device
=== tropmi ===

Groetjes,

   Hans.

jdh punt beekhuizen bij duinheks punt xs4all punt nl

--- GoldED+/LNX 1.1.5/060917
 * Origin: The Wizard is using MBSE/Linux (2:280/1018)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] cross-compiling alsa-plugins

2006-09-25 Thread Takács Áron
Hi, 

I want to cross-compile (for arm) the alsa-plugins package, but I alway get 
the error:
configure --prefix=/opt/arm-linux --host=arm-linux
...
checking for pkg-config... /usr/bin/pkg-config
checking for alsa = 1.0.8... Requested 'alsa = 1.0.8' but version of alsa is 
1.0.3rc2

configure: error: Library requirements (alsa = 1.0.8) not met; consider 
adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a 
nonstandard prefix so pkg-config can find them.

But I have the cross compiled libasound library (1.0.9) 
under /opt/arm-linux/bin.
I've tried to set PKG_CONFIG_PATH=/opt/arm-linux/lib (and 
PKG_CONFIG_PATH=/opt/arm-linux/lib/pkgconfig), but it didn't help.
Could you please give me some hints? Thank you!

Áron Takács

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] Pb with simultaneous SATA and ALSA I/O

2006-09-25 Thread Dominique Dumont

Hello

I have some problem using the SPDIF output of my SB Live card while
performing I/O on my SATA drive. (See [1] for the whole story on the
ALSA mailing list)

My Yamaha amplifier does not recognize the AC3 (Dolby digital) stream
from the sdpif plug while performing I/O on my SATA drive.

If I have a lot of I/O (e.g. running md5sum on a 4Gb file), the AC3
stream is completely broken.

If I have some I/O (e.g. reading a Hi-def movie), I get some AC3
drop-out even if the CPU is about 50%.

I have the same result with DTS output.

With PCM output, I've noticed a hi-frequency distortion, which means
that the interaction between SATA and snd module occurs several
thousands time per second.

My set up is:
- Debian Linux kernel 2.6.17
- Sound blaster SB Live 5.1 (snd_emu10k1 module)
- SATA drive (sata_sil and libata module)
- A7n8x deluxe mobo
- AMD XP 3200 

So far I verified that:
- AC3 output works fine when SATA drive is left alone
- AC3 output works fine when running md5sum on a PATA drive
- DTS output works fine on the mobo SPDIF output (snd_intel8x0 module)
  even when running md5sum on the SATA drive. (cannot try AC3 stream
  because of Soundstorm chip :-( )
- Preemp kernel option does not fix the problem
- when running md5sum on SATA drive, alsa driver report a starvation
  (xrun) every few seconds, not thousands of time per second.

Could someone shed some light on this problem ?

What can I do to help debug this problem ?

Thanks


[1] http://www.mail-archive.com/alsa-user@lists.sourceforge.net/msg17399.html

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Pb with simultaneous SATA and ALSA I/O

2006-09-25 Thread Francesco Peeters
On Mon, September 25, 2006 13:55, Dominique Dumont wrote:

 Hello

 I have some problem using the SPDIF output of my SB Live card while
 performing I/O on my SATA drive. (See [1] for the whole story on the
 ALSA mailing list)

 My Yamaha amplifier does not recognize the AC3 (Dolby digital) stream
 from the sdpif plug while performing I/O on my SATA drive.

 If I have a lot of I/O (e.g. running md5sum on a 4Gb file), the AC3
 stream is completely broken.

 If I have some I/O (e.g. reading a Hi-def movie), I get some AC3
 drop-out even if the CPU is about 50%.

 I have the same result with DTS output.

 With PCM output, I've noticed a hi-frequency distortion, which means
 that the interaction between SATA and snd module occurs several
 thousands time per second.

 My set up is:
 - Debian Linux kernel 2.6.17
 - Sound blaster SB Live 5.1 (snd_emu10k1 module)
 - SATA drive (sata_sil and libata module)
 - A7n8x deluxe mobo
 - AMD XP 3200

 So far I verified that:
 - AC3 output works fine when SATA drive is left alone
 - AC3 output works fine when running md5sum on a PATA drive
 - DTS output works fine on the mobo SPDIF output (snd_intel8x0 module)
   even when running md5sum on the SATA drive. (cannot try AC3 stream
   because of Soundstorm chip :-( )
 - Preemp kernel option does not fix the problem
 - when running md5sum on SATA drive, alsa driver report a starvation
   (xrun) every few seconds, not thousands of time per second.

 Could someone shed some light on this problem ?

 What can I do to help debug this problem ?

 Thanks



Have you tried using a different slot for the SB Live?

-- 
Francesco Peeters

GPG Key = AA69 E7C6 1D8A F148 160C  D5C4 9943 6E38 D5E3 7704
If your program doesn't recognize my signature, please visit
http://www.CAcert.org/index.php?id=3 to retrieve the Root CA certificate.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] /dev/dsp not found with kernel 2.6.16.29

2006-09-25 Thread Lee Revell
On Mon, 2006-09-25 at 11:56 +0200, [EMAIL PROTECTED]
wrote:
  LR Does aplay file.wav work?
 
 That produces the following:
 
 === import ===
 ALSA lib confmisc.c:670:(snd_func_card_driver) cannot find card '0'
 ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_card_driver
 returned error: No such device
 ALSA lib confmisc.c:391:(snd_func_concat) error evaluating strings
 ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_concat
 returned error: No such device
 ALSA lib confmisc.c:1070:(snd_func_refer) error evaluating name
 ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_refer returned
 error: No such device
 ALSA lib conf.c:3947:(snd_config_expand) Evaluate error: No such device
 ALSA lib pcm.c:2143:(snd_pcm_open_noupdate) Unknown PCM default
 aplay: main:550: audio open error: No such device
 === tropmi ===
 

This is probably a udev bug.  Try updating to the latest udev package
your distro offers.

Lee


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Pb with simultaneous SATA and ALSA I/O

2006-09-25 Thread Lee Revell
On Mon, 2006-09-25 at 10:38 -0400, Lennart Sorensen wrote:
 Well i agree with the suggestion of trying a different PCI slot for
 the sb live.  There is so much onboard stuff sharing interrupts on
 those boards that you might have problems because of that.  Creative
 cards are not very good at dealing with anything other than ideal
 conditions from what I have gathered over the years.  The manual for
 the board will tell you which IRQ goes to which slot, and I guess you
 want to avoid using a slot that shares with the SATA controller. 

It might not be interrupt related, it could be DMA starvation.  This has
been observed with some SATA controllers while testing the -rt patches.
The symptom is that the latency traces show the machine going in slow
motion.

Dominique: try the -rt kernel, enable latency tracing and post the
output.

Lee


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Is the RME Digi9652 supported ? [signed]

2006-09-25 Thread D.Tamm

- Original Message - 
From: Eduard van den Bongard [EMAIL PROTECTED]
Sent: Thursday, September 14, 2006 2:30 PM
Subject: Re: [Alsa-user] Is the RME Digi9652 supported ? [signed]


 Hi Dominik,


Hello Eduard,

 I have just installed 64studio, and there I used jackd to play a little 
 bit

I tried using jackd too, but still struggling.
Could you maybe give me your .jackrc  ?
You can enable it under Setup - Misc

 around. I was able to manage playing something to the outputs I liked, 
 with
 managing the outputs with qjackctl.

Starting the server gives out ...

ALSA: cannot set channel count to 8 for playback
ALSA: cannot configure playback channel

 I haven't yet tried different .asoundrc
 files. I was not able to play any sound with Suse 10.1. I hope I have 
 spare
 time at the weekend to try the .asoundrc files I have.

Did you advance in setting up a working .asoundrc ?
It seems nothing works with this card without a proper .asoundrc or .jackrc 
...
Or at least nothing other than stereo output.

so long
Dominik

 Cheers,
 Eduard



 Von: [EMAIL PROTECTED]
 Datum: Thu, 14 Sep 2006 14:21:01 +0200
 An: Friedrich_Ewaldt [EMAIL PROTECTED], [EMAIL PROTECTED]
 Cc: alsa-user@lists.sourceforge.net
 Betreff: Re: [Alsa-user] Is the RME Digi9652 supported ? [signed]


  Original-Nachricht 
 Datum: Tue, 05 Sep 2006 13:39:06 +0200
 Von: Friedrich_Ewaldt [EMAIL PROTECTED]
 An: Eduard van den Bongard [EMAIL PROTECTED]
 Betreff: Re: [Alsa-user] Is the RME Digi9652 supported ? [signed]

 on 09/05/2006 12:47 PM, Eduard van den Bongard wrote:
 Hi,

 Good to hear, I will install Suse - do you think the latest version 
 will
 also work, or should I stick with 9.x -
 I don't know. 9.3 works here, as did suse 9.0, some old redhat...
 I don't see any distro specific problems if your soundcard already works
 for stereo plaback. This means the distro currently installed should
 also work.

 on the box and will try these
 configs. I'll let you know whether it is working or not. If it's 
 working
 I'll create a how-to and publish that.

 Thanks and Cheers,
 Eduard



 Hi,

 I managed after returning to SuSE that there is at least stereo putput 
 again.
 Did anyone succeed in setting up a working .asoundrc for sourround71 oder
 surround51?
 I would very much like to have a glimpse at those HOWTOs you mentioned.

 Thanks in advance!
 Dominik
 -- 
 Feel free - 10 GB Mailbox, 100 FreeSMS/Monat ...
 Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail

 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] [Alsa-devel] USB card @48kHz only: at what layer to resample?

2006-09-25 Thread David Greaves
Lee Revell wrote:
 On Sun, 2006-09-24 at 08:12 -0700, Bill Unruh wrote:
 This is audio card insanity. All CDs are at 44100 but for some reason
 many card manufacturers designed their cards to run at 48000. This is
 a real problem since this requires rate conversion. Rate conversion is
 in general a very very noisy operation. In particular simple linear
 interpolation, which is quick, is also really really terrible for
 sound quality.

 
 DVDs use 48000.  But I seem to recall vendors shipping 48Khz-only cards
 before playing DVD on a computer was common...
 
 Lee

Wasn't it DAT that set the standard at 48000 - and CDs were made incompatible at
44.1 kHz to prevent digital copying...

David


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] [Alsa-devel] USB card @48kHz only: at what layer to resample?

2006-09-25 Thread Sergei Steshenko
On Mon, 25 Sep 2006 21:51:17 +0100
David Greaves [EMAIL PROTECTED] wrote:

 Lee Revell wrote:
  On Sun, 2006-09-24 at 08:12 -0700, Bill Unruh wrote:
  This is audio card insanity. All CDs are at 44100 but for some reason
  many card manufacturers designed their cards to run at 48000. This is
  a real problem since this requires rate conversion. Rate conversion is
  in general a very very noisy operation. In particular simple linear
  interpolation, which is quick, is also really really terrible for
  sound quality.
 
  
  DVDs use 48000.  But I seem to recall vendors shipping 48Khz-only cards
  before playing DVD on a computer was common...
  
  Lee
 
 Wasn't it DAT that set the standard at 48000 - and CDs were made incompatible 
 at
 44.1 kHz to prevent digital copying...
 
 David
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys -- and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Alsa-user mailing list
 Alsa-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/alsa-user
 

44100Hz sampling rate was one of the most idiotic decisions I ever
saw - read about the necessary LPF filter orders, pulse smudging,
etc. because of closeness of Nyquist frequency (22050Hz) to the top
audio frequency (2Hz).

There is much more mercy in 48000Hz sampling frequency from all the above
points of view.

--Sergei.

-- 
Visit my http://appsfromscratch.berlios.de/ open source project.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user