All of lore.kernel.org
 help / color / mirror / Atom feed
* Problem with snd-usb-audio (usbmixer)
@ 2004-08-17 23:33 Lonnie Mendez
  0 siblings, 0 replies; 3+ messages in thread
From: Lonnie Mendez @ 2004-08-17 23:33 UTC (permalink / raw)
  To: alsa-devel

(See description below)

Specs:
linux kernel 2.6.8.1 (sound subsystem built-in, usb-audio module from USB
Support not compiled)
alsa-driver 1.0.6a (usb-audio module selected)

Problem occurs on:
uhci/ehci intel p3 abit bh6 and uhci intel p3 laptop

Relevant messages:

dmesg:
ALSA /work/alsa-driver-1.0.6a/usb/usbaudio.c:2573: 8:1:1: add audio endpoint
0x2

ALSA /work/alsa-driver-1.0.6a/usb/usbaudio.c:2573: 8:1:2: add audio endpoint
0x2

ALSA /work/alsa-driver-1.0.6a/alsa-kernel/usb/usbmixer.c:866: [3] FU [PCM
Playback Switch] ch = 1, val = 0/1/1

ALSA /work/alsa-driver-1.0.6a/alsa-kernel/usb/usbmixer.c:866: [3] FU [PCM
Playback Volume] ch = 2, val = -32768/0/256

ALSA /work/alsa-driver-1.0.6a/alsa-kernel/usb/usbmixer.c:313: cannot get ctl
value: req = 0x83, wValue = 0x200, wIndex = 0x300, type = 4

ALSA /work/alsa-driver-1.0.6a/alsa-kernel/usb/usbmixer.c:611: 3:0: cannot
get min/max values for control 2 (id 3)

ALSA /work/alsa-driver-1.0.6a/alsa-kernel/usb/usbmixer.c:866: [3] FU [PCM
Playback Volume] ch = 1, val = 0/1/1


/proc/asound

  devices:
0: [0- 0]: ctl

16: [0- 0]: digital audio playback

33: : timer

  cards:
0 [PCM2702 ]: USB-Audio - Burr-Brown Japan PCM2702

Burr-Brown Japan Burr-Brown Japan PCM2702 at usb-0000:00:0b.3-6.4, full
speed



alsamixer fails with:

alsamixer: function snd_mixer_load failed: Invalid argument

amixer fails with:

amixer: Mixer default load error: Invalid argument

alsasound script given command stop will yield these results:

Shutting down driver: /usr/sbin/alsactl: get_control:194: Cannot read
control '2,0,0,PCM Playback Volume,1': Invalid argument


You can view lsusb -vv output here:

http://geocities.com/i0xox0i/lsusboutput.txt

Every time I try loading the snd-usb-audio module usbmixer will fail to get
or set values.  I'm guessing this device is going to require a custom mixer
map to be created in usbmixer_maps.c?  How exactly should this be written
given the output from the lsusb in verbose mode?



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Problem with snd-usb-audio (usbmixer)
@ 2004-08-18  5:59 Lonnie Mendez
       [not found] ` <20040818154042.GA19866@mffm.ee.unsw.edu.au>
  0 siblings, 1 reply; 3+ messages in thread
From: Lonnie Mendez @ 2004-08-18  5:59 UTC (permalink / raw)
  To: alsa-devel


----- Original Message ----- 
From: "Matt Flax" <flatmax@Matt.Flax>
To: "Lonnie Mendez" <lmendez19@austin.rr.com>
Sent: Wednesday, August 18, 2004 2:26 AM
Subject: Re: [Alsa-devel] Problem with snd-usb-audio (usbmixer)


> What hardware are you trying to use specificly ?

USB-Audio - Burr-Brown Japan PCM2702

    It is pretty much a usb speaker application, which transmitts on
specific fm frequences.  LineX sells these units.  I know it works, as I've
used it standalone with the linux kernel usb audio driver for usb-audio
speakers and other devices... I'm trying to have it run from the alsa
snd-usb-audio driver now.  I've had some luck with configuring a mixer map
for it, if I add entries for VID/PID and set the "ignore get/set error"
variable to 1... however no dsp device seems to exist so I can not test my
progress.  I'm guessing this is going to require not only the custom mixer
map, but an entry in the usbquirks file.  If you need more information from
me, please refer to the info provided in my last few messages... there
should be more than enough to diagnose this one.


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Problem with snd-usb-audio (usbmixer)
       [not found] ` <20040818154042.GA19866@mffm.ee.unsw.edu.au>
@ 2004-08-18 15:13   ` Lonnie Mendez
  0 siblings, 0 replies; 3+ messages in thread
From: Lonnie Mendez @ 2004-08-18 15:13 UTC (permalink / raw)
  To: Matt Flax; +Cc: alsa-devel


> What I was trying to get info about was wether it has a soft mixer or 
> only hard mixer ... my M-Audio USB card for example only has a hardware 
> mixer (knobs).

The device has no physical controls on it.

http://geocities.com/i0xox0i/lsusboutput.txt



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-08-18 15:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-18  5:59 Problem with snd-usb-audio (usbmixer) Lonnie Mendez
     [not found] ` <20040818154042.GA19866@mffm.ee.unsw.edu.au>
2004-08-18 15:13   ` Lonnie Mendez
  -- strict thread matches above, loose matches on Subject: below --
2004-08-17 23:33 Lonnie Mendez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.