Activity log for bug #1504445

Date Who What changed Old value New value Message
2015-10-09 08:45:24 Thatoo bug added bug
2015-10-09 08:46:44 Thatoo bug added subscriber Christopher M. Penalver
2015-10-09 08:52:54 penalvch affects linux-lts-vivid (Ubuntu) linux (Ubuntu)
2015-10-09 08:52:54 penalvch linux (Ubuntu): importance Undecided Low
2015-10-09 08:52:54 penalvch linux (Ubuntu): status New Incomplete
2015-10-09 09:13:32 Thatoo bug added subscriber Pilot6
2015-10-09 09:25:44 Thatoo tags amd64 apport-bug focaltech third-party-packages touchpad trusty amd64 apport-bug apport-collected focaltech third-party-packages touchpad trusty
2015-10-09 09:25:46 Thatoo description I have an Asus V502LX the persian version of the Asus K501LX. I have Ubuntu 14.04 installed and the kernel 4.1.6 installed. I had to install the kernel 4.1.6 to have the touchpad recognised. Under kernel 3.19.30, as I am running now to file in this bug, the touchpad is recognised as a simple mouse (no two fingers scrolling...) and the problem I am describing below is also present... I noticed one problem. The Focaltech touchpad is not working after suspending the computer. Here is what I could find about the touchpad in /proc/bus/input/devices I: Bus=0011 Vendor=0002 Product=0012 Version=0000 N: Name="FocalTechPS/2 FocalTech FocalTech Touchpad" P: Phys=isa0060/serio1/input0 S: Sysfs=/devices/platform/i8042/serio1/input/input5 U: Uniq= H: Handlers=mouse0 event4 B: PROP=5 B: EV=b B: KEY=e520 10000 0 0 0 0 B: ABS=260800000000003 Before suspending the computer, I can deactivate and activate again the touchpad with the hotkey of my keyboard without problem. However, once the computer suspended, nothing work to re-activate the touchpad. I tried a solution given on internet but it doesn't work properly. I created a file here /etc/pm/sleep.d/0000trackpad sudo gedit /etc/pm/sleep.d/0000trackpad and add the following #!/bin/sh case "$1" in suspend|hibernate) modprobe -r psmouse; resume|thaw) modprobe psmouse; esac With this file, the computer refuse to suspend. The touchpad keep working so it does something but I can't make my computer sleeping... ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.19.0-30-generic 3.19.0-30.34~14.04.1 ProcVersionSignature: Ubuntu 3.19.0-30.34~14.04.1-generic 3.19.8-ckt6 Uname: Linux 3.19.0-30-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.15 Architecture: amd64 CurrentDesktop: Unity Date: Fri Oct 9 12:05:16 2015 InstallationDate: Installed on 2015-09-26 (12 days ago) InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) SourcePackage: linux-lts-vivid UpgradeStatus: No upgrade log present (probably fresh install) I have an Asus V502LX the persian version of the Asus K501LX. I have Ubuntu 14.04 installed and the kernel 4.1.6 installed. I had to install the kernel 4.1.6 to have the touchpad recognised. Under kernel 3.19.30, as I am running now to file in this bug, the touchpad is recognised as a simple mouse (no two fingers scrolling...) and the problem I am describing below is also present... I noticed one problem. The Focaltech touchpad is not working after suspending the computer. Here is what I could find about the touchpad in /proc/bus/input/devices I: Bus=0011 Vendor=0002 Product=0012 Version=0000 N: Name="FocalTechPS/2 FocalTech FocalTech Touchpad" P: Phys=isa0060/serio1/input0 S: Sysfs=/devices/platform/i8042/serio1/input/input5 U: Uniq= H: Handlers=mouse0 event4 B: PROP=5 B: EV=b B: KEY=e520 10000 0 0 0 0 B: ABS=260800000000003 Before suspending the computer, I can deactivate and activate again the touchpad with the hotkey of my keyboard without problem. However, once the computer suspended, nothing work to re-activate the touchpad. I tried a solution given on internet but it doesn't work properly. I created a file here /etc/pm/sleep.d/0000trackpad sudo gedit /etc/pm/sleep.d/0000trackpad and add the following #!/bin/sh case "$1" in suspend|hibernate) modprobe -r psmouse; resume|thaw) modprobe psmouse; esac With this file, the computer refuse to suspend. The touchpad keep working so it does something but I can't make my computer sleeping... ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.19.0-30-generic 3.19.0-30.34~14.04.1 ProcVersionSignature: Ubuntu 3.19.0-30.34~14.04.1-generic 3.19.8-ckt6 Uname: Linux 3.19.0-30-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.15 Architecture: amd64 CurrentDesktop: Unity Date: Fri Oct 9 12:05:16 2015 InstallationDate: Installed on 2015-09-26 (12 days ago) InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) SourcePackage: linux-lts-vivid UpgradeStatus: No upgrade log present (probably fresh install) --- ApportVersion: 2.14.1-0ubuntu3.15 Architecture: amd64 CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2015-09-26 (12 days ago) InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) Package: linux (not installed) Tags: trusty Uname: Linux 4.1.6-040106-generic x86_64 UnreportableReason: The running kernel is not an Ubuntu kernel UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo www-data _MarkForUpload: True
2015-10-09 09:25:47 Thatoo attachment added ProcEnviron.txt https://bugs.launchpad.net/bugs/1504445/+attachment/4489602/+files/ProcEnviron.txt
2015-10-09 09:27:39 Thatoo description I have an Asus V502LX the persian version of the Asus K501LX. I have Ubuntu 14.04 installed and the kernel 4.1.6 installed. I had to install the kernel 4.1.6 to have the touchpad recognised. Under kernel 3.19.30, as I am running now to file in this bug, the touchpad is recognised as a simple mouse (no two fingers scrolling...) and the problem I am describing below is also present... I noticed one problem. The Focaltech touchpad is not working after suspending the computer. Here is what I could find about the touchpad in /proc/bus/input/devices I: Bus=0011 Vendor=0002 Product=0012 Version=0000 N: Name="FocalTechPS/2 FocalTech FocalTech Touchpad" P: Phys=isa0060/serio1/input0 S: Sysfs=/devices/platform/i8042/serio1/input/input5 U: Uniq= H: Handlers=mouse0 event4 B: PROP=5 B: EV=b B: KEY=e520 10000 0 0 0 0 B: ABS=260800000000003 Before suspending the computer, I can deactivate and activate again the touchpad with the hotkey of my keyboard without problem. However, once the computer suspended, nothing work to re-activate the touchpad. I tried a solution given on internet but it doesn't work properly. I created a file here /etc/pm/sleep.d/0000trackpad sudo gedit /etc/pm/sleep.d/0000trackpad and add the following #!/bin/sh case "$1" in suspend|hibernate) modprobe -r psmouse; resume|thaw) modprobe psmouse; esac With this file, the computer refuse to suspend. The touchpad keep working so it does something but I can't make my computer sleeping... ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.19.0-30-generic 3.19.0-30.34~14.04.1 ProcVersionSignature: Ubuntu 3.19.0-30.34~14.04.1-generic 3.19.8-ckt6 Uname: Linux 3.19.0-30-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.15 Architecture: amd64 CurrentDesktop: Unity Date: Fri Oct 9 12:05:16 2015 InstallationDate: Installed on 2015-09-26 (12 days ago) InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) SourcePackage: linux-lts-vivid UpgradeStatus: No upgrade log present (probably fresh install) --- ApportVersion: 2.14.1-0ubuntu3.15 Architecture: amd64 CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2015-09-26 (12 days ago) InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) Package: linux (not installed) Tags: trusty Uname: Linux 4.1.6-040106-generic x86_64 UnreportableReason: The running kernel is not an Ubuntu kernel UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo www-data _MarkForUpload: True I have an Asus V502LX the persian version of the Asus K501LX. I have Ubuntu 14.04 installed and the kernel 4.1.6 installed. I had to install the kernel 4.1.6 to have the touchpad recognised. Under kernel 3.19.30, as I am running now to file in this bug, the touchpad is recognised as a simple mouse (no two fingers scrolling...) and the problem I am describing below is also present... I noticed one problem. The Focaltech touchpad is not working after suspending the computer. Here is what I could find about the touchpad in /proc/bus/input/devices I: Bus=0011 Vendor=0002 Product=0012 Version=0000 N: Name="FocalTechPS/2 FocalTech FocalTech Touchpad" P: Phys=isa0060/serio1/input0 S: Sysfs=/devices/platform/i8042/serio1/input/input5 U: Uniq= H: Handlers=mouse0 event4 B: PROP=5 B: EV=b B: KEY=e520 10000 0 0 0 0 B: ABS=260800000000003 Before suspending the computer, I can deactivate and activate again the touchpad with the hotkey of my keyboard without problem. However, once the computer suspended, nothing work to re-activate the touchpad. I tried a solution given on internet but it doesn't work properly. I created a file here /etc/pm/sleep.d/0000trackpad sudo gedit /etc/pm/sleep.d/0000trackpad and add the following #!/bin/sh case "$1" in suspend|hibernate) modprobe -r psmouse; resume|thaw) modprobe psmouse; esac With this file, the computer refuse to suspend. The touchpad keep working so it does something but I can't make my computer sleeping... ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.19.0-30-generic 3.19.0-30.34~14.04.1 ProcVersionSignature: Ubuntu 3.19.0-30.34~14.04.1-generic 3.19.8-ckt6 Uname: Linux 3.19.0-30-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.15 Architecture: amd64 CurrentDesktop: Unity Date: Fri Oct 9 12:05:16 2015 InstallationDate: Installed on 2015-09-26 (12 days ago) InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) SourcePackage: linux-lts-vivid UpgradeStatus: No upgrade log present (probably fresh install) --- ApportVersion: 2.14.1-0ubuntu3.15 Architecture: amd64 CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2015-09-26 (12 days ago) InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) Package: linux (not installed) Tags: trusty Uname: Linux 4.1.6-040106-generic x86_64 UnreportableReason: The running kernel is not an Ubuntu kernel UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo www-data _MarkForUpload: True --- ApportVersion: 2.14.1-0ubuntu3.15 Architecture: amd64 CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2015-09-26 (12 days ago) InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) Package: linux (not installed) Tags: trusty Uname: Linux 4.1.6-040106-generic x86_64 UnreportableReason: The running kernel is not an Ubuntu kernel UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo www-data _MarkForUpload: True
2015-10-09 09:27:40 Thatoo attachment added ProcEnviron.txt https://bugs.launchpad.net/bugs/1504445/+attachment/4489603/+files/ProcEnviron.txt
2015-10-09 09:31:36 Pilot6 linux (Ubuntu): status Incomplete Invalid
2015-10-09 09:39:04 penalvch linux (Ubuntu): status Invalid Incomplete
2015-10-09 09:39:26 penalvch attachment removed Dependencies.txt https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504445/+attachment/4489572/+files/Dependencies.txt
2015-10-09 09:39:27 penalvch attachment removed ProcEnviron.txt https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504445/+attachment/4489573/+files/ProcEnviron.txt
2015-10-09 09:39:28 penalvch attachment removed ProcEnviron.txt https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504445/+attachment/4489602/+files/ProcEnviron.txt
2015-10-09 09:39:29 penalvch attachment removed ProcEnviron.txt https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504445/+attachment/4489603/+files/ProcEnviron.txt
2015-10-09 09:40:12 penalvch description I have an Asus V502LX the persian version of the Asus K501LX. I have Ubuntu 14.04 installed and the kernel 4.1.6 installed. I had to install the kernel 4.1.6 to have the touchpad recognised. Under kernel 3.19.30, as I am running now to file in this bug, the touchpad is recognised as a simple mouse (no two fingers scrolling...) and the problem I am describing below is also present... I noticed one problem. The Focaltech touchpad is not working after suspending the computer. Here is what I could find about the touchpad in /proc/bus/input/devices I: Bus=0011 Vendor=0002 Product=0012 Version=0000 N: Name="FocalTechPS/2 FocalTech FocalTech Touchpad" P: Phys=isa0060/serio1/input0 S: Sysfs=/devices/platform/i8042/serio1/input/input5 U: Uniq= H: Handlers=mouse0 event4 B: PROP=5 B: EV=b B: KEY=e520 10000 0 0 0 0 B: ABS=260800000000003 Before suspending the computer, I can deactivate and activate again the touchpad with the hotkey of my keyboard without problem. However, once the computer suspended, nothing work to re-activate the touchpad. I tried a solution given on internet but it doesn't work properly. I created a file here /etc/pm/sleep.d/0000trackpad sudo gedit /etc/pm/sleep.d/0000trackpad and add the following #!/bin/sh case "$1" in suspend|hibernate) modprobe -r psmouse; resume|thaw) modprobe psmouse; esac With this file, the computer refuse to suspend. The touchpad keep working so it does something but I can't make my computer sleeping... ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.19.0-30-generic 3.19.0-30.34~14.04.1 ProcVersionSignature: Ubuntu 3.19.0-30.34~14.04.1-generic 3.19.8-ckt6 Uname: Linux 3.19.0-30-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.15 Architecture: amd64 CurrentDesktop: Unity Date: Fri Oct 9 12:05:16 2015 InstallationDate: Installed on 2015-09-26 (12 days ago) InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) SourcePackage: linux-lts-vivid UpgradeStatus: No upgrade log present (probably fresh install) --- ApportVersion: 2.14.1-0ubuntu3.15 Architecture: amd64 CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2015-09-26 (12 days ago) InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) Package: linux (not installed) Tags: trusty Uname: Linux 4.1.6-040106-generic x86_64 UnreportableReason: The running kernel is not an Ubuntu kernel UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo www-data _MarkForUpload: True --- ApportVersion: 2.14.1-0ubuntu3.15 Architecture: amd64 CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2015-09-26 (12 days ago) InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) Package: linux (not installed) Tags: trusty Uname: Linux 4.1.6-040106-generic x86_64 UnreportableReason: The running kernel is not an Ubuntu kernel UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo www-data _MarkForUpload: True I have an Asus V502LX the persian version of the Asus K501LX. I have Ubuntu 14.04 installed and the kernel 4.1.6 installed. I had to install the kernel 4.1.6 to have the touchpad recognised. Under kernel 3.19.30, as I am running now to file in this bug, the touchpad is recognised as a simple mouse (no two fingers scrolling...) and the problem I am describing below is also present... I noticed one problem. The Focaltech touchpad is not working after suspending the computer. Here is what I could find about the touchpad in /proc/bus/input/devices I: Bus=0011 Vendor=0002 Product=0012 Version=0000 N: Name="FocalTechPS/2 FocalTech FocalTech Touchpad" P: Phys=isa0060/serio1/input0 S: Sysfs=/devices/platform/i8042/serio1/input/input5 U: Uniq= H: Handlers=mouse0 event4 B: PROP=5 B: EV=b B: KEY=e520 10000 0 0 0 0 B: ABS=260800000000003 Before suspending the computer, I can deactivate and activate again the touchpad with the hotkey of my keyboard without problem. However, once the computer suspended, nothing work to re-activate the touchpad. I tried a solution given on internet but it doesn't work properly. I created a file here /etc/pm/sleep.d/0000trackpad sudo gedit /etc/pm/sleep.d/0000trackpad and add the following #!/bin/sh case "$1" in     suspend|hibernate)         modprobe -r psmouse;     resume|thaw)         modprobe psmouse; esac With this file, the computer refuse to suspend. The touchpad keep working so it does something but I can't make my computer sleeping... ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.19.0-30-generic 3.19.0-30.34~14.04.1 ProcVersionSignature: Ubuntu 3.19.0-30.34~14.04.1-generic 3.19.8-ckt6 Uname: Linux 3.19.0-30-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.15 Architecture: amd64 CurrentDesktop: Unity Date: Fri Oct 9 12:05:16 2015 InstallationDate: Installed on 2015-09-26 (12 days ago) InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) SourcePackage: linux-lts-vivid UpgradeStatus: No upgrade log present (probably fresh install)
2015-10-09 09:58:23 Pilot6 linux (Ubuntu): status Incomplete Invalid
2015-10-09 14:13:28 Thatoo linux (Ubuntu): status Invalid New
2015-10-09 14:30:06 Brad Figg linux (Ubuntu): status New Incomplete
2015-10-09 15:05:20 Thatoo description I have an Asus V502LX the persian version of the Asus K501LX. I have Ubuntu 14.04 installed and the kernel 4.1.6 installed. I had to install the kernel 4.1.6 to have the touchpad recognised. Under kernel 3.19.30, as I am running now to file in this bug, the touchpad is recognised as a simple mouse (no two fingers scrolling...) and the problem I am describing below is also present... I noticed one problem. The Focaltech touchpad is not working after suspending the computer. Here is what I could find about the touchpad in /proc/bus/input/devices I: Bus=0011 Vendor=0002 Product=0012 Version=0000 N: Name="FocalTechPS/2 FocalTech FocalTech Touchpad" P: Phys=isa0060/serio1/input0 S: Sysfs=/devices/platform/i8042/serio1/input/input5 U: Uniq= H: Handlers=mouse0 event4 B: PROP=5 B: EV=b B: KEY=e520 10000 0 0 0 0 B: ABS=260800000000003 Before suspending the computer, I can deactivate and activate again the touchpad with the hotkey of my keyboard without problem. However, once the computer suspended, nothing work to re-activate the touchpad. I tried a solution given on internet but it doesn't work properly. I created a file here /etc/pm/sleep.d/0000trackpad sudo gedit /etc/pm/sleep.d/0000trackpad and add the following #!/bin/sh case "$1" in     suspend|hibernate)         modprobe -r psmouse;     resume|thaw)         modprobe psmouse; esac With this file, the computer refuse to suspend. The touchpad keep working so it does something but I can't make my computer sleeping... ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.19.0-30-generic 3.19.0-30.34~14.04.1 ProcVersionSignature: Ubuntu 3.19.0-30.34~14.04.1-generic 3.19.8-ckt6 Uname: Linux 3.19.0-30-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.15 Architecture: amd64 CurrentDesktop: Unity Date: Fri Oct 9 12:05:16 2015 InstallationDate: Installed on 2015-09-26 (12 days ago) InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) SourcePackage: linux-lts-vivid UpgradeStatus: No upgrade log present (probably fresh install) I have an Asus V502LX the persian version of the Asus K501LX. I have Ubuntu 14.04 installed and the kernel 4.1.6 installed. I had to install the kernel 4.1.6 to have the touchpad recognised. Under kernel 3.19.30, as I am running now to file in this bug, the touchpad is recognised as a simple mouse (no two fingers scrolling...) and the problem I am describing below is also present... I noticed one problem. The Focaltech touchpad is not working after suspending the computer. Here is what I could find about the touchpad in /proc/bus/input/devices I: Bus=0011 Vendor=0002 Product=0012 Version=0000 N: Name="FocalTechPS/2 FocalTech FocalTech Touchpad" P: Phys=isa0060/serio1/input0 S: Sysfs=/devices/platform/i8042/serio1/input/input5 U: Uniq= H: Handlers=mouse0 event4 B: PROP=5 B: EV=b B: KEY=e520 10000 0 0 0 0 B: ABS=260800000000003 Before suspending the computer, I can deactivate and activate again the touchpad with the hotkey of my keyboard without problem. However, once the computer suspended, nothing work to re-activate the touchpad. I tried a solution given on internet but it doesn't work properly. I created a file here /etc/pm/sleep.d/0000trackpad sudo gedit /etc/pm/sleep.d/0000trackpad and add the following #!/bin/sh case "$1" in     suspend|hibernate)         modprobe -r psmouse;     resume|thaw)         modprobe psmouse; esac With this file, the computer refuse to suspend. The touchpad keep working so it does something but I can't make my computer sleeping... ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.19.0-30-generic 3.19.0-30.34~14.04.1 ProcVersionSignature: Ubuntu 3.19.0-30.34~14.04.1-generic 3.19.8-ckt6 Uname: Linux 3.19.0-30-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.15 Architecture: amd64 CurrentDesktop: Unity Date: Fri Oct 9 12:05:16 2015 InstallationDate: Installed on 2015-09-26 (12 days ago) InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) SourcePackage: linux-lts-vivid UpgradeStatus: No upgrade log present (probably fresh install) --- ApportVersion: 2.14.1-0ubuntu3.15 Architecture: amd64 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC1: yogo 2073 F.... pulseaudio /dev/snd/controlC0: yogo 2073 F.... pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 HibernationDevice: RESUME=UUID=943b03af-c1bf-489e-8e42-485931fc619c InstallationDate: Installed on 2015-09-26 (12 days ago) InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) Lsusb: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller Bus 001 Device 003: ID 8087:07dc Intel Corp. Bus 001 Device 002: ID 04f2:b483 Chicony Electronics Co., Ltd Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: ASUSTeK COMPUTER INC. K501LX Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic.efi.signed root=UUID=37bd087e-a2f6-437e-8d20-b19536eb738a ro quiet splash acpi_osi= vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-30.34~14.04.1-generic 3.19.8-ckt6 RelatedPackageVersions: linux-restricted-modules-3.19.0-30-generic N/A linux-backports-modules-3.19.0-30-generic N/A linux-firmware 1.127.15 Tags: trusty Uname: Linux 3.19.0-30-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo www-data _MarkForUpload: True dmi.bios.date: 04/16/2015 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: K501LX.203 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: K501LX dmi.board.vendor: ASUSTeK COMPUTER INC. dmi.board.version: 1.0 dmi.chassis.asset.tag: ATN12345678901234567 dmi.chassis.type: 10 dmi.chassis.vendor: ASUSTeK COMPUTER INC. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrK501LX.203:bd04/16/2015:svnASUSTeKCOMPUTERINC.:pnK501LX:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnK501LX:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0: dmi.product.name: K501LX dmi.product.version: 1.0 dmi.sys.vendor: ASUSTeK COMPUTER INC.
2015-10-09 15:05:22 Thatoo attachment added AlsaInfo.txt https://bugs.launchpad.net/bugs/1504445/+attachment/4489905/+files/AlsaInfo.txt
2015-10-09 15:05:24 Thatoo attachment added BootDmesg.txt https://bugs.launchpad.net/bugs/1504445/+attachment/4489906/+files/BootDmesg.txt
2015-10-09 15:05:26 Thatoo attachment added CRDA.txt https://bugs.launchpad.net/bugs/1504445/+attachment/4489907/+files/CRDA.txt
2015-10-09 15:05:29 Thatoo attachment added CurrentDmesg.txt https://bugs.launchpad.net/bugs/1504445/+attachment/4489908/+files/CurrentDmesg.txt
2015-10-09 15:05:30 Thatoo attachment added IwConfig.txt https://bugs.launchpad.net/bugs/1504445/+attachment/4489909/+files/IwConfig.txt
2015-10-09 15:05:32 Thatoo attachment added Lspci.txt https://bugs.launchpad.net/bugs/1504445/+attachment/4489910/+files/Lspci.txt
2015-10-09 15:05:34 Thatoo attachment added ProcCpuinfo.txt https://bugs.launchpad.net/bugs/1504445/+attachment/4489911/+files/ProcCpuinfo.txt
2015-10-09 15:05:35 Thatoo attachment added ProcEnviron.txt https://bugs.launchpad.net/bugs/1504445/+attachment/4489912/+files/ProcEnviron.txt
2015-10-09 15:05:36 Thatoo attachment added ProcInterrupts.txt https://bugs.launchpad.net/bugs/1504445/+attachment/4489913/+files/ProcInterrupts.txt
2015-10-09 15:05:38 Thatoo attachment added ProcModules.txt https://bugs.launchpad.net/bugs/1504445/+attachment/4489914/+files/ProcModules.txt
2015-10-09 15:05:41 Thatoo attachment added PulseList.txt https://bugs.launchpad.net/bugs/1504445/+attachment/4489915/+files/PulseList.txt
2015-10-09 15:05:42 Thatoo attachment added RfKill.txt https://bugs.launchpad.net/bugs/1504445/+attachment/4489916/+files/RfKill.txt
2015-10-09 15:05:45 Thatoo attachment added UdevDb.txt https://bugs.launchpad.net/bugs/1504445/+attachment/4489917/+files/UdevDb.txt
2015-10-09 15:05:50 Thatoo attachment added UdevLog.txt https://bugs.launchpad.net/bugs/1504445/+attachment/4489918/+files/UdevLog.txt
2015-10-09 15:05:57 Thatoo attachment added WifiSyslog.txt https://bugs.launchpad.net/bugs/1504445/+attachment/4489919/+files/WifiSyslog.txt
2015-10-09 15:06:44 Thatoo linux (Ubuntu): status Incomplete Confirmed
2015-10-10 13:10:28 penalvch linux (Ubuntu): status Confirmed Incomplete
2015-10-10 13:11:07 penalvch tags amd64 apport-bug apport-collected focaltech third-party-packages touchpad trusty amd64 apport-bug apport-collected bios-outdated-205 third-party-packages trusty
2015-10-11 15:55:17 Thatoo linux (Ubuntu): status Incomplete Confirmed
2015-10-11 23:12:07 penalvch tags amd64 apport-bug apport-collected bios-outdated-205 third-party-packages trusty amd64 apport-bug apport-collected latest-bios-205 third-party-packages trusty
2015-10-11 23:21:16 penalvch linux (Ubuntu): importance Low Medium
2015-10-11 23:21:16 penalvch linux (Ubuntu): status Confirmed Incomplete
2015-10-14 12:37:56 Thatoo tags amd64 apport-bug apport-collected latest-bios-205 third-party-packages trusty amd64 apport-bug apport-collected kernel-bug-exists-upstream kernel-bug-exists-upstream-4.3.0-040300rc5 latest-bios-205 third-party-packages trusty
2015-10-14 12:38:54 Thatoo linux (Ubuntu): status Incomplete Confirmed
2015-10-15 01:03:17 penalvch tags amd64 apport-bug apport-collected kernel-bug-exists-upstream kernel-bug-exists-upstream-4.3.0-040300rc5 latest-bios-205 third-party-packages trusty amd64 apport-bug apport-collected kernel-bug-exists-upstream kernel-bug-exists-upstream-4.3-rc5 latest-bios-205 resume suspend third-party-packages trusty
2015-10-15 01:03:45 penalvch linux (Ubuntu): status Confirmed Incomplete
2015-10-15 07:45:56 Thatoo attachment added wakeup https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504445/+attachment/4495410/+files/wakeup
2015-10-15 07:47:47 Thatoo attachment added dmesg.txt https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504445/+attachment/4495411/+files/dmesg.txt
2015-10-15 07:47:56 Thatoo linux (Ubuntu): status Incomplete Confirmed
2015-10-16 00:59:51 penalvch linux (Ubuntu): status Confirmed Triaged
2016-05-22 01:27:05 Alexander Morales Sevilla bug added subscriber Alexander Morales Sevilla
2016-06-19 10:17:24 Austin Imperial bug added subscriber Austin Imperial
2016-08-31 10:57:54 Lucas bug added subscriber Lucas
2016-10-16 14:18:47 penalvch linux (Ubuntu): status Triaged Incomplete
2016-10-27 09:53:02 penalvch tags amd64 apport-bug apport-collected kernel-bug-exists-upstream kernel-bug-exists-upstream-4.3-rc5 latest-bios-205 resume suspend third-party-packages trusty amd64 apport-bug apport-collected cherry-pick kernel-bug-exists-upstream kernel-bug-exists-upstream-4.3-rc5 latest-bios-205 resume suspend third-party-packages trusty
2016-10-27 09:53:09 penalvch linux (Ubuntu): status Incomplete Triaged
2019-06-17 04:37:10 Kai-Heng Feng linux (Ubuntu): status Triaged Fix Released
2019-07-24 23:11:05 Brad Figg tags amd64 apport-bug apport-collected cherry-pick kernel-bug-exists-upstream kernel-bug-exists-upstream-4.3-rc5 latest-bios-205 resume suspend third-party-packages trusty amd64 apport-bug apport-collected cherry-pick cscc kernel-bug-exists-upstream kernel-bug-exists-upstream-4.3-rc5 latest-bios-205 resume suspend third-party-packages trusty