Are you guys still having problems? Do you have an /etc/depmod.conf or /etc/depmod.d/depmod.conf?
Search Criteria
Package Details: synaptics-led 5.12-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/synaptics-led.git (read-only, click to copy) |
---|---|
Package Base: | synaptics-led |
Description: | Synaptics LED enabled psmouse kernel module |
Upstream URL: | https://github.com/mmonaco/PKGBUILDs |
Licenses: | GPL2 |
Submitter: | dgbaley27 |
Maintainer: | dgbaley27 (vantu5z) |
Last Packager: | vantu5z |
Votes: | 13 |
Popularity: | 0.000000 |
First Submitted: | 2011-05-23 16:24 (UTC) |
Last Updated: | 2021-06-28 06:10 (UTC) |
Dependencies (3)
- linux
- git (git-gitAUR, git-glAUR) (make)
- linux-headers (make)
Required by (1)
Sources (3)
dgbaley27 commented on 2011-12-04 18:14 (UTC)
dgbaley27 commented on 2011-11-19 05:06 (UTC)
So I finally tested this on the laptop I have access to with an led touchpad. It worked just fine (correct path in modinfo AND an led device when loaded). Also, this laptop is _not_ run off of testing (whereas my other computers are). From this I really don't have any further insights for you guys. As far as I can tell everything is good.
dgbaley27 commented on 2011-11-18 20:12 (UTC)
Still not sure what to tell you. Can anyone else confirm that this is working for them?
The module needs to be a gzip. So psmouse.ko.gz should be in extramodules. You can try running "sudo depmod $(uname -r)" but this should be the default.
toxygen commented on 2011-11-18 19:37 (UTC)
#3 - and i just noticed that /lib/modules/3.1.1-arch has an "extramodules" folder there, is this where it should go instead? the extramodules folder is a soft link to /lib/modules/extramodules-3.1-arch/
so i have my other module (lenovo_acpi.ko) and psmouse.ko.gz. i tried unzipping the psmouse, same result, system module in use. my other module loads fine either way..
toxygen commented on 2011-11-18 19:32 (UTC)
meant to say modinfo | grep extra, depmod -v also shows nothing regarding extramodules (including the other module i have there)
toxygen commented on 2011-11-18 19:31 (UTC)
ok, i rebuilt this package:
changing _kver in PKGBUILD = error, cant find sources
changing final install output manually to 3.1.1 - module not found, uses psmouse.ko (system)
no changes = system psmouse in use (per modinfo)\
depmod -a = no module shown with path "extramodules"
I have another module residing in the extramodules folder which does load when modprobe'd, but the psmouse,ko seems to take precedence if its in the main modules folder. the path in modinfo supports this.
dgbaley27 commented on 2011-11-18 08:12 (UTC)
kver is meant to be the base version -- just 3.x -- not 3.x.y.
nekolyanich commented on 2011-11-18 08:10 (UTC)
i'd find what $kver in PKGBUILD is incorrect, i change it to right, but insmod give me same error. my linux headers and current kernel version have same numbers
dgbaley27 commented on 2011-11-18 08:00 (UTC)
Do you have the linux-headers which match your linux installed? I still can't recreate this.
Pinned Comments
vantu5z commented on 2021-01-11 11:19 (UTC) (edited on 2021-02-07 17:19 (UTC) by vantu5z)
"psmouse" module is built-in from 5.10.2 kernel. https://bugs.archlinux.org/task/69158
Fixed from kernel linux 5.10.13.arch1-2.
vantu5z commented on 2020-04-27 06:00 (UTC) (edited on 2020-04-27 06:10 (UTC) by vantu5z)
This is kernel module for touchpads with enable/disable LED button in left corner.
This video show how touchpads looks like:
https://www.youtube.com/watch?v=fj1Yf4ASag0
To load/reload module without rebooting you can use:
After kernel update you should reboot and reinstall this package.