Re: [Alsa-user] call for help: owners of M-Audio Revolution 5.1 cards

2006-09-12 Thread Sergei Steshenko
On Mon, 11 Sep 2006 23:57:34 +0100
Jochen Voss [EMAIL PROTECTED] wrote:

 Hello,
 
 do you have a M-Audio Revolution 5.1 card?  Do you have a microphone?
 If the answer to both questions is yes, you could help to improve
 the ALSA support for this card by doing a little experiment:
 
 With ALSA version 1.0.12 or newer, recording with the card is supposed
 to work.  In alsa-mixer you can find a capture volume stereo control.
 
 The problem: For me, left and right capture volume are interchanged.
 For example when I set left=0%, right=100% and try to record something
 from the microphone, I only get sound on the left (= wrong) channel.
 
 I would like to find out the cause of this problem.  Possibilities:
 
   a) maybe I made a stupid mistake somewhere?
 
   b) or maybe my copy of the card is somehow broken in a weird way?
 
   c) or maybe it is a bug in the driver?
 
 So my question is: Can you reproduce this behaviour on your machine?
 This would help to rule out possibilities a) and b).
 
 Many thanks,
 Jochen

I have 7.1, not 5.1, and there are no capture volumes, just the playback ones.

There is no HW ADC gain control on 7.1.

Can it be that your speakers are swapped (left - right) ?

Or 5.1. is indeed more advanced ?

By the way, typically microphone inputs are mono - the plug
has only three wires - ground, signal and power - the latter is needed
because PC microphones are typically electret ones.

Stereo recording is expected to work from Line In input though.

--Sergei.

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

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] usb dac with pcm2702 not working

2006-09-12 Thread Clemens Ladisch
Jürgen Herrmann wrote:
 today i built myself a usb dac with a burr brown pcm2702e chip.
 it works just fine under windoze, can't get it to work under linux
 though.
 
 dmesg shows:
 ALSA ...: not enough bandwidth

Disable CONFIG_USB_BANDWIDTH (Enforce USB bandwidth allocation).  The
code for this is broken.


HTH
Clemens

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] Non-blocking device parameters reading

2006-09-12 Thread Yury Aliaev
Hi all!

I'm currently writing ALSA driver for one program. My wish is to read 
abilities of the particular sound device and allow one to choose among 
the allowable for the device. So my code attempt is following:

  if (snd_pcm_open((d-soundfd), d-device, SND_PCM_STREAM_PLAYBACK, 0) 
 0) {
 fprintf(stderr, Shit happens...2\n);
 return;
 }
 if (snd_pcm_hw_params_any(d-soundfd, d-hwparams)  0) {
 fprintf(stderr, Shit happens...3\n);
 snd_pcm_close(d-soundfd);
 return;
 }
   snd_pcm_close(d-soundfd);

And then analyse the hwparams object. This opens the device for the very 
short time, but when the device is already opened (for instance, xmms is 
playing) and doesn't support any kind of mixing (hw:0.0 at my CS4239), 
the snd_pcm_open function hangs until the device will be released.

So my question is: may I obtain _any_ sound device parameters without 
blocking? Or maybe it's possible to add the set of functions to alsa-lib 
which will allow one to obtain info of the sound device without blocking it?

Thanks in advance,
Yury.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] Help req rgd ALSA configuration scripts

2006-09-12 Thread Vishwas P S
Hi,

Could somebody pl help me in ths regard. I would like to know why alsa.conf, asoundrc etc are required and are they useful in ALSA-native and OSS emulation modes. Can a simple system without spl features work without asoundrc or is it absolutely required?

Where can I find these scripts and edit them?

I'm new to ALSA and currently working on porting ALSA on an ARM based custom platform with a custom audio card.

Pl help out.

Regards
Vishwas
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] call for help: owners of M-Audio Revolution 5.1 cards

2006-09-12 Thread Jochen Voss
Hello Sergei,

On Tue, Sep 12, 2006 at 08:30:25AM +0300, Sergei Steshenko wrote:
 I have 7.1, not 5.1, and there are no capture volumes, just the playback ones.
 
 There is no HW ADC gain control on 7.1.
 
 [...]
 
 Or 5.1. is indeed more advanced ?

The 5.1 has a different ADC than the 7.1, so this is ok.
My question is really specific to the Revolution 5.1.

 Can it be that your speakers are swapped (left - right) ?

No.  I checked many times and in different ways.  For example
left and right channel of the playback volume control work as
expected (i.e. are NOT swapped).

 By the way, typically microphone inputs are mono - the plug
 has only three wires - ground, signal and power - the latter is needed
 because PC microphones are typically electret ones.
 
 Stereo recording is expected to work from Line In input though.

Two things:

1) The problem was with the capture volume control.  Left and right
input channel were virtually identical, but when I pull down the left
capture volume control, the right channel is muted instead.

2) I used a stereo microphone which properly records stereo on a
different sound card.

All the best,
Jochen
-- 
http://seehuhn.de/


signature.asc
Description: Digital signature
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] Sound quality with SB Live 5.1

2006-09-12 Thread aluizio-neto
I`m new here and I`m sorry if this topic has already been exposed, the problem 
is:

I use my SB Live (live line in) to radio broadcasting and the live input audio 
is very distorced. I use the alsa drivers with Fedora Core 5. What can I do? I 
realy need a clean sound. In Windows it sounds great but is not stable enought 
for a radio station.
Thanks a lot,

Aluizio Neto


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] call for help: owners of M-Audio Revolution 5.1 cards

