[Kernel-packages] [Bug 1324384] Re: [Lenovo ThinkPad X61s] Speaker volume mutes itself in random intervals after upgrade to 14.04

2014-06-02 Thread Alexander Fedora
Link to the bug report: http://mailman.alsa-project.org/pipermail/alsa- devel/2014-June/077340.html It seems like the issue can be solved by removing pulseaudio. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1324384] Re: [Lenovo ThinkPad X61s] Speaker volume mutes itself in random intervals after upgrade to 14.04

2014-06-01 Thread Alexander Fedora
Please look at the diff below. I won't have much time till Tuesday. Will read how to try to use early patching then. Thanks. I've also send bug report to the alsa-de...@alsa-project.org. It waits approval from moderators. Will post the link to email as soon as it will be approved. ---

[Kernel-packages] [Bug 1324384] Re: [Lenovo ThinkPad X61s] Speaker volume mutes itself in random intervals after upgrade to 14.04

2014-06-01 Thread Alexander Fedora
Sorry, just realized the message was too long. Attached diff between alsa info for working and broken kernels as file. ** Attachment added: diff -u alsa-info-3.10-rc7-358-gaa95d61-generic.txt alsa-info-3.10-rc7-359-g5ccc618-generic.txt

[Kernel-packages] [Bug 1324384] Re: [Lenovo ThinkPad X61s] Speaker volume mutes itself in random intervals after upgrade to 14.04

2014-05-31 Thread Alexander Fedora
I'm still doing bisection. Taking a lot of time. Meanwhile I've collected some logs from good kernel: APLAY: List of PLAYBACK Hardware Devices card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog] Subdevices: 0/1 Subdevice #0: subdevice #0 card 0: Intel [HDA Intel],

[Kernel-packages] [Bug 1324384] Re: [Lenovo ThinkPad X61s] Speaker volume mutes itself in random intervals after upgrade to 14.04

2014-05-31 Thread Raymond
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_analog.c?id=6a699bec88d5755c0f1be4e967649b3cfeac0205 use hdajackretask or early patching to fix the pin default if spdif node 0x1b from[n/a] to jack

[Kernel-packages] [Bug 1324384] Re: [Lenovo ThinkPad X61s] Speaker volume mutes itself in random intervals after upgrade to 14.04

2014-05-31 Thread Raymond
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_analog.c?id=5ccc618fee67f0f0b2122dd4b32a02fd2b6a1569 this is the patch which drop static model and use auto probe you have to fixup missing pin and any regression of this patch -- You received this bug

[Kernel-packages] [Bug 1324384] Re: [Lenovo ThinkPad X61s] Speaker volume mutes itself in random intervals after upgrade to 14.04

2014-05-31 Thread Raymond
case AD1984_THINKPAD: - if (codec-subsystem_id == 0x17aa20fb) { - /* Thinpad X300 does not have the ability to do SPDIF, - or attach to docking station to use SPDIF */ - spec-multiout.dig_out_nid = 0; -

[Kernel-packages] [Bug 1324384] Re: [Lenovo ThinkPad X61s] Speaker volume mutes itself in random intervals after upgrade to 14.04

2014-05-31 Thread Alexander Fedora
Thank you Raymond, I will look into patching it. I have no experience working with kernel or audio driver. Will need to read the code and documentation. It may take some time. But I could quickly confirm what 5ccc618fee67f0f0b2122dd4b32a02fd2b6a1569 is the commit, which causing the problem. --

[Kernel-packages] [Bug 1324384] Re: [Lenovo ThinkPad X61s] Speaker volume mutes itself in random intervals after upgrade to 14.04

2014-05-31 Thread Christopher M. Penalver
Alexander Fedora, the issue you are reporting is an upstream one. Could you please report this problem through the appropriate channel by following the instructions _verbatim_ at https://wiki.ubuntu.com/Bugs/Upstream/kernel ? Please provide a direct URL to your e-mail to the mailing list once you

[Kernel-packages] [Bug 1324384] Re: [Lenovo ThinkPad X61s] Speaker volume mutes itself in random intervals after upgrade to 14.04

2014-05-31 Thread Raymond
the easy way is diff -u workingalsainfo nonworkingalsainfo you can use early patching to disable independent headphone by hint and fixup spdif pin since stereo mix is disalbed as it conflict with auto Mic selection -/* - * Lenovo Thinkpad T61/X61 - */ -static const struct hda_input_mux

[Kernel-packages] [Bug 1324384] Re: [Lenovo ThinkPad X61s] Speaker volume mutes itself in random intervals after upgrade to 14.04

2014-05-30 Thread Christopher M. Penalver
Alexander Fedora, the next step is to fully commit bisect the kernel in order to identify the offending commit. Could you please do this following https://wiki.ubuntu.com/Kernel/KernelBisection ? ** Tags removed: kernel-bug-exists-upstream ** Tags added: kernel-bug-exists-upstream-3.15-rc7

[Kernel-packages] [Bug 1324384] Re: [Lenovo ThinkPad X61s] Speaker volume mutes itself in random intervals after upgrade to 14.04

2014-05-30 Thread Alexander Fedora
Regression introduced between Ubuntu-3.11.0-12.19 and Ubuntu-3.12.0-1.3 versions. Diff contains 12147 commits. May take a while to do commit bisection. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1324384] Re: [Lenovo ThinkPad X61s] Speaker volume mutes itself in random intervals after upgrade to 14.04

