Activity log for bug #1805670

Date Who What changed Old value New value Message
2018-11-28 17:26:59 Hugo Ferreira bug added bug
2018-11-28 17:26:59 Hugo Ferreira attachment added Kernel log https://bugs.launchpad.net/bugs/1805670/+attachment/5217055/+files/kern.log
2018-11-28 17:28:22 Hugo Ferreira attachment added firmware https://bugs.launchpad.net/ubuntu/+bug/1805670/+attachment/5217056/+files/dmidecode.txt
2018-11-28 17:29:26 Hugo Ferreira attachment added lspci report https://bugs.launchpad.net/ubuntu/+bug/1805670/+attachment/5217057/+files/report.txt
2018-11-28 17:39:38 Hugo Ferreira description Some background information: I have a new Ubuntu 18.04 installation that did not go too well. The Live-USB installation would hang with ACPi related errors. I finally installed (barring a GRUB install error) using the acpi=off kernel flag. I also tested with acpi=force and no acpi settings (only worked after the last kernel update). I report here with - no changes in the kernel parameters - no changes in BIOS except of graphics set to hybrid (Nvidia + Intel) otherwise I could not get it to work I am following the indications here: https://wiki.ubuntu.com/DebuggingACPI So here is the initial information I have (kernel version, kernel parameters, ACPI errors): .............................. uname -a Linux gandalf 4.15.0-39-generic #42-Ubuntu SMP Tue Oct 23 15:48:01 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-4.15.0-39-generic root=UUID=82d8b6b9-1f12-4651-bbbb-3639a6b76683 ro quiet splash vt.handoff=1 dmesg | grep -i acpi | grep -i error [ 0.000000] ACPI Error: [\_SB_.PCI0.XHC_.RHUB.HS11] Namespace lookup failure, AE_NOT_FOUND (20170831/dswload-210) [ 0.000000] ACPI Error: 1 table load failures, 19 successful (20170831/tbxfload-246) [ 0.164845] ACPI Error: Field [CAP1] at bit offset/length 64/32 exceeds size of target Buffer (64 bits) (20170831/dsopcode-235) [ 0.164874] ACPI Error: Method parse/execution failed \_SB._OSC, AE_AML_BUFFER_LIMIT (20170831/psparse-550) [ 3.528032] ACPI Error: Method parse/execution failed \_SB.PCI0.SPI1.FPNT._CRS, AE_AML_INVALID_RESOURCE_TYPE (20170831/psparse-550) [ 3.528042] ACPI Error: Method execution failed \_SB.PCI0.SPI1.FPNT._CRS, AE_AML_INVALID_RESOURCE_TYPE (20170831/uteval-103) [ 3.529831] ACPI Error: Method parse/execution failed \_SB.PCI0.SPI2.FPNT._CRS, AE_AML_INVALID_RESOURCE_TYPE (20170831/psparse-550) [ 3.529840] ACPI Error: Method execution failed \_SB.PCI0.SPI2.FPNT._CRS, AE_AML_INVALID_RESOURCE_TYPE (20170831/uteval-103) [ 4.610629] ACPI Error: Method parse/execution failed \_TZ.GETP, AE_AML_PACKAGE_LIMIT (20170831/psparse-550) [ 4.610635] ACPI Error: Method parse/execution failed \_TZ.CHGZ._CRT, AE_AML_PACKAGE_LIMIT (20170831/psparse-550) [ 4.611513] ACPI Error: Method parse/execution failed \_TZ.GETP, AE_AML_PACKAGE_LIMIT (20170831/psparse-550) [ 4.611518] ACPI Error: Method parse/execution failed \_TZ.CHGZ._CRT, AE_AML_PACKAGE_LIMIT (20170831/psparse-550) [ 8.206279] ACPI Error: Needed [Buffer/String/Package], found [Integer] 0000000085bce4f4 (20170831/exresop-593) [ 8.206309] ACPI Error: Method parse/execution failed \_SB.WMIV.WVPO, AE_AML_OPERAND_TYPE (20170831/psparse-550) [ 8.206315] ACPI Error: Method parse/execution failed \_SB.WMIV.WMPV, AE_AML_OPERAND_TYPE (20170831/psparse-550) [ 8.210629] ACPI Error: Needed [Buffer/String/Package], found [Integer] 00000000352a9487 (20170831/exresop-593) [ 8.210660] ACPI Error: Method parse/execution failed \_SB.WMIV.WVPO, AE_AML_OPERAND_TYPE (20170831/psparse-550) [ 8.210666] ACPI Error: Method parse/execution failed \_SB.WMIV.WMPV, AE_AML_OPERAND_TYPE (20170831/psparse-550) [ 8.214527] ACPI Error: Needed [Buffer/String/Package], found [Integer] 0000000088ce12bb (20170831/exresop-593) [ 8.214555] ACPI Error: Method parse/execution failed \_SB.WMIV.WVPO, AE_AML_OPERAND_TYPE (20170831/psparse-550) [ 8.214562] ACPI Error: Method parse/execution failed \_SB.WMIV.WMPV, AE_AML_OPERAND_TYPE (20170831/psparse-550) [ 8.231122] ACPI Error: Attempt to CreateField of length zero (20170831/dsopcode-168) [ 8.231147] ACPI Error: Method parse/execution failed \_SB.WMIV.WVPI, AE_AML_OPERAND_VALUE (20170831/psparse-550) [ 8.231154] ACPI Error: Method parse/execution failed \_SB.WMIV.WMPV, AE_AML_OPERAND_VALUE (20170831/psparse-550) .............................. I have also added the following outputs: sudo lspci -vvnn >> report.txt sudo dmidecode > dmidecode.txt The kern.log after a suspend and resume. ................................ Some weird behavior I have noticed: . The Live-USB pendrive allowed me to use the touchpad when testing and installing Ubuntu . The current kernel does not allow me to use the touchpad . After I resume, the touchpad can be used . I cannot resume with the builtin At keyboard or touchpad . The dock (via Thunderbolt) gives me access to a mouse and keyboard that I use to resume . I have related graphics driver issue but do not know if they are lreated Is their anything else that is required to help solve these issues? TIA Some background information: I have a new Ubuntu 18.04 installation that did not go too well. The Live-USB installation would hang with ACPi related errors. I finally installed (barring a GRUB install error) using the acpi=off kernel flag. I also tested with acpi=force and no acpi settings (only worked after the last kernel update). I report here with - no changes in the kernel parameters - no changes in BIOS except of graphics set to hybrid (Nvidia + Intel) otherwise I could not get it to work I am following the indications here: https://wiki.ubuntu.com/DebuggingACPI So here is the initial information I have (kernel version, kernel parameters, ACPI errors): .............................. uname -a Linux gandalf 4.15.0-39-generic #42-Ubuntu SMP Tue Oct 23 15:48:01 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-4.15.0-39-generic root=UUID=82d8b6b9-1f12-4651-bbbb-3639a6b76683 ro quiet splash vt.handoff=1 dmesg | grep -i acpi | grep -i error [ 0.000000] ACPI Error: [\_SB_.PCI0.XHC_.RHUB.HS11] Namespace lookup failure, AE_NOT_FOUND (20170831/dswload-210) [ 0.000000] ACPI Error: 1 table load failures, 19 successful (20170831/tbxfload-246) [ 0.164845] ACPI Error: Field [CAP1] at bit offset/length 64/32 exceeds size of target Buffer (64 bits) (20170831/dsopcode-235) [ 0.164874] ACPI Error: Method parse/execution failed \_SB._OSC, AE_AML_BUFFER_LIMIT (20170831/psparse-550) [ 3.528032] ACPI Error: Method parse/execution failed \_SB.PCI0.SPI1.FPNT._CRS, AE_AML_INVALID_RESOURCE_TYPE (20170831/psparse-550) [ 3.528042] ACPI Error: Method execution failed \_SB.PCI0.SPI1.FPNT._CRS, AE_AML_INVALID_RESOURCE_TYPE (20170831/uteval-103) [ 3.529831] ACPI Error: Method parse/execution failed \_SB.PCI0.SPI2.FPNT._CRS, AE_AML_INVALID_RESOURCE_TYPE (20170831/psparse-550) [ 3.529840] ACPI Error: Method execution failed \_SB.PCI0.SPI2.FPNT._CRS, AE_AML_INVALID_RESOURCE_TYPE (20170831/uteval-103) [ 4.610629] ACPI Error: Method parse/execution failed \_TZ.GETP, AE_AML_PACKAGE_LIMIT (20170831/psparse-550) [ 4.610635] ACPI Error: Method parse/execution failed \_TZ.CHGZ._CRT, AE_AML_PACKAGE_LIMIT (20170831/psparse-550) [ 4.611513] ACPI Error: Method parse/execution failed \_TZ.GETP, AE_AML_PACKAGE_LIMIT (20170831/psparse-550) [ 4.611518] ACPI Error: Method parse/execution failed \_TZ.CHGZ._CRT, AE_AML_PACKAGE_LIMIT (20170831/psparse-550) [ 8.206279] ACPI Error: Needed [Buffer/String/Package], found [Integer] 0000000085bce4f4 (20170831/exresop-593) [ 8.206309] ACPI Error: Method parse/execution failed \_SB.WMIV.WVPO, AE_AML_OPERAND_TYPE (20170831/psparse-550) [ 8.206315] ACPI Error: Method parse/execution failed \_SB.WMIV.WMPV, AE_AML_OPERAND_TYPE (20170831/psparse-550) [ 8.210629] ACPI Error: Needed [Buffer/String/Package], found [Integer] 00000000352a9487 (20170831/exresop-593) [ 8.210660] ACPI Error: Method parse/execution failed \_SB.WMIV.WVPO, AE_AML_OPERAND_TYPE (20170831/psparse-550) [ 8.210666] ACPI Error: Method parse/execution failed \_SB.WMIV.WMPV, AE_AML_OPERAND_TYPE (20170831/psparse-550) [ 8.214527] ACPI Error: Needed [Buffer/String/Package], found [Integer] 0000000088ce12bb (20170831/exresop-593) [ 8.214555] ACPI Error: Method parse/execution failed \_SB.WMIV.WVPO, AE_AML_OPERAND_TYPE (20170831/psparse-550) [ 8.214562] ACPI Error: Method parse/execution failed \_SB.WMIV.WMPV, AE_AML_OPERAND_TYPE (20170831/psparse-550) [ 8.231122] ACPI Error: Attempt to CreateField of length zero (20170831/dsopcode-168) [ 8.231147] ACPI Error: Method parse/execution failed \_SB.WMIV.WVPI, AE_AML_OPERAND_VALUE (20170831/psparse-550) [ 8.231154] ACPI Error: Method parse/execution failed \_SB.WMIV.WMPV, AE_AML_OPERAND_VALUE (20170831/psparse-550) .............................. I have also added the following outputs: sudo lspci -vvnn >> report.txt sudo dmidecode > dmidecode.txt The kern.log after a suspend and resume. ................................ Some weird behavior I have noticed: . The Live-USB pendrive allowed me to use the touchpad when testing and installing Ubuntu . The current kernel does not allow me to use the touchpad . After I resume, the touchpad can be used . I cannot resume with the builtin At keyboard or touchpad . The dock (via Thunderbolt) gives me access to a mouse and keyboard that I use to resume . I have related graphics driver issue but do not know if they are related Is their anything else that is required to help solve these issues? TIA
2018-11-28 20:51:59 Brian Murray tags 18.04 acpi lts 18.04 acpi bot-comment lts
2018-11-28 21:17:48 Brian Murray affects ubuntu linux (Ubuntu)
2018-11-28 21:30:07 Ubuntu Kernel Bot linux (Ubuntu): status New Incomplete
2018-11-28 21:30:08 Ubuntu Kernel Bot tags 18.04 acpi bot-comment lts 18.04 acpi bionic bot-comment lts
2018-11-29 10:26:02 Hugo Ferreira tags 18.04 acpi bionic bot-comment lts 18.04 acpi apport-collected bionic bot-comment lts
2018-11-29 10:26:03 Hugo Ferreira description Some background information: I have a new Ubuntu 18.04 installation that did not go too well. The Live-USB installation would hang with ACPi related errors. I finally installed (barring a GRUB install error) using the acpi=off kernel flag. I also tested with acpi=force and no acpi settings (only worked after the last kernel update). I report here with - no changes in the kernel parameters - no changes in BIOS except of graphics set to hybrid (Nvidia + Intel) otherwise I could not get it to work I am following the indications here: https://wiki.ubuntu.com/DebuggingACPI So here is the initial information I have (kernel version, kernel parameters, ACPI errors): .............................. uname -a Linux gandalf 4.15.0-39-generic #42-Ubuntu SMP Tue Oct 23 15:48:01 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-4.15.0-39-generic root=UUID=82d8b6b9-1f12-4651-bbbb-3639a6b76683 ro quiet splash vt.handoff=1 dmesg | grep -i acpi | grep -i error [ 0.000000] ACPI Error: [\_SB_.PCI0.XHC_.RHUB.HS11] Namespace lookup failure, AE_NOT_FOUND (20170831/dswload-210) [ 0.000000] ACPI Error: 1 table load failures, 19 successful (20170831/tbxfload-246) [ 0.164845] ACPI Error: Field [CAP1] at bit offset/length 64/32 exceeds size of target Buffer (64 bits) (20170831/dsopcode-235) [ 0.164874] ACPI Error: Method parse/execution failed \_SB._OSC, AE_AML_BUFFER_LIMIT (20170831/psparse-550) [ 3.528032] ACPI Error: Method parse/execution failed \_SB.PCI0.SPI1.FPNT._CRS, AE_AML_INVALID_RESOURCE_TYPE (20170831/psparse-550) [ 3.528042] ACPI Error: Method execution failed \_SB.PCI0.SPI1.FPNT._CRS, AE_AML_INVALID_RESOURCE_TYPE (20170831/uteval-103) [ 3.529831] ACPI Error: Method parse/execution failed \_SB.PCI0.SPI2.FPNT._CRS, AE_AML_INVALID_RESOURCE_TYPE (20170831/psparse-550) [ 3.529840] ACPI Error: Method execution failed \_SB.PCI0.SPI2.FPNT._CRS, AE_AML_INVALID_RESOURCE_TYPE (20170831/uteval-103) [ 4.610629] ACPI Error: Method parse/execution failed \_TZ.GETP, AE_AML_PACKAGE_LIMIT (20170831/psparse-550) [ 4.610635] ACPI Error: Method parse/execution failed \_TZ.CHGZ._CRT, AE_AML_PACKAGE_LIMIT (20170831/psparse-550) [ 4.611513] ACPI Error: Method parse/execution failed \_TZ.GETP, AE_AML_PACKAGE_LIMIT (20170831/psparse-550) [ 4.611518] ACPI Error: Method parse/execution failed \_TZ.CHGZ._CRT, AE_AML_PACKAGE_LIMIT (20170831/psparse-550) [ 8.206279] ACPI Error: Needed [Buffer/String/Package], found [Integer] 0000000085bce4f4 (20170831/exresop-593) [ 8.206309] ACPI Error: Method parse/execution failed \_SB.WMIV.WVPO, AE_AML_OPERAND_TYPE (20170831/psparse-550) [ 8.206315] ACPI Error: Method parse/execution failed \_SB.WMIV.WMPV, AE_AML_OPERAND_TYPE (20170831/psparse-550) [ 8.210629] ACPI Error: Needed [Buffer/String/Package], found [Integer] 00000000352a9487 (20170831/exresop-593) [ 8.210660] ACPI Error: Method parse/execution failed \_SB.WMIV.WVPO, AE_AML_OPERAND_TYPE (20170831/psparse-550) [ 8.210666] ACPI Error: Method parse/execution failed \_SB.WMIV.WMPV, AE_AML_OPERAND_TYPE (20170831/psparse-550) [ 8.214527] ACPI Error: Needed [Buffer/String/Package], found [Integer] 0000000088ce12bb (20170831/exresop-593) [ 8.214555] ACPI Error: Method parse/execution failed \_SB.WMIV.WVPO, AE_AML_OPERAND_TYPE (20170831/psparse-550) [ 8.214562] ACPI Error: Method parse/execution failed \_SB.WMIV.WMPV, AE_AML_OPERAND_TYPE (20170831/psparse-550) [ 8.231122] ACPI Error: Attempt to CreateField of length zero (20170831/dsopcode-168) [ 8.231147] ACPI Error: Method parse/execution failed \_SB.WMIV.WVPI, AE_AML_OPERAND_VALUE (20170831/psparse-550) [ 8.231154] ACPI Error: Method parse/execution failed \_SB.WMIV.WMPV, AE_AML_OPERAND_VALUE (20170831/psparse-550) .............................. I have also added the following outputs: sudo lspci -vvnn >> report.txt sudo dmidecode > dmidecode.txt The kern.log after a suspend and resume. ................................ Some weird behavior I have noticed: . The Live-USB pendrive allowed me to use the touchpad when testing and installing Ubuntu . The current kernel does not allow me to use the touchpad . After I resume, the touchpad can be used . I cannot resume with the builtin At keyboard or touchpad . The dock (via Thunderbolt) gives me access to a mouse and keyboard that I use to resume . I have related graphics driver issue but do not know if they are related Is their anything else that is required to help solve these issues? TIA Some background information: I have a new Ubuntu 18.04 installation that did not go too well. The Live-USB installation would hang with ACPi related errors. I finally installed (barring a GRUB install error) using the acpi=off kernel flag. I also tested with acpi=force and no acpi settings (only worked after the last kernel update). I report here with - no changes in the kernel parameters - no changes in BIOS except of graphics set to hybrid (Nvidia + Intel) otherwise I could not get it to work I am following the indications here: https://wiki.ubuntu.com/DebuggingACPI So here is the initial information I have (kernel version, kernel parameters, ACPI errors): .............................. uname -a Linux gandalf 4.15.0-39-generic #42-Ubuntu SMP Tue Oct 23 15:48:01 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-4.15.0-39-generic root=UUID=82d8b6b9-1f12-4651-bbbb-3639a6b76683 ro quiet splash vt.handoff=1 dmesg | grep -i acpi | grep -i error [ 0.000000] ACPI Error: [\_SB_.PCI0.XHC_.RHUB.HS11] Namespace lookup failure, AE_NOT_FOUND (20170831/dswload-210) [ 0.000000] ACPI Error: 1 table load failures, 19 successful (20170831/tbxfload-246) [ 0.164845] ACPI Error: Field [CAP1] at bit offset/length 64/32 exceeds size of target Buffer (64 bits) (20170831/dsopcode-235) [ 0.164874] ACPI Error: Method parse/execution failed \_SB._OSC, AE_AML_BUFFER_LIMIT (20170831/psparse-550) [ 3.528032] ACPI Error: Method parse/execution failed \_SB.PCI0.SPI1.FPNT._CRS, AE_AML_INVALID_RESOURCE_TYPE (20170831/psparse-550) [ 3.528042] ACPI Error: Method execution failed \_SB.PCI0.SPI1.FPNT._CRS, AE_AML_INVALID_RESOURCE_TYPE (20170831/uteval-103) [ 3.529831] ACPI Error: Method parse/execution failed \_SB.PCI0.SPI2.FPNT._CRS, AE_AML_INVALID_RESOURCE_TYPE (20170831/psparse-550) [ 3.529840] ACPI Error: Method execution failed \_SB.PCI0.SPI2.FPNT._CRS, AE_AML_INVALID_RESOURCE_TYPE (20170831/uteval-103) [ 4.610629] ACPI Error: Method parse/execution failed \_TZ.GETP, AE_AML_PACKAGE_LIMIT (20170831/psparse-550) [ 4.610635] ACPI Error: Method parse/execution failed \_TZ.CHGZ._CRT, AE_AML_PACKAGE_LIMIT (20170831/psparse-550) [ 4.611513] ACPI Error: Method parse/execution failed \_TZ.GETP, AE_AML_PACKAGE_LIMIT (20170831/psparse-550) [ 4.611518] ACPI Error: Method parse/execution failed \_TZ.CHGZ._CRT, AE_AML_PACKAGE_LIMIT (20170831/psparse-550) [ 8.206279] ACPI Error: Needed [Buffer/String/Package], found [Integer] 0000000085bce4f4 (20170831/exresop-593) [ 8.206309] ACPI Error: Method parse/execution failed \_SB.WMIV.WVPO, AE_AML_OPERAND_TYPE (20170831/psparse-550) [ 8.206315] ACPI Error: Method parse/execution failed \_SB.WMIV.WMPV, AE_AML_OPERAND_TYPE (20170831/psparse-550) [ 8.210629] ACPI Error: Needed [Buffer/String/Package], found [Integer] 00000000352a9487 (20170831/exresop-593) [ 8.210660] ACPI Error: Method parse/execution failed \_SB.WMIV.WVPO, AE_AML_OPERAND_TYPE (20170831/psparse-550) [ 8.210666] ACPI Error: Method parse/execution failed \_SB.WMIV.WMPV, AE_AML_OPERAND_TYPE (20170831/psparse-550) [ 8.214527] ACPI Error: Needed [Buffer/String/Package], found [Integer] 0000000088ce12bb (20170831/exresop-593) [ 8.214555] ACPI Error: Method parse/execution failed \_SB.WMIV.WVPO, AE_AML_OPERAND_TYPE (20170831/psparse-550) [ 8.214562] ACPI Error: Method parse/execution failed \_SB.WMIV.WMPV, AE_AML_OPERAND_TYPE (20170831/psparse-550) [ 8.231122] ACPI Error: Attempt to CreateField of length zero (20170831/dsopcode-168) [ 8.231147] ACPI Error: Method parse/execution failed \_SB.WMIV.WVPI, AE_AML_OPERAND_VALUE (20170831/psparse-550) [ 8.231154] ACPI Error: Method parse/execution failed \_SB.WMIV.WMPV, AE_AML_OPERAND_VALUE (20170831/psparse-550) .............................. I have also added the following outputs: sudo lspci -vvnn >> report.txt sudo dmidecode > dmidecode.txt The kern.log after a suspend and resume. ................................ Some weird behavior I have noticed: . The Live-USB pendrive allowed me to use the touchpad when testing and installing Ubuntu . The current kernel does not allow me to use the touchpad . After I resume, the touchpad can be used . I cannot resume with the builtin At keyboard or touchpad . The dock (via Thunderbolt) gives me access to a mouse and keyboard that I use to resume . I have related graphics driver issue but do not know if they are related Is their anything else that is required to help solve these issues? TIA --- ProblemType: Bug ApportVersion: 2.20.9-0ubuntu7.5 Architecture: amd64 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC1: hmf 2117 F.... pulseaudio /dev/snd/controlC0: hmf 2117 F.... pulseaudio CurrentDesktop: ubuntu:GNOME DistroRelease: Ubuntu 18.04 MachineType: HP HP ZBook Studio G5 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-39-generic root=UUID=82d8b6b9-1f12-4651-bbbb-3639a6b76683 ro quiet splash vt.handoff=1 ProcVersionSignature: Ubuntu 4.15.0-39.42-generic 4.15.18 RelatedPackageVersions: linux-restricted-modules-4.15.0-39-generic N/A linux-backports-modules-4.15.0-39-generic N/A linux-firmware 1.173.2 Tags: bionic Uname: Linux 4.15.0-39-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 08/07/2018 dmi.bios.vendor: HP dmi.bios.version: Q71 Ver. 01.01.05 dmi.board.name: 8427 dmi.board.vendor: HP dmi.board.version: KBC Version 16.2B.00 dmi.chassis.asset.tag: 5CD842D0V6 dmi.chassis.type: 10 dmi.chassis.vendor: HP dmi.modalias: dmi:bvnHP:bvrQ71Ver.01.01.05:bd08/07/2018:svnHP:pnHPZBookStudioG5:pvr:rvnHP:rn8427:rvrKBCVersion16.2B.00:cvnHP:ct10:cvr: dmi.product.family: 103C_5336AN HP ZBook Studio dmi.product.name: HP ZBook Studio G5 dmi.sys.vendor: HP
2018-11-29 10:26:04 Hugo Ferreira attachment added AlsaInfo.txt https://bugs.launchpad.net/bugs/1805670/+attachment/5217274/+files/AlsaInfo.txt
2018-11-29 10:26:06 Hugo Ferreira attachment added CRDA.txt https://bugs.launchpad.net/bugs/1805670/+attachment/5217275/+files/CRDA.txt
2018-11-29 10:26:07 Hugo Ferreira attachment added CurrentDmesg.txt https://bugs.launchpad.net/bugs/1805670/+attachment/5217276/+files/CurrentDmesg.txt
2018-11-29 10:26:09 Hugo Ferreira attachment added IwConfig.txt https://bugs.launchpad.net/bugs/1805670/+attachment/5217277/+files/IwConfig.txt
2018-11-29 10:26:11 Hugo Ferreira attachment added Lspci.txt https://bugs.launchpad.net/bugs/1805670/+attachment/5217278/+files/Lspci.txt
2018-11-29 10:26:12 Hugo Ferreira attachment added Lsusb.txt https://bugs.launchpad.net/bugs/1805670/+attachment/5217279/+files/Lsusb.txt
2018-11-29 10:26:13 Hugo Ferreira attachment added ProcCpuinfo.txt https://bugs.launchpad.net/bugs/1805670/+attachment/5217280/+files/ProcCpuinfo.txt
2018-11-29 10:26:15 Hugo Ferreira attachment added ProcCpuinfoMinimal.txt https://bugs.launchpad.net/bugs/1805670/+attachment/5217281/+files/ProcCpuinfoMinimal.txt
2018-11-29 10:26:15 Hugo Ferreira attachment added ProcEnviron.txt https://bugs.launchpad.net/bugs/1805670/+attachment/5217282/+files/ProcEnviron.txt
2018-11-29 10:26:16 Hugo Ferreira attachment added ProcInterrupts.txt https://bugs.launchpad.net/bugs/1805670/+attachment/5217283/+files/ProcInterrupts.txt
2018-11-29 10:26:18 Hugo Ferreira attachment added ProcModules.txt https://bugs.launchpad.net/bugs/1805670/+attachment/5217284/+files/ProcModules.txt
2018-11-29 10:26:19 Hugo Ferreira attachment added PulseList.txt https://bugs.launchpad.net/bugs/1805670/+attachment/5217285/+files/PulseList.txt
2018-11-29 10:26:20 Hugo Ferreira attachment added RfKill.txt https://bugs.launchpad.net/bugs/1805670/+attachment/5217286/+files/RfKill.txt
2018-11-29 10:26:22 Hugo Ferreira attachment added UdevDb.txt https://bugs.launchpad.net/bugs/1805670/+attachment/5217287/+files/UdevDb.txt
2018-11-29 10:26:23 Hugo Ferreira attachment added WifiSyslog.txt https://bugs.launchpad.net/bugs/1805670/+attachment/5217288/+files/WifiSyslog.txt
2018-11-29 14:58:52 Hugo Ferreira linux (Ubuntu): status Incomplete Confirmed
2019-07-24 21:31:02 Brad Figg tags 18.04 acpi apport-collected bionic bot-comment lts 18.04 acpi apport-collected bionic bot-comment cscc lts
2020-08-06 09:27:41 Pierre bug added subscriber Pierre