I will inform them asap ;) You've to be sudoer, type "sudo su" before
Persistent script : sudo nano /etc/systemd/system/enable-touchpad.service ------------------- [Unit] Description=Enable Touchpad [Service] ExecStart=/opt/bin/enable-touchpad [Install] WantedBy=multi-user.target sudo nano /opt/bin/enable-touchpad ------------------- #!/bin/bash # I noticed that the id changes from one reboot to another (wtf), i use a grep to deal with that cd /sys/bus/hid/drivers/hid-multitouch echo "$(ls | grep -i '0018')" > unbind echo 0018 04F3 3043 0013 > new_id Then sudo systemctl ena -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1653456 Title: ASUS G752VS: Touchpad and Fn keys not working (Ubuntu 16.04.1/16.10/17.04) To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1653456/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
