[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2014-01-25 Thread Raymond
https://bugzilla.kernel.org/show_bug.cgi?id=43024 ** Bug watch added: Linux Kernel Bug Tracker #43024 http://bugzilla.kernel.org/show_bug.cgi?id=43024 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2014-01-25 Thread Niraj
But I am not observing any problem related to working of sound card. Obviously sound after sleep and hibernate is broken, but patch needs to be modified for that. Can you explain any not so obvious problem due to this fault? -- You received this bug notification because you are a member of

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2014-01-24 Thread Raymond
are you using latest alsa driver ? most likely the digital spdif is conflicct with hdmi codec when both try to create those IEC958 controls https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/?id=dcda5806165c155d90b9aa466a1602cf4726012b Node 0x10 [Audio Output] wcaps 0x611:

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2014-01-24 Thread Niraj
My bad. I had disabled HDMI codecs through BIOS. When enabled, current patch fails because it detects non zero probe mask(only for HDMI though). Will attach modified patch soon. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2014-01-24 Thread Niraj
Attaching revised patch with new alsa-info. This patch doesn't look so good because codec-to-be-probed is assumed at location 0 and other discovered codecs are not considered. But if this bug is only present in this chipset, in my opinion this should be good enough. http://www.alsa-

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2014-01-24 Thread Raymond
but your kernel 3.5 still have [ 14.820143] DRHD: handling fault status reg 3 -- [ 14.821504] DMAR:[fault reason 06] PTE Read access is not set -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2014-01-24 Thread Niraj
I don't have much technical depth in it. So please explain what does it mean, and how can it be avoided. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1155202 Title: [Intel DZ77SL-50K, Intel

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2014-01-23 Thread Niraj
http://www.alsa- project.org/db/?f=34678ff26afafe9cc9c69457ac45bc551ca33b34 Interestingly driver does not detect HDMI codec now -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1155202 Title: [Intel

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2014-01-22 Thread Niraj
Let me try to explain my findings: How does this magic sequence come? By dumping Win7 driver's init sequence and reproducing it through ALSA driver. why does it need to set UNSOL flag at first? No such need, I've put it after regular init so that only affected chipsets are reset again. Putting

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2014-01-22 Thread Raymond
you have to provide output of alsa-info.sh when both codecs are detected -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1155202 Title: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI]

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2014-01-13 Thread Ubuntu Foundations Team Bug Bot
The attachment patch seems to be a patch. If it isn't, please remove the patch flag from the attachment, remove the patch tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by ~brian-murray, for any

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2014-01-12 Thread Niraj
Attaching a revised patch. Tested on Linux 3.5.0-45-generic kernel using DKMS source and 3.12.6 kernel. Please see anything needs to be changed to fit coding standards. ** Attachment added: patch

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2014-01-07 Thread David Henningsson
Ok. So to try to get this into upstream, you need to test this with the latest upstream driver, and I need to know *where* this code was added, too. So, the patch needs to apply to: http://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/sound/pci/hda/hda_intel.c This code is the same

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2014-01-06 Thread Niraj
Ok, here's a good news. I believe I have a code change to overcome chip bug. A bit of debug description: I collected couple of more win7 IOMMU traces. It turns out even win7 sometimes does not detect mask in first place. It did about 20 read/writes before reading mask again. I mirrored those

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2014-01-01 Thread Niraj
Attaching IOMMU read/write traces for both win7 and ubuntu12.10 guest machines. ** Attachment added: win7 trace https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1155202/+attachment/3938607/+files/trace_win7 -- You received this bug notification because you are a member of Ubuntu

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2014-01-01 Thread Niraj
** Attachment added: ubuntu trace https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1155202/+attachment/3938608/+files/trace_ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1155202

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2014-01-01 Thread David Henningsson
Cool stuff. I've never looked at PCI IOMMU traces before. I don't see anything obvious when looking at those traces though, so we're probably looking at some type of chipset bug here. I guess we're down to trial and error then? I e, try random changes to stuff that win7 does but we don't (or the

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2013-12-31 Thread Niraj
** Changed in: alsa-driver (Ubuntu) Status: Expired = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1155202 Title: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI]

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2013-12-30 Thread Niraj
I finally have some good news. I installed Win7 guest using qemu and passed pci card to it. Win7 was able to detect it. I closed Win7, and reinserted snd_hda_intel, and now it detects both analog and digital devices. I tried it couple of times and it worked. So and ugly hack to get it working. I

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2013-08-10 Thread Launchpad Bug Tracker
[Expired for alsa-driver (Ubuntu) because there has been no activity for 60 days.] ** Changed in: alsa-driver (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2013-06-11 Thread David Henningsson
From windows 7 I found out that realtec ALC662 codec is located at location 0 on HD Audio bus. Is there any more information here that could be relevant, such as the PCI bus address of the ALC662 codec as well as the HDMI codec? -- You received this bug notification because you are a member of

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2013-06-06 Thread Daniel Letzeisen
Kyle, in terminal: echo options snd_hda_intel probe_mask=0x1ff | sudo tee -a /etc/modprobe.d/alsa-base.conf -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1155202 Title: [Intel DZ77SL-50K, Intel

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2013-06-06 Thread Raymond
try probe mask which exclude address 3 of the HDMI codec -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1155202 Title: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2013-06-06 Thread Raymond
17.488737] hda_intel: codec_mask forced to 0xff [ 17.488806] snd_hda_intel :00:1b.0: irq 47 for MSI/MSI-X [ 18.298173] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro -- [ 19.045957] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 20.505231] hda-intel :00:1b.0:

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2013-06-06 Thread Niraj
I've tried disabling probe_mask for HDMI. It results in no sound device being available in aplay. Interestingly BIOS during boot is able to detect this codec and play a boot-up tune. Regards Niraj -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2013-06-05 Thread Niraj
Thanks for your reply. I tried both these suggestions but none of them worked. My Alsa info is located at http://www.alsa- project.org/db/?f=661aa91faf8c9cf4b6b7726b0a3cceefab46876b From windows 7 I found out that realtec ALC662 codec is located at location 0 on HD Audio bus. But as alsa-info

