[Bug 1387128] [NEW] Need quirk for headphones to work on a few HP machines

2014-10-29 Thread David Henningsson
Public bug reported:

This bug is for tracking purposes only. Please do not triage.

** Affects: hwe-next
 Importance: Undecided
 Status: New

** Affects: linux (Ubuntu)
 Importance: Undecided
 Assignee: David Henningsson (diwic)
 Status: In Progress

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = David Henningsson (diwic)

** Changed in: linux (Ubuntu)
   Status: New = Triaged

** Changed in: linux (Ubuntu)
   Status: Triaged = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1387128

Title:
  Need quirk for headphones to work on a few HP machines

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1387128/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1376776] Re: Sound panel's input selection resets the default on every invocation

2014-10-29 Thread David Henningsson
Sorry for the slow reply. Since I can't reproduce it here, I'll need to
ask for more logs, I'm afraid...

Please start unity-control-center like this:

G_MESSAGES_DEBUG=sound-cc-panel unity-control-center --verbose

And attach the log here. Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1376776

Title:
  Sound panel's input selection resets the default on every invocation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1376776/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1376776] Re: Sound panel's input selection resets the default on every invocation

2014-10-29 Thread David Henningsson
Thanks, I'm trying to analyze it.

One clue could be, that if this started happening recently, it could be
related to the fix for https://bugs.launchpad.net/ubuntu/+source/unity-
control-center/+bug/1367693 - in which case one could try moving back to
the previous version to see if it's fixed.

(Although I rather suspect that fixing that bug caused another bug to
surface, rather than that the fix was wrong...)

Another interesting thing to notice is the difference between
on_output_selection_changed and on_input_selection_changed in gvc-mixer-
dialog.c, as the output selection has this line:

g_debug (\n\n on_output_selection_changed - active %i \n\n, active); 
if (active){
return;
}

...and input has not. I could try adding that line to the input path
too, to see if that resolves the problem...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1376776

Title:
  Sound panel's input selection resets the default on every invocation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1376776/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1383997] Re: [Dell Vostro 5470] No HDMI audio with 14.04

2014-10-24 Thread David Henningsson
Ok, so to start from the bottom:

The aplay or speaker-test device you'd like to test with is likely
hdmi:HDMI,1, i e

aplay -D hdmi:HDMI,1 tmp.wav

Second, I wonder if this is something we've brought upon us during the
upgrades and trying to get all the power savings right.

Can you try editing /etc/modprobe.d/alsa-base.conf and add:

option snd-hda-intel jackpoll_ms=500

...and reboot. Does this make detection work reliably?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1383997

Title:
  [Dell Vostro 5470] No HDMI audio with 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1383997/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1367693] Re: Can't select bluetooth input while on a2dp profile

2014-10-21 Thread David Henningsson
** Changed in: oem-priority
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1367693

Title:
  Can't select bluetooth input while on a2dp profile

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1367693/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1381475] Re: Firewire sound card registered by the name of the fw controller

2014-10-20 Thread David Henningsson
What happens is the following:

Gnome settings' UI shows device.description by default. This value is
taken from udev, key ID_MODEL_FROM_DATABASE. The firewire udev device
does not set this value, so it falls back looking for the parent device.
The parent device, the controller has an ID_MODEL_FROM_DATABASE set,
which in my case is Motherboard. So the firewire card ends up with the
name Motherboard.

The ID_MODEL_FROM_DATABASE is probably set (for the firewire controller)
by udev/systemd, see the hwdb directory of systemd sources.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1381475

Title:
  Firewire sound card registered by the name of the fw controller

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1381475/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1381475] Re: Firewire sound card registered by the name of the fw controller

2014-10-17 Thread David Henningsson
Same thing here - although I'm not sure whether this should be fixed in
PulseAudio, or if the underlying layers (alsa-lib and kernel) should
provide information the way PA wants to instead.

** Changed in: pulseaudio (Ubuntu)
   Status: Incomplete = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1381475

Title:
  Firewire sound card registered by the name of the fw controller

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1381475/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1381856] Re: [Dell Latitude E5550] Microphone mute key does not work on this system

2014-10-16 Thread David Henningsson
I'm not familiar with the hotkeys, just a bit with the LEDs that could
be physically located on them. Could you reassign to a hotkey expert
perhaps?

** Changed in: linux (Ubuntu)
 Assignee: David Henningsson (diwic) = Anthony Wong (anthonywong)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1381856

Title:
  [Dell Latitude E5550] Microphone mute key does not work on this system

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1381856/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1376776] Re: Sound panel's input selection resets the default on every invocation

2014-10-15 Thread David Henningsson
Hi Steve, could you please attach the output of pactl list, when the usb
interface is plugged in?

** Changed in: unity-control-center (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1376776

Title:
  Sound panel's input selection resets the default on every invocation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1376776/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1325859] Re: [MIR] webrtc-audio-processing

2014-10-08 Thread David Henningsson
@mterry, I just added the ubuntu-audio team as bug subscriber, just as
we have for alsa-driver, pulseaudio, etc. Is this what you're looking
for, or is it something else?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1325859

Title:
  [MIR] webrtc-audio-processing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webrtc-audio-processing/+bug/1325859/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365769] Re: [G41MT-S2P, VIA VT2020, Pink Mic, Rear] No sound at all

2014-09-30 Thread David Henningsson
 Should I move to the latest alsa driver? If so, how do I do this?

Just follow the instructions here:
https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS

Try that first. If it does not help, here's another workaround you can
try:

Edit the file /etc/modprobe.d/alsa-base.conf and add:
options snd-hda-intel jackpoll_ms=400

Reboot and test, and see if this helps. Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365769

Title:
  [G41MT-S2P, VIA VT2020, Pink Mic, Rear] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1365769/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365769] Re: [G41MT-S2P, VIA VT2020, Pink Mic, Rear] No sound at all

2014-09-30 Thread David Henningsson
Also, you seem to have some strange stuff in ~/.asoundrc and
/etc/asound.conf. Before doing anything else, could you remove these
files (or move them somewhere for backup purposes). It probably won't
solve this issue, but it's just good to have one cause of error removed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365769

Title:
  [G41MT-S2P, VIA VT2020, Pink Mic, Rear] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1365769/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1248116] Re: [Gigabyte Z87X-UD3H] PulseAudio switch rapidly port making the sound horrible

2014-09-30 Thread David Henningsson
 Is this fix just for the specific motherboard or all alc882 chips.

The fix released into Utopic was only for that specific motherboard. If
you have the same problem with other motherboards, please file a new bug
using the ubuntu-bug audio command. But first double-check that
everything is right in hardware: that you have put the front panel
header correctly on the MB, selected HD-audio vs AC'97 front panel
header correctly in BIOS as well. Given that this could be user error
I'd like to have at least two-three reports from the same motherboard
before upstreaming a disable of jack detect. Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1248116

Title:
  [Gigabyte Z87X-UD3H] PulseAudio switch rapidly port making the sound
  horrible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1248116/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1289730] Re: systemd-udev fails to execute alsactl during start-up if /usr and/or /var are separate volumes

2014-09-29 Thread David Henningsson
Hi!

I believe this is now fixed in Ubuntu 14.10, because the patches were
included in upstream alsa-utils 1.0.28 which is in Utopic since end of
July. Please confirm and reopen the bug if it is not. Thanks!

Reference:
http://git.alsa-project.org/?p=alsa-utils.git;a=commitdiff;h=be4565c84163a158bec5380df6c0201f738c2013


** Changed in: alsa-utils (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1289730

Title:
  systemd-udev fails to execute alsactl during start-up if /usr and/or
  /var are separate volumes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1289730/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1373131] Re: PulseAudio seems to have crashed.

2014-09-29 Thread David Henningsson
Hi,

It's hard to tell why PulseAudio crashes or does not start. You do have
some worrying messages about read failures from sda (which is usually
your hard drive), but I'm not sure if that's related.

The best would be if you could also produce a PulseAudio log:
https://wiki.ubuntu.com/PulseAudio/Log - and try to connect to HDMI
while the log is running. Can you do that? Thanks in advance.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1373131

Title:
  PulseAudio seems to have crashed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1373131/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365769] Re: [G41MT-S2P, VIA VT2020, Pink Mic, Rear] No sound at all

2014-09-29 Thread David Henningsson
 strange that only have /dev/snd/hwC0D2

There is only one codec, and it has address 2. This is unusual, but not wrong. 
Just supply card and device arguments to hda-jack-sense-test: sudo 
hda-jack-sense-test -c 0 -d 2.
That said, hda-jack-sense-test has a tendency to break from time to time, when 
the proc files add new stuff. So I'm not sure it works anyway. I should 
probably rewrite it to be more robust.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365769

Title:
  [G41MT-S2P, VIA VT2020, Pink Mic, Rear] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1365769/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1367693] Re: Can't select bluetooth input while on a2dp profile

2014-09-24 Thread David Henningsson
Confirmed working on my laptop (which was the one where I also did the
development of the patch).

Also, I ran a random clicking regression test on my desktop computer
(which does not have bluetooth), no regressions found.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1367693

Title:
  Can't select bluetooth input while on a2dp profile

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1367693/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1367693] Re: Can't select bluetooth input while on a2dp profile

2014-09-19 Thread David Henningsson
** Description changed:

+ SRU Justification:
+ 
+ Requested by OEM-priority.
+ 
+ [Test case]
  Steps to reproduce:
  
  1. On a normal laptop, connect a bluetooth headset with both a2dp and hsp 
capabilities
  2. Go to output tab, select headset and set to a2dp profile
  3. Go to input tab and select headset.
  
  Now, the headset appears selected, but in fact it is not and instead the
  settings for internal mic is shown on the right hand side (see
  screenshot).
+ 
+ [Regression Potential]
+ Yes, because the fixes touch generic code. I suggest we test on both laptop 
and desktop, and with both USB and Bluetooth. And keep an eye on unwanted 
profile changes or wrong information in the input level bar.
+ That said, I'm pretty certain the patches do what they should, but being 
overly cautious is better than the opposite extreme when it comes to SRUs.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-control-center 14.04.3+14.04.20140604-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Sep 10 12:49:51 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-03-07 (186 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140307)
  SourcePackage: unity-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_unity-control-center:
   activity-log-manager 0.9.7-0ubuntu14
   deja-dup 30.0-0ubuntu4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1367693

Title:
  Can't select bluetooth input while on a2dp profile

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1367693/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1367693] Re: Can't select bluetooth input while on a2dp profile

2014-09-18 Thread David Henningsson
First bug upstreamed as
https://bugzilla.gnome.org/show_bug.cgi?id=736943

** Bug watch added: GNOME Bug Tracker #736943
   https://bugzilla.gnome.org/show_bug.cgi?id=736943

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1367693

Title:
  Can't select bluetooth input while on a2dp profile

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1367693/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1370407] Re: pulseaudio should be compiled by default with noice cancelling and echo reduction

2014-09-17 Thread David Henningsson
*** This bug is a duplicate of bug 1261666 ***
https://bugs.launchpad.net/bugs/1261666

** This bug has been marked a duplicate of bug 1261666
   [pulseaudio] module.c: Failed to load module module-echo-cancel (argument: 
aec_method=webrtc): initia lization failed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1370407

Title:
  pulseaudio should be compiled by default with noice cancelling and
  echo reduction

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1370407/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1367693] Re: Can't select bluetooth input while on a2dp profile

2014-09-16 Thread David Henningsson
** Changed in: unity-control-center (Ubuntu)
   Status: Triaged = In Progress

** Changed in: oem-priority
   Status: Triaged = In Progress

** Branch linked: lp:~diwic/unity-control-center/lp1367693

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1367693

Title:
  Can't select bluetooth input while on a2dp profile

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1367693/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1367693] Re: Can't select bluetooth input while on a2dp profile

2014-09-12 Thread David Henningsson
** Changed in: oem-priority
 Assignee: (unassigned) = David Henningsson (diwic)

** Changed in: unity-control-center (Ubuntu)
 Assignee: (unassigned) = David Henningsson (diwic)

** Changed in: oem-priority
   Status: New = Triaged

** Changed in: unity-control-center (Ubuntu)
   Status: New = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1367693

Title:
  Can't select bluetooth input while on a2dp profile

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1367693/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1367693] Re: Can't select bluetooth input while on a2dp profile

2014-09-12 Thread David Henningsson
Ok, so one finding:

This row (in gvc-mixer-control.c, update_sink and update_source)
control-priv-profile_swapping_device_id = 
GVC_MIXER_UI_DEVICE_INVALID;

...needs to move inside this block:
 if (gvc_mixer_ui_device_get_stream_id (dev) == 
gvc_mixer_stream_get_id (stream)) {

...otherwise profile_swapping_device_id gets forgotten before it is
used.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1367693

Title:
  Can't select bluetooth input while on a2dp profile

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1367693/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1367693] Re: Can't select bluetooth input while on a2dp profile

2014-09-12 Thread David Henningsson
Ok, and the second finding. If a stream is currently creating, 
pa_stream_disconnect fails, and the stream continues to set itself up and 
starts to produce samples.
So when the sound applet starts up, this seems to happen due to some race 
condition because active_input_update is called twice.

There are more than one way to solve this problem, and maybe I should do
both workarounds:

 1) If pa_stream_disconnect fails, make sure that we retry the
disconnection later.

 2) If active_input_update is called twice for the same object, there is
no need to tear down the stream and then set it up again. This is what
seems to happen at startup.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1367693

Title:
  Can't select bluetooth input while on a2dp profile

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1367693/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2014-09-10 Thread David Henningsson
Thanks for the log. Looking at the log, PulseAudio seems to do the right
thing. It first tests input:multichannel, which succeeds, then
output:multichannel, which also succeeds, but when then trying full
duplex, we get an error back from the kernel:

I: [lt-pulseaudio] (alsa-lib)pcm_hw.c: SNDRV_PCM_IOCTL_PREPARE failed (-16)
I: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params failed: Device or resource 
busy

As a result, Multichannel input and Multichannel output are
available, but not the combination of both. From your point 4) it sounds
like the gnome audio settings react a bit strange/buggy on this. I
assume you have checked both output and input tabs, right? If you
change from Multichannel output to Multichannel input and it
disappears on the output tab, it should start showing up on the input
tab instead. Otherwise you can use the pavucontrol to change profile (on
the configuration tab of pavucontrol).

But the main question is why full duplex fails here - are you getting
full duplex to work with other applications (that are not using
PulseAudio)?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1367693] [NEW] Can't select bluetooth input while on a2dp profile

2014-09-10 Thread David Henningsson
Public bug reported:

Steps to reproduce:

1. On a normal laptop, connect a bluetooth headset with both a2dp and hsp 
capabilities
2. Go to output tab, select headset and set to a2dp profile
3. Go to input tab and select headset.

Now, the headset appears selected, but in fact it is not and instead the
settings for internal mic is shown on the right hand side (see
screenshot).

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity-control-center 14.04.3+14.04.20140604-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
Uname: Linux 3.13.0-35-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Sep 10 12:49:51 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-03-07 (186 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140307)
SourcePackage: unity-control-center
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_unity-control-center:
 activity-log-manager 0.9.7-0ubuntu14
 deja-dup 30.0-0ubuntu4

** Affects: unity-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1367693

Title:
  Can't select bluetooth input while on a2dp profile

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1367693/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1367693] Re: Can't select bluetooth input while on a2dp profile

2014-09-10 Thread David Henningsson
** Attachment added: Screenshot from 2014-09-10 12:57:24.png
   
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1367693/+attachment/4200491/+files/Screenshot%20from%202014-09-10%2012%3A57%3A24.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1367693

Title:
  Can't select bluetooth input while on a2dp profile

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1367693/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1367693] Re: Can't select bluetooth input while on a2dp profile

2014-09-10 Thread David Henningsson
** Description changed:

- is Steps to reproduce:
+ Steps to reproduce:
  
  1. On a normal laptop, connect a bluetooth headset with both a2dp and hsp 
capabilities
  2. Go to output tab, select headset and set to a2dp profile
  3. Go to input tab and select headset.
  
  Now, the headset appears selected, but in fact it is not and instead the
- internal mic is shown on the right hand side (see screenshot).
+ settings for internal mic is shown on the right hand side (see
+ screenshot).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-control-center 14.04.3+14.04.20140604-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Sep 10 12:49:51 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-03-07 (186 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140307)
  SourcePackage: unity-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_unity-control-center:
-  activity-log-manager 0.9.7-0ubuntu14
-  deja-dup 30.0-0ubuntu4
+  activity-log-manager 0.9.7-0ubuntu14
+  deja-dup 30.0-0ubuntu4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1367693

Title:
  Can't select bluetooth input while on a2dp profile

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1367693/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 986817] Re: UA-101 - UA-101, playback Pulseaudio fails to detect card

2014-09-09 Thread David Henningsson
Hi Joe and thanks for testing,

 However, the git binary doesn't detect my motherboard's onboard HDA
Intel PCH sound card (like the default pulseaudio in ubuntu does)

This could be because we have removed extra-hdmi.conf. There might still
be a udev rule referencing extra-hdmi.conf as this is taken from the
system rather from the new PA you're running.

You can work around this by making a symlink from extra-hdmi.conf to
default.conf in src/modules/alsa/mixer/profile-sets/

 it only detects the UA-101 and then only the audio outputs, not the
audio inputs.

That it only detects the audio inputs is not expected. Could you get a
PulseAudio verbose log of this (run pulseaudio with - )?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 986817]

2014-09-05 Thread David Henningsson
This should be fixed with the multichannel patch in git head. Please
test it and reopen this bug if it isn't fixed. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986817

Title:
   UA-101 - UA-101, playback  Pulseaudio fails to detect card

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/986817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310260] Re: Pulseaudio fails to detect card (probably due to hybrid graphics)

2014-09-04 Thread David Henningsson
If the radeon driver is the problem and the intel one works, then just
disabling the radeon hdmi card would be a better workaround, i e, in
your case:

options snd-hda-intel enable=1,1,0

Vga-switcheroo cards are quite unusual so I don't have much experience
with those. Does the above work for you (as long as you keep the radeon
GPU disabled)?


** Package changed: pulseaudio (Ubuntu) = alsa-driver (Ubuntu)

** Changed in: alsa-driver (Ubuntu)
   Status: Confirmed = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310260

Title:
  Pulseaudio fails to detect card (probably due to hybrid graphics)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1310260/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1345096] Re: pulseaudio uses too much cpu for doing nothing

2014-08-26 Thread David Henningsson
Looking at your data, it looks like skype has a low-latency stream
running. I e, killing skype should also fix the issue.

Unfortunately, skype is closed source software, so not sure how to fix
the root cause.

** Package changed: pulseaudio (Ubuntu) = skype (Ubuntu)

** Changed in: skype (Ubuntu)
   Status: Incomplete = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1345096

Title:
  pulseaudio uses too much cpu for doing nothing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/skype/+bug/1345096/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1252733] Re: [XPS 12-9Q33, Realtek ALC668, Black Headphone Out, Left] Background noise or low volume

2014-08-22 Thread David Henningsson
@Olof

 Sorry, I was a bit too quick in posting that. When adding the line “options 
 snd-hda-intel model=dell-headset-multi to 
 /etc/modprobe.d/alsa-base.conf it now seems to work without noise with the 
 daily drivers! Thanks for the good work!

