[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-04-10 Thread Bug Watch Updater
** Changed in: pulseaudio Status: Confirmed = Fix Released -- 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/1256511 Title: Sounds settings lost after reboot Status in

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-04-06 Thread Tom Fields
Thanks. I can confirm this fix works. -- 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/1256511 Title: Sounds settings lost after reboot Status in PulseAudio sound server:

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-04-04 Thread Launchpad Bug Tracker
This bug was fixed in the package pulseaudio - 1:4.0-0ubuntu11 --- pulseaudio (1:4.0-0ubuntu11) trusty; urgency=medium * 0105-sink-source-Initialize-port-before-fixate-hook-fixes.patch: Fix volume/mute not restored in some cases (LP: #1285179, LP: #1289515) *

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-04-04 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/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/1256511 Title: Sounds settings lost after reboot Status in PulseAudio sound server:

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-03-20 Thread Bug Watch Updater
** Bug watch added: Gentoo Bugzilla #493238 https://bugs.gentoo.org/show_bug.cgi?id=493238 -- 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/1256511 Title: Sounds settings lost

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-03-18 Thread Fish
#48 do you mean that you want to let pulseaudio to use analog and the another user/application to use hdmi audio ? No, I only want to use one audio output, and I'd like this to be my analog output by default. My default audio output is currently my HDMI port, and when I change it my settings

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-03-18 Thread Fish
I've attached some pulseaudio logs based on the procedure from #32, but this time after setting my HDMI audio to: auto, on and off (using xrandr). The first log for each setting is from step 3, i.e. before using the pactl command (in step 4). The second log is from step 6. ** Attachment added:

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-03-17 Thread Raymond
any pulseaudio log ? graphic driver seem work as expected, since HDMI/DP,pcm=3 Jack return true when set audio auto / on and return false when set audio off xrandr --output HDMI --set audio auto xrandr --output HDMI --set audio on control.42 { iface CARD name

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-03-17 Thread Raymond
do mean HDMI still available when you run xrandr --output HDMI --set audio off pactl list hdmi-output-0: HDMI / DisplayPort (priority 5900, latency offset 0 usec, available: yes) properties: device.icon_name = video-display -- You

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-03-17 Thread Fish
# 46: do mean HDMI still available when you run xrandr --output HDMI --set audio off No it's not available - I meant there were no changes from the point of view of my default output. The HDMI audio was present for the on and auto settings. -- You received this bug notification because you

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-03-17 Thread Raymond
http://cgit.freedesktop.org/pulseaudio/pulseaudio/log/src/modules /module-switch-on-port-available.c the function of module is to switch to hot plugged card when available, it will change to an available port when the current port is available do you mean that you want to let pulseaudio to use

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-03-15 Thread Fish
#43: I ran alsa-info.sh for different xrandr settings: auto and on are identical, but off is slightly different. I didn't notice any difference in how pulseaudio was working. See attachment. ** Attachment added: alsa info logs for different xrandr settings

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-03-12 Thread Tom Fields
Raymond, yes, I can switch the sound profile to off, but then there is no audio at all. Again, what I want is to choose a certain profile which then stays activated even after a reboot... Instead, the profile always switches to HDMI, no matter which different profile was selected before

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-03-08 Thread Tom Fields
Correction; first line was supposed to say: the problem is that no matter which profile is chosen, the settings get lost after reboot. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu.

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-03-08 Thread Tom Fields
Hi Raymond, the problem for me is not that HDMI , that no matter what I choose as a default profile in the audio settings, these changes get lost after reboot. That this has to do with HDMI audio becoming available later in the boot process, after the other outputs have already been initialised,

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-03-08 Thread Raymond
http://lists.freedesktop.org/archives/pulseaudio- discuss/2014-March/020168.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/1256511 Title: Sounds settings lost after reboot

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-03-07 Thread Raymond
this is another side effect of module-swith-on-port-available since iec958 does not support jack detection you need to comment the loading of this module in default.pa and set iec958 as default sink file bug report if pulseaudio cannot save the default-sink setting when you select iec958 as

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-03-06 Thread Tom Fields
Same here, Kubuntu Trusty beta, when using either pavucontrol or the KDE systemsettings module. When using the KDE systemsettings module Multimedia, I can correctly alter the priorities of the available audio output modules (e.g. HDMI and analog), and I can change the audio profile (second tab,

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-03-06 Thread Raymond
take a look at the system log the Jack detection of the headphone and line out can be obtained when the driver is loaded, but the Jack detection of HDMI is delayed until the graphic driver query HDMI edid , extract the speaker allocation , channels and rate to eld and pass them to the audio

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-03-06 Thread Konrad Ludwig
I have a similar problem. I found this thread while trying to find out why pulseaudio isn't saving my settings on boot. When I start Xubuntu my Built-in Audio profile defaults to Analog Stereo Duplex and I have to manually set it to Digital Stereo (IEC958) Output. I don't use HDMI or analog, and

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-02-15 Thread Bug Watch Updater
Launchpad has imported 1 comments from the remote bug at https://bugs.freedesktop.org/show_bug.cgi?id=73375. 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 1256511] Re: Sounds settings lost after reboot

2014-01-07 Thread Fish
I've just submitted the same bug report on freedesktop.org. https://bugs.freedesktop.org/show_bug.cgi?id=73375 ** Bug watch added: freedesktop.org Bugzilla #73375 https://bugs.freedesktop.org/show_bug.cgi?id=73375 -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-01-07 Thread Raymond
** Also affects: pulseaudio via https://bugs.freedesktop.org/show_bug.cgi?id=73375 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu.

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-01-06 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 Desktop Packages, which is subscribed to pulseaudio in Ubuntu.

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-01-06 Thread Michal Nowak
I am experiencing the same problem. My pc is connected to HDMI monitor with build-in speakers and also to 5.1 surround speakers. On 12.04 and 13.04 I was able to set the Analog-Output ( 5.1 speakers) as my default output device. This setting remained across reboots. Right after upgrading to

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-01-06 Thread Michal Nowak
Damn, I accidentally changed the status of this bug from Confirmed to Fix Released. Could someone with sufficient permissions revert it please. Thanks, Michal ** Changed in: pulseaudio (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-01-06 Thread Michal Nowak
After some amount of digging I found a workaround that worked for me. I set up the desired sound settings in Sound control panel. Then I run: pacmd list-cards It turned out that my card index is 0 and my output profile is: output:analog-surround-51 Then I added the: set-card-profile 0

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-01-06 Thread Fish
** Changed in: pulseaudio (Ubuntu) Status: Fix Released = 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/1256511 Title: Sounds settings lost after reboot Status

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2014-01-06 Thread Raymond
https://bugs.freedesktop.org/enter_bug.cgi?product=PulseAudio have you filed a bug upstream ? -- 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/1256511 Title: Sounds settings lost

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2013-12-07 Thread Fish
#10: I didn't know about that file. I've just tried changing the paths- output lines within /usr/share/pulseaudio/alsa-mixer/profile- sets/default.conf to include the analog-output-lineout entry as shown in the diff output, but it didn't make any difference. -- You received this bug notification

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2013-12-04 Thread Fish
#7: I tried adding those changes to /usr/share/pulseaudio/alsa- mixer/paths/analog-output.conf, but it didn't help. If my HDMI cable is attached when I boot my PC, then that's always chosen as the default output. -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2013-12-04 Thread Raymond
https://bugs.freedesktop.org/enter_bug.cgi?product=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/1256511 Title: Sounds settings lost after reboot Status in

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2013-12-04 Thread Raymond
how did you change ? http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/src/modules/alsa/mixer /profile-sets/default.conf?id=ecf3ab2b5788c85c237eeb6429bd1d525b9ac0cc -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2013-12-01 Thread Fish
#2: do you mean pulseaudio select hdmi automatically even speaker is plugged into Line Out jack ? - Yes, my Line-Out is always connected to my PC speakers, and my HDMI is always connected to my TV. -- You received this bug notification because you are a member of Desktop Packages, which is

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2013-12-01 Thread Raymond
ls /usr/share/pulseaudio/alsa-mixer/paths do you have analog-output-lineout.conf in the above directory ? if yes, you have to post pulseaudio verbose log to find out why analog- output-line-out is not selected https://wiki.ubuntu.com/PulseAudio/Log -- You received this bug notification

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2013-12-01 Thread Fish
#4: No, I don't have that file. $ ls /usr/share/pulseaudio/alsa-mixer/paths/analog-output* /usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf /usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common /usr/share/pulseaudio/alsa-mixer/paths/analog-output-desktop-speaker.conf

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2013-12-01 Thread Fish
#3: continued... If I unplug my HDMI cable and restart my PC, then the Analog Stereo (Line-Out) output is used as the default (it's the only output available). But when I plug-in my HDMI cable and reboot, the HDMI output becomes the default again. -- You received this bug notification because

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2013-12-01 Thread Raymond
http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/src/modules/alsa/mixer/paths?id=ef2810e1bea7ae4e7774d51fbcc7dd8ede52da3c analog-output: Analog Output (priority 9900, latency offset 0 usec, available: unknown) seem that you need to change state.plugged from unknown to yes [Jack Line

[Desktop-packages] [Bug 1256511] Re: Sounds settings lost after reboot

2013-11-30 Thread Raymond
control.34 { iface CARD name 'Line Out Front Jack' value true comment { access read type BOOLEAN count 1 } } active profile: