So this is the first version of Ubuntu that stops the sound from coming out of my speakers when I plug in headphones. Unfortunately it also stops the sound altogether... I would like to submit a bug report but I can't remember how, nor what program I should submit it for?
Asked
Active
Viewed 664 times
5
-
I have the same problem and the bug is reported in here https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/868915 – Nov 07 '11 at 03:12
2 Answers
3
This question should have all the information you need about issues with alpha and beta releases.
In particular, this link covers how to report bugs.
As for what package you should file the bug report under, try to narrow it down as much as possible. If it only happens for specific programs, there's probably a common link between them. If all of your system audio is broken, I would file it under ALSA.

Kris Harper
- 13,477
-
The asker would probably still like to know what package their bug will need to be filed against. – Knowledge Cube Sep 02 '11 at 02:39
-
-
The bug should be filed against
alsa-driver
in Ubuntu (e.g., withubuntu-bug linux-sound-base
), not against the project ALSA or the project ALSA driver. (Bugs are categorized against source packages likealsa-driver
, butubuntu-bug
takes binary packages as arguments, so it's necessary to report it against one ofalsa-driver
's associated binary packages, of whichlinux-sound-base
usually makes the most sense.) – Eliah Kagan Nov 13 '11 at 02:55
2
Found a workaround (for a Dell notebook):
Add the following line to /etc/modprobe.d/alsa-base.conf
options snd-hda-intel model=dell-m6-dmic
'dell-m6-dmic' might be replaced with 'dell-m6' or 'dell-eq'

User 2
- 21