Ok, I will send it on my next reboot.

For information, I was unable to suspend the laptop because it was awakening 
some seconds later. 
I made it working by using the following script (/etc/pm/sleep.d/20_zenbook) : 

case "${1}" in
    hibernate|suspend)
        # Unbind ehci_hcd for first device 0000:00:14.0:
        echo -n "0000:00:14.0" | tee /sys/bus/pci/drivers/xhci_hcd/unbind
        ;;
    resume|thaw)
        # Bind ehci_hcd for first device 0000:00:14.0:
        echo -n "0000:00:14.0" | tee /sys/bus/pci/drivers/xhci_hcd/bind
        ;;
esac

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1265544

Title:
  8086:0a16 [UX302LG] black screen on boot 3.12.0-7

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1265544/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to