Re: [Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2013-06-05 Thread Kyle Richey
I upgraded the Alsa driver and still no sound at all. but I have no idea how to try the second thing you suggested. could you explain to me how to do this. Kyle On Tue, Jun 4, 2013 at 1:16 AM, David Henningsson 1155...@bugs.launchpad.net wrote: The analog audio does not show up at all, it's

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2013-06-04 Thread David Henningsson
The analog audio does not show up at all, it's not being probed correctly. First try the latest drivers: https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS If this does not help, with the drivers installed also try add the following to /etc/modprobe.d/alsa-base.conf : options snd_hda_intel

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2013-06-03 Thread Niraj
** Attachment added: lshw https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1155202/+attachment/3694116/+files/lshw -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1155202 Title: [Intel

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2013-06-03 Thread Niraj
I am suffering from same problem. So when I looked at motherboard technical specs, it says there are two separate audio interfaces. One for 7.1 HDMI and other 5+1 HD audio via Realtek ALC662 codec. Accordingly I tried inserting snd_hda_intel with model=asus-mode1 to asus-mode-8 as specified in

Re: [Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2013-04-16 Thread Kyle Richey
Sorry it is taking so long between responses I only have time once a week to work on this and as I said I don't know a whole lot about ubuntu so this whole terminal thing is brand new to me. Here is where my new alsa driver info is located. http://www.alsa-

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2013-03-30 Thread Dave Lentz
Yes, please post link to your alsa-info now that you've installed latest driver: https://wiki.ubuntu.com/Audio/AlsaInfo ** 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

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2013-03-29 Thread Raymond
post the output put of alsa-info.sh Default sample spec: s16le 2ch 44100Hz Default channel map: front-left,front-right Default sink name: alsa_output.pci-_00_1b.0.hdmi-stereo Default source name: alsa_output.pci-_00_1b.0.hdmi-stereo.monitor -- You received this bug notification because

Re: [Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2013-03-28 Thread Kyle Richey
I just got done installing the driver followed the instructions and I am still getting no sound. But this is only the case in uBuntu it works just fine in Windows 7 On Fri, Mar 15, 2013 at 2:19 AM, Dave Lentz 1155...@bugs.launchpad.netwrote: Kyle, I'd suggest trying the latest ALSA driver for

[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2013-03-15 Thread Dave Lentz
Kyle, I'd suggest trying the latest ALSA driver for Precise since this is a fairly new chipset: https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS ** Summary changed: - [, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all + [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI]