[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2018-02-19 Thread Daniel van Vugt
Closed due to no response.

** Changed in: pulseaudio (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2017-05-11 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 12.04 (precise) reached end-of-life on April 28, 2017.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test.


** Changed in: pulseaudio (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2015-09-01 Thread David Henningsson
There was a bug with multichannel duplex where the number of output and
input channels are different, which should be fixed by:

http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/src/modules/alsa?id=02dc6d84edde7af86e155b224b6aa98080ef2979

That fix has not been released into Ubuntu yet, though.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2014-09-10 Thread David Henningsson
Thanks for the log. Looking at the log, PulseAudio seems to do the right
thing. It first tests input:multichannel, which succeeds, then
output:multichannel, which also succeeds, but when then trying full
duplex, we get an error back from the kernel:

I: [lt-pulseaudio] (alsa-lib)pcm_hw.c: SNDRV_PCM_IOCTL_PREPARE failed (-16)
I: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params failed: Device or resource 
busy

As a result, Multichannel input and Multichannel output are
available, but not the combination of both. From your point 4) it sounds
like the gnome audio settings react a bit strange/buggy on this. I
assume you have checked both output and input tabs, right? If you
change from Multichannel output to Multichannel input and it
disappears on the output tab, it should start showing up on the input
tab instead. Otherwise you can use the pavucontrol to change profile (on
the configuration tab of pavucontrol).

But the main question is why full duplex fails here - are you getting
full duplex to work with other applications (that are not using
PulseAudio)?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2014-09-10 Thread Raymond
seem bug if your card support 10 channels


lt-pulseaudio] alsa-util.c: Managed to open hw:2
I: [lt-pulseaudio] alsa-util.c: Disabling tsched mode since BATCH flag is set
D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_set_format(Signed 16 bit 
Little Endian) failed: Invalid argument
D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_set_format(Signed 16 bit Big 
Endian) failed: Invalid argument
D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_set_format(Float 32 bit 
Little Endian) failed: Invalid argument
D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_set_format(Float 32 bit Big 
Endian) failed: Invalid argument
D: [lt-pulseaudio] alsa-util.c: Maximum hw buffer size is 227 ms
D: [lt-pulseaudio] alsa-util.c: Set buffer size first (to 7680 samples), period 
size second (to 960 samples).
I: [lt-pulseaudio] alsa-util.c: Device hw:2 doesn't support 44100 Hz, changed 
to 96000 Hz.
I: [lt-pulseaudio] alsa-util.c: Device hw:2 doesn't support 4 channels, changed 
to 12.
I: [lt-pulseaudio] alsa-util.c: Device hw:2 doesn't support sample format 
s16le, changed to s32le.
D: [lt-pulseaudio] alsa-mixer.c: Channel map for mapping 'multichannel' 
permanently changed to 
'front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right,aux0,aux1,aux2,aux3'
D: [lt-pulseaudio] alsa-mixer.c: Profile input:multichannel supported.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2014-09-10 Thread Joe Clifford
... :/
confused :S

The circuit diagram can be seen here:
http://media.soundonsound.com/sos/may05/images/edirol3diagram.l.jpg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2014-09-10 Thread Raymond
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/plain/sound/usb/misc/ua101.c

jackd using same period size for playback and capture ,  playback and
capture start at same time but pulseaudio won't start playback and
capture at same tone

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2014-09-10 Thread Raymond
*
 * Synchronizing the playback rate to the capture rate is done by using
 * the same sequence of packet sizes for both streams.
 * Submitting a playback URB therefore requires both a ready URB and
 * the size of the corresponding capture packet, i.e., both playback
 * and capture URBs must have been completed.  Since the USB core does
 * not guarantee that playback and capture complete callbacks are
 * called alternately, we use two FIFOs for packet sizes and read URBs;
 * submitting playback URBs is possible as long as both FIFOs are
 * nonempty.
 */

the driver seem expect same rate for playback and capture

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2014-09-09 Thread David Henningsson
Hi Joe and thanks for testing,

 However, the git binary doesn't detect my motherboard's onboard HDA
Intel PCH sound card (like the default pulseaudio in ubuntu does)

This could be because we have removed extra-hdmi.conf. There might still
be a udev rule referencing extra-hdmi.conf as this is taken from the
system rather from the new PA you're running.

You can work around this by making a symlink from extra-hdmi.conf to
default.conf in src/modules/alsa/mixer/profile-sets/

 it only detects the UA-101 and then only the audio outputs, not the
audio inputs.

That it only detects the audio inputs is not expected. Could you get a
PulseAudio verbose log of this (run pulseaudio with - )?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2014-09-09 Thread Joe Clifford
Thanks David,

The symlink you mentioned fixed the detection of my onboard sound card
and with pulseaudio-git it shows SPDIF and Headphones outputs and a
Microphone input and they both work as expected. The installed ubuntu
pulseaudio also has an Analogue audio output that isn't shown in the
gnome audio mixer settings when using pulseaudio-git, though I'm
guessing this is either an alias for the onboard Intel 5.1 or perhaps
pulseaudio-git has jack insert/removal detection... anyway the sound
works through headphones and mic as expected.

I've attached the output of pulseaudio-git when run with -.

To provide a clean log I first removed ~/.pulse, ~/.pulse-cookie and
~/.config/pulse, then did the following to ensure pulseaudio doesn't
autospawn:

mkdir ~/.pulse
echo autospawn=no  ~/.pulse/client.conf
pulseaudio -k
./src/pulseaudio - --log-target=newfile:pulseaudio.log

Steps taken after running pulseaudio-git are as follows:

1. Wait for pulseaudio to settle then turn on UA-101 with manual switch on the 
device
2. Wait for pulseaudio to settle then open gnome audio settings
3. Highlight UA-101 in gnome audio settings to make it the default output 
(Play sound through)
4. There is a button on the gnome audio settings window that allows me to 
change from Multichannel output to Multichannel input - I change this and 
the UA-101 device disappears from the overview and seemingly with no way to get 
it back except for deleting anything pulseaudio related from my home directory 
and restarting pulseaudio.
5. Close gnome audio settings and turn off the UA-101 before killing pulseaudio.

The UA-101 doesn't have any alsa controls at all - nothing is picked up
in alsamixer. In Windows, the 10 input and output channels are
controlled by a software mixer. I'm wondering if this is why the inputs
are not detected by pulseaudio?


** Attachment added: pulseaudio git verbose log
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/986817/+attachment/4199622/+files/pulseaudio.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2014-09-05 Thread Joe Clifford
I've done a quick compile and test of the pulseaudio git head code on Ubuntu 
14.04 and it does indeed now autodetect and automatically sets up the 
multichannel audio outputs - running the compiled pulseaudio git binary detects 
the UA-101 and sets it up as a 7.1 multichannel audio output device in the 
gnome sound/volume control.
However, the git binary doesn't detect my motherboard's onboard HDA Intel PCH 
sound card (like the default pulseaudio in ubuntu does), it only detects the 
UA-101 and then only the audio outputs, not the audio inputs. Probably 
something to do with a module or conf not loading as I'm running pulseaudio 
from my home source directory.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817]