2006-09-12 Thread Sergei Steshenko
On Tue, 12 Sep 2006 08:43:09 +0100
Jochen Voss [EMAIL PROTECTED] wrote:

 Hello Sergei,
 
 On Tue, Sep 12, 2006 at 08:30:25AM +0300, Sergei Steshenko wrote:
  I have 7.1, not 5.1, and there are no capture volumes, just the playback 
  ones.
  
  There is no HW ADC gain control on 7.1.
  
  [...]
  
  Or 5.1. is indeed more advanced ?
 
 The 5.1 has a different ADC than the 7.1, so this is ok.
 My question is really specific to the Revolution 5.1.
 
  Can it be that your speakers are swapped (left - right) ?
 
 No.  I checked many times and in different ways.  For example
 left and right channel of the playback volume control work as
 expected (i.e. are NOT swapped).
 
  By the way, typically microphone inputs are mono - the plug
  has only three wires - ground, signal and power - the latter is needed
  because PC microphones are typically electret ones.
  
  Stereo recording is expected to work from Line In input though.
 
 Two things:
 
 1) The problem was with the capture volume control.  Left and right
 input channel were virtually identical, but when I pull down the left
 capture volume control, the right channel is muted instead.

Apparently, the controls are swapped, so ALSA developers have to look
into this.

However, if the card can't record stereo from microphone by design,
it probably doesn't matter that much.

 
 2) I used a stereo microphone which properly records stereo on a
 different sound card.

Does this card (Revo 5.1) support stereo microphone ? What does user
manual say about it ?

Assuming you do not mute anything - can you really hear that the sound
is stereo from the microphone ?

The microphone probably has two heads, so tapping on one of them
should produce loud sound in that channel and silent one in the other
channel - is this the case ?

I mean, if the card is designed to provide power to electret microphone
through the 3--terminal 3.5mm jack, it can't support stereo.

 
 All the best,
 Jochen

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

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Sound quality with SB Live 5.1

2006-09-12 Thread Dominique Dumont
aluizio-neto [EMAIL PROTECTED] writes:

 I use my SB Live (live line in) to radio broadcasting and the live
 input audio is very distorced. I use the alsa drivers with Fedora
 Core 5. What can I do? I realy need a clean sound. In Windows it
 sounds great but is not stable enought for a radio station.  Thanks
 a lot,

It's possible that the input is saturated (i.e. the signal is too strong).

Run alsamixer and try to reduce the volume of the line input you're using.
(hit TAB to go into capture mode with alsamixer)

HTH

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Sound quality with SB Live 5.1

2006-09-12 Thread Arthur Marsh
aluizio-neto wrote, On 2006-09-12 22:25:
 I`m new here and I`m sorry if this topic has already been exposed, the 
 problem is:
 
 I use my SB Live (live line in) to radio broadcasting and the live input 
 audio is very distorced. 
  I use the alsa drivers with Fedora Core 5. What can I do? I realy 
need a clean sound.
 In Windows it sounds great but is not stable enought for a radio station.
 Thanks a lot,
 
 Aluizio Neto


I have a SB Live! 5.1 model 0220 and set the input level in kmix or 
alsamixer whilst monitoring the input level in krecord.

Arthur.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] ESI U46DJ

2006-09-12 Thread Lukas Zapletal
Hello,

do this external USB soundcard work in ALSA? I cannot find any ESI
soundcard in the supported cards matrix.

http://www.esi-pro.com/viewProduct.php?pid=60

I want to purchase this one. I need full support. Thanks in advance
for any info.

-- 
Lukas Zapletal
http://lukas.zapletalovi.com

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] ESI U46DJ

2006-09-12 Thread Lee Revell
On Tue, 2006-09-12 at 20:51 +0200, Lukas Zapletal wrote:
 Hello,
 
 do this external USB soundcard work in ALSA? I cannot find any ESI
 soundcard in the supported cards matrix.
 
 http://www.esi-pro.com/viewProduct.php?pid=60
 
 I want to purchase this one. I need full support. Thanks in advance
 for any info.
 

Is it compliant with the USB audio standard?  Does it work under OSX
without having to install a driver?  If so, it's supported, otherwise
it's not.

Lee


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] Musix 0.59: new version

2006-09-12 Thread Marcos Guglielmetti
Download: Musix 0.59b18
http://www.musix.org.ar/en/download.html


=Known problems in 0.59b15=

These bugs were into Musix 0.59b15 from september 9 2006, the new version 
Musix 0.59b18 solves them.

* If after installation the sound card is not correctly configured in each 
system boot, is necessary to write this command in a text console as root 
user:

 ln -s /bin/sndconf-musix.sh /etc/rcS.d/S50snd

* After installation: if the “critical Error” warning when initiating the 
desktop for the Knoppix user bothers you, it can be disabled from:

 Musix -- Settings -- KDE Control Panel -- System Administration -- Login 
Manager -- Convenience

There, disable the '''Enable Auto-login''' option.

* Creox: type this command as root user: 

ln -s /usr/lib/libjack-0.100.0.so.0 /usr/lib/libjack-0.80.0.so.0 

* AMSN does not start due to a color definition problem, which it's related 
the application mrxvt. It can be replaced by using GAIM. Solution: 

ln -s /etc/X11/rgb.txt /usr/X11R6/lib/X11/ 

Then restart your desktop and amsn, cecilia, puredata and wavesurfer will 
start OK.

* These problems are still into the new Musix 0.59b18 version:

* Shaketracker 0.4.6-5+b1  Denemo doesn't start. 


-- 
Marcos Guglielmetti  
* Director del desarrollo de Musix GNU+Linux, 100% Software Libre
* CD Donwload: (http://www.musix.org.ar/en/) (www.pc-musica.com.ar/musix)
* Videos, programas y otras cosas en: ftp://musix.ourproject.org/pub/musix/
* Reporte de errores a: 
https://www.musix.org.ar/wiki/index.php?title=Problemas-Bugs
*IRC: #musix channel on freenode


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user