Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: (Ubuntu 16.04) Boot issues with ACPI and touchscreen on Lenovo Yoga 710

  1. #11
    Join Date
    Feb 2008
    Beans
    5,078
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: (Ubuntu 16.04) Boot issues with ACPI and touchscreen on Lenovo Yoga 710

    I'm quite sure that removing Windows will have no effect on this situation, unless you are running Ubuntu in a VM.

    Quote Originally Posted by jerry.radwick View Post
    Same peoblem with Asus Q304UA. I can at least boot with "acpi=noirq" but it also disables my touchpad. I wonder what the solution might be. After installation, during first run and during live boot from USB, Ubuntu works perfectly along with touch screen, touch pad and everything else. When I boot from HDD later, I get weird errors like "Fixing recursive fault but requires reboot". Tue system came preinstalled with Win10. I wonder if formatting the whole drive and inatalling only Ubuntu 16.04 would be of any use - anyone tried that?

  2. #12
    Join Date
    May 2011
    Beans
    1

    Re: (Ubuntu 16.04) Boot issues with ACPI and touchscreen on Lenovo Yoga 710

    I have had the same issue with Yoga 700-11ISK and Ubuntu 16.04 on that.
    There are several threads in the internet, and it all leads to the HID multitouch module being the root cause (changing your ACPI setting disables that module).
    The only thing that worked for me is upgrading to the latest kernel (4.10).
    There is another thread mentioning that this has caused wireless failures for some setups:
    https://bugzilla.redhat.com/show_bug.cgi?id=1297188
    but I didn't notice that to be the case for me (I also used newer kernel, that thread is stuck on 4.7).

  3. #13
    Join Date
    Jan 2017
    Beans
    1

    Re: (Ubuntu 16.04) Boot issues with ACPI and touchscreen on Lenovo Yoga 710

    I think I found a workaround for this, while still using the standard 4.4.0 kernel.

    I noticed that hid_sensor_hub was always the first listed module in the kernel error dumps when I booted without "quiet" and "splash".

    Edit /etc/defaults/grub and make the following change,

    -GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    +GRUB_CMDLINE_LINUX_DEFAULT="modprobe.blacklist=hi d_sensor_hub quiet splash"


    then run sudo update-grub.

    It has booted up several times for me, and the touchscreen works. I don't know if the fingerprint sensor works, but I don't care about that.

  4. #14
    Join Date
    Jan 2017
    Beans
    2

    Re: (Ubuntu 16.04) Boot issues with ACPI and touchscreen on Lenovo Yoga 710

    OK,

    That last proposed solution works well for me.

    Thanks a lot

  5. #15
    Join Date
    Jan 2017
    Beans
    2

    Re: (Ubuntu 16.04) Boot issues with ACPI and touchscreen on Lenovo Yoga 710

    OK,

    That last proposed solution works well for me. It is actually better than acpi=noirq.

    Thanks a lot

  6. #16
    Join Date
    Jan 2017
    Beans
    2

    Re: (Ubuntu 16.04) Boot issues with ACPI and touchscreen on Lenovo Yoga 710

    1Perfect thank
    Quote Originally Posted by jamieg2 View Post
    I think I found a workaround for this, while still using the standard 4.4.0 kernel.

    I noticed that hid_sensor_hub was always the first listed module in the kernel error dumps when I booted without "quiet" and "splash".

    Edit /etc/defaults/grub and make the following change,

    -GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    +GRUB_CMDLINE_LINUX_DEFAULT="modprobe.blacklist=hi d_sensor_hub quiet splash"


    then run sudo update-grub.

    It has booted up several times for me, and the touchscreen works. I don't know if the fingerprint sensor works, but I don't care about that.
    I just bought the "Lenovo Yoga 710 2-in-1 15.6" Touch-Screen Laptop - Intel Core i5 - 8GB Memory - NVIDIA GeForce 940MX - 256GB SSD - Pearl black"

    I was stuck at the Ubuntu 16.04 boot hangup until I saw this thread. I used GRUB_CMDLINE_LINUX_DEFAULT="acpi=noirq" solution initially and the install went smooth from there.

    I wasn't interested in microsoft so I made a recovery usb first and wiped it clean. Then I wanted to post a thank you to Swetha and noticed the follow on suggestion of "modprobe.blacklist=hid_sensor_hub" which indeed leaves the touch screen enabled and seems to be working.

    At this point, everything (including wifi) seems to be working just fine.

    Thank you all!

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •