Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

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?

share|improve this question

3 Answers

up vote 2 down vote accepted

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.

share|improve this answer
The asker would probably still like to know what package their bug will need to be filed against. – WarriorIng64 Sep 2 '11 at 2:39
Good point. I've edited my answer. – Kris Harper Sep 2 '11 at 12:35
The bug should be filed against alsa-driver in Ubuntu (e.g., with ubuntu-bug linux-sound-base), not against the project ALSA or the project ALSA driver. (Bugs are categorized against source packages like alsa-driver, but ubuntu-bug takes binary packages as arguments, so it's necessary to report it against one of alsa-driver's associated binary packages, of which linux-sound-base usually makes the most sense.) – Eliah Kagan Nov 13 '11 at 2:55

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'

share|improve this answer

I have the same problem and the bug is reported in here

https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/868915

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.