Launchpad has imported 16 comments from the remote bug at https://bugzilla.redhat.com/show_bug.cgi?id=1220709.
If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help.launchpad.net/InterBugTracking. ------------------------------------------------------------------------ On 2015-05-12T09:18:41+00:00 Nadim wrote: Description of problem: Installation succeeds on HP Spectre x360 (model 13-4003dx) without issue, except that sound will not work on the internal speakers. The GNOME sound settings UI will show an empty list of sound devices. When an external device is connected (for example, a Bluetooth speaker), sound works perfectly on the external device and the device indeed becomes listed in the GNOME sound settings UI. When attempting to adjust the sound volume in GNOME with no external speakers connected, the indicated sound device is "HDMI/DisplayPort". However, no sound is ever produced on the internal speakers. Version-Release number of selected component (if applicable): Fedora 21, Fedora 22 with latest kernel (4.0.2) How reproducible: Happens 100% of the time. Steps to Reproduce: 1. Install Fedora 21 or 22 with any kernel up until the latest (4.0.2) Actual results: Sound will not work on internal speakers and no sound interface will be shown in GNOME settings. Sound will work on external Bluetooth speakers or headphones. Expected results: Sound is expected to work on internal speakers. Additional info: This appears to be a bug that is common across all new laptops shipping with the new Broadwell-U chipset. It has already been reported (and apparently resolved in a kernel update) for the Dell XPS 13 which ships with the same chipset [1] [2] -- however, the fixes described therein do not aid with the Spectre x360. A bug for the Spectre x360 is also currently open over at Ubuntu's bug tracker [2]. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1188741 [2] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1441852 Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1441852/comments/60 ------------------------------------------------------------------------ On 2015-05-13T08:39:40+00:00 Nadim wrote: I can add that this issue remains present when upgrading to the 4.1-rc3 kernel via the rawhide repositories. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1441852/comments/63 ------------------------------------------------------------------------ On 2015-05-17T05:12:18+00:00 Nick wrote: I also have a HP Spectre 360, and while collecting info to file bug 1222273, I noticed this recurring message in journalctl: kernel: broadwell-audio broadwell-audio: ASoC: CODEC DAI rt286-aif1 not registered Searching for that codec name brought me to https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1413446 In my case, the internal speakers are working fine, but the builtin microphone doesn't work (which matches the systems some folks have reported on that Ubuntu bug). Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1441852/comments/65 ------------------------------------------------------------------------ On 2015-05-25T00:08:41+00:00 Nick wrote: On closer inspection, it appears the audio on my system is actually coming out via the currently attached external monitor's speakers over HDMI, rather than using the internal audio. Together with bug 1221050, this suggests to me current drivers may have significant compatibility issues with this particular chipset. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1441852/comments/67 ------------------------------------------------------------------------ On 2015-06-13T13:13:13+00:00 Nadim wrote: It would be pretty neat if someone could help out with this. It seems to be a common issue with Linux distributions and the Broadwell-U chipset... Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1441852/comments/73 ------------------------------------------------------------------------ On 2015-09-16T16:23:49+00:00 Mark wrote: Hi All, I was able to get this working on my HP Spectre x360 on Fedora 22 as follows: 1. Update grub config # vi /etc/default/grub GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" Before: GRUB_CMDLINE_LINUX="rd.lvm.lv=fedora_spectre/swap rd.lvm.lv=fedora_spectre/root rhgb quiet" After: GRUB_CMDLINE_LINUX="rd.lvm.lv=fedora_spectre/swap rd.lvm.lv=fedora_spectre/root rhgb quiet acpi_backlight=vendor acpi_osi=`!Windows 2013` acpi_osi=`!Windows 2012`" GRUB_DISABLE_RECOVERY="true" [root@spectre ~]# grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg 2. Reboot 2x FWIW - I did not encounter this on my Lenovo x230. The underlying issue appear to be how Broadwell-based chipsets are recognized. On the HP forums, folks noted that the backlight parameter was also required. This did appear to be the case for me as well - if I left it out, the sound worked fine but the screen dim/bright control did not. Hope this helps! -m Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1441852/comments/85 ------------------------------------------------------------------------ On 2015-09-17T01:10:13+00:00 Nick wrote: After changing the backticks in Mark's workaround to single quotes, that configuration change did the trick for me - the on-board speakers and microphone in the Spectre 360 are working for me for the first time since I got it. The two reboots appear to be needed - after the first reboot, the onboard audio still wasn't recognised, but it was there after the second one. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1441852/comments/86 ------------------------------------------------------------------------ On 2015-10-20T19:21:16+00:00 Justin wrote: *********** MASS BUG UPDATE ************** We apologize for the inconvenience. There is a large number of bugs to go through and several of them have gone stale. Due to this, we are doing a mass bug update across all of the Fedora 22 kernel bugs. Fedora 22 has now been rebased to 4.2.3-200.fc22. Please test this kernel update (or newer) and let us know if you issue has been resolved or if it is still present with the newer kernel. If you have moved on to Fedora 23, and are still experiencing this issue, please change the version to Fedora 23. If you experience different issues, please open a new bug report for those. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1441852/comments/93 ------------------------------------------------------------------------ On 2015-10-21T09:55:28+00:00 Nick wrote: As far as I am currently aware, the workaround Mark listed above is still needed to get audio working on the Spectre 360. Rechecking that will require removing the workaround, rebooting and seeing if the audio keeps working (so the needinfo flag is still valid). Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1441852/comments/94 ------------------------------------------------------------------------ On 2015-11-18T15:41:37+00:00 Langdon wrote: Can confirm: 1) f23 does not have sound 2) went through Mark's steps but changed from backticks to normal apostrophes 3) reboot x2 4) sound! 5) commented out change/re-ran grub2-mkconfig 6) reboot x2 7) no sound! 8) repeat steps 2-4 Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1441852/comments/98 ------------------------------------------------------------------------ On 2015-11-26T09:57:47+00:00 Nadim wrote: I can confirm that the following did indeed work for me on a fresh installation of Fedora 23: 1) Fedora 23 has no sound. 2) Appended the following string to the GRUB_CMDLINE_LINUX parameter in /etc/default/grub: acpi_backlight=vendor acpi_osi='!Windows 2013' acpi_osi='!Windows 2012' 3) Note that Mark's string used backticks instead of single quotes and thus did not work. 4) Ran this command as root: grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg 5) Rebooted twice. 6) Sound still did not work immediately. I had to open Sound settings and select the newly discovered "Speakers - Built-in Audio" device. 7) Sound works great! Hurray! Thanks for helping debug this, everyone. I hope this fix will be incorporated into future Fedora updates by default. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1441852/comments/99 ------------------------------------------------------------------------ On 2016-03-20T11:32:27+00:00 Nadim wrote: Closing this as fixed. Thanks again. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1441852/comments/103 ------------------------------------------------------------------------ On 2016-06-13T16:10:21+00:00 Nick wrote: @Nadim - is that a matter of this working by default now, or only with the post-install grub config change? Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1441852/comments/104 ------------------------------------------------------------------------ On 2016-06-14T09:10:08+00:00 Bastien wrote: This problem should be filed against the ACPI component at bugzilla.kernel.org Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1441852/comments/105 ------------------------------------------------------------------------ On 2016-07-17T16:30:08+00:00 morgan wrote: I'm unclear of the status of this bug - Comment 11, it's been closed current release as of 2016.03.20, which would suggest f23. But sound continues to fail similarly in f24: Bug 1279238 And, re Comment 13, is Redhat refusing this bug against Fedora? If the former, it should be re-opened re Bug 1279238 and that marked a dup of this. If the latter, that's a novel position for Redhat to take, could some clarification be given re bug policy - and Bug 1279238 should perhaps be similarly closed? thanks Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1441852/comments/106 ------------------------------------------------------------------------ On 2016-08-19T18:45:44+00:00 Adam wrote: The reporter chose to close the bug, though the solution referred to is more of a workaround than a fix. Bastien is saying that this is an upstream bug, so it should be filed (and hence fixed) upstream. There's nothing terribly novel about that, it happens all the time; Fedora has a stated policy that fixes should happen upstream where possible, not by downstream patching. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1441852/comments/108 ** Changed in: linux (Fedora) Status: Unknown => Fix Released ** Changed in: linux (Fedora) Importance: Unknown => Medium ** Bug watch added: Red Hat Bugzilla #1188741 https://bugzilla.redhat.com/show_bug.cgi?id=1188741 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1441852 Title: [HP Spectre x360 - 13-4010ca] Audio broken, broadwell-U audio controller Status in linux package in Ubuntu: Incomplete Status in linux package in Fedora: Fix Released Status in Gentoo Linux: New Bug description: On ubuntu trusty, Audio driver on HP Spectre x360 doesn't work. May be related to the bug found on the 2015 XPS 13. (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1413446) On the kernel 4.0-rc4+ given as solution for the bug found on the XPS 13, the dmesg -t | egrep "(audio|snd|INT3438)" command return: dmar: ACPI device "INT3438:00" under DMAR at fed91000 as 00:13.0 snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002) sst-acpi INT3438:00: DesignWare DMA Controller, 8 channels haswell-pcm-audio haswell-pcm-audio: FW loaded, mailbox readback FW info: type 01, - version: 00.00, build 77, source commit id: 876ac6906f31a43b6772b23c7c983ce9dcb18a19 broadwell-audio broadwell-audio: ASoC: CODEC DAI rt286-aif1 not registered --- ApportVersion: 2.14.1-0ubuntu3.8 Architecture: amd64 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC0: isatis 1479 F.... pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 HibernationDevice: RESUME=UUID=1e13c664-5747-48ed-942c-18c0610b50dd InstallationDate: Installed on 2015-04-01 (12 days ago) InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1) MachineType: Hewlett-Packard HP Spectre x360 Convertible 13 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-34-generic.efi.signed root=UUID=70117e8f-97a5-40f7-90fd-aa25fdba1bba ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.16.0-34.45~14.04.1-generic 3.16.7-ckt8 RelatedPackageVersions: linux-restricted-modules-3.16.0-34-generic N/A linux-backports-modules-3.16.0-34-generic N/A linux-firmware 1.127.11 Tags: trusty Uname: Linux 3.16.0-34-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 02/05/2015 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F.11 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: 802D dmi.board.vendor: Hewlett-Packard dmi.board.version: 58.25 dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF.11:bd02/05/2015:svnHewlett-Packard:pnHPSpectrex360Convertible13:pvr:rvnHewlett-Packard:rn802D:rvr58.25:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP Spectre x360 Convertible 13 dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1441852/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp

