Activity log for bug #1255370

Date Who What changed Old value New value Message
2013-11-27 01:15:39 Chun Li bug added bug
2013-11-27 04:19:24 Ubuntu Foundations Team Bug Bot tags bot-comment
2013-11-27 15:00:47 Brian Murray affects ubuntu linux (Ubuntu)
2013-11-27 15:30:08 Brad Figg linux (Ubuntu): status New Incomplete
2013-11-27 17:08:42 Joseph Salisbury linux (Ubuntu): importance Undecided Medium
2013-11-27 17:29:57 Daniel Letzeisen bug task added alsa-driver (Ubuntu)
2013-11-28 02:07:37 Chun Li tags bot-comment apport-collected bot-comment saucy
2013-11-28 02:07:39 Chun Li description I installed Ubuntu 13.10 on a new MacBook Pro (Late 2013, 13-inch Haswell retina). The speakers did not work after installation, and after I fixed it, it would not work after suspend. It turns out some of the flags were not set correctly. I can fix these problems but it would be nice to have them fixed at installation. The problem can be seen in the GPIO section in /proc/asound/card1/codec#0 (card0 is for HDMI). After boot, the GPIO flags for IO[0] were GPIO: io=6, o=2, i=0, unsolicited=1, wake=1 IO[0]: enable=1, dir=1, wake=0, sticky=0, data=0, unsol=0 If data were set to 1, sound would work! I fixed this by installing alsa-tools and adding to /etc/rc.local a line: hda-verb /dev/snd/hwC1D0 0x1 set_gpio_data 1 After resuming from suspend, the GPIO flags for IO[0] became GPIO: io=6, o=2, i=0, unsolicited=1, wake=1 IO[0]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0 Here, three flags were set to 0. I fixed this by adding to /etc/pm/sleep.d/99_myfix a few lines: #!/bin/sh case "$1" in resume|thaw) hda-verb /dev/snd/hwC1D0 0x1 set_gpio_mask 1 sleep 1 hda-verb /dev/snd/hwC1D0 0x1 set_gpio_direction 1 sleep 1 hda-verb /dev/snd/hwC1D0 0x1 set_gpio_data 1 ;; esac I installed Ubuntu 13.10 on a new MacBook Pro (Late 2013, 13-inch Haswell retina). The speakers did not work after installation, and after I fixed it, it would not work after suspend. It turns out some of the flags were not set correctly. I can fix these problems but it would be nice to have them fixed at installation. The problem can be seen in the GPIO section in /proc/asound/card1/codec#0 (card0 is for HDMI). After boot, the GPIO flags for IO[0] were GPIO: io=6, o=2, i=0, unsolicited=1, wake=1 IO[0]: enable=1, dir=1, wake=0, sticky=0, data=0, unsol=0 If data were set to 1, sound would work! I fixed this by installing alsa-tools and adding to /etc/rc.local a line: hda-verb /dev/snd/hwC1D0 0x1 set_gpio_data 1 After resuming from suspend, the GPIO flags for IO[0] became GPIO: io=6, o=2, i=0, unsolicited=1, wake=1 IO[0]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0 Here, three flags were set to 0. I fixed this by adding to /etc/pm/sleep.d/99_myfix a few lines: #!/bin/sh case "$1" in resume|thaw) hda-verb /dev/snd/hwC1D0 0x1 set_gpio_mask 1 sleep 1 hda-verb /dev/snd/hwC1D0 0x1 set_gpio_direction 1 sleep 1 hda-verb /dev/snd/hwC1D0 0x1 set_gpio_data 1 ;; esac --- ApportVersion: 2.12.5-0ubuntu2.1 Architecture: amd64 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC1: lic3 3717 F.... pulseaudio /dev/snd/controlC0: lic3 3717 F.... pulseaudio DistroRelease: Ubuntu 13.10 HibernationDevice: RESUME=UUID=a2156b27-f1e5-4408-9fb3-491e6f8229fb InstallationDate: Installed on 2013-11-06 (21 days ago) InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1) MachineType: Apple Inc. MacBookPro11,1 MarkForUpload: True NonfreeKernelModules: wl Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-13-generic.efi.signed root=UUID=b62d2699-f735-46a1-8e31-23146f2497a3 ro libata.force=noncq quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6 RelatedPackageVersions: linux-restricted-modules-3.11.0-13-generic N/A linux-backports-modules-3.11.0-13-generic N/A linux-firmware 1.116 Tags: saucy saucy Uname: Linux 3.11.0-13-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo dmi.bios.date: 09/22/2013 dmi.bios.vendor: Apple Inc. dmi.bios.version: MBP111.88Z.0133.B00.1309220923 dmi.board.asset.tag: Base Board Asset Tag# dmi.board.name: Mac-189A3D4F975D5FFC dmi.board.vendor: Apple Inc. dmi.board.version: MacBookPro11,1 dmi.chassis.type: 10 dmi.chassis.vendor: Apple Inc. dmi.chassis.version: Mac-189A3D4F975D5FFC dmi.modalias: dmi:bvnAppleInc.:bvrMBP111.88Z.0133.B00.1309220923:bd09/22/2013:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC: dmi.product.name: MacBookPro11,1 dmi.product.version: 1.0 dmi.sys.vendor: Apple Inc.
2013-11-28 02:07:41 Chun Li attachment added AlsaInfo.txt https://bugs.launchpad.net/bugs/1255370/+attachment/3918719/+files/AlsaInfo.txt
2013-11-28 02:07:44 Chun Li attachment added BootDmesg.txt https://bugs.launchpad.net/bugs/1255370/+attachment/3918720/+files/BootDmesg.txt
2013-11-28 02:07:46 Chun Li attachment added CRDA.txt https://bugs.launchpad.net/bugs/1255370/+attachment/3918721/+files/CRDA.txt
2013-11-28 02:07:48 Chun Li attachment added CurrentDmesg.txt https://bugs.launchpad.net/bugs/1255370/+attachment/3918722/+files/CurrentDmesg.txt
2013-11-28 02:07:50 Chun Li attachment added IwConfig.txt https://bugs.launchpad.net/bugs/1255370/+attachment/3918723/+files/IwConfig.txt
2013-11-28 02:07:51 Chun Li attachment added Lspci.txt https://bugs.launchpad.net/bugs/1255370/+attachment/3918724/+files/Lspci.txt
2013-11-28 02:07:54 Chun Li attachment added Lsusb.txt https://bugs.launchpad.net/bugs/1255370/+attachment/3918725/+files/Lsusb.txt
2013-11-28 02:07:56 Chun Li attachment added ProcCpuinfo.txt https://bugs.launchpad.net/bugs/1255370/+attachment/3918726/+files/ProcCpuinfo.txt
2013-11-28 02:07:58 Chun Li attachment added ProcEnviron.txt https://bugs.launchpad.net/bugs/1255370/+attachment/3918727/+files/ProcEnviron.txt
2013-11-28 02:08:00 Chun Li attachment added ProcInterrupts.txt https://bugs.launchpad.net/bugs/1255370/+attachment/3918728/+files/ProcInterrupts.txt
2013-11-28 02:08:03 Chun Li attachment added ProcModules.txt https://bugs.launchpad.net/bugs/1255370/+attachment/3918729/+files/ProcModules.txt
2013-11-28 02:08:06 Chun Li attachment added PulseList.txt https://bugs.launchpad.net/bugs/1255370/+attachment/3918730/+files/PulseList.txt
2013-11-28 02:08:08 Chun Li attachment added RfKill.txt https://bugs.launchpad.net/bugs/1255370/+attachment/3918731/+files/RfKill.txt
2013-11-28 02:08:11 Chun Li attachment added UdevDb.txt https://bugs.launchpad.net/bugs/1255370/+attachment/3918732/+files/UdevDb.txt
2013-11-28 02:08:15 Chun Li attachment added UdevLog.txt https://bugs.launchpad.net/bugs/1255370/+attachment/3918733/+files/UdevLog.txt
2013-11-28 02:08:20 Chun Li attachment added WifiSyslog.txt https://bugs.launchpad.net/bugs/1255370/+attachment/3918734/+files/WifiSyslog.txt
2013-11-28 03:25:01 Raymond bug watch added http://bugzilla.kernel.org/show_bug.cgi?id=60811
2013-11-29 09:49:17 Raymond bug watch added http://bugzilla.kernel.org/show_bug.cgi?id=61741
2015-03-16 02:38:01 Launchpad Janitor alsa-driver (Ubuntu): status New Confirmed
2020-03-05 13:16:00 Marcus Tomlinson alsa-driver (Ubuntu): status Confirmed Incomplete
2020-05-06 12:14:59 Marcus Tomlinson alsa-driver (Ubuntu): status Incomplete Invalid