i try to insmod new module:
sudo insmod /home/nekolyanich/abs/synaptics-led/pkg/lib/modules/extramodules-3.1-ARCH/psmouse.ko.gz
insmod: error inserting '/home/nekolyanich/abs/synaptics-led/pkg/lib/modules/extramodules-3.1-ARCH/psmouse.ko.gz': -1 Invalid module format
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)
nekolyanich commented on 2011-11-18 07:57 (UTC)
nekolyanich commented on 2011-11-18 07:55 (UTC)
@dgbaley27
No it's not in xf86-input-synaptics-clickpad, becose i'd never seen new led in /sys/class/leds
my path to psmouse is: /lib/modules/3.1.1-1-ARCH/kernel/drivers/input/mouse/psmouse.ko.gz
dgbaley27 commented on 2011-11-18 07:54 (UTC)
Is there any error output when building or installing? If the file is actually in the extrmodules dir, then maybe depmod isn't running correctly.
nekolyanich commented on 2011-11-18 07:48 (UTC)
@dgbaley27
No it's not in xf86-input-synaptics-clickpad, becose i'd never seen new led in /sys/class/leds
my path to psmouse is: /lib/modules/3.1.1-1-ARCH/kernel/drivers/input/mouse/psmouse.ko.gz
dgbaley27 commented on 2011-11-18 07:43 (UTC)
Ok, but I need to know if "modinfo psmouse" gives the correct path. If it does, then chances are the problem is in the xf86-input-synaptics-clickpad package.
nekolyanich commented on 2011-11-18 07:38 (UTC)
@dgbaley27
I now rebuild package via aurbuild, restart psmouse, but nothing changes. led dosn't working.
dgbaley27 commented on 2011-11-18 07:29 (UTC)
@toxygen:
I just built this directly from the AUR using yaourt. After that I ran "modprobe psmouse" and saw its path in extramodules. Does this not work for you? Is it not working for anyone else?
Are you building it on the kernel you're using it on?
toxygen commented on 2011-11-18 07:13 (UTC)
module builds fine and works, but I've had to move it to the main /lib/modules/3.1.1-arch, the extramodules folder doesn't seem to be accessed by modprobe, should it be changed to extramodules-3.1.1 ?
dgbaley27 commented on 2011-11-11 02:10 (UTC)
Ok, I've finally found a git mirror that allows archive so you don't have to download the entire kernel every time. I've never heard of the repo so I am validating the files I get from it. I also figured out how to get rid of that messy rsync'ing of the headers over the source. Enjoy.
dgbaley27 commented on 2011-11-10 20:24 (UTC)
FYI: I've set up a git repo for this pkg.
https://github.com/mmonaco/synaptics-led
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.