Actually your first alsa-info shows a line saying “options snd-hda-intel
model=dell-headset-multi,dell-headset-multi. With the daily drivers,
you should remove both “options snd-hda-intel model=dell-headset-multi
,dell-headset-multi and “options snd-hda-intel model=dell-headset-
multi.

@Raymond

 if hardware cannot distinguish headset and headphone
 does this mean that the function if the Jack is determined by capture source ?

Yes.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1252733

Title:
  [XPS 12-9Q33, Realtek ALC668, Black Headphone Out, Left] Background
  noise or low volume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1252733/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1334950] [PATCH] ALSA: hda - Add mute LED pin quirk for HP 15 touchsmart

2014-08-19 Thread David Henningsson
Backport of commit 423044744aa4c250058e976474856a7a41972182.

This makes the mute LED work on a HP 15 touchsmart machine (and
a HP 14 touchsmart machine).

BugLink: https://bugs.launchpad.net/bugs/1334950
Signed-off-by: David Henningsson david.hennings...@canonical.com
---
 sound/pci/hda/patch_realtek.c | 2 ++
 1 file changed, 2 insertions(+)

Resend of a patch I tried to send too early.
The original commit has now reached Linus's tree (it's in 3.17-rc1).

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 6cbbd98..335ffdf 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -4429,6 +4429,8 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x103c, 0x1983, HP Pavilion, 
ALC269_FIXUP_HP_MUTE_LED_MIC1),
SND_PCI_QUIRK(0x103c, 0x218b, HP, 
ALC269_FIXUP_LIMIT_INT_MIC_BOOST_MUTE_LED),
/* ALC282 */
+   SND_PCI_QUIRK(0x103c, 0x2191, HP Touchsmart 14, 
ALC269_FIXUP_HP_MUTE_LED_MIC1),
+   SND_PCI_QUIRK(0x103c, 0x2192, HP Touchsmart 15, 
ALC269_FIXUP_HP_MUTE_LED_MIC1),
SND_PCI_QUIRK(0x103c, 0x220d, HP, ALC269_FIXUP_HP_MUTE_LED_MIC1),
SND_PCI_QUIRK(0x103c, 0x220e, HP, ALC269_FIXUP_HP_MUTE_LED_MIC1),
SND_PCI_QUIRK(0x103c, 0x220f, HP, ALC269_FIXUP_HP_MUTE_LED_MIC1),
-- 
1.9.1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1334950

Title:
  [HP 14 Touchsmart][HP 15 Touchsmart] Volume mute LED is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1334950/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1334950] Re: [PATCH] ALSA: hda - Add mute LED pin quirk for HP 15 touchsmart

2014-08-19 Thread David Henningsson
On 2014-08-19 16:27, Takashi Iwai wrote:
 At Tue, 19 Aug 2014 15:38:44 +0200,
 David Henningsson wrote:

 Backport of commit 423044744aa4c250058e976474856a7a41972182.

 This makes the mute LED work on a HP 15 touchsmart machine (and
 a HP 14 touchsmart machine).

 BugLink: https://bugs.launchpad.net/bugs/1334950
 Signed-off-by: David Henningsson david.hennings...@canonical.com
 ---
   sound/pci/hda/patch_realtek.c | 2 ++
   1 file changed, 2 insertions(+)

 Resend of a patch I tried to send too early.
 The original commit has now reached Linus's tree (it's in 3.17-rc1).

 Hm, the patch looks fairly different from the original commit.
 Is this because of lack of the new fixup method?

Yes.



 Takashi


 diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
 index 6cbbd98..335ffdf 100644
 --- a/sound/pci/hda/patch_realtek.c
 +++ b/sound/pci/hda/patch_realtek.c
 @@ -4429,6 +4429,8 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = 
 {
  SND_PCI_QUIRK(0x103c, 0x1983, HP Pavilion, 
 ALC269_FIXUP_HP_MUTE_LED_MIC1),
  SND_PCI_QUIRK(0x103c, 0x218b, HP, 
 ALC269_FIXUP_LIMIT_INT_MIC_BOOST_MUTE_LED),
  /* ALC282 */
 +SND_PCI_QUIRK(0x103c, 0x2191, HP Touchsmart 14, 
 ALC269_FIXUP_HP_MUTE_LED_MIC1),
 +SND_PCI_QUIRK(0x103c, 0x2192, HP Touchsmart 15, 
 ALC269_FIXUP_HP_MUTE_LED_MIC1),
  SND_PCI_QUIRK(0x103c, 0x220d, HP, ALC269_FIXUP_HP_MUTE_LED_MIC1),
  SND_PCI_QUIRK(0x103c, 0x220e, HP, ALC269_FIXUP_HP_MUTE_LED_MIC1),
  SND_PCI_QUIRK(0x103c, 0x220f, HP, ALC269_FIXUP_HP_MUTE_LED_MIC1),
 --
 1.9.1



-- 
David Henningsson, Canonical Ltd.
https://launchpad.net/~diwic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1334950

Title:
  [HP 14 Touchsmart][HP 15 Touchsmart] Volume mute LED is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1334950/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1296425] Re: pulseaudio is started twice - effectively making device management impossible.

2014-08-19 Thread David Henningsson
Thanks jaunmanuel for finding the fix and sharing the knowledge about how you 
found it.
I'll add redirecting 'aplay' temporarily to a script to my list of debugging 
techniques :-)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1296425

Title:
  pulseaudio is started twice - effectively making device management
  impossible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-plugins/+bug/1296425/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1211920] Re: Low audio output / missing subwoofer on Vostro 5460/5470 (with Ubuntu pre-loaded)

2014-08-18 Thread David Henningsson
 When shall I see the relevant update on my system? Will it be available in 
 the current Ubuntu release (14.04)? 
 Or in some other  kernel version?

It is fixed in 14.10, or in 14.04 with upgraded hwe stack. Both will
take some time before release, so until then, if you want to try, use
this method:

https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1211920

Title:
  Low audio output / missing subwoofer on Vostro 5460/5470 (with Ubuntu
  pre-loaded)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1211920/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1248949] Re: Headset jack support for ALC255

2014-08-01 Thread David Henningsson
** Changed in: linux (Ubuntu)
   Status: Fix Committed = Fix Released

** Changed in: hwe-next
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1248949

Title:
  Headset jack support for ALC255

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1248949/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1253038] Re: Another Dell headset quirk

2014-08-01 Thread David Henningsson
** Changed in: hwe-next
   Status: Fix Committed = Fix Released

** Changed in: linux (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1253038

Title:
  Another Dell headset quirk

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1253038/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1248856] Re: Yet another Dell headset

2014-08-01 Thread David Henningsson
** Changed in: linux (Ubuntu)
   Status: Fix Committed = Fix Released

** Changed in: hwe-next
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1248856

Title:
  Yet another Dell headset

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1248856/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1250377] Re: Automute broken with Realtek multifunction headset jacks

2014-08-01 Thread David Henningsson
** Changed in: hwe-next
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1250377

Title:
  Automute broken with Realtek multifunction headset jacks

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1250377/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1211920] Re: Low audio output / missing subwoofer on Vostro 5460/5470 (with Ubuntu pre-loaded)

2014-08-01 Thread David Henningsson
** Changed in: alsa-driver (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1211920

Title:
  Low audio output / missing subwoofer on Vostro 5460/5470 (with Ubuntu
  pre-loaded)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1211920/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1319291] Re: [ABit AA8XE] Ubuntu 14.04 NO audio (internal audio device not recognized Dummy Output)

2014-08-01 Thread David Henningsson
** Package changed: alsa-driver (Ubuntu) = linux (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1319291

Title:
  [ABit AA8XE] Ubuntu 14.04 NO audio (internal audio device not
  recognized Dummy Output)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1319291/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1332900] Re: [Alienware 18, Realtek ALC668, Speaker, Internal] Playback problem

2014-08-01 Thread David Henningsson
 I am uncertain if HDA retask made permanent changes to the mapping? I chose 
 boot override and then restarted. 
 When relaunching hdajackretask i see that none of the overrides are checked.

This sounds like a bug in hdajackretask.

 I still do not understand which nodes are for which speakers.

This is what we need you to figure out. I suggest you try the following: 
Start hdajackretask and make sure show unconnected pins is checked.
1) Override all nodes to Not connected except the first one, which you set to 
Internal Speaker. Click Apply now. Verify that sound is not muted. Do a 
sound test and see if you hear anything.
2) Now, override all nodes to Not connected except the second one, which you 
set to Internal Speaker. Click Apply now. Verify that sound is not muted. 
Do a sound test and see if you hear anything.
3) Override  all nodes to Not connected except the third one...

...and continue until you have tested all pins. If a pin can't be set to 
Internal Speaker because it does not show in the drop down, you can skip that 
pin.
During testing, other I/O will disappear (Mic, Headphones etc). This is 
expected.

If you at any point hear output from the primary speakers, let us know
which node it was.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1332900

Title:
  [Alienware 18, Realtek ALC668, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1332900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1252733] Re: [XPS 12-9Q33, Realtek ALC668, Black Headphone Out, Left] Background noise or low volume

2014-08-01 Thread David Henningsson
Hi and thanks for reporting and working on this bug!

First thing to know is that different machines have different PCI SSIDs.
For information about this, look at the PCI SSID section of
https://wiki.ubuntu.com/Audio/SameHardware

If you have PCI SSID 1028:05fe or 1028:060a, the fix for the noise issue
is upstream. You can test the daily drivers by following the
instructions here:  https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS

The original poster has PCI SSID 1028:05e3. If you have another PCI
SSID, the first step is to post your alsa-info in this bug. See
https://wiki.ubuntu.com/Audio/AlsaInfo - that will give us more
information about your hardware, including your PCI SSID. You can also
file a new bug using the ubuntu-bug audio command and give a notice in
this bug with a link to a new bug.