2014-05-30 Thread Raymond
independent headphone should be disabled on notebook analog device and alternate analog device must use different audio output 0x03 and 0x04 Node 0x03 [Audio Output] wcaps 0x405: Stereo Amp-Out Control: name=Headphone Playback Volume, index=0, device=0 ControlAmp: chs=3, dir=Out, idx=0,

[Kernel-packages] [Bug 1324384] Re: [Lenovo ThinkPad X61s] Speaker volume mutes itself in random intervals after upgrade to 14.04

2014-05-30 Thread Raymond
seem missing dock headphone/line out if there is dock mic 241.617003] autoconfig: line_outs=1 (0x12/0x0/0x0/0x0/0x0) type:speaker [ 241.617008]speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 241.617011]hp_outs=1 (0x11/0x0/0x0/0x0/0x0) [ 241.617013]mono: mono_out=0x0 [ 241.617015]

[Kernel-packages] [Bug 1324384] Re: [Lenovo ThinkPad X61s] Speaker volume mutes itself in random intervals after upgrade to 14.04

2014-05-30 Thread Raymond
APLAY List of PLAYBACK Hardware Devices card 0: Intel [HDA Intel], device 0: AD1984 Analog [AD1984 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: Intel [HDA Intel], device 2: AD1984 Alt Analog [AD1984 Alt Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 -- You

[Kernel-packages] [Bug 1324384] Re: [Lenovo ThinkPad X61s] Speaker volume mutes itself in random intervals after upgrade to 14.04

2014-05-29 Thread stpg
Confirmed bug exists in the latest upstream kernel: Linux x61s 3.15.0-031500rc7-generic #201405251935 SMP Sun May 25 23:36:23 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux No, I didn't saw this bug in previous versions of ubuntu. I've also stumbled upon very similar issue on askubuntu site:

[Kernel-packages] [Bug 1324384] Re: [Lenovo ThinkPad X61s] Speaker volume mutes itself in random intervals after upgrade to 14.04

2014-05-29 Thread Christopher M. Penalver
Alexander Fedora, as per http://download.lenovo.com/express/ddfm.html an update to your BIOS is available (2.22). If you update to this following https://help.ubuntu.com/community/BiosUpdate does it change anything? If it doesn't, could you please both specify what happened, and provide the

[Kernel-packages] [Bug 1324384] Re: [Lenovo ThinkPad X61s] Speaker volume mutes itself in random intervals after upgrade to 14.04

2014-05-29 Thread Alexander Fedora
I've updated bios. It didn't solve the problem. Speaker still not working properly. sudo dmidecode -s bios-version sudo dmidecode -s bios-release-date 7NETC2WW (2.22 ) 03/22/2011 ** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed ** Tags removed: bios-outdated-2.22 -- You