larixer / hid-asus-dkms

ASUS HID FTE100* DKMS Driver
GNU General Public License v2.0
68 stars 10 forks source link

I/O errors with ELAN1203 #50

Closed spruit closed 7 years ago

spruit commented 7 years ago

When I install the driver it gives the following output: _spruit@spruit-G752VM:~/hid-asus-dkms$ ./dkms-add.sh [sudo] password for spruit:

-------- Uninstall Beginning -------- Module: asus Version: 1.0 Kernel: 4.10.0-20-lowlatency (x86_64)

Status: Before uninstall, this module version was ACTIVE on this kernel.

hid-asus.ko:

i2c-hid.ko:

depmod...

Backing up initrd.img-4.10.0-20-lowlatency to /boot/initrd.img-4.10.0-20-lowlatency.old-dkms Making new initrd.img-4.10.0-20-lowlatency (If next boot fails, revert to initrd.img-4.10.0-20-lowlatency.old-dkms image) update-initramfs.......

DKMS: uninstall completed.


Deleting module version: 1.0 completely from the DKMS tree.

Done.

Creating symlink /var/lib/dkms/asus/1.0/source -> /usr/src/asus-1.0

DKMS: add completed.

Kernel preparation unnecessary for this kernel. Skipping...

Building module: cleaning build area... make -j8 KERNELRELEASE=4.10.0-20-lowlatency -C /lib/modules/4.10.0-20-lowlatency/build M=/var/lib/dkms/asus/1.0/build/src modules... cleaning build area...

DKMS: build completed.

hid-asus.ko: Running module version sanity check.

i2c-hid.ko: Running module version sanity check.

depmod...

Backing up initrd.img-4.10.0-20-lowlatency to /boot/initrd.img-4.10.0-20-lowlatency.old-dkms Making new initrd.img-4.10.0-20-lowlatency (If next boot fails, revert to initrd.img-4.10.0-20-lowlatency.old-dkms image) update-initramfs.......

DKMS: install completed. Rebinding to hid-asus sh: echo: I/O error sh: echo: I/O error_

See also attached files.

hid-asus-dkms2.txt hid-asus-dkms1.txt

The installation should not be necessary because I am on kernel 4.10, but trying it anyway because the touchpad did nothing at first. Maybe it is because I am using the Ubuntu low latency kernel or because the device is an ELAN1203?

Please help, I love what you are doing for the community!

larixer commented 7 years ago

@spruit This driver is not for your device. It is only for ASUS TouchPads FTE100*. Not for ELAN TouchPads

spruit commented 7 years ago

Too bad, I thought I saw in another thread that this driver is for the ELAN TouchPad. My notebook is also an ASUS. Keep up the good work!