Open Hilicot opened 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
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