You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Lenovo IdeaPad-3-15IIL05 No touchpad

Author (Read 6505 times)

0 Members and 3 Guests are viewing this topic.

Re: Lenovo IdeaPad-3-15IIL05 No touchpad
« Reply #18 on: June 28, 2022, 11:37:38 AM »
 

carlam

  • New to Forums
  • *
  • 11
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: i5-1035G1 CPU

  • MEMORY: 8Gb

  • VIDEO CARD: Iris Plus Graphics G1 (Ice Lake)
Hi trinidad
                 Great news.....   The touch pad is now working....  A big thank you for that link...
Here is the solution to the problem....

Open a Terminal window (Ctrl-Alt-T), then copy-and-paste the following three command-lines, one by one...

Code: Select all

G=/etc/default/grub;sudo cp $G{,.`date +%F.%s`} # add "i8042.nopnp=1 pci=nocrs"
sed 's/i8042.nopnp=1 pci=nocrs//' $G|tr -s ' '|sudo dd of=$G 2>/dev/null
sudo sed -i 's/GRUB_CMDLINE_LINUX_DEFAULT="/&i8042.nopnp=1 pci=nocrs /' $G&&sudo update-grub

Reboot your laptop.

I also want to thank all the other people who have tried to sort this Bug/problem......
Much gratitude and appreciation to all
Now i can fully enjoy the outstanding Linux Lite OS

Carl
 

Re: Lenovo IdeaPad-3-15IIL05 No touchpad
« Reply #17 on: June 28, 2022, 08:02:35 AM »
 

trinidad

  • Platinum Level Poster
  • **********
  • 1463
    Posts
  • Reputation: 212
  • Linux Lite Member
    • View Profile
    • dbts-analytics.com

  • CPU: i7 4 cores 8 threads

  • MEMORY: 16Gb

  • VIDEO CARD: Intel HD graphics

  • Kernel: 5.x
A little more info for you. Read through the second link to understand that this is hardware bug with Lenovo caused by its use of an archaic PS/2 chip to handle input devices. Turning off multiplex detection may solve it for you.

https://forums.linuxmint.com/viewtopic.php?p=2003908#p2003908
https://unix.stackexchange.com/questions/28736/what-does-the-i8042-nomux-1-kernel-option-do-during-booting-of-ubuntu

TC
All opinions expressed and all advice given by Trinidad Cruz on this forum are his responsibility alone and do not necessarily reflect the views or methods of the developers of Linux Lite. He is a citizen of the United States where it is acceptable to occasionally be uninformed and inept as long as you pay your taxes.
 

Re: Lenovo IdeaPad-3-15IIL05 No touchpad
« Reply #16 on: June 27, 2022, 08:56:02 AM »
 

carlam

  • New to Forums
  • *
  • 11
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: i5-1035G1 CPU

  • MEMORY: 8Gb

  • VIDEO CARD: Iris Plus Graphics G1 (Ice Lake)
Hi Mountain Giant
                                   After i read both your suggestions to try.....   I downloaded them both....    Unfortunately both of them again did not work with the touchpad ... But works perfectly with a mouse...
As a shot in the dark....  I also even tried the Puppy Linux......   Again no touch pad....   But it did say.....  "synaptics not found" 
I have not given up.....   There is an solution out there...

Carl
 

Re: Lenovo IdeaPad-3-15IIL05 No touchpad
« Reply #15 on: June 27, 2022, 03:34:30 AM »
 

Mountain Giant

  • New to Forums
  • *
  • 15
    Posts
  • Reputation: 4
    • View Profile
Try Fedora and OpenSuSe tubleweed. You tested debian and arch, so that is 2 unique linux distro left.
« Last Edit: June 27, 2022, 03:49:49 AM by Mountain Giant »
 

Re: Lenovo IdeaPad-3-15IIL05 No touchpad
« Reply #14 on: June 26, 2022, 04:21:18 PM »
 

carlam

  • New to Forums
  • *
  • 11
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: i5-1035G1 CPU

  • MEMORY: 8Gb

  • VIDEO CARD: Iris Plus Graphics G1 (Ice Lake)
Hi WytWun
                 I have also tried Manjaro which is Arch based.....   Sadly the touch pad did not work.....
I am positive there is a solution to this....It is just finding it.....  There must be others out there with same laptop running Linux OS not using a mouse all the time..
For many many years i have used Linux Lite on many Lenovo laptops which have very stable and reliable.... 
Thank you for your comments how to solve this......   Looking forward to tagging this as solved on this forum to help others...

Carl
 

Re: Lenovo IdeaPad-3-15IIL05 No touchpad
« Reply #13 on: June 26, 2022, 07:25:02 AM »
 

WytWun

  • PayPal Supporter
  • Occasional Poster
  • *****
  • 99
    Posts
  • Reputation: 14
  • Linux Lite Member
    • View Profile

  • CPU: Atom z8300

  • MEMORY: 2Gb

  • VIDEO CARD: Intel integrated

  • Kernel: 5.x
