Comment 249 for bug 1810183

Revision history for this message
Erik (onryo1) wrote :

@CAPDEVILLE

I just cloned the repo
git clone https://github.com/mohamed-badaoui/ux433-touchpad-numpad.git
cd ux433-touchpad-numpad

sudo apt install libevdev2 i2c-tools (Ubuntu/Debian)
sudo dnf install libevdev i2c-tools (Fedora)

sudo modprobe i2c-dev
sudo i2cdetect -l (see whats there)

sudo pip3 install libevdev (can't be installed as pip install --user gotta use sudo)
sudo chmod +x ./install.sh
sudo ./install.sh

Install with symbols on my UX425J

Look if the "driver" is loaded correctly
systemctl status asus_touchpad_numpad.service