Hopefully I or some other audio developer will have time to look at it -
but unfortunately I can't promise any quick response right now.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1252733

Title:
  [XPS 12-9Q33, Realtek ALC668, Black Headphone Out, Left] Background
  noise or low volume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1252733/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1334950] Re: [HP 14 Touchsmart][HP 15 Touchsmart] Volume mute LED is not working

2014-07-29 Thread David Henningsson
Backport of commit 423044744aa4c250058e976474856a7a41972182.

This makes the mute LED work on a HP 15 touchsmart machine (and
a HP 14 touchsmart machine).

BugLink: https://bugs.launchpad.net/bugs/1334950
Signed-off-by: David Henningsson david.hennings...@canonical.com
---
 sound/pci/hda/patch_realtek.c | 2 ++
 1 file changed, 2 insertions(+)

About the patch I'm backporting, the commit SHA refers to Takashi's tree.
I think Takashi scheduled the patch for 3.17, because it came late in
the 3.16 cycle.

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 6cbbd98..335ffdf 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -4429,6 +4429,8 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x103c, 0x1983, HP Pavilion, 
ALC269_FIXUP_HP_MUTE_LED_MIC1),
SND_PCI_QUIRK(0x103c, 0x218b, HP, 
ALC269_FIXUP_LIMIT_INT_MIC_BOOST_MUTE_LED),
/* ALC282 */
+   SND_PCI_QUIRK(0x103c, 0x2191, HP Touchsmart 14, 
ALC269_FIXUP_HP_MUTE_LED_MIC1),
+   SND_PCI_QUIRK(0x103c, 0x2192, HP Touchsmart 15, 
ALC269_FIXUP_HP_MUTE_LED_MIC1),
SND_PCI_QUIRK(0x103c, 0x220d, HP, ALC269_FIXUP_HP_MUTE_LED_MIC1),
SND_PCI_QUIRK(0x103c, 0x220e, HP, ALC269_FIXUP_HP_MUTE_LED_MIC1),
SND_PCI_QUIRK(0x103c, 0x220f, HP, ALC269_FIXUP_HP_MUTE_LED_MIC1),
-- 
1.9.1


** Changed in: linux (Ubuntu Trusty)
   Status: New = In Progress

** Changed in: linux (Ubuntu Trusty)
 Assignee: (unassigned) = David Henningsson (diwic)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1334950

Title:
  [HP 14 Touchsmart][HP 15 Touchsmart] Volume mute LED is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1334950/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1334950] Re: [PATCH] ALSA: hda - Add mute LED pin quirk for HP 15 touchsmart

2014-07-29 Thread David Henningsson
On 2014-07-29 16:59, Greg KH wrote:
 On Tue, Jul 29, 2014 at 02:36:06PM +0200, David Henningsson wrote:
 Backport of commit 423044744aa4c250058e976474856a7a41972182.

 That commit is not in Linus's tree, so there's nothing I can do with
 this, why send it?

 This makes the mute LED work on a HP 15 touchsmart machine (and
 a HP 14 touchsmart machine).

 BugLink: https://bugs.launchpad.net/bugs/1334950
 Signed-off-by: David Henningsson david.hennings...@canonical.com
 ---
   sound/pci/hda/patch_realtek.c | 2 ++
   1 file changed, 2 insertions(+)

 About the patch I'm backporting, the commit SHA refers to Takashi's tree.
 I think Takashi scheduled the patch for 3.17, because it came late in
 the 3.16 cycle.

 I don't understand, if it's not in Linus's tree, what can I do with it?

Sorry, I was a bit too quick here and had forgotten the procedures. I'll 
resend it once the commit is in Linus's tree.

-- 
David Henningsson, Canonical Ltd.
https://launchpad.net/~diwic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1334950

Title:
  [HP 14 Touchsmart][HP 15 Touchsmart] Volume mute LED is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1334950/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1334950] Re: [HP 14 Touchsmart][HP 15 Touchsmart] Volume mute LED is not working

2014-07-22 Thread David Henningsson
Applied upstream.

Do you need backport to 3.13 kernel? If so the patch will look
different, so I'll need the alsainfo for the HP 14 touchsmart too.

** Changed in: linux (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1334950

Title:
  [HP 14 Touchsmart][HP 15 Touchsmart] Volume mute LED is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1334950/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1334950] Re: [HP 15 Touchsmart] Volume mute LED is not working

2014-07-04 Thread David Henningsson
Looking at the code, there are a few different ways in which the LED can
be controlled. It's probably one of those and we just need to find the
right one through trial and error.

Let's try the ALC269_FIXUP_HP_MUTE_LED_MIC1 quirk first. I'll prepare a
dkms package shortly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1334950

Title:
  [HP 15 Touchsmart] Volume mute LED is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1334950/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1334950] Re: [HP 15 Touchsmart] Volume mute LED is not working

2014-07-04 Thread David Henningsson
For reference, this is the patch used in the dkms package.

** Patch added: hp15touchsmart_muteled.patch
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1334950/+attachment/4145350/+files/hp15touchsmart_muteled.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1334950

Title:
  [HP 15 Touchsmart] Volume mute LED is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1334950/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1334950] Re: [HP 15 Touchsmart] Volume mute LED is not working

2014-07-04 Thread David Henningsson
** Attachment added: oem-audio-hda-daily-dkms_0.1_all.deb
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1334950/+attachment/4145349/+files/oem-audio-hda-daily-dkms_0.1_all.deb

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1334950

Title:
  [HP 15 Touchsmart] Volume mute LED is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1334950/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1334950] Re: [HP 15 Touchsmart] Volume mute LED is not working

2014-07-04 Thread David Henningsson
Please try the dkms on top of the trusty kernel and report the result.
Thanks!

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1334950

Title:
  [HP 15 Touchsmart] Volume mute LED is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1334950/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1334968] Re: [HP ProBook 445 G1] Microphone mute key does not work

2014-07-04 Thread David Henningsson
Hi a16g, please reassing to hotkey expert. Thanks!

** Changed in: linux (Ubuntu)
 Assignee: David Henningsson (diwic) = Anthony Wong (anthonywong)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1334968

Title:
  [HP ProBook 445 G1] Microphone mute key does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1334968/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1325859] Re: [MIR] webrtc-audio-processing

2014-07-04 Thread David Henningsson
Here's a debdiff for the compiler warning.

** Patch added: debdiff.patch
   
https://bugs.launchpad.net/ubuntu/+source/webrtc-audio-processing/+bug/1325859/+attachment/4145504/+files/debdiff.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1325859

Title:
  [MIR] webrtc-audio-processing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webrtc-audio-processing/+bug/1325859/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1296425] Re: pulseaudio is started twice - effectively making device management impossible.

2014-07-04 Thread David Henningsson
 - fix Pulseaudio's self-detection so that it works when the first
instance is still initializing

Yes, this is what should happen.

  As for running Pulseaudio as a specific user, I wonder what would happen 
  when multiple users are logging onto a system at the 
  same time. Would this not create a similar conflict with each user's 
  Pulseaudio trying to use the ALSA devices at the same time?

Only one user can have access to keyboard and screen at the same time,
same should go for the sound card. Access to the sound card is handled
by logind/consolekit.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1296425

Title:
  pulseaudio is started twice - effectively making device management
  impossible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-plugins/+bug/1296425/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1261666] Re: [pulseaudio] module.c: Failed to load module module-echo-cancel (argument: aec_method=webrtc): initia lization failed.

2014-07-04 Thread David Henningsson
 Please increase the importance further,

From what I can tell, we're currently waiting for a security review by
the security team.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1261666

Title:
  [pulseaudio] module.c: Failed to load module module-echo-cancel
  (argument: aec_method=webrtc): initia lization failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1261666/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

2014-07-01 Thread David Henningsson
Hi cschramm and thanks for looking at this bug!

How do you think we should proceed to release a fix/workaround? Should
we just upload the code that disables the module unload, or do you have
a better suggestion?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1283003

Title:
  [Bluetooth + 14.04] Bluetooth headsets are not working after last
  couple of updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/blueman/+bug/1283003/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

2014-07-01 Thread David Henningsson
 @David: If you like I'll push the fix to Debian testing. That's
probably the cleanest way to also get it into Ubuntu, isn't it?

Sounds like a plan, thanks!

Not sure if we sync from Debian unstable or Debian testing these days,
but I assume you upload the fix to both. That will bring it into utopic.
After that we can SRU it into trusty.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1283003

Title:
  [Bluetooth + 14.04] Bluetooth headsets are not working after last
  couple of updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/blueman/+bug/1283003/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1296425] Re: pulseaudio is started twice - effectively making device management impossible.

2014-06-28 Thread David Henningsson
It seems to be specific to KDE too. It could be related to KDE having a
login sound which Unity does not have (I assume that's what the aplay
does?), but it could also be something in the way KDE sets up
sessions...?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1296425

Title:
  pulseaudio is started twice - effectively making device management
  impossible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-plugins/+bug/1296425/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1297581] [PATCH] ALSA: hda - Add another headset pin quirk for some Dell machines

2014-06-27 Thread David Henningsson
Another quirk to make the headset mic work on some new Dell machines.

Cc: Hui Wang hui.w...@canonical.com
BugLink: https://bugs.launchpad.net/bugs/1297581
Signed-off-by: David Henningsson david.hennings...@canonical.com
---
 sound/pci/hda/patch_realtek.c | 12 
 1 file changed, 12 insertions(+)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 60bf5ee..4ebbe03 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -5199,6 +5199,18 @@ static const struct snd_hda_pin_quirk 
alc269_pin_fixup_tbl[] = {
{0x1b, 0x41f0},
{0x1d, 0x4071},
{0x1e, 0x41f0}),
+   SND_HDA_PIN_QUIRK(0x10ec0293, 0x1028, Dell, 
ALC293_FIXUP_DELL1_MIC_NO_PRESENCE,
+   {0x12, 0x4000},
+   {0x13, 0x90a60140},
+   {0x14, 0x90170110},
+   {0x15, 0x0221401f},
+   {0x16, 0x41f0},
+   {0x18, 0x41f0},
+   {0x19, 0x41f0},
+   {0x1a, 0x41f0},
+   {0x1b, 0x41f0},
+   {0x1d, 0x4071},
+   {0x1e, 0x41f0}),
{}
 };
 
-- 
1.9.1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1297581

Title:
  headset mic can't be detected on the machines with alc codec

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1297581/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1296425] Re: pulseaudio is started twice - effectively making device management impossible.

2014-06-24 Thread David Henningsson
Well, the question is why aplay - alsa pulse plugin - libpulse does not 
connect to the existing instance but instead starts a new one. 
What about the files in /var/run/user/userid/pulse/ - if there are pid files, 
to they point to the new-invalid or old-valid pulse instance?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1296425

Title:
  pulseaudio is started twice - effectively making device management
  impossible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-plugins/+bug/1296425/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1332900] Re: [Alienware 18, Realtek ALC668, Speaker, Internal] Playback problem

2014-06-24 Thread David Henningsson
 One other thing I noticed is upon startup/load of Ubuntu, at the top
of the screen it says something about snd hda codec module has bad
taint.

This is the alsa daily build module. It is printing an warning message
to inform you that you're running a module that was not compiled with
the rest of the kernel. You can ignore it.

 tee: /sys/class/sound/hwC0D0/reconfig: No such file or directory

Hmm, maybe this is related to the daily HDA DKMS too, somehow. There has
been some reorganising upstream w r t the devices. Try uninstalling the
daily DKMS again, reboot, and retry.

 Are there any guides for this hdajackretask as to how I can do what
you say, otherwise how might I get started experimenting with
hdajackretask?

Omgubuntu wrote a small introduction here, not sure how helpful it is:

http://www.omgubuntu.co.uk/2013/12/turn-headphone-jack-microphone-jack-
ubuntu

 @David : I think you meant modprobe.d (not modprobe.conf)

Yes, thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1332900

Title:
  [Alienware 18, Realtek ALC668, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1332900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1331915] [PATCH] ALSA: hda - Add pin quirk for Dell XPS 15

2014-06-24 Thread David Henningsson
Two bug reporters with Dell XPS 15 report that they need to use the
dell-headset-multi model to get the headset mic working.

The two bug reporters have different PCI SSID (1028:05fd and 1028:05fe)
but this pin quirk matches both.

BugLink: https://bugs.launchpad.net/bugs/1331915
Signed-off-by: David Henningsson david.hennings...@canonical.com
---
 sound/pci/hda/patch_realtek.c | 21 +
 1 file changed, 21 insertions(+)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index f52f096..229a189 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -6258,6 +6258,27 @@ static const struct snd_hda_pin_quirk 
alc662_pin_fixup_tbl[] = {
},
.value = ALC668_FIXUP_AUTO_MUTE,
},
+   {
+   .codec = 0x10ec0668,
+   .subvendor = 0x1028,
+#ifdef CONFIG_SND_DEBUG_VERBOSE
+   .name = Dell XPS 15,
+#endif
+   .pins = (const struct hda_pintbl[]) {
+   {0x12, 0x90a60130},
+   {0x14, 0x90170110},
+   {0x15, 0x0321101f},
+   {0x16, 0x4000},
+   {0x18, 0x41f0},
+   {0x19, 0x41f0},
+   {0x1a, 0x41f0},
+   {0x1b, 0x41f0},
+   {0x1d, 0x40d6832d},
+   {0x1e, 0x41f0},
+   {0x1f, 0x41f0},
+   },
+   .value = ALC668_FIXUP_AUTO_MUTE,
+   },
{}
 };
 
-- 
1.9.1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1331915

Title:
  [XPS 15 9530, Realtek ALC668, Mic, Internal] No autoswitch when
  headset is plugged in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1331915/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1331915] Re: [XPS 15 9530, Realtek ALC668, Mic, Internal] No autoswitch when headset is plugged in

2014-06-24 Thread David Henningsson
For reference I'm adding Kent's alsa-info here too, because he has a
different PCI SSID.

** Attachment added: alsa-info.txt.kent
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1331915/+attachment/4138128/+files/alsa-info.txt.kent

** Changed in: alsa-driver (Ubuntu)
   Status: New = In Progress

** Changed in: alsa-driver (Ubuntu)
 Assignee: (unassigned) = David Henningsson (diwic)

** Package changed: alsa-driver (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
 Assignee: David Henningsson (diwic) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1331915

Title:
  [XPS 15 9530, Realtek ALC668, Mic, Internal] No autoswitch when
  headset is plugged in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1331915/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1331915] Re: [XPS 15 9530, Realtek ALC668, Mic, Internal] No autoswitch when headset is plugged in

2014-06-24 Thread David Henningsson
** Changed in: linux (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1331915

Title:
  [XPS 15 9530, Realtek ALC668, Mic, Internal] No autoswitch when
  headset is plugged in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1331915/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1332900] Re: [Alienware 18, Realtek ALC668, Speaker, Internal] Playback problem

2014-06-23 Thread David Henningsson
 I tried to re-submit the bug report but I am not really sure what the
alsa-base.conf should look like or how to reinstall/overwrite.

These commands will replace your alsa-base.conf with the original one:
sudo mv /etc/modprobe.conf/alsa-base.conf ~/alsa-base.conf.old
sudo apt-get install alsa-base --reinstall

Otherwise I think Raymond is right, you need to experiment a bit with
hdajackretask (in the alsa-tools-gui package) to find the internal
speaker, because BIOS does only indicate 0x14 as speaker - and that's
probably the subwoofer if that's the only thing you hear audio from.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1332900

Title:
  [Alienware 18, Realtek ALC668, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1332900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1332900] Re: [Alienware 18, Realtek ALC668, Speaker, Internal] Playback problem

2014-06-21 Thread David Henningsson
You have modified /etc/modprobe.d/alsa-base.conf to include these lines:


options snd-hda-intel model=targa-dig
options snd slots=snd-hda-intel
# u1Nb.u_BNWJ+LvyF:82801I (ICH9 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel


Please revert this file to the original configuration (i e remove the
lines quoted above), reboot, and test again.

** Changed in: alsa-driver (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1332900

Title:
  [Alienware 18, Realtek ALC668, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1332900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1331915] Re: Dell XPS 15 audio bug

2014-06-19 Thread David Henningsson
Hi Kent,

It looks like we're missing a quirk entry for this machine, it's likely 
one of those machines where you have to ask the user what (s)he plugged in.
You can read all about that here: 
http://voices.canonical.com/david.henningsson/2014/03/07/headset-jacks-on-newer-laptops/

So, can you edit /etc/modprobe.d/alsa-base.conf and add the line 
“options snd-hda-intel model=dell-headset-multi”, reboot and test and 
see if it works?

On 2014-06-19 19:28, Kent Baxley wrote:
 Hi David,

 I've had a report or two from some co-workers that own the Dell XPS 15
 laptop that state that no microphone switch-over occurs whenever a set
 of headphones with an in-line mic is plugged in.

 The problem occurs on 14.04 LTS.

 The headphones work, but, the in-line mic on the headphones does not.
 This machine never had any pre-load work done on it in the past, but,
 it has been pretty popular among Ubuntu users.

 I tested this on an XPS 15 sample in the lab and also reproduced the
 microphone, even with the latest oem-audio daily build:

 https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1331915

 When you get a moment, can you or someone on your team have a look at this?

 Thanks in advance.



-- 
David Henningsson, Canonical Ltd.
https://launchpad.net/~diwic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1331915

Title:
  [XPS 15 9530, Realtek ALC668, Mic, Internal] No autoswitch when
  headset is plugged in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1331915/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1331915] Re: Dell XPS 15 audio bug

2014-06-19 Thread David Henningsson
Strange, could you attach an alsa-info with alsa-base.conf changed, and 
headset plugged in?

On 2014-06-19 21:22, Kent Baxley wrote:
 Hi David,

 Thanks for the tip. That line in alsa-base.conf didn't seem to work.
 The headphone mic is still non-functional.  I also do not see an entry
 in the sound settings for the headset microphone.


 On Thu, Jun 19, 2014 at 2:06 PM, David Henningsson
 david.hennings...@canonical.com wrote:
 Hi Kent,

 It looks like we're missing a quirk entry for this machine, it's likely one
 of those machines where you have to ask the user what (s)he plugged in.
 You can read all about that here:
 http://voices.canonical.com/david.henningsson/2014/03/07/headset-jacks-on-newer-laptops/

 So, can you edit /etc/modprobe.d/alsa-base.conf and add the line “options
 snd-hda-intel model=dell-headset-multi”, reboot and test and see if it
 works?


 On 2014-06-19 19:28, Kent Baxley wrote:

 Hi David,

 I've had a report or two from some co-workers that own the Dell XPS 15
 laptop that state that no microphone switch-over occurs whenever a set
 of headphones with an in-line mic is plugged in.

 The problem occurs on 14.04 LTS.

 The headphones work, but, the in-line mic on the headphones does not.
 This machine never had any pre-load work done on it in the past, but,
 it has been pretty popular among Ubuntu users.

 I tested this on an XPS 15 sample in the lab and also reproduced the
 microphone, even with the latest oem-audio daily build:

 https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1331915

 When you get a moment, can you or someone on your team have a look at
 this?

 Thanks in advance.



 --
 David Henningsson, Canonical Ltd.
 https://launchpad.net/~diwic




-- 
David Henningsson, Canonical Ltd.
https://launchpad.net/~diwic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1331915