2014-09-05 Thread David Henningsson
This should be fixed with the multichannel patch in git head. Please
test it and reopen this bug if it isn't fixed. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2014-09-05 Thread Bug Watch Updater
** Changed in: pulseaudio
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2014-05-11 Thread Michael Mess
Upgrading to Ubuntu 14.04 fixed the issue for outgoing sound only.

Inputs (Microphone, etc.) are still not available, but I didn't have
time yet to test if there is a workaround how to get it working.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2014-04-27 Thread Michael Mess
Upgrading to Ubuntu 14.04 fixed the issue for me. :-)
Sound is available, without the need to manually apply the workaround or 
changing configurations, etc.

So you should consider upgrading to Ubuntu 14.04.

But now I am still fighting with the proprietary NVIDIA graphics card
driver in 14.04 (See #1313274, if you have an NVIDIA card) :-(

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2013-11-03 Thread Michael Mess
** Bug watch added: freedesktop.org Bugzilla #71185
   https://bugs.freedesktop.org/show_bug.cgi?id=71185

** Changed in: pulseaudio
   Importance: Undecided = Unknown

** Changed in: pulseaudio
   Status: New = Unknown

** Changed in: pulseaudio
 Remote watch: None = freedesktop.org Bugzilla #71185

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2013-11-03 Thread Bug Watch Updater
Launchpad has imported 1 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=71185.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2013-11-03T12:02:44+00:00 Michael Mess wrote:

See also:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/986817

Edirol UA-101 card is not autodetected by PulseAudio and the driver is not 
loaded.
Therefore it cannot be used using PulseAudio without manual interaction (See 
workaround).
It works properly when accessed directly via ALSA.

There is a workaround to load the pulseaudio driver manually with the
following script: (I have turned the frequency selector to 192kHz.)

#!/bin/bash
echo 'load-module module-alsa-sink device_id='$[$(cat /proc/asound/cards |grep 
UA101| cut -d'[' -f1)]' rate=192000 channels=6 
channel_map=left,right,aux0,aux1,aux2,aux3' | pacmd 


The UA-101 is an USB device that has a hardware switch to select sampling 
frequencies:

192000 Hz, 6 Channels
96000  Hz, 10 Channels
88200  Hz, 10 Channels
48000  Hz, 10 Channels
44100  Hz, 10 Channels

When using 192000 Hz sampling rate, only 6 channels are supported, while
otherwwise the card supports 10 channels.

Specifications: See http://www.rolandus.com/products/details/703/specs/

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/986817/comments/29


** Changed in: pulseaudio
   Status: Unknown = Confirmed

** Changed in: pulseaudio
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2013-11-03 Thread Raymond
post the pulseaudio verbose log


AS your usb audio does not has any volume controls

Do your usb audio support stereo playback / capture ?

 do you  load module-switch-on-port-available ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-12-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: pulseaudio (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-12-16 Thread echo-e
   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   1
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber3
  bAlternateSetting   1
  bNumEndpoints   2
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  1 
  bInterfaceProtocol  3 
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x04  EP 4 OUT
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83  EP 3 IN
bmAttributes3
  Transfer TypeInterrupt
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   1
Device Qualifier (for other device speed):
  bLength10
  bDescriptorType 6
  bcdUSB   2.00
  bDeviceClass  255 Vendor Specific Class
  bDeviceSubClass 0 
  bDeviceProtocol   255 
  bMaxPacketSize0 8
  bNumConfigurations  1
Device Status: 0x
  (Bus Powered)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-12-16 Thread Raymond
http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftiwai%2Fsound.gita=searchh=HEADst=commits=ua101

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-12-16 Thread Raymond
seem onot support 24 bit in duplex

http://git.kernel.org/?p=linux/kernel/git/tiwai/sound.git;a=history;f=sound/usb/misc/ua101.c;hb=HEAD

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-10-19 Thread Raymond
http://www.freedesktop.org/wiki/Software/PulseAudio/Backends/ALSA/Profiles

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-10-15 Thread Michael Mess
Attached workaround shell script to load the UA-101 Pulseaudio driver
using pacmd in a more comfortable way.

** Attachment added: Workaround shell script to load the UA-101 Pulseaudio 
driver.
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/986817/+attachment/3399406/+files/loadUA101

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-10-15 Thread Raymond
how about a conf file for this usb audi device?

http://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/src/modules/alsa/mixer
/profile-sets

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-10-07 Thread Raymond
you should file a bug report at pulseaudio freedesktop.org

pa 2.0 does not support those sound card with10 outpu channels and 12
input channels anymore

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-10-06 Thread Michael Mess
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83  EP 3 IN
bmAttributes3
  Transfer TypeInterrupt
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-10-06 Thread Michael Mess
Specifications of the UA-101 can be found at
http://www.rolandus.com/products/details/703

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-09-24 Thread Raymond
do this usb audio device has any hardware volume control ?

does it support srereo, 16 or 32 bits !

post the output of lsusb -

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-09-24 Thread Raymond
do this usb audio device has any hardware volume control ?

does it support srereo, 16 or 32 bits !

post the output of lsusb -

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-07-18 Thread Michael Mess
When the card is loaded, syslog shows:

Jul 18 11:37:41 quad pulseaudio[2908]: [pulseaudio] module-alsa-card.c: Failed 
to find a working profile.
Jul 18 11:37:41 quad pulseaudio[2908]: [pulseaudio] module.c: Failed to load 
module module-alsa-card (argument: device_id=2 
name=usb-EDIROL_UA-101_ZT82634-00-UA101 
card_name=alsa_card.usb-EDIROL_UA-101_ZT82634-00-UA101 namereg_fail=false 
tsched=yes ignore_dB=no deferred_volume=yes 
card_properties=module-udev-detect.discovered=1): initialization failed.
Jul 18 11:37:43 quad pulseaudio[2908]: [pulseaudio] module-alsa-card.c: Failed 
to find a working profile.
Jul 18 11:37:43 quad pulseaudio[2908]: [pulseaudio] module.c: Failed to load 
module module-alsa-card (argument: device_id=2 
name=usb-EDIROL_UA-101_ZT82634-00-UA101 
card_name=alsa_card.usb-EDIROL_UA-101_ZT82634-00-UA101 namereg_fail=false 
tsched=yes ignore_dB=no deferred_volume=yes 
card_properties=module-udev-detect.discovered=1): initialization failed.
Jul 18 11:37:44 quad pulseaudio[2908]: [pulseaudio] module-alsa-card.c: Failed 
to find a working profile.
Jul 18 11:37:44 quad pulseaudio[2908]: [pulseaudio] module.c: Failed to load 
module module-alsa-card (argument: device_id=2 
name=usb-EDIROL_UA-101_ZT82634-00-UA101 
card_name=alsa_card.usb-EDIROL_UA-101_ZT82634-00-UA101 namereg_fail=false 
tsched=yes ignore_dB=no deferred_volume=yes 
card_properties=module-udev-detect.discovered=1): initialization failed.
Jul 18 11:37:45 quad pulseaudio[2908]: [pulseaudio] module-alsa-card.c: Failed 
to find a working profile.
Jul 18 11:37:45 quad pulseaudio[2908]: [pulseaudio] module.c: Failed to load 
module module-alsa-card (argument: device_id=2 
name=usb-EDIROL_UA-101_ZT82634-00-UA101 
card_name=alsa_card.usb-EDIROL_UA-101_ZT82634-00-UA101 namereg_fail=false 
tsched=yes ignore_dB=no deferred_volume=yes 
card_properties=module-udev-detect.discovered=1): initialization failed.
Jul 18 11:37:46 quad pulseaudio[2908]: [pulseaudio] module-alsa-card.c: Failed 
to find a working profile.
Jul 18 11:37:46 quad pulseaudio[2908]: [pulseaudio] module.c: Failed to load 
module module-alsa-card (argument: device_id=2 
name=usb-EDIROL_UA-101_ZT82634-00-UA101 
card_name=alsa_card.usb-EDIROL_UA-101_ZT82634-00-UA101 namereg_fail=false 
tsched=yes ignore_dB=no deferred_volume=yes 
card_properties=module-udev-detect.discovered=1): initialization failed.
Jul 18 11:37:47 quad pulseaudio[2908]: [pulseaudio] module-alsa-card.c: Failed 
to find a working profile.
Jul 18 11:37:47 quad pulseaudio[2908]: [pulseaudio] module.c: Failed to load 
module module-alsa-card (argument: device_id=2 
name=usb-EDIROL_UA-101_ZT82634-00-UA101 
card_name=alsa_card.usb-EDIROL_UA-101_ZT82634-00-UA101 namereg_fail=false 
tsched=yes ignore_dB=no deferred_volume=yes 
card_properties=module-udev-detect.discovered=1): initialization failed.
Jul 18 11:37:47 quad pulseaudio[2908]: [pulseaudio] module-udev-detect.c: Tried 
to configure /devices/pci:00/:00:1a.7/usb1/1-4/1-4:1.0/sound/card2 
(alsa_card.usb-EDIROL_UA-101_ZT82634-00-UA101) more often than 5 times in 10s

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-07-18 Thread Michael Mess
Testing by manually loading the module with the arguments from the log
showed me that the card_name argument may cause the failure.

 load-module module-alsa-sink device_id=2 rate=192000 channels=6 
 channel_map=left,right,aux0,aux1,aux2,aux3 
 name=usb-EDIROL_UA-101_ZT82634-00-UA101 
 card_name=alsa_card.usb-EDIROL_UA-101_ZT82634-00-UA101 
Module load failed.
 load-module module-alsa-sink device_id=2 rate=192000 channels=6 
 channel_map=left,right,aux0,aux1,aux2,aux3 
 name=usb-EDIROL_UA-101_ZT82634-00-UA101 

Further tests to isolate the cause of the failure will follow...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-07-18 Thread Michael Mess
Then I tried:

 load-module module-alsa-sink device_id=2

and it was successful, but there was a surround setup for the speakers
which does not fit to my current audio connections, thus I have to add
the channel map arguments.

It worked, thoughout I didn't specify the rate=192000, so it seems that
not specifying the rate was not the problem what I have thought before.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-07-18 Thread Michael Mess
From the logs:

Jul 18 12:29:24 quad pulseaudio[2932]: [pulseaudio] module.c: Failed to
load module module-alsa-card (argument: device_id=0 name=usb-
EDIROL_UA-101_ZT82634-00-UA101 card_name=alsa_card.usb-EDIROL_UA-
101_ZT82634-00-UA101 namereg_fail=false tsched=yes ignore_dB=no
deferred_volume=yes card_properties=module-udev-detect.discovered=1):
initialization failed.


Loading module without specifying card_name and card_properties arguments works:

 load-module module-alsa-sink device_id=0 name=usb-EDIROL_UA-
101_ZT82634-00-UA101 namereg_fail=false tsched=yes ignore_dB=no
deferred_volume=yes

By the way, I have noticed that after rebooting, the device_id changes
randomally, sometimes the UA-101 is card0, sometimes card1 and sometimes
card2, but that is correctly recognized.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-07-18 Thread Michael Mess
Loading the module alsa-source for recording can also be done manually
with pacmd, for example:

 load-module module-alsa-source device_id=0

Recording sound with the gnome sound recorder seems to work well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-07-18 Thread Michael Mess
On the link, there is a list of valid arguments, probably the arguments
card_name and card_properties should be specified correctly as sink_name
and sink_properties.

http://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/src/modules/alsa
/module-alsa-sink.c

static const char* const valid_modargs[] = {
name,
sink_name,
sink_properties,
namereg_fail,
device,
device_id,
format,
rate,
alternate_rate,
channels,
channel_map,
fragments,
fragment_size,
mmap,
tsched,
tsched_buffer_size,
tsched_buffer_watermark,
ignore_dB,
control,
rewind_safeguard,
deferred_volume,
deferred_volume_safety_margin,
deferred_volume_extra_delay,
fixed_latency_range,
NULL
};

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-07-18 Thread Michael Mess
That was the reason. With sink_name and sink_properties it works.

 load-module module-alsa-sink device_id=0 
 name=usb-EDIROL_UA-101_ZT82634-00-UA101 
 card_name=alsa_card.usb-EDIROL_UA-101_ZT82634-00-UA101 namereg_fail=false 
 tsched=yes ignore_dB=no deferred_volume=yes 
 card_properties=module-udev-detect.discovered=1
Module load failed.
 load-module module-alsa-sink device_id=0 
 name=usb-EDIROL_UA-101_ZT82634-00-UA101 
 sink_name=alsa_card.usb-EDIROL_UA-101_ZT82634-00-UA101 namereg_fail=false 
 tsched=yes ignore_dB=no deferred_volume=yes 
 sink_properties=module-udev-detect.discovered=1


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-07-18 Thread Michael Mess
** Also affects: pulseaudio
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-07-18 Thread Michael Mess
In the log files, there was written: Failed to load module module-
alsa-card.

http://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/src/modules/alsa
/module-alsa-card.c

So the module-alsa-card takes the arguments card_name and
card_properties and I used module-alsa-sink and module-alsa-source where
this is different and that confused me a bit.

There must be another reason why the module-alsa-card fails:

 load-module module-alsa-card device_id=0 
 name=usb-EDIROL_UA-101_ZT82634-00-UA101 
 card_name=alsa_card.usb-EDIROL_UA-101_ZT82634-00-UA101 namereg_fail=false 
 tsched=yes ignore_dB=no deferred_volume=yes 
 card_properties=module-udev-detect.discovered=1
Module load failed.
 load-module module-alsa-card device_id=0 
 name=usb-EDIROL_UA-101_ZT82634-00-UA101 namereg_fail=false tsched=yes 
 ignore_dB=no deferred_volume=yes
Module load failed.
 load-module module-alsa-card device_id=0
Module load failed.


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-07-18 Thread Michael Mess
Added Debug log file.

** Attachment added: Debug logging for load-module module-alsa-card 
device_id=0
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/986817/+attachment/3227136/+files/pulseaudio-log-excerpt.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-07-18 Thread Michael Mess
** Attachment added: Debug log for load-module module-alsa-card device_id=0 
name=usb-EDIROL_UA-101_ZT82634-00-UA101 
card_name=alsa_card.usb-EDIROL_UA-101_ZT82634-00-UA101 namereg_fail=false 
tsched=yes ignore_dB=no deferred_volume=yes 
card_properties=module-udev-detect.discovered=1
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/986817/+attachment/3227165/+files/pulseaudio-log-excerpt2.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-07-12 Thread Michael Mess
Remaining problem is that the card is not autodetected and the driver needs to 
be loaded manually each time when the user logged in.
Maybe we have to add something like a card profile or card detection script for 
loading the alsa module correctly when the card has been detected.
Could anybody give me some links for useful documentation how cards are 
detected and how to write such scripts?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-07-08 Thread Michael Mess
It is possible to load the alsa-sink device manually using the
pulseaudio command line interface:

michael@quad:~$ pacmd
Welcome to PulseAudio! Use help for usage information.
 load-module module-alsa-sink device_id=0 rate=192000 channels=6 
 channel_map=left,right,aux0,aux1,aux2,aux3
 

Now the sound card is visible in the ubuntu sound configuration and the
sound works.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-07-08 Thread Michael Mess
Here is some information about the UA-101 audio interface:

There is a hardware switch to select the sampling rate:
 * 44,1 kHz
 * 48 kHz
 * 88,2 kHz
 * 96 kHz
 * 192 kHz
The sampling rate selected by the switch will be applied when the device is 
turned on and cannot be changed while the device remains powered on. When the 
switch is changed while the device is on power, the sampling rate will not be 
applied until the device gets power-cycled. 
It is not possible to change sampling rate by software.

For autodetection, pulseaudio could try the sampling rates, beginning
with 192 kHz, to see, if the alsa device accepts the sampling rate and
then choose the one which is accepted.

When using 192kHz, 6 channels are supported, for the other frequencies,
10 channels are supported.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-07-08 Thread Michael Mess
michael@quad:/proc/asound$ cat cards
 0 [UA101  ]: UA-101 - UA-101
  EDIROL UA-101 (serial ZT82634), 192000 Hz at 
usb-:00:1a.7-4, high speed
 1 [CX8811 ]: CX88x - Conexant CX8811
  Conexant CX8811 at 0xfb00
 2 [Intel  ]: HDA-Intel - HDA Intel
  HDA Intel at 0xf6ff8000 irq 45

Advanced Linux Sound Architecture Driver Version 1.0.24.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-07-08 Thread Michael Mess
The version of Pulseaudion which is installed is:

Package: pulseaudio  
State: installed
Automatically installed: no
Multi-Arch: foreign
Version: 1:1.1-0ubuntu15.1

After manually loading the driver with the load-module command like
described above, sound works perfectly. :-)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] [NEW] UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-04-22 Thread Michael Mess
Public bug reported:

