mohamed-badaoui / asus-touchpad-numpad-driver

Activate Numpad inside the touchpad with top right corner switch
299 stars 70 forks source link

Systemd service failing to start Ubuntu 22 #100

Open Hilicot opened 2 years ago

Hilicot commented 2 years ago

Hello, just letting you know that on my system the systemd service refused to start until I modified the start command from

ExecStart=/usr/share/asus_touchpad_numpad-driver/asus_touchpad.py 6

to

ExecStart=python3 /usr/share/asus_touchpad_numpad-driver/asus_touchpad.py

Basically, I removed the "6" at the end, which is not associated to any existing layout (not sure why it gets there), and specified python3 as the python to use (it didn't work with "python", since in my new installation of Ubuntu 22 that symlink does not exist).

My laptop is an Asus Vivobook 14 M3401QC, with Ubuntu 22 LTS

vinthara commented 2 years ago

I had a boot failure issue with Ubuntu 22.04 LTS as well, everything was fine after I ran uninstall.sh (I had to comment this line though or it wouldn't let me uninstall it) # modprobe -r i2c-dev

My laptop is an Asus Zenbook 13 UX325EA