Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work on kali linux #240

Open
tct123 opened this issue Sep 3, 2023 · 1 comment
Open

Does not work on kali linux #240

tct123 opened this issue Sep 3, 2023 · 1 comment

Comments

@tct123
Copy link

tct123 commented Sep 3, 2023

Hello,
if I am trying to connect My Tablet to Weylus, it shows the "Weylus - UInput unaccsessable" Window.

Windowcontent:

Weylus uses the uinput interface to simulate input events on Linux. To enable stylus and multi-touch support /dev/uinput needs to be writable by Weylus. To make /dev/uinput permanently writable by your user, run the following inside a terminal:

sudo groupadd -r uinput
sudo usermod -aG uinput $USER
echo 'KERNEL=="uinput", MODE="0660", GROUP="uinput", OPTIONS+="static_node=uinput"' | sudo tee /etc/udev/rules.d/60-weylus.rules

Then, either reboot, or run

sudo udevadm control --reload
sudo udevadm trigger

then log out and log in again. To undo this, run:

sudo rm /etc/udev/rules.d/60-weylus.rules

This allows your user to synthesize input events system-wide, even when another user is logged in. Therefore, untrusted users should not be added to the uinput group.

If you do not want to make use of this feature uncheck "Enable uinput" in your browser. Like this Weylus will only simulate a mouse.

I already did this steps. How can I fix this?
OS : Kali Linux
Kernel: 6.4.0-kali3-amd64

@Diordany
Copy link

Just to make sure, you didn't run the sudo rm /etc/udev/rules.d/60-weylus.rules step right? Because it undoes the setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants