[Desktop-packages] [Bug 936539]

2018-08-04 Thread Gitlab-migration
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance:

[Desktop-packages] [Bug 936539] Re: [AV200 - Oxygen HD Audio - Asus Xonar D1] analog output device is not listed in audio settings

2018-08-04 Thread Bug Watch Updater
** Changed in: pulseaudio Status: Confirmed => Unknown -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/936539 Title: [AV200 - Oxygen HD Audio - Asus Xonar D1] analog output

[Desktop-packages] [Bug 936539]

2015-10-27 Thread Raymond
(In reply to Airlangga Cahya Utama from comment #35) > Created attachment 113855 [details] [review] > complete patch to pa 5.0 fedora 21 > > Hello... > > Just back from trip yesterday. > > Hey thank you, now it's works properly. Volume control is working too. > > Gnome control center audio can

[Desktop-packages] [Bug 936539]

2015-04-07 Thread Raymond
http://mailman.alsa-project.org/pipermail/alsa- devel/2008-October/011830.html these kind of multichannel volume control in xonar device was implemented as requested by lenning -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 936539]

2015-03-16 Thread David Henningsson
(In reply to Raymond from comment #43) (In reply to David Henningsson from comment #41) Created attachment 114250 [details] [review] [review] Quick workaround Quick-and-dirty workaround patch. does it really fix since you still need to set all eight channel of those volume control to

[Desktop-packages] [Bug 936539]

2015-03-16 Thread David Henningsson
Meanwhile, just comment out the [Element Master] section in /usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf should solve the problem for this card (but might cause problems for other cards). -- You received this bug notification because you are a member of Desktop Packages, which is

[Desktop-packages] [Bug 936539]

2015-03-16 Thread Raymond
the current logic is also broken if (e-has_dB) { if (!p-has_volume) { for (t = 0; t PA_CHANNEL_POSITION_MAX; t++) if (PA_CHANNEL_POSITION_MASK(t) e-merged_mask) { min_dB[t] = e-min_dB;

[Desktop-packages] [Bug 936539]

2015-03-16 Thread Raymond
(In reply to David Henningsson from comment #42) (In reply to Raymond from comment #37) you have to ask Tanu and Arun since e-merged_mask = 0xff; Yeah, I don't think this part is correct either. It will probably regress other cards.

[Desktop-packages] [Bug 936539]

2015-03-16 Thread Raymond
element_parse_override_map only supprt two override maps static int element_parse_override_map( const char *filename, unsigned line, const char *section, const char *lvalue, const char *rvalue, void *data, void *userdata) {

[Desktop-packages] [Bug 936539]

2015-03-16 Thread Raymond
http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=aec811798cd883a454b9b5cd82c77831906bbd2d do overrided_map=all mean all channels since Speaker+LO playback volume seem only expect front left and front right, probably not all nor all- left,all-right Element Speaker+LO] +switch = mute

[Desktop-packages] [Bug 936539]

2015-03-16 Thread Raymond
(In reply to David Henningsson from comment #39) W: [pulseaudio] alsa-mixer.c: Volume element Master has 8 channels. That's too much! I can't handle that! I think the short-term fix would be to just ignore Volume element Master. Long term we could think about supporting it correctly. 1)

[Desktop-packages] [Bug 936539]

2015-03-16 Thread David Henningsson
W: [pulseaudio] alsa-mixer.c: Volume element Master has 8 channels. That's too much! I can't handle that! I think the short-term fix would be to just ignore Volume element Master. Long term we could think about supporting it correctly. -- You received this bug notification because you are a

[Desktop-packages] [Bug 936539]

2015-03-16 Thread Raymond
(In reply to David Henningsson from comment #41) Created attachment 114250 [details] [review] Quick workaround Quick-and-dirty workaround patch. does it really fix since you still need to set all eight channel of those volume control to 0dB ? -- You received this bug notification because

[Desktop-packages] [Bug 936539]

2015-03-16 Thread David Henningsson
Created attachment 114250 Quick workaround Quick-and-dirty workaround patch. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/936539 Title: [AV200 - Oxygen HD Audio - Asus Xonar

[Desktop-packages] [Bug 936539]

2015-03-16 Thread David Henningsson
(In reply to Raymond from comment #37) you have to ask Tanu and Arun since e-merged_mask = 0xff; Yeah, I don't think this part is correct either. It will probably regress other cards. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 936539]

2015-03-02 Thread Raymond
Created attachment 113811 patch for volume control with more than two channels (up to eight) This patch just increase the number of channels in volume control from 2 to 8 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in

[Desktop-packages] [Bug 936539]

2015-03-02 Thread Raymond
I: [pulseaudio] alsa-sink.c: Hardware volume ranges from inf dB to -inf dB. element master, dBmin and dBmax not set as e-emerged_mask is zero pa_log_debug(Probe of element '%s' succeeded (volume=%d, switch=%d, enumeration=%d)., e-alsa_name, e-volume_use, e-switch_use,

[Desktop-packages] [Bug 936539]

2015-03-02 Thread Raymond
you have to ask Tanu and Arun since e-merged_mask = 0xff; may not be the correct fix as it change the logic seem it try to skip the virtual master playback volume can you post the pulseaudio verbose log ? -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 936539]

2015-03-02 Thread Airlangga Cahya Utama
Created attachment 113855 complete patch to pa 5.0 fedora 21 Hello... Just back from trip yesterday. Hey thank you, now it's works properly. Volume control is working too. Gnome control center audio can select audio analog out too since analog output port is properly reported by pulseaudio.

[Desktop-packages] [Bug 936539]

2015-03-02 Thread Raymond
do the coredump still occur after pulseaudio set path's min_dB and max_dB array if (!p-has_volume) { + e-merged_mask = 0xff; for (t = 0; t PA_CHANNEL_POSITION_MAX; t++) if (PA_CHANNEL_POSITION_MASK(t) e-merged_mask) {

[Desktop-packages] [Bug 936539]

2015-03-02 Thread Airlangga Cahya Utama
Created attachment 113827 pulseaudio log - core dumped It working, pacmd list-cards shows more ports ports: analog-input-mic: Microphone (priority 8700, latency offset 0 analog-input-linein: Line In (priority 8100, latency offset 0

[Desktop-packages] [Bug 936539]

2015-03-02 Thread Raymond
http://cgit.freedesktop.org/pulseaudio/pulseaudio/plain/src/modules/alsa/mixer/paths /analog-output.conf [Element Master] switch = mute volume = merge override-map.1 = all override-map.2 = all-left,all-right do pulseaudio need a 8 channel override map for those 8 channel master playback volume

[Desktop-packages] [Bug 936539]

2015-03-02 Thread Raymond
seem pulseaudio cannot find correct dB D: [pulseaudio] alsa-mixer.c: Path analog-output (Analog Output), direction=1, priority=99, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=67, max_volume=127, min_dB=inf, max_dB=-inf D: [pulseaudio] alsa-mixer.c: Element

[Desktop-packages] [Bug 936539]

2015-03-02 Thread Airlangga Cahya Utama
Just curious, is there a chance the patch go to next release of pulse audio? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/936539 Title: [AV200 - Oxygen HD Audio - Asus Xonar D1]

[Desktop-packages] [Bug 936539]

2015-02-23 Thread Airlangga Cahya Utama
Created attachment 113764 airlangga alsa-info alsa-info from my pc, linux fedora 21 kernel 3.18.7-200. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/936539 Title: [AV200 -

[Desktop-packages] [Bug 936539]

2015-02-23 Thread Airlangga Cahya Utama
Hello... I'm another user of Xonar DX Card, reporting same bugs. Gnome Control Center Audio are troubled parsing all device port with this card because pulseaudio doesn't report any Analog Output Ports for this card. From alsa-info.sh we can see this card has multichannel ports. APLAY

[Desktop-packages] [Bug 936539]

2015-02-23 Thread Airlangga Cahya Utama
Created attachment 113765 pacmd list-cards output -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/936539 Title: [AV200 - Oxygen HD Audio - Asus Xonar D1] analog output device is

[Desktop-packages] [Bug 936539]

2014-10-24 Thread Raymond
http://www.gnu.org/software/automake/manual/html_node/automake- Invocation.html To create all the Makefile.ins for a package, run the automake program in the top level directory, with no arguments. automake will automatically find each appropriate Makefile.am (by scanning configure.ac; see

[Desktop-packages] [Bug 936539]

2014-10-24 Thread LostinSpacetime
(In reply to Raymond from comment #24) http://colin.guthr.ie/2010/09/compiling-and-running-pulseaudio-from-git/ do you mean ./bootstrap.sh -V fail to create the configure script or missing some dev packages to ../configure --prefix=$(pwd) The bootstrap script went well. The

[Desktop-packages] [Bug 936539]

2014-10-19 Thread LostinSpacetime
Created attachment 108063 config.log -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/936539 Title: [AV200 - Oxygen HD Audio - Asus Xonar D1] analog output device is not listed in

[Desktop-packages] [Bug 936539]

2014-10-19 Thread LostinSpacetime
(In reply to Raymond from comment #21) http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/ PulseAudioFromGit/ you can try method 3 to test whether it works or not i tried that, but the configure script doesn't finish successfully. -- You received this bug

[Desktop-packages] [Bug 936539]

2014-10-19 Thread Raymond
http://colin.guthr.ie/2010/09/compiling-and-running-pulseaudio-from-git/ do you mean ./bootstrap.sh -V fail to create the configure script or missing some dev packages to ../configure --prefix=$(pwd) -- You received this bug notification because you are a member of Desktop Packages, which

[Desktop-packages] [Bug 936539]

2014-10-19 Thread Raymond
http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/PulseAudioFromGit/ you can try method 3 to test whether it works or not -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu.

[Desktop-packages] [Bug 936539]

2014-10-19 Thread LostinSpacetime
(In reply to Raymond from comment #19) Simple mixer control 'Master',0 Capabilities: pvolume pswitch pswitch-joined Playback channels: Front Left - Front Right - Rear Left - Rear Right - Front Center - Woofer - Side Left - Side Right Limits: Playback 67 - 127 Mono:

[Desktop-packages] [Bug 936539]

2014-10-19 Thread Raymond
Simple mixer control 'Master',0 Capabilities: pvolume pswitch pswitch-joined Playback channels: Front Left - Front Right - Rear Left - Rear Right - Front Center - Woofer - Side Left - Side Right Limits: Playback 67 - 127 Mono: Front Left: Playback 121 [90%] [-6.00dB] [on]

[Desktop-packages] [Bug 936539]

2014-10-16 Thread Raymond
Simple mixer control 'Master',0 Capabilities: pvolume pswitch pswitch-joined Playback channels: Front Left - Front Right - Rear Left - Rear Right - Front Center - Woofer - Side Left - Side Right Limits: Playback 67 - 127 Mono: Front Left: Playback 121 [90%] [-6.00dB] [on] Front Right:

[Desktop-packages] [Bug 936539]

2014-10-16 Thread Raymond
device.vendor.id = 13f6 device.vendor.name = C-Media Electronics Inc device.product.id = 8788 device.product.name = Virtuoso 100 (Xonar D1) device.string = 2 device.description = Virtuoso 100 (Xonar D1)

[Desktop-packages] [Bug 936539]

2014-10-16 Thread Raymond
Simple mixer control 'Front Panel',0 Capabilities: pswitch pswitch-joined Playback channels: Mono Mono: Playback [off] is this switch use to switch output between front panel headphone and line out jacks ? -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 936539]

2014-10-16 Thread Raymond
http://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/src/modules/alsa/mixer/paths Simple mixer control 'Mic Source',0 Capabilities: cenum Items: 'Mic Jack' 'Front Panel' Item0: 'Mic Jack' you may need to add this oxygen specific mic source and front panel into those conf files -- You

[Desktop-packages] [Bug 936539]

2014-10-16 Thread LostinSpacetime
(In reply to Raymond from comment #7) seem your card id not in alisaes.conf http://git.alsa-project.org/?p=alsa-lib.git;a=commitdiff; h=45e9496a7a666210702598d0c2d3b43065a5f940; hp=aba87e509898ec9ddb3e319267d7c267409ff100 Would this be the missing entry in aliases.conf? 'Xondar D1'

[Desktop-packages] [Bug 936539]

2014-10-16 Thread Raymond
seem your card id not in alisaes.conf http://git.alsa-project.org/?p=alsa- lib.git;a=commitdiff;h=45e9496a7a666210702598d0c2d3b43065a5f940;hp=aba87e509898ec9ddb3e319267d7c267409ff100 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 936539]

2014-10-16 Thread LostinSpacetime
(In reply to Raymond from comment #5) Simple mixer control 'Master',0 Capabilities: pvolume pswitch pswitch-joined Playback channels: Front Left - Front Right - Rear Left - Rear Right - Front Center - Woofer - Side Left - Side Right Limits: Playback 67 - 127 Mono: Front Left:

[Desktop-packages] [Bug 936539]

2014-10-16 Thread LostinSpacetime
(In reply to Raymond from comment #5) Simple mixer control 'Master',0 Capabilities: pvolume pswitch pswitch-joined Playback channels: Front Left - Front Right - Rear Left - Rear Right - Front Center - Woofer - Side Left - Side Right Limits: Playback 67 - 127 Mono: Front Left:

[Desktop-packages] [Bug 936539]

2014-10-16 Thread LostinSpacetime
(In reply to Raymond from comment #13) aplay -L it is ok if the above command list surroun40, surround51 , surround71 pulseaudio] pid.c: Daemon already running. you have to kill the deamon , disable auto spwan and restart pulseaudio pulseaudio -

[Desktop-packages] [Bug 936539]

2014-10-16 Thread Raymond
W: [pulseaudio] alsa-mixer.c: Volume element Master has 8 channels. That's too much! I can't handle that! D: [pulseaudio] alsa-mixer.c: Probe of element 'Master' failed. D: [pulseaudio] alsa-mixer.c: Added 0 ports [pulseaudio] alsa-sink.c: Using 1,0 fragments of size 1048512 bytes

[Desktop-packages] [Bug 936539]

2014-10-16 Thread LostinSpacetime
Created attachment 107892 pulseaudio - -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/936539 Title: [AV200 - Oxygen HD Audio - Asus Xonar D1] analog output device is not

[Desktop-packages] [Bug 936539]

2014-10-16 Thread LostinSpacetime
(In reply to Raymond from comment #16) W: [pulseaudio] alsa-mixer.c: Volume element Master has 8 channels. That's too much! I can't handle that! D: [pulseaudio] alsa-mixer.c: Probe of element 'Master' failed. D: [pulseaudio] alsa-mixer.c: Added 0 ports [pulseaudio] alsa-sink.c:

[Desktop-packages] [Bug 936539]

2014-10-16 Thread Raymond
have you ask the author of that patch ? similar case is the four channel mic array of ps3 eye USB Mixer information !!--- USB Mixer: usb_id=0x14152000, ctrlif=1, ctlerr=0 Card: OmniVision Technologies, Inc. USB Camera-B4.04.27.1 at usb-:00:1d.7-4, high Unit: 3

[Desktop-packages] [Bug 936539]

2014-10-16 Thread Raymond
aplay -L it is ok if the above command list surroun40, surround51 , surround71 pulseaudio] pid.c: Daemon already running. you have to kill the deamon , disable auto spwan and restart pulseaudio pulseaudio - https://wiki.ubuntu.com/PulseAudio/Log -- You received this bug notification

[Desktop-packages] [Bug 936539] Re: [AV200 - Oxygen HD Audio - Asus Xonar D1] analog output device is not listed in audio settings

2014-10-16 Thread Bug Watch Updater
** Bug watch added: LibreOffice Bugzilla #45813 https://www.libreoffice.org/bugzilla/show_bug.cgi?id=45813 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/936539 Title: [AV200 -

[Desktop-packages] [Bug 936539] Re: [AV200 - Oxygen HD Audio - Asus Xonar D1] analog output device is not listed in audio settings

2014-10-14 Thread Raymond
** Bug watch added: freedesktop.org Bugzilla #84983 https://bugs.freedesktop.org/show_bug.cgi?id=84983 ** Also affects: pulseaudio via https://bugs.freedesktop.org/show_bug.cgi?id=84983 Importance: Unknown Status: Unknown -- You received this bug notification because you are a

[Desktop-packages] [Bug 936539] Re: [AV200 - Oxygen HD Audio - Asus Xonar D1] analog output device is not listed in audio settings

2014-10-14 Thread Bug Watch Updater
Launchpad has imported 5 comments from the remote bug at https://bugs.freedesktop.org/show_bug.cgi?id=84983. 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

[Desktop-packages] [Bug 936539] Re: [AV200 - Oxygen HD Audio - Asus Xonar D1] analog output device is not listed in audio settings

2014-10-10 Thread Sam
bug is still present in 14.04 ** Changed in: pulseaudio (Ubuntu) Status: Expired = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/936539 Title: [AV200 - Oxygen

[Desktop-packages] [Bug 936539] Re: [AV200 - Oxygen HD Audio - Asus Xonar D1] analog output device is not listed in audio settings

2014-10-10 Thread Sam
I could hear the sound of only using pavucontrol by selecting the analog stereo output profile and sound is silent. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/936539 Title:

[Desktop-packages] [Bug 936539] Re: [AV200 - Oxygen HD Audio - Asus Xonar D1] analog output device is not listed in audio settings

2014-03-27 Thread Launchpad Bug Tracker
[Expired for pulseaudio (Ubuntu) because there has been no activity for 60 days.] ** Changed in: pulseaudio (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu.

[Desktop-packages] [Bug 936539] Re: [AV200 - Oxygen HD Audio - Asus Xonar D1] analog output device is not listed in audio settings

2014-01-26 Thread Raymond
https://bugs.freedesktop.org/enter_bug.cgi?product=PulseAudio you should file a bug report upstream by providing pulseaudio verbose log ** Changed in: pulseaudio (Ubuntu) Status: Confirmed = Incomplete -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 936539] Re: [AV200 - Oxygen HD Audio - Asus Xonar D1] analog output device is not listed in audio settings

2014-01-24 Thread Raymond
http://lists.freedesktop.org/archives/pulseaudio- discuss/2014-January/019856.html -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/936539 Title: [AV200 - Oxygen HD Audio - Asus