Title:
  [XPS 15 9530, Realtek ALC668, Mic, Internal] No autoswitch when
  headset is plugged in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1331915/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1224756] Re: Pulseaudio should integrate with trust-store

2014-06-17 Thread David Henningsson
So, I guess one could insert a check in the call to 
command_create_record_stream (src/pulsecore/protocol-native.c), that would deny 
access if trust-store says so.
However, there is still a way around that. Any app that can access the shm file 
can potentially look at audio data currently streaming to *another* app, i e, 
malicious app Eve can see what PulseAlice sends to the legitmate app Bob.
I'm not sure how much this SHM file is cleaned up (zeroed out) either, so there 
is a possibility the shm file contains old recorded data too.

As for PulseAudio clients telling PulseAudio to access random files on
the file system, I don't think that's true, but I could have missed
something.  Could you be more specific about where this functionality
lies and I'll have a closer look?

As for the LED, any app with access to both the LED and PulseAudio
should be able to do this.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224756

Title:
  Pulseaudio should integrate with trust-store

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1224756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

2014-06-17 Thread David Henningsson
  Sorry: IndentationError: expected an indented block (PulseAudio.py, line 
  235)
 Oops, then I screwed up. Please do not use the package.

This should now be fixed. A new package is currently building in the
ppa.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1283003

Title:
  [Bluetooth + 14.04] Bluetooth headsets are not working after last
  couple of updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/blueman/+bug/1283003/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1325282] Re: USB microphone inputs not detected by Pulseaudio on Kubuntu Trusty

2014-06-13 Thread David Henningsson
 I'm a bit surprised there are two pulseaudios with different PIDs
active though. Could that be a problem?

Yes, probably. On hotplugging, they could both try to probe the device
at the same time, and only one of them succeeds. Probably one of the
instances gets the playback and the other one gets the recording.

The question is why there is second instance of pulseaudio (4056 in the
list above). Any attempt to start such an instance should fail if there
is already a pulseaudio present and working.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1325282

Title:
  USB microphone inputs not detected by Pulseaudio on Kubuntu Trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1325282/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1329468] Re: [W230SS, VIA1802] no sound from headphones

2014-06-13 Thread David Henningsson
** Summary changed:

- everything is muted when headphones are plugged in
+ [W230SS, VIA1802] no sound from headphones

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1329468

Title:
  [W230SS, VIA1802] no sound from headphones

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1329468/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1289730] Re: systemd-udev fails to execute alsactl during start-up if /usr and/or /var are separate volumes

2014-06-13 Thread David Henningsson
So I think the right way to go here is to modify /lib/udev/rules.d/90
-alsa-restore.rules and add a check of /usr/share/alsa and
/var/run/alsa, so the entire file ends up like this (first line changed)
:

-
ACTION==add, SUBSYSTEM==sound, KERNEL==controlC*, KERNELS!=card*, 
TEST==/usr/share/alsa, TEST==/var/run/alsa, GOTO=alsa_restore_go
GOTO=alsa_restore_end

LABEL=alsa_restore_go
TEST!=/var/lib/alsa/state-daemon.conf, RUN+=/usr/sbin/alsactl -E 
HOME=/var/run/alsa restore $attr{device/number}
TEST==/var/lib/alsa/state-daemon.conf, RUN+=/usr/sbin/alsactl -E 
HOME=/var/run/alsa nrestore $attr{device/number}

LABEL=alsa_restore_end
-

...because this udev rule is meant for hotplugging. In case this udev
rule gets to run before /usr or /var is mounted, alsactl restore will
instead be run for these cards later on, in /etc/init/alsa-restore.conf
or /lib/systemd/system/basic.target.wants/alsa-restore.service.

Does that make sense?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1289730

Title:
  systemd-udev fails to execute alsactl during start-up if /usr and/or
  /var are separate volumes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1289730/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1289730] [RFC PATCH] alsactl: Do not run udev rule before datadir is mounted

2014-06-13 Thread David Henningsson
The 90-alsa-restore.rules udev rule is primarily meant to handle hotplugging,
but sometimes it is also run before /usr is mounted,
and alsactl restore depends on /usr/share/alsa being present.

If /usr/share/alsa is not present, we're so early in the boot
process that alsa-restore.service (or upstart equivalent) will
run later on.

BugLink: https://bugs.launchpad.net/bugs/1289730
Signed-off-by: David Henningsson david.hennings...@canonical.com
---

I'm not really sure of all quirks in the boot process, and I haven't tested the
patch either, hence the RFC above. Do you think it makes sense? Should we also
add @sbindir@ to the things to test for?

 alsactl/90-alsa-restore.rules.in | 2 +-
 alsactl/Makefile.am  | 1 +
 configure.ac | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/alsactl/90-alsa-restore.rules.in b/alsactl/90-alsa-restore.rules.in
index c68119d..c83c6b5 100644
--- a/alsactl/90-alsa-restore.rules.in
+++ b/alsactl/90-alsa-restore.rules.in
@@ -1,4 +1,4 @@
-ACTION==add, SUBSYSTEM==sound, KERNEL==controlC*, KERNELS!=card*, 
GOTO=alsa_restore_go
+ACTION==add, SUBSYSTEM==sound, KERNEL==controlC*, KERNELS!=card*, 
TEST==@datadir@, GOTO=alsa_restore_go
 GOTO=alsa_restore_end
 
 LABEL=alsa_restore_go
diff --git a/alsactl/Makefile.am b/alsactl/Makefile.am
index b862412..afbedb3 100644
--- a/alsactl/Makefile.am
+++ b/alsactl/Makefile.am
@@ -44,6 +44,7 @@ endif
 
 edit = \
$(SED) -r -e 's,@sbindir\@,$(sbindir),g' \
+ -e 's,@datadir\@,$(mydatadir),g' \
  -e 's,@daemonswitch\@,$(ALSACTL_DAEMONSWITCH),g' \
 $  $@ || rm $@
 
diff --git a/configure.ac b/configure.ac
index 7e6894a..a4d2db3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -292,6 +292,7 @@ AC_DEFINE_UNQUOTED(SOUNDSDIR, $soundsdir, [directory 
containing sample data])
 
 mydatadir=$dir/alsa
 AC_DEFINE_UNQUOTED(DATADIR, $mydatadir, [directory containing alsa 
configuration])
+AC_SUBST(mydatadir)
 
 AC_ARG_WITH(testsound,
   AS_HELP_STRING([--with-testsound=file], [give the path of test sound file 
for alsaconf]),
-- 
1.9.1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1289730

Title:
  systemd-udev fails to execute alsactl during start-up if /usr and/or
  /var are separate volumes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1289730/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1289730] Re: [RFC PATCH] alsactl: Do not run udev rule before datadir is mounted

2014-06-13 Thread David Henningsson
On 2014-06-13 10:26, Jaroslav Kysela wrote:
 Date 13.6.2014 10:15, David Henningsson wrote:
 The 90-alsa-restore.rules udev rule is primarily meant to handle hotplugging,
 but sometimes it is also run before /usr is mounted,
 and alsactl restore depends on /usr/share/alsa being present.

 If /usr/share/alsa is not present, we're so early in the boot
 process that alsa-restore.service (or upstart equivalent) will
 run later on.

 BugLink: https://bugs.launchpad.net/bugs/1289730
 Signed-off-by: David Henningsson david.hennings...@canonical.com
 ---

 I'm not really sure of all quirks in the boot process, and I haven't tested 
 the
 patch either, hence the RFC above. Do you think it makes sense?

 Yes, I think that's ok. Takashi?

 Should we also add @sbindir@ to the things to test for?

 It shouldn't harm anything. Could you prepare a new patch?

Sure, please find it attached. I was also considering adding something 
under /var as well, but I didn't do that, because I think it will fall 
back to an alsactl init in that case (right?), so it still makes some 
sense to run alsactl without /var.


   alsactl/90-alsa-restore.rules.in | 2 +-
   alsactl/Makefile.am  | 1 +
   configure.ac | 1 +
   3 files changed, 3 insertions(+), 1 deletion(-)

 diff --git a/alsactl/90-alsa-restore.rules.in 
 b/alsactl/90-alsa-restore.rules.in
 index c68119d..c83c6b5 100644
 --- a/alsactl/90-alsa-restore.rules.in
 +++ b/alsactl/90-alsa-restore.rules.in
 @@ -1,4 +1,4 @@
 -ACTION==add, SUBSYSTEM==sound, KERNEL==controlC*, KERNELS!=card*, 
 GOTO=alsa_restore_go
 +ACTION==add, SUBSYSTEM==sound, KERNEL==controlC*, KERNELS!=card*, 
 TEST==@datadir@, GOTO=alsa_restore_go
   GOTO=alsa_restore_end

   LABEL=alsa_restore_go
 diff --git a/alsactl/Makefile.am b/alsactl/Makefile.am
 index b862412..afbedb3 100644
 --- a/alsactl/Makefile.am
 +++ b/alsactl/Makefile.am
 @@ -44,6 +44,7 @@ endif

   edit = \
  $(SED) -r -e 's,@sbindir\@,$(sbindir),g' \
 +  -e 's,@datadir\@,$(mydatadir),g' \
-e 's,@daemonswitch\@,$(ALSACTL_DAEMONSWITCH),g' \
   $  $@ || rm $@

 diff --git a/configure.ac b/configure.ac
 index 7e6894a..a4d2db3 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -292,6 +292,7 @@ AC_DEFINE_UNQUOTED(SOUNDSDIR, $soundsdir, [directory 
 containing sample data])

   mydatadir=$dir/alsa
   AC_DEFINE_UNQUOTED(DATADIR, $mydatadir, [directory containing alsa 
 configuration])
 +AC_SUBST(mydatadir)

   AC_ARG_WITH(testsound,
 AS_HELP_STRING([--with-testsound=file], [give the path of test sound 
 file for alsaconf]),




-- 
David Henningsson, Canonical Ltd.
https://launchpad.net/~diwic


** Patch added: 
0001-alsactl-Do-not-run-udev-rule-before-datadir-sbindir-.patch
   
https://bugs.launchpad.net/bugs/1289730/+attachment/4130876/+files/0001-alsactl-Do-not-run-udev-rule-before-datadir-sbindir-.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1289730

Title:
  systemd-udev fails to execute alsactl during start-up if /usr and/or
  /var are separate volumes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1289730/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1328587] [PATCH] ALSA: hda - Add quirk for external mic on Lifebook U904

