Posts: 970
Threads: 10
Joined: Feb 2019
Reputation:
5
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
stevef
clueless
Posts: 11
Threads: 2
Joined: Jun 2022
Reputation:
0
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"
Posts: 11
Threads: 2
Joined: Jun 2022
Reputation:
0
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
Posts: 15
Threads: 1
Joined: May 2022
Reputation:
0
06-27-2022, 07:34 AM
(This post was last modified: 06-27-2022, 07:49 AM by Mountain Giant.)
Try Fedora and OpenSuSe tubleweed. You tested debian and arch, so that is 2 unique linux distro left.
Posts: 11
Threads: 2
Joined: Jun 2022
Reputation:
0
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
Posts: 1,510
Threads: 140
Joined: Mar 2016
Reputation:
0
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.p...8#p2003908
https://unix.stackexchange.com/questions...-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.
Posts: 11
Threads: 2
Joined: Jun 2022
Reputation:
0
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