LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Lenovo IdeaPad-3-15IIL05 No touchpad
#11
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
Reply
#12
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"

Reply
#13
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 Sad based on a prior experience...
Reply
#14
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
Reply
#15
Try Fedora and OpenSuSe tubleweed. You tested debian and arch, so that is 2 unique linux distro left.
Reply
#16
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
Reply
#17
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.
Reply
#18
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
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)