2014-06-13 Thread David Henningsson
According to the bug reporter (Данило Шеган), the external mic
starts to work and has proper jack detection if only pin 0x19
is marked properly as an external headset mic.

AlsaInfo at
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1328587/+attachment/4128991/+files/AlsaInfo.txt

Cc: sta...@vger.kernel.org
BugLink: https://bugs.launchpad.net/bugs/1328587
Signed-off-by: David Henningsson david.hennings...@canonical.com
---
 sound/pci/hda/patch_realtek.c | 9 +
 1 file changed, 9 insertions(+)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 9c095fa..89af62f 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -4246,6 +4246,7 @@ enum {
ALC269_FIXUP_HEADSET_MIC,
ALC269_FIXUP_QUANTA_MUTE,
ALC269_FIXUP_LIFEBOOK,
+   ALC269_FIXUP_LIFEBOOK_EXTMIC,
ALC269_FIXUP_AMIC,
ALC269_FIXUP_DMIC,
ALC269VB_FIXUP_AMIC,
@@ -4383,6 +4384,13 @@ static const struct hda_fixup alc269_fixups[] = {
.chained = true,
.chain_id = ALC269_FIXUP_QUANTA_MUTE
},
+   [ALC269_FIXUP_LIFEBOOK_EXTMIC] = {
+   .type = HDA_FIXUP_PINS,
+   .v.pins = (const struct hda_pintbl[]) {
+   { 0x19, 0x01a1903c }, /* headset mic, with jack detect 
*/
+   { }
+   },
+   },
[ALC269_FIXUP_AMIC] = {
.type = HDA_FIXUP_PINS,
.v.pins = (const struct hda_pintbl[]) {
@@ -4844,6 +4852,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x104d, 0x9099, Sony VAIO S13, 
ALC275_FIXUP_SONY_DISABLE_AAMIX),
SND_PCI_QUIRK_VENDOR(0x104d, Sony VAIO, ALC269_FIXUP_SONY_VAIO),
SND_PCI_QUIRK(0x10cf, 0x1475, Lifebook, ALC269_FIXUP_LIFEBOOK),
+   SND_PCI_QUIRK(0x10cf, 0x1845, Lifebook U904, 
ALC269_FIXUP_LIFEBOOK_EXTMIC),
SND_PCI_QUIRK(0x17aa, 0x20f2, Thinkpad SL410/510, 
ALC269_FIXUP_SKU_IGNORE),
SND_PCI_QUIRK(0x17aa, 0x215e, Thinkpad L512, ALC269_FIXUP_SKU_IGNORE),
SND_PCI_QUIRK(0x17aa, 0x21b8, Thinkpad Edge 14, 
ALC269_FIXUP_SKU_IGNORE),
-- 
1.9.1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1328587

Title:
  [HDA-Intel - HDA Intel PCH, recording] External microphone not
  recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1328587/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1328587] Re: [HDA-Intel - HDA Intel PCH, recording] External microphone not recognized

2014-06-13 Thread David Henningsson
** Package changed: pulseaudio (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Status: New = In Progress

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = David Henningsson (diwic)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1328587

Title:
  [HDA-Intel - HDA Intel PCH, recording] External microphone not
  recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1328587/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

2014-06-13 Thread David Henningsson
Thanks Sebastian! Based on what was written in the github report, I've
just commented out the module unloading that blueman does, built the
result and put it in a ppa here:

https://launchpad.net/~diwic/+archive/bluemantest

It is possible that blueman messes with more stuff so that just
commenting out this part does not resolve the problem, but it's worth a
try.

So, anybody wants to try the blueman in this ppa, reboot, and see if
this fixes the headset pairing issue?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1283003

Title:
  [Bluetooth + 14.04] Bluetooth headsets are not working after last
  couple of updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/blueman/+bug/1283003/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1289730] Re: [RFC PATCH] alsactl: Do not run udev rule before datadir is mounted

2014-06-13 Thread David Henningsson
On 2014-06-13 11:20, Takashi Iwai wrote:

 +++ b/alsactl/90-alsa-restore.rules.in
 @@ -1,4 +1,4 @@
 -ACTION==add, SUBSYSTEM==sound, KERNEL==controlC*, KERNELS!=card*, 
 GOTO=alsa_restore_go
 +ACTION==add, SUBSYSTEM==sound, KERNEL==controlC*, KERNELS!=card*, 
 TEST==@sbindir@, TEST==@datadir@, GOTO=alsa_restore_go
   GOTO=alsa_restore_end

 IMO, it's better to use @mydatadir@ instead of @datadir@ here and...

Oops, sorry about that. Thanks for the review!

Attaching a fixup patch.

-- 
David Henningsson, Canonical Ltd.
https://launchpad.net/~diwic


** Patch added: 0001-alsactl-Fixup-test-for-mydatadir-sbindir.patch
   
https://bugs.launchpad.net/bugs/1289730/+attachment/4130900/+files/0001-alsactl-Fixup-test-for-mydatadir-sbindir.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1289730

Title:
  systemd-udev fails to execute alsactl during start-up if /usr and/or
  /var are separate volumes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1289730/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1328587] Re: [HDA-Intel - HDA Intel PCH, recording] External microphone not recognized

2014-06-13 Thread David Henningsson
As of tomorrow or the day after that, it will be available through this
channel: https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS

** Changed in: linux (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1328587

Title:
  [HDA-Intel - HDA Intel PCH, recording] External microphone not
  recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1328587/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

2014-06-13 Thread David Henningsson
 Sorry: IndentationError: expected an indented block (PulseAudio.py,
line 235)

Oops, then I screwed up. Please do not use the package.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1283003

Title:
  [Bluetooth + 14.04] Bluetooth headsets are not working after last
  couple of updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/blueman/+bug/1283003/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1224756] Re: Pulseaudio should integrate with trust-store

2014-06-12 Thread David Henningsson
For the broader concept of PulseAudio and security, the native protocol
of PulseAudio was not built with security in mind, if you by security
mean that some connected clients should be able to do some things, and
other connected clients should be able to do other things. Right now, as
soon as you have a connection to the server, you can do everything from
recording audio to mute other applications.

Implementing a limited client in PulseAudio is of course possible, but
needs quite a bit of work, and lots of careful thought not to leave
anything open security wise.

I haven't been following the discussions around the Touch security stuff
much, and I don't know what trust-store is. So maybe I would need some
introduction, and then we need to brainstorm a bit on the topic and see
what we come up with?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224756

Title:
  Pulseaudio should integrate with trust-store

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1224756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1283003] Blueman unloads module-bluetooth-discover

2014-06-10 Thread David Henningsson
Hi Blueman developers,

This is an outreach for help - let me know if this is the right channel 
or not. We seem to have a lot of people claiming that pulseaudio's 
module-bluetooth-discover is not loaded on startup on 14.04. This causes 
problems with bluetooth headsets.

Reading the code I can see that blueman deliberately unloads 
module-bluetooth-discover. Do you have a better idea than just removing 
those lines of code, which probably are there for a reason?

Here are some related bugs:

https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1274613
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1283003

-- 
David Henningsson, Canonical Ltd.
https://launchpad.net/~diwic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1283003

Title:
  [Bluetooth + 14.04] Bluetooth headsets are not working after last
  couple of updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/blueman/+bug/1283003/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1319291] Re: [ABit AA8XE] Ubuntu 14.04 NO audio (internal audio device not recognized Dummy Output)

2014-06-10 Thread David Henningsson
** Summary changed:

- Ubuntu 14.04 NO audio (internal audio device not recognized Dummy Output)
+ [ABit AA8XE] Ubuntu 14.04 NO audio (internal audio device not recognized 
Dummy Output)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1319291

Title:
  [ABit AA8XE] Ubuntu 14.04 NO audio (internal audio device not
  recognized Dummy Output)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1319291/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1319291] Re: [ABit AA8XE] Ubuntu 14.04 NO audio (internal audio device not recognized Dummy Output)

2014-06-10 Thread David Henningsson
Bios does not set up the pin config default correctly (everything
is set to zero). Reporter claims that 6stack-dig and 6stack-automute
solve the problem.

Alsa-info at 
http://www.alsa-project.org/db/?f=376c0804cbdde90bcd2cb94799407cb1cacf5d05
BugLink: https://bugs.launchpad.net/bugs/1319291
Reported-by: Stefano Statuti stefano.stat...@hotmail.it
Signed-off-by: David Henningsson david.hennings...@canonical.com
---
 sound/pci/hda/patch_realtek.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index d77745a..9c095fa 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -1427,6 +1427,7 @@ static const struct snd_pci_quirk alc880_fixup_tbl[] = {
SND_PCI_QUIRK(0x1043, 0x10c3, ASUS W5A, ALC880_FIXUP_ASUS_W5A),
SND_PCI_QUIRK(0x1043, 0x1964, ASUS Z71V, ALC880_FIXUP_Z71V),
SND_PCI_QUIRK_VENDOR(0x1043, ASUS, ALC880_FIXUP_GPIO1),
+   SND_PCI_QUIRK(0x147b, 0x1045, ABit AA8XE, ALC880_FIXUP_6ST_AUTOMUTE),
SND_PCI_QUIRK(0x1558, 0x5401, Clevo GPIO2, ALC880_FIXUP_GPIO2),
SND_PCI_QUIRK_VENDOR(0x1558, Clevo, ALC880_FIXUP_EAPD_COEF),
SND_PCI_QUIRK(0x1584, 0x9050, Uniwill, ALC880_FIXUP_UNIWILL_DIG),
-- 
1.9.1


** Changed in: alsa-driver (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: alsa-driver (Ubuntu)
 Assignee: (unassigned) = David Henningsson (diwic)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1319291

Title:
  [ABit AA8XE] Ubuntu 14.04 NO audio (internal audio device not
  recognized Dummy Output)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1319291/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1325282] Re: USB microphone inputs not detected by Pulseaudio on Kubuntu Trusty

2014-06-10 Thread David Henningsson
Error -16 means EBUSY, or that some other application or daemon is
trying to use the device, so PulseAudio can't open it. Could you check
with this command:

sudo fuser -v /dev/snd/*

to see if anything else is trying to grab the mic input?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1325282

Title:
  USB microphone inputs not detected by Pulseaudio on Kubuntu Trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1325282/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1325859] Re: [MIR] webrtc-audio-processing

2014-06-10 Thread David Henningsson
 * Needs a team bug subscriber, for whomever will look after this in
Ubuntu

I suggest ubuntu-audio team.

  * I'm seeing the following compile warning which seems troubling. Any
comment on that?

Looking at the actual code, it makes sense to rewrite as

for (j = 0; j  2; j++)
for (i = 0; i  10; i++)
stt-env[j][i] = 0;

...or just a memset. I e, it wasn't as scary as it first looked.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1325859

Title:
  [MIR] webrtc-audio-processing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webrtc-audio-processing/+bug/1325859/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1325859] Re: [MIR] webrtc-audio-processing

2014-06-10 Thread David Henningsson
And fixed upstream:

https://code.google.com/p/webrtc/source/diff?spec=svn2321r=2321format=sidepath=/trunk/src/modules/audio_processing/agc/analog_agc.c

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1325859

Title:
  [MIR] webrtc-audio-processing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webrtc-audio-processing/+bug/1325859/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1325859] Re: [MIR] webrtc-audio-processing

2014-06-10 Thread David Henningsson
  Is there an actual problem with the current code or is it an
ignorable warning?

My gut says it's an ignorable warning, but I wouldn't bet on it - I'd
prefer to fix it using the code above. Want me to make a debdiff you can
sponsor?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1325859

Title:
  [MIR] webrtc-audio-processing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webrtc-audio-processing/+bug/1325859/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1319291] Re: [ABit AA8XE] Ubuntu 14.04 NO audio (internal audio device not recognized Dummy Output)

2014-06-10 Thread David Henningsson
Thanks for the bug report. It will be fixed in kernel 3.16.

** Changed in: alsa-driver (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1319291

Title:
  [ABit AA8XE] Ubuntu 14.04 NO audio (internal audio device not
  recognized Dummy Output)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1319291/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1224751] Re: pulseaudio should use app-specific directory for shm files

2014-06-10 Thread David Henningsson
 The rules are this way because the shared memory files are not app specific 
 and is possible for one app to access
  another app's shared memory file.

The pulseaudio server actually uses the same shm file for all outgoing
memory blocks (i e, the common case is recording). So for best app
isolation you also need to change this into one shm file per client
connection.

In addition, every pulseaudio client has one shm file for all outgoing
memory blocks (i e, the common case is playback).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224751

Title:
  pulseaudio should use app-specific directory for shm files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1224751/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1224751] Re: pulseaudio should use app-specific directory for shm files

2014-06-10 Thread David Henningsson
Oh, and btw, you can also spy on some other app's playback using the
pa_stream_set_monitor_stream command.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224751

Title:
  pulseaudio should use app-specific directory for shm files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1224751/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

2014-06-09 Thread David Henningsson
Well, since the Linux kernel and PulseAudio both are in main and officially 
supported, but blueman is not, and one of the problems seems to be that blueman 
unloads module-bluetooth-discover,
how well do things work *without* blueman?

I e, uninstall blueman and reboot and see how well the headset works. It
probably won't fix your bug if there is a kernel error (such as
protocol not supported or re-auth of legacy device not possible),
but if the problem is only that module-bluetooth-discover does not load,
then removing blueman should fix that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1283003

Title:
  [Bluetooth + 14.04] Bluetooth headsets are not working after last
  couple of updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/blueman/+bug/1283003/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1325859] [NEW] [MIR] webrtc-audio-processing

2014-06-03 Thread David Henningsson
Public bug reported:

Rationale:
This package contains an echo canceller which has a higher quality than the 
speex echo canceller. If this package was in main, we could build PulseAudio 
with webrtc echo canceller support. People in bug 1261666 are requesting this.
Also, Debian already does this.

Security:
There are some hits for webrtc here: 
http://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=webrtc - but I verified that 
they all concern other parts of webrtc, i e, the webrtc-audio-processing source 
package does not contain the source file(s) referenced in the CVE.

QA:
No open bugs in the Ubuntu bug tracker.
One bug in the Debian bug tracker, which has been left unattended for some 
months.
There is no debian/watch file.

Dependencies:
It has almost no dependencies. Binary packages depend only on 
libc6/libgcc1/libstdc++6.

Maintenance:
Should normally be in sync with Debian (is currently not, due to the bug 
mentioned above). Suggest ubuntu-audio team to get bug reports once this gets 
into main.

** Affects: webrtc-audio-processing (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1325859

Title:
  [MIR] webrtc-audio-processing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webrtc-audio-processing/+bug/1325859/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1261666] Re: [pulseaudio] module.c: Failed to load module module-echo-cancel (argument: aec_method=webrtc): initia lization failed.

2014-06-03 Thread David Henningsson
Ok, first step is to get the webrtc dependency into main. Waiting for
ubuntu-mir team here: bug 1325859

** Changed in: pulseaudio (Ubuntu)
   Status: Triaged = In Progress

** Changed in: pulseaudio (Ubuntu)
 Assignee: (unassigned) = David Henningsson (diwic)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1261666

Title:
  [pulseaudio] module.c: Failed to load module module-echo-cancel
  (argument: aec_method=webrtc): initia lization failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1261666/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1325883] [NEW] Cannot close fullscreen youtube window after screensaver

2014-06-03 Thread David Henningsson
Private bug reported:

Steps to reproduce:

1) start a youtube video and go to youtube fullscreen mode.
2) pause the video
3) wait until screensaver appears
4) input your password to unlock the screen.
5) The screen is now unresponsive. The mouse arrow moves, and Ctrl-Alt-F1 
works, but otherwise there is no visual response from any keys, the screen 
seems hung.

This is Ubuntu 14.04, with the radeon driver.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-27.50-generic 3.13.11
Uname: Linux 3.13.0-27-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Tue Jun  3 11:17:10 2014
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 snd-firewire, 3.11, 3.13.0-24-generic, x86_64: installed
 snd-firewire, 3.11, 3.13.0-27-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RV710 [Radeon HD 4550] [1002:9540] 
(prog-if 00 [VGA controller])
   Subsystem: PC Partner Limited / Sapphire Technology Device [174b:e106]
InstallationDate: Installed on 2014-04-11 (53 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily amd64 (20140410)
MachineType: Gigabyte Technology Co., Ltd. GA-MA770T-UD3P
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-27-generic 
root=UUID=41918253-18a9-4b38-9bd8-1abd0fe7f8d9 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/24/2009
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F2
dmi.board.name: GA-MA770T-UD3P
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF2:bd06/24/2009:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA770T-UD3P:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA770T-UD3P:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: GA-MA770T-UD3P
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Tue Jun  3 10:53:55 2014
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputKINESIS FREESTYLE KB700 KB700 Kinesis Freestyle KEYBOARD, id 8
 inputKingsis Peripherals  Evoluent VerticalMouse 3  MOUSE, id 9
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.15.1-0ubuntu2
xserver.video_driver: radeon

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: Invalid


** Tags: amd64 apport-bug trusty ubuntu

** Summary changed:

- Cannot close fullscreen youtube window
+ Cannot close fullscreen youtube window after screensaver

** Changed in: xorg (Ubuntu)
   Status: New = Invalid

** Information type changed from Public to Private

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1325883

Title:
  Cannot close fullscreen youtube window after screensaver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1325883/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1289917] Re: Selecting an output device in sound settings doesn't work

2014-06-03 Thread David Henningsson
Hi,

It seems the bug reporter is not responding and I can't reproduce it
here, so I'm closing the bug. If you're the bug reporter and has the
time to help us resolve the bug together, feel free to reopen the bug.
Thanks!

** Changed in: unity-control-center (Ubuntu)
   Status: Incomplete = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1289917

Title:
  Selecting an output device in sound settings doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1289917/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1286021] Re: 2.1 surround support (userspace)

2014-06-03 Thread David Henningsson
Upstream accepted the patch and I've just uploaded a new package to the ppa. 
Can you help test it (when it has finished building)?
Thanks!

** Changed in: pulseaudio (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1286021

Title:
  2.1 surround support (userspace)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-lib/+bug/1286021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1325859] Re: [MIR] webrtc-audio-processing

2014-06-03 Thread David Henningsson
 Hello I installed this package already web-audio-processing but when i use 
 : pactl load-module module-echo-cancel
  aec_method=webrtc it return : Failure: Module initalization failed!!

Yes, this is because pulseaudio builds without webrtc support by
default. Just installing the package is not enough. You will need to
rebuild pulseaudio with libwebrtc-audio-processing-dev installed (and
maybe there needs to be some packaging changes to PA too, not sure).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1325859

Title:
  [MIR] webrtc-audio-processing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webrtc-audio-processing/+bug/1325859/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


<    1   2   3   4   5   6   7   8   9   10   >