[Alsa-user] turn capture [on] on usb audio.

2006-04-04 Thread Rakotomandimby Mihamina
Hi,
I have a Dazzle DVC90, which is a video capture device.
(It captures audio  video in fact)

The problem is that the capture sound id off:

# cat /proc/asound/cards
0 [DVC90]:  USB-Audio - DVC90
Pinnacle Systems GmbH DVC90 at 
usb-:00:0e.2-1, high speed

# amixer -c 0 scontrols
Simple mixer control 'PCM',0

# amixer -c 0 sset PCM 10
Simple mixer control 'PCM',0
  Capabilities: cvolume cswitch cswitch-joined
  Capture channels: Mono
  Limits: Capture 0 - 16
  Mono: Capture 10 [62%] [off]

How to turn it [on]?

# uname -r
2.6.16-1.2080_FC5

These are the loaded modules.

# lsmod | grep snd
snd_usb_audio  69441  0
snd_es1938 20293  0
gameport   15177  1 snd_es1938
snd_opl3_lib   10305  1 snd_es1938
snd_mpu401_uart 7873  1 snd_es1938
snd_seq_dummy   3781  0
snd_seq_oss28993  0
snd_seq_midi_event  7105  1 snd_seq_oss
snd_seq47153  5
snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_pcm_oss45009  0
snd_mixer_oss  16449  1 snd_pcm_oss
snd_pcm76869  3 snd_usb_audio,snd_es1938,snd_pcm_oss
snd_timer  22597  3 snd_opl3_lib,snd_seq,snd_pcm
snd_page_alloc 10441  1 snd_pcm
snd_usb_lib15041  1 snd_usb_audio
snd_rawmidi24001  2 snd_mpu401_uart,snd_usb_lib
snd_seq_device  8909  5
snd_opl3_lib,snd_seq_dummy,snd_seq_oss,snd_seq,snd_rawmidi
snd_hwdep   9541  2 snd_usb_audio,snd_opl3_lib
snd50500  13
snd_usb_audio,snd_es1938,snd_opl3_lib,snd_mpu401_uart,snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_rawmidi,snd_seq_device,snd_hwdep
soundcore   9377  1 snd

-- 
A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source  GPL).
Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better.
http://www.cps-project.org for downloads  documentation.



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] turn capture [on] on usb audio.

2006-04-04 Thread Gordon McLellan
On 4/4/06, Rakotomandimby Mihamina
[EMAIL PROTECTED] wrote:
 # amixer -c 0 sset PCM 10
 Simple mixer control 'PCM',0
   Capabilities: cvolume cswitch cswitch-joined
   Capture channels: Mono
   Limits: Capture 0 - 16
   Mono: Capture 10 [62%] [off]

 How to turn it [on]?

try this:

amixer -c0 sset PCM unmute

not sure why the syntax is weird like that .. the mixer says on/off
but the command line is mute/unmute

Gordon


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] turn capture [on] on usb audio.

2006-04-04 Thread Rakotomandimby Mihamina
On Tue, 2006-04-04 at 13:36 -0400, Gordon McLellan wrote:
  # amixer -c 0 sset PCM 10
Mono: Capture 10 [62%] [off]
  How to turn it [on]?
 try this:
 amixer -c0 sset PCM unmute

It does not work.
The settings are still the same.
Something also weird: when running alsamixer there is no slider.

-- 
A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source  GPL).
Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better.
http://www.cps-project.org for downloads  documentation.



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] turn capture [on] on usb audio.

2006-04-04 Thread Gordon McLellan
Strange...

have you tried just plain set instead of sset ... or do a amixer -c0
controls and use cset id#


On 4/4/06, Rakotomandimby Mihamina
[EMAIL PROTECTED] wrote:

 It does not work.
 The settings are still the same.
 Something also weird: when running alsamixer there is no slider.



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] turn capture [on] on usb audio.

2006-04-04 Thread Rakotomandimby Mihamina
On Tue, 2006-04-04 at 17:24 -0400, Gordon McLellan wrote:
 Strange...
 
 have you tried just plain set instead of sset ... or do a amixer -c0
 controls and use cset id#

# amixer -c 0 controls
numid=1,iface=MIXER,name='PCM Capture Switch'
numid=2,iface=MIXER,name='PCM Capture Volume'

But I found no documentation for the syntax:

# amixer -c 0 cset numid=1 on

And then it is [on]
Thank you.

-- 
A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source  GPL).
Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better.
http://www.cps-project.org for downloads  documentation.



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user