[Bug 1192458] Re: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

2020-05-05 Thread Launchpad Bug Tracker
[Expired for alsa-driver (Ubuntu) because there has been no activity for 60 days.] ** Changed in: alsa-driver (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1192458] Re: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

2020-03-05 Thread Marcus Tomlinson
This release of Ubuntu is no longer receiving maintenance updates. If this is still an issue on a maintained version of Ubuntu please let us know. ** Changed in: alsa-driver (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu

[Bug 1192458] Re: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

2014-06-05 Thread Nomad
** Attachment removed: alsa-info.txt https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1192458/+attachment/3897336/+files/alsa-info.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1192458] Re: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

2013-11-01 Thread Nomad
** Attachment removed: alsa-info_cut.txt https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1192458/+attachment/3896703/+files/alsa-info_cut.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1192458] Re: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

2013-10-31 Thread Nomad
Full USB command specification: Switching to 2-channel mode: == Request Type: 0x21// CTRL_OUT | CTRL_TYPE_CLASS | CTRL_RECIPIENT_INTERFACE Request: 0x1 Value: 0x400 Interface Index: 0xE00 Data: 01 01 Data Length: 2 == Switching to 4-channel mode:

[Bug 1192458] Re: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

2013-10-31 Thread Nomad
I made a patch for quirks.c , please check it. ** Attachment added: patch https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1192458/+attachment/3896522/+files/patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1192458] Re: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

2013-10-31 Thread Nomad
I made a patch for quirks.c , please check it. Unfortunately I do not know how to add switching to alsamixer. ** Patch added: alsa_emu0204.patch https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1192458/+attachment/3896525/+files/alsa_emu0204.patch -- You received this bug

[Bug 1192458] Re: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

2013-10-31 Thread Nomad
** Patch removed: patch https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1192458/+attachment/3896522/+files/patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1192458 Title:

[Bug 1192458] Re: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

2013-10-31 Thread Ubuntu Foundations Team Bug Bot
The attachment alsa_emu0204.patch seems to be a patch. If it isn't, please remove the patch flag from the attachment, remove the patch tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by ~brian-murray,

[Bug 1192458] Re: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

2013-10-31 Thread Raymond
post the output of alsa-info.sh https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/792528 Do you have the PCM playback Volume ? Simple mixer control 'PCM',0 Capabilities: pvolume pswitch pswitch-joined penum Playback channels: Front Left - Front Right - Rear Left - Rear Right

[Bug 1192458] Re: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

2013-10-31 Thread Nomad
No, this card has no hardware volume control. ** Attachment added: alsa-info_cut.txt https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1192458/+attachment/3896703/+files/alsa-info_cut.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1192458] Re: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

2013-10-31 Thread Raymond
Don't cut the info do you have two playback devices ? List of PLAYBACK Hardware Devices card 1: USB [E-MU 0404 | USB], device 0: USB Audio [USB Audio] Subdevices: 0/1 Subdevice #0: subdevice #0 card 1: USB [E-MU 0404 | USB], device 1: USB Audio [USB Audio #1] Subdevices: 1/1

[Bug 1192458] Re: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

2013-10-31 Thread Nomad
This is the full log file. ** Attachment added: alsa-info.txt https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1192458/+attachment/3897336/+files/alsa-info.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1192458] Re: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

2013-10-30 Thread Nomad
Finally I did it. It took only one line in Python. This is it: device.ctrl_transfer(0x21,1,0x400,0xE00,[1,2]) Maybe someone can insert it into the kernel driver. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1192458] Re: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

2013-10-30 Thread Raymond
post the output of your emu0204 lsusb - -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1192458 Title: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB To manage notifications

[Bug 1192458] Re: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

2013-10-30 Thread Nomad
The output in the attached file. But the output is identical in 2-channel and 4-channel mode. ** Attachment added: e-mu0204.txt https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1192458/+attachment/3896280/+files/e-mu0204.txt -- You received this bug notification because you are a

[Bug 1192458] Re: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

2013-08-12 Thread Raymond
try follow up with Takashi Iwai http://mailman.alsa-project.org/pipermail/alsa- devel/2013-July/063938.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1192458 Title: [USB-Audio, playback]

[Bug 1192458] Re: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

2013-08-09 Thread Nomad
author not responded. :( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1192458 Title: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB To manage notifications about this bug go to:

[Bug 1192458] Re: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

2013-07-31 Thread Raymond
send email to the author who add support of emu 0204 usb https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/usb/mixer.c?id=1cdfa9f34acb9780e0fe7b8a41fb1a885ab94735 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1192458] Re: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

2013-07-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: alsa-driver (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/1192458 Title:

[Bug 1192458] Re: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

2013-07-30 Thread igor
how manual send to device this two bytes ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1192458 Title: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB To manage notifications