Have you tried booting any live distros (without installing) other than Lite via USB to see whether the touchpad works?  It might be useful to try some outside the Ubuntu family, e.g. Manjaro, Mageia, Fedora, SUSE.  If you encounter any where the touchpad works, you might be able to identify drivers or kernel options with the live image running.  I say "might" because it might be effort for nothing too :( based on a prior experience...
 

Re: Lenovo IdeaPad-3-15IIL05 No touchpad
« Reply #12 on: June 24, 2022, 01:13:16 PM »
 

carlam

  • New to Forums
  • *
  • 11
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: i5-1035G1 CPU

  • MEMORY: 8Gb

  • VIDEO CARD: Iris Plus Graphics G1 (Ice Lake)
Hi stevef
               Just reinstalled LL6 as changing the Grub settings has messed things up again...
It would be great for an update to sort the touchpad problem out..
Thanks
Carl
Here is the Grub file
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
#GRUB_DISTRIBUTOR='Linux Lite'
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Linux Lite Grub background
GRUB_BACKGROUND="/boot/grub_linux_lite.png"

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

 

Re: Lenovo IdeaPad-3-15IIL05 No touchpad
« Reply #11 on: June 24, 2022, 11:53:29 AM »
 

stevef

  • Global Moderator
  • Gold Level Poster
  • *****
  • 777
    Posts
  • Reputation: 143
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core i5-4460

  • MEMORY: 16Gb

  • Kernel: 5.x
There are 9 entries in the hardware DB with "81WE v: IdeaPad 3 15IIL05" reported as running various versions of LL 5.x. so some people have been using the model enough to register it  - maybe with a mouse.

The workaround described on the bug report seems credible but obviously requires the specific hardware to test.

Have you tried completely reversing and removing all traces of your earlier attempts at a solution (or a fresh install) and just implementing the workaround from the bug report ?
 
If you want to post up your grub file we can take a look.....otherwise, subscribe to the bug and use a mouse
clueless
 

Re: Lenovo IdeaPad-3-15IIL05 No touchpad
« Reply #10 on: June 24, 2022, 11:01:59 AM »
 

carlam

  • New to Forums
  • *
  • 11
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: i5-1035G1 CPU

  • MEMORY: 8Gb

  • VIDEO CARD: Iris Plus Graphics G1 (Ice Lake)
I edited my post to include an Ubuntu bug so the information may have crossed - is this report a match to your problem?

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1884997


My problem is the same...
 

Re: Lenovo IdeaPad-3-15IIL05 No touchpad
« Reply #9 on: June 24, 2022, 10:55:17 AM »
 

carlam

  • New to Forums
  • *
  • 11
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: i5-1035G1 CPU

  • MEMORY: 8Gb

  • VIDEO CARD: Iris Plus Graphics G1 (Ice Lake)
Just done this grub update GRUB_CMDLINE_LINUX="i8042.nopnp=1 pci=nocrs"    Still no touch pad...

 

Re: Lenovo IdeaPad-3-15IIL05 No touchpad
« Reply #8 on: June 24, 2022, 10:45:40 AM »
 

carlam

  • New to Forums
  • *
  • 11
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: i5-1035G1 CPU

  • MEMORY: 8Gb

  • VIDEO CARD: Iris Plus Graphics G1 (Ice Lake)
Other things i have done...
Tried up to date kernels and some older ones..

Changed a few grub settings which was recommended on forums  which crashed the system..

Tried this one....   GRUB_CMDLINE_LINUX_DEFAULT="i8042.reset quiet splash"   But did not work...

 

Re: Lenovo IdeaPad-3-15IIL05 No touchpad
« Reply #7 on: June 24, 2022, 10:43:42 AM »
 

stevef

  • Global Moderator
  • Gold Level Poster
  • *****
  • 777
    Posts
  • Reputation: 143
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core i5-4460

  • MEMORY: 16Gb

  • Kernel: 5.x
I edited my post to include an Ubuntu bug so the information may have crossed - is this report a match to your problem?

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1884997
clueless
 

Re: Lenovo IdeaPad-3-15IIL05 No touchpad
« Reply #6 on: June 24, 2022, 10:36:42 AM »
 

carlam

  • New to Forums
  • *
  • 11
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: i5-1035G1 CPU

  • MEMORY: 8Gb

  • VIDEO CARD: Iris Plus Graphics G1 (Ice Lake)
On both versions the touchpad did not work in live media.....   I was hoping that when i did a full install fully updating the system in would sort its self out..  I was wrong...
 

Re: Lenovo IdeaPad-3-15IIL05 No touchpad
« Reply #5 on: June 24, 2022, 10:27:31 AM »
 

stevef

  • Global Moderator
  • Gold Level Poster
  • *****
  • 777
    Posts
  • Reputation: 143
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core i5-4460

  • MEMORY: 16Gb

  • Kernel: 5.x
When you first booted 5.6 and 6.0 from live media, did the touchpad work during testing the system prior to installing ?

edit ->  Not sure if the links provided by WytWun reference this, but it seems a close match

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1884997
« Last Edit: June 24, 2022, 10:37:51 AM by stevef »
clueless
 

Re: Lenovo IdeaPad-3-15IIL05 No touchpad
« Reply #4 on: June 24, 2022, 09:56:55 AM »
 

WytWun

  • PayPal Supporter
  • Occasional Poster
  • *****
  • 99
    Posts
  • Reputation: 14
  • Linux Lite Member
    • View Profile

  • CPU: Atom z8300

  • MEMORY: 2Gb

  • VIDEO CARD: Intel integrated

  • Kernel: 5.x
I've been bitten by Lenovo touchpads in the past (Ideapad 100-11IBY) and eventually the necessary drivers caught up to the oddities.  There are some things that seem to have been successful with Lenovo touchpads generally and your model specifically.  So, to give people an idea of what you've already tried - have you tried the suggestions at the following links:

https://askubuntu.com/questions/1303167/lenovo-ideapad-3-15iil05-touchpad-problems
https://bbs.archlinux.org/viewtopic.php?id=260602
https://ubuntu-mate.community/t/touchpad-not-recognized-on-new-lenovo-ideapad-3/23550/8
https://forum.manjaro.org/t/lenovo-ideapad-3-touchpad-not-found-and-not-working/68510/2
https://askubuntu.com/a/1041835
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section