This bug has been created with apport-bug.

After upgrade from 10.04, the UA-101 inputs and outputs seem unavailable in 
standard audio settings.
Sound works with VLC when UA-101 is selected via ALSA.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: pulseaudio 1:1.1-0ubuntu15
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
Uname: Linux 3.2.0-23-generic-pae i686
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu5
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC2:  michael   19895 F pulseaudio
 /dev/snd/controlC0:  michael   19895 F pulseaudio
 /dev/snd/pcmC0D0p:   michael   19895 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf6ff8000 irq 44'
   Mixer name   : 'Realtek ALC883'
   Components   : 'HDA:10ec0883,1043829f,0012'
   Controls  : 46
   Simple ctrls  : 22
Card1.Amixer.info:
 Card hw:1 'UA101'/'EDIROL UA-101 (serial ZT82634), 192000 Hz at 
usb-:00:1a.7-3, high speed'
   Mixer name   : ''
   Components   : ''
   Controls  : 1
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'MIDI Input Mode',0
   Capabilities: enum
   Items: 'High Load' 'Light Load'
   Item0: 'Light Load'
Card2.Amixer.info:
 Card hw:2 'CX8811'/'Conexant CX8811 at 0xfb00'
   Mixer name   : 'CX88'
   Components   : ''
   Controls  : 3
   Simple ctrls  : 2
Date: Sun Apr 22 13:03:21 2012
ProcEnviron:
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US
 SHELL=/bin/bash
SourcePackage: pulseaudio
Symptom: audio
Symptom_Card: CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] - Conexant 
CX8811
Title: [UA-101 - UA-101, playback] Pulseaudio fails to detect card
UpgradeStatus: Upgraded to precise on 2012-04-18 (3 days ago)
dmi.bios.date: 10/14/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1201
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5K
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1201:bd10/14/2008:svnSystemmanufacturer:pnP5K:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5K:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: P5K
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

** Affects: pulseaudio (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2012-04-22 Thread Michael Mess
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs