2008-11-09 03:50:25 |
Lucas Gadani |
bug |
|
|
added bug |
2009-01-06 06:15:37 |
Daniel T Chen |
pulseaudio: status |
New |
Incomplete |
|
2009-01-06 06:15:37 |
Daniel T Chen |
pulseaudio: statusexplanation |
|
I can't reproduce this symptom in 9.04. Please try again. |
|
2009-01-11 07:19:19 |
Daniel T Chen |
pulseaudio: bugtargetdisplayname |
pulseaudio (Ubuntu) |
alsa-plugins (Ubuntu) |
|
2009-01-11 07:19:19 |
Daniel T Chen |
pulseaudio: bugtargetname |
pulseaudio (Ubuntu) |
alsa-plugins (Ubuntu) |
|
2009-01-11 07:19:19 |
Daniel T Chen |
pulseaudio: statusexplanation |
I can't reproduce this symptom in 9.04. Please try again. |
I tested using the ~/.asoundrc pasted in my previous comment. I can also use a second (hw:1) usb audio device. PulseAudio, in its default configuration returns an error, as proper/expected. |
|
2009-01-11 07:19:19 |
Daniel T Chen |
pulseaudio: title |
Bug #295832 in pulseaudio (Ubuntu): "Alsa does not honor pcm.!default in ~/.asoundrc because of /usr/share/alsa/pulse-alsa.conf" |
Bug #295832 in alsa-plugins (Ubuntu): "Alsa does not honor pcm.!default in ~/.asoundrc because of /usr/share/alsa/pulse-alsa.conf" |
|
2009-01-15 23:37:16 |
Daniel T Chen |
alsa-plugins: status |
Incomplete |
Invalid |
|
2009-01-15 23:37:16 |
Daniel T Chen |
alsa-plugins: statusexplanation |
I tested using the ~/.asoundrc pasted in my previous comment. I can also use a second (hw:1) usb audio device. PulseAudio, in its default configuration returns an error, as proper/expected. |
I've just verified the following:
1) a default jaunty daily-live skips ~/.asoundrc if pulseaudio is running
2) a default jaunty daily-live honours ~/.asoundrc if pulseaudio is *not* running
As this behaviour is intentional (note the name of the hook!), I'm closing this bug. |
|
2009-01-18 19:45:54 |
Daniel T Chen |
alsa-plugins: status |
Invalid |
New |
|
2009-01-18 19:45:54 |
Daniel T Chen |
alsa-plugins: title |
Bug #295832 in alsa-plugins (Ubuntu): "Alsa does not honor pcm.!default in ~/.asoundrc because of /usr/share/alsa/pulse-alsa.conf" |
Bug #295832 in pulseaudio (Ubuntu): "Alsa does not honor pcm.!default in ~/.asoundrc because of /usr/share/alsa/pulse-alsa.conf" |
|
2009-01-18 19:45:54 |
Daniel T Chen |
alsa-plugins: importance |
Undecided |
Low |
|
2009-01-18 19:45:54 |
Daniel T Chen |
alsa-plugins: bugtargetname |
alsa-plugins (Ubuntu) |
pulseaudio (Ubuntu) |
|
2009-01-18 19:45:54 |
Daniel T Chen |
alsa-plugins: statusexplanation |
I've just verified the following:
1) a default jaunty daily-live skips ~/.asoundrc if pulseaudio is running
2) a default jaunty daily-live honours ~/.asoundrc if pulseaudio is *not* running
As this behaviour is intentional (note the name of the hook!), I'm closing this bug. |
|
|
2009-01-18 19:45:54 |
Daniel T Chen |
alsa-plugins: assignee |
|
crimsun |
|
2009-01-18 19:45:54 |
Daniel T Chen |
alsa-plugins: bugtargetdisplayname |
alsa-plugins (Ubuntu) |
pulseaudio (Ubuntu) |
|
2009-01-18 20:09:35 |
Daniel T Chen |
title |
Alsa does not honor pcm.!default in ~/.asoundrc because of /usr/share/alsa/pulse-alsa.conf |
Alsa does not honor pcm.!default in ~/.asoundrc because of /usr/share/alsa/pulse.conf |
|
2009-01-18 20:14:32 |
Daniel T Chen |
bug |
|
|
added attachment 'pulseaudio_0.9.10-2ubuntu9.3.debdiff' (pulseaudio_0.9.10-2ubuntu9.3.debdiff) |
2009-01-18 20:35:10 |
Daniel T Chen |
description |
Binary package hint: pulseaudio
Even if I define a pcm.!default section in ~/.asoundrc, /usr/share/pulse-alsa.conf overrides this definition, so the default alsa output is always pulseaudio.
If I comment the pcm.!default and ctl.!default in /usr/share/alsa/pulse-alsa.conf everything behaves as normal.
Using Intrepid amd64. |
SRU information follows:
Impact statement: Users of Ubuntu 8.10 find that their ~/.asoundrc is ignored due to one missing entry in /usr/share/alsa/pulse.conf. This symptom affects all users with the pulseaudio package installed *and* the daemon (regardless of system-wide or per-user session instance) running.
Bug resolution: The missing line [to include ~/.asoundrc] is added to /usr/share/alsa/pulse.conf. The change to the errors line mimics libasound2's /usr/share/alsa/alsa.conf [to not throw an error upon a missing ~/.asoundrc]. With these changes, users of default Ubuntu 8.10 will have their ~/.asoundrc, if extant, honoured with highest priority. If ~/.asoundrc is missing, the current behaviour of pulseaudio overriding {pcm,ctl}.default is retained. This change is available in the following bzr changeset: http://bazaar.launchpad.net/~crimsun/pulseaudio/ubuntu/revision/37.
SRU patch: http://launchpadlibrarian.net/21329690/pulseaudio_0.9.10-2ubuntu9.3.debdiff
Instructions to reproduce the symptom: Create an ~/.asoundrc with the following contents only:
# --- begin ---
pcm.!default {
type plug
slave hw:5,0
}
ctl.!default {
type hw
card 5
}
# --- end ---
After a fresh GNOME session login, open Applications> Accessories> Terminal, and use `speaker-test -Ddefault -c2' to verify these three symptoms:
1) the speaker-test output continues to play (until interrupt, ctrl+c) through the PulseAudio-configured default device;
2) no errors are generated by alsa-lib.
These two symptoms verify that ~/.asoundrc is ignored.
Regression potential: Users who have a misconfigured ~/.asoundrc will notice that native ALSA apps refuse to start and throw alsa-lib error(s), which can be resolved by removing ~/.asoundrc.
Original description follows:
Binary package hint: pulseaudio
Even if I define a pcm.!default section in ~/.asoundrc, /usr/share/pulse-alsa.conf overrides this definition, so the default alsa output is always pulseaudio.
If I comment the pcm.!default and ctl.!default in /usr/share/alsa/pulse-alsa.conf everything behaves as normal.
Using Intrepid amd64. |
|
2009-01-18 20:39:14 |
Daniel T Chen |
pulseaudio: status |
New |
Fix Committed |
|
2009-01-18 20:39:36 |
Daniel T Chen |
bug |
|
|
added subscriber Ubuntu Stable Release Updates Team |
2009-01-18 20:42:34 |
Daniel T Chen |
description |
SRU information follows:
Impact statement: Users of Ubuntu 8.10 find that their ~/.asoundrc is ignored due to one missing entry in /usr/share/alsa/pulse.conf. This symptom affects all users with the pulseaudio package installed *and* the daemon (regardless of system-wide or per-user session instance) running.
Bug resolution: The missing line [to include ~/.asoundrc] is added to /usr/share/alsa/pulse.conf. The change to the errors line mimics libasound2's /usr/share/alsa/alsa.conf [to not throw an error upon a missing ~/.asoundrc]. With these changes, users of default Ubuntu 8.10 will have their ~/.asoundrc, if extant, honoured with highest priority. If ~/.asoundrc is missing, the current behaviour of pulseaudio overriding {pcm,ctl}.default is retained. This change is available in the following bzr changeset: http://bazaar.launchpad.net/~crimsun/pulseaudio/ubuntu/revision/37.
SRU patch: http://launchpadlibrarian.net/21329690/pulseaudio_0.9.10-2ubuntu9.3.debdiff
Instructions to reproduce the symptom: Create an ~/.asoundrc with the following contents only:
# --- begin ---
pcm.!default {
type plug
slave hw:5,0
}
ctl.!default {
type hw
card 5
}
# --- end ---
After a fresh GNOME session login, open Applications> Accessories> Terminal, and use `speaker-test -Ddefault -c2' to verify these three symptoms:
1) the speaker-test output continues to play (until interrupt, ctrl+c) through the PulseAudio-configured default device;
2) no errors are generated by alsa-lib.
These two symptoms verify that ~/.asoundrc is ignored.
Regression potential: Users who have a misconfigured ~/.asoundrc will notice that native ALSA apps refuse to start and throw alsa-lib error(s), which can be resolved by removing ~/.asoundrc.
Original description follows:
Binary package hint: pulseaudio
Even if I define a pcm.!default section in ~/.asoundrc, /usr/share/pulse-alsa.conf overrides this definition, so the default alsa output is always pulseaudio.
If I comment the pcm.!default and ctl.!default in /usr/share/alsa/pulse-alsa.conf everything behaves as normal.
Using Intrepid amd64. |
SRU information follows:
Impact statement: Users of Ubuntu 8.10 find that their ~/.asoundrc is ignored due to one missing entry in /usr/share/alsa/pulse.conf. This symptom affects all users with the pulseaudio package installed *and* the daemon (regardless of system-wide or per-user session instance) running.
Bug resolution: The missing line [to include ~/.asoundrc] is added to /usr/share/alsa/pulse.conf. The change to the errors line mimics libasound2's /usr/share/alsa/alsa.conf [to not throw an error upon a missing ~/.asoundrc]. With these changes, users of default Ubuntu 8.10 will have their ~/.asoundrc, if extant, honoured with highest priority. If ~/.asoundrc is missing, the current behaviour of pulseaudio overriding {pcm,ctl}.default is retained. This change is available in the following bzr changeset: http://bazaar.launchpad.net/~crimsun/pulseaudio/ubuntu/revision/37.
SRU patch: http://launchpadlibrarian.net/21329690/pulseaudio_0.9.10-2ubuntu9.3.debdiff
Instructions to reproduce the symptom: Create an ~/.asoundrc with the following contents only:
# --- begin ---
pcm.!default {
type plug
slave hw:5,0
}
ctl.!default {
type hw
card 5
}
# --- end ---
After a fresh GNOME session login, open Applications> Accessories> Terminal, and use `speaker-test -Ddefault -c2' to verify that:
1) the speaker-test output continues to play (until interrupt, ctrl+c) through the PulseAudio-configured default device;
2) no errors are generated by alsa-lib.
These two symptoms verify that ~/.asoundrc is ignored.
Regression potential: Users who have a misconfigured ~/.asoundrc will notice that native ALSA apps refuse to start and throw alsa-lib error(s), which can be resolved by removing ~/.asoundrc.
Original description follows:
Binary package hint: pulseaudio
Even if I define a pcm.!default section in ~/.asoundrc, /usr/share/pulse-alsa.conf overrides this definition, so the default alsa output is always pulseaudio.
If I comment the pcm.!default and ctl.!default in /usr/share/alsa/pulse-alsa.conf everything behaves as normal.
Using Intrepid amd64. |
|
2009-01-18 23:42:09 |
Daniel T Chen |
bug |
|
|
added attachment 'pulseaudio_0.9.10-2ubuntu9.3.debdiff' (pulseaudio_0.9.10-2ubuntu9.3.debdiff) |
2009-01-18 23:44:58 |
Daniel T Chen |
description |
SRU information follows:
Impact statement: Users of Ubuntu 8.10 find that their ~/.asoundrc is ignored due to one missing entry in /usr/share/alsa/pulse.conf. This symptom affects all users with the pulseaudio package installed *and* the daemon (regardless of system-wide or per-user session instance) running.
Bug resolution: The missing line [to include ~/.asoundrc] is added to /usr/share/alsa/pulse.conf. The change to the errors line mimics libasound2's /usr/share/alsa/alsa.conf [to not throw an error upon a missing ~/.asoundrc]. With these changes, users of default Ubuntu 8.10 will have their ~/.asoundrc, if extant, honoured with highest priority. If ~/.asoundrc is missing, the current behaviour of pulseaudio overriding {pcm,ctl}.default is retained. This change is available in the following bzr changeset: http://bazaar.launchpad.net/~crimsun/pulseaudio/ubuntu/revision/37.
SRU patch: http://launchpadlibrarian.net/21329690/pulseaudio_0.9.10-2ubuntu9.3.debdiff
Instructions to reproduce the symptom: Create an ~/.asoundrc with the following contents only:
# --- begin ---
pcm.!default {
type plug
slave hw:5,0
}
ctl.!default {
type hw
card 5
}
# --- end ---
After a fresh GNOME session login, open Applications> Accessories> Terminal, and use `speaker-test -Ddefault -c2' to verify that:
1) the speaker-test output continues to play (until interrupt, ctrl+c) through the PulseAudio-configured default device;
2) no errors are generated by alsa-lib.
These two symptoms verify that ~/.asoundrc is ignored.
Regression potential: Users who have a misconfigured ~/.asoundrc will notice that native ALSA apps refuse to start and throw alsa-lib error(s), which can be resolved by removing ~/.asoundrc.
Original description follows:
Binary package hint: pulseaudio
Even if I define a pcm.!default section in ~/.asoundrc, /usr/share/pulse-alsa.conf overrides this definition, so the default alsa output is always pulseaudio.
If I comment the pcm.!default and ctl.!default in /usr/share/alsa/pulse-alsa.conf everything behaves as normal.
Using Intrepid amd64. |
SRU information follows:
Impact statement: Users of Ubuntu 8.10 find that their /etc/asound.conf and ~/.asoundrc are ignored due to missing entries in /usr/share/alsa/pulse.conf. This symptom affects all users with the pulseaudio package installed *and* the daemon (regardless of system-wide or per-user session instance) running.
Bug resolution: The missing lines [referencing /etc/asound.conf and ~/.asoundrc] are added to /usr/share/alsa/pulse.conf. The change to the errors line mimics libasound2's /usr/share/alsa/alsa.conf [to not throw an error upon a missing ~/.asoundrc]. With these changes, users of default Ubuntu 8.10 will have their /etc/asound.conf and ~/.asoundrc, if extant, honoured with higher priority than the configuration shipped by pulseaudio, thereby restoring expected alsa-lib runtime conf behaviour (for native ALSA applications) prior to intrepid. If either /etc/asound.conf or ~/.asoundrc is missing, the current intrepid behaviour of pulseaudio overriding {pcm,ctl}.default is retained. This change is shown via Loggerhead here: http://bazaar.launchpad.net/~crimsun/pulseaudio/ubuntu/revision/38?remember=36&compare_revid=36.
SRU patch: http://launchpadlibrarian.net/21333323/pulseaudio_0.9.10-2ubuntu9.3.debdiff
Instructions to reproduce the symptom: Create an ~/.asoundrc with the following contents only:
# --- begin ---
pcm.!default {
type plug
slave hw:5,0
}
ctl.!default {
type hw
card 5
}
# --- end ---
After a fresh GNOME session login, open Applications> Accessories> Terminal, and use `speaker-test -Ddefault -c2' to verify that:
1) the speaker-test output continues to play (until interrupt, ctrl+c) through the PulseAudio-configured default device;
2) no errors are generated by alsa-lib.
These two symptoms verify that ~/.asoundrc is ignored.
Regression potential: Users who have a misconfigured /etc/asound.conf or ~/.asoundrc will notice that native ALSA apps refuse to start and throw alsa-lib error(s), which can be resolved by removing the offending conffile.
Original description follows:
Binary package hint: pulseaudio
Even if I define a pcm.!default section in ~/.asoundrc, /usr/share/pulse-alsa.conf overrides this definition, so the default alsa output is always pulseaudio.
If I comment the pcm.!default and ctl.!default in /usr/share/alsa/pulse-alsa.conf everything behaves as normal.
Using Intrepid amd64. |
|
2009-01-18 23:44:58 |
Daniel T Chen |
title |
Alsa does not honor pcm.!default in ~/.asoundrc because of /usr/share/alsa/pulse.conf |
Alsa does not honor pcm.!default because of /usr/share/alsa/pulse.conf |
|
2009-01-19 04:00:07 |
Launchpad Janitor |
pulseaudio: status |
Fix Committed |
Fix Released |
|
2009-01-19 12:48:22 |
Martin Pitt |
pulseaudio: status |
New |
In Progress |
|
2009-01-19 12:48:22 |
Martin Pitt |
pulseaudio: statusexplanation |
|
Uploaded. |
|
2009-01-20 09:20:33 |
Martin Pitt |
pulseaudio: status |
In Progress |
Fix Committed |
|
2009-01-20 09:20:33 |
Martin Pitt |
pulseaudio: statusexplanation |
Uploaded. |
|
|
2009-01-20 09:21:01 |
Martin Pitt |
bug |
|
|
added subscriber SRU Verification |
2009-01-28 11:49:55 |
Launchpad Janitor |
pulseaudio: status |
Fix Committed |
Fix Released |
|
2010-01-13 06:02:17 |
Launchpad Janitor |
branch linked |
|
lp:ubuntu/pulseaudio |
|
2015-04-18 05:33:31 |
Karl Fischer |
bug |
|
|
added subscriber Karl Fischer |
2018-02-26 22:04:42 |
Rafael Rubio |
bug |
|
|
added subscriber Rafael Rubio |