Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
08-29-2021, 10:55 PM
|
#1
|
Member
Registered: May 2010
Location: Wichita
Distribution: Ubuntu Debian
Posts: 157
Rep:
|
ideapad game 3 Lenova with Ubuntu 21. Touchpad not working.
I just got through purchasing a ideapad game 3 Lenovo laptop, and i cannot get the touchpad to work at all. I installed Ubuntu 20 LTS, and it did not work,
I read that if you install 21.X it would work, so I did. . .that failed too.
I am not very good on Linux I read something like this:
i8042.nopnp=1 pci=nocrs Installed in the grub.
Will this work for me? If it does, where do I install it?
I know how to edit the grub, but that is the extent of my knowledge.
Any help would be appreciated.
Dwayne
|
|
|
09-05-2021, 11:25 PM
|
#2
|
Member
Registered: May 2010
Location: Wichita
Distribution: Ubuntu Debian
Posts: 157
Original Poster
Rep:
|
Still no response. . .
This is where I added the information. . .Not sure if this is correct or not.
Can anyone help me with this, or give me an idea?
Quote:
# 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=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="8042.nopnp=1 pci=nocrs quiet splash"
GRUB_CMDLINE_LINUX=""
# 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"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
|
|
|
|
09-05-2021, 11:58 PM
|
#3
|
LQ Guru
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,937
|
I have no idea whether those kernel boot parameters will work for you or not, but where you have added them is correct. BTW, it should be "i8042.nopnp=..."
Code:
GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp=1 pci=nocrs quiet splash"
Save when done, and don't forget to run
then reboot.
FWIW, a similar thread...
https://askubuntu.com/questions/1249...g-ubuntu-20-04
Last edited by ferrari; 09-05-2021 at 11:59 PM.
|
|
|
09-06-2021, 12:01 AM
|
#4
|
LQ Guru
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,937
|
Looks promising...
https://bugs.launchpad.net/ubuntu/+s...997/comments/6
Quote:
I added the following line to my /etc/default/grub file and updated grub
and my touchpad is now working.
GRUB_CMDLINE_LINUX="i8042.nopnp=1 pci=nocrs"
Lalitha Prasad
|
|
|
|
09-07-2021, 04:37 PM
|
#5
|
Member
Registered: May 2010
Location: Wichita
Distribution: Ubuntu Debian
Posts: 157
Original Poster
Rep:
|
Thank you folks.. I tried it, but it failed. . .
Anything else I can do?
|
|
|
09-07-2021, 05:07 PM
|
#6
|
LQ Guru
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,937
|
Quote:
Thank you folks.. I tried it, but it failed. . .
|
There was only one who replied so far - me
Can you confirm current boot parameters?
Review the following troubleshooting guide, and if necessary file a bug report...
https://wiki.ubuntu.com/DebuggingTouchpadDetection
|
|
|
09-07-2021, 09:27 PM
|
#7
|
Member
Registered: May 2010
Location: Wichita
Distribution: Ubuntu Debian
Posts: 157
Original Poster
Rep:
|
Here it is. . thank you very much for your patience.
BOOT_IMAGE=/boot/vmlinuz-5.11.0-34-generic root=UUID=0311989e-135a-4436-bbcb-7025acad5f91 ro i8042.nopnp=1 pci=nocrs quiet splash vt.handoff=7
|
|
|
09-07-2021, 11:01 PM
|
#8
|
LQ Guru
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,937
|
Ok, that looks ok. There are other i8042-related parameters that can be tried, but it really does involve experimentation, and it is usually symptomatic of hardware quirks that need sorting out within the kernel. It may be that a more recent kernel needs to be tried, especially for new hardware.
|
|
|
09-07-2021, 11:06 PM
|
#9
|
LQ Guru
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,937
|
You might want to share the following information...
Code:
cat /proc/bus/input/devices
One block of output will pertain to the touchpad device. That is the only information of relevance really.
Here's some information about upgrading your Ubuntu distro to the latest kernel..
https://itsfoss.com/upgrade-linux-kernel-ubuntu/
https://wiki.ubuntu.com/Kernel/MainlineBuilds
|
|
|
09-08-2021, 02:53 AM
|
#10
|
Member
Registered: May 2010
Location: Wichita
Distribution: Ubuntu Debian
Posts: 157
Original Poster
Rep:
|
I: Bus=0019 Vendor=0000 Product=0005 Version=0000
N: Name="Lid Switch"
P: Phys=PNP0C0D/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
U: Uniq=
H: Handlers=event0
B: PROP=0
B: EV=21
B: SW=1
I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"
P: Phys=PNP0C0C/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
U: Uniq=
H: Handlers=kbd event1
B: PROP=0
B: EV=3
B: KEY=10000000000000 0
I: Bus=0011 Vendor=0001 Product=0001 Version=ab83
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/devices/platform/i8042/serio0/input/input2
U: Uniq=
H: Handlers=sysrq kbd event2 leds
B: PROP=0
B: EV=120013
B: KEY=a0000702100000 83803078f800d001 feffffdfffefffff fffffffffffffffe
B: MSC=10
B: LED=7
I: Bus=0019 Vendor=0000 Product=0000 Version=0000
N: Name="Ideapad extra buttons"
P: Phys=ideapad/input0
S: Sysfs=/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input7
U: Uniq=
H: Handlers=rfkill kbd event5
B: PROP=0
B: EV=13
B: KEY=81000800100c03 4400000000300000 0 2
B: MSC=10
I: Bus=0018 Vendor=04f3 Product=3140 Version=0100
N: Name="MSFT0001:01 04F3:3140 Mouse"
P: Phys=i2c-MSFT0001:01
S: Sysfs=/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-MSFT0001:01/0018:04F3:3140.0001/input/input9
U: Uniq=
H: Handlers=mouse0 event4
B: PROP=0
B: EV=17
B: KEY=30000 0 0 0 0
B: REL=1943
B: MSC=10
I: Bus=0018 Vendor=04f3 Product=3140 Version=0100
N: Name="MSFT0001:01 04F3:3140 Touchpad"
P: Phys=i2c-MSFT0001:01
S: Sysfs=/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-MSFT0001:01/0018:04F3:3140.0001/input/input10
U: Uniq=
H: Handlers=mouse1 event6
B: PROP=5
B: EV=1b
B: KEY=e520 10000 0 0 0 0
B: ABS=2e0800000000003
B: MSC=20
I: Bus=0003 Vendor=13d3 Product=56ff Version=1919
N: Name="Integrated Camera: Integrated C"
P: Phys=usb-0000:00:14.0-6/button
S: Sysfs=/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input11
U: Uniq=
H: Handlers=kbd event7
B: PROP=0
B: EV=3
B: KEY=100000 0 0 0
I: Bus=0019 Vendor=0000 Product=0006 Version=0000
N: Name="Video Bus"
P: Phys=LNXVIDEO/video/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16
U: Uniq=
H: Handlers=kbd event3
B: PROP=0
B: EV=3
B: KEY=3e000b00000000 0 0 0
I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA Intel PCH Mic"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:1f.3/sound/card0/input17
U: Uniq=
H: Handlers=event8
B: PROP=0
B: EV=21
B: SW=10
I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA Intel PCH Headphone"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:1f.3/sound/card0/input18
U: Uniq=
H: Handlers=event9
B: PROP=0
B: EV=21
B: SW=4
I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA Intel PCH HDMI/DP,pcm=3"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:1f.3/sound/card0/input19
U: Uniq=
H: Handlers=event10
B: PROP=0
B: EV=21
B: SW=140
I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA Intel PCH HDMI/DP,pcm=7"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:1f.3/sound/card0/input20
U: Uniq=
H: Handlers=event11
B: PROP=0
B: EV=21
B: SW=140
I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA Intel PCH HDMI/DP,pcm=8"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:1f.3/sound/card0/input21
U: Uniq=
H: Handlers=event12
B: PROP=0
B: EV=21
B: SW=140
I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA Intel PCH HDMI/DP,pcm=9"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:1f.3/sound/card0/input22
U: Uniq=
H: Handlers=event13
B: PROP=0
B: EV=21
B: SW=140
I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA Intel PCH HDMI/DP,pcm=10"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:1f.3/sound/card0/input23
U: Uniq=
H: Handlers=event14
B: PROP=0
B: EV=21
B: SW=140
I: Bus=0003 Vendor=046d Product=400a Version=0111
N: Name="Logitech M325"
P: Phys=usb-0000:00:14.0-3/input2:1
S: Sysfs=/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0004/0003:046D:400A.0005/input/input28
U: Uniq=400a-2f-76-04-f1
H: Handlers=mouse2 event15
B: PROP=0
B: EV=17
B: KEY=ffff0000 0 0 0 0
B: REL=1943
B: MSC=10
I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA NVidia HDMI/DP,pcm=3"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input29
U: Uniq=
H: Handlers=event16
B: PROP=0
B: EV=21
B: SW=140
I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA NVidia HDMI/DP,pcm=7"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input30
U: Uniq=
H: Handlers=event17
B: PROP=0
B: EV=21
B: SW=140
I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA NVidia HDMI/DP,pcm=8"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input31
U: Uniq=
H: Handlers=event18
B: PROP=0
B: EV=21
B: SW=140
I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA NVidia HDMI/DP,pcm=9"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input32
U: Uniq=
H: Handlers=event19
B: PROP=0
B: EV=21
|
|
|
09-08-2021, 05:52 AM
|
#11
|
LQ Guru
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,937
|
The pertinent section...
Code:
I: Bus=0018 Vendor=04f3 Product=3140 Version=0100
N: Name="MSFT0001:01 04F3:3140 Touchpad"
P: Phys=i2c-MSFT0001:01
S: Sysfs=/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-MSFT0001:01/0018:04F3:3140.0001/input/input10
U: Uniq=
H: Handlers=mouse1 event6
B: PROP=5
B: EV=1b
B: KEY=e520 10000 0 0 0 0
B: ABS=2e0800000000003
B: MSC=20
This long bug report
suggests support for this hardware (04F3:3140 chipset) exists with kernel 5.11 onwards. My advice is for you to try a recent mainline kernel (ref post #9 of this thread).
|
|
|
09-08-2021, 11:27 PM
|
#12
|
Member
Registered: May 2010
Location: Wichita
Distribution: Ubuntu Debian
Posts: 157
Original Poster
Rep:
|
Right now, I am running
5.11.0-34-generic
Do you think I should upgrade my kernel? Even though it is already at 5.11.0-34-generic?
|
|
|
09-08-2021, 11:33 PM
|
#13
|
LQ Guru
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,937
|
Quote:
Originally Posted by DrDwayne
Right now, I am running
5.11.0-34-generic
Do you think I should upgrade my kernel? Even though it is already at 5.11.0-34-generic?
|
Worth a shot IMHO.
|
|
|
09-08-2021, 11:44 PM
|
#14
|
Member
Registered: May 2010
Location: Wichita
Distribution: Ubuntu Debian
Posts: 157
Original Poster
Rep:
|
Thank you. .
I installed 5.14.1
Mouse pad still doesn't work. . .
Any other suggestions?
|
|
|
09-09-2021, 01:25 AM
|
#15
|
LQ Guru
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,937
|
Bug report?
|
|
|
All times are GMT -5. The time now is 03:48 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|