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

Udev rules #9

Open
slavkoja opened this issue May 21, 2017 · 1 comment
Open

Udev rules #9

slavkoja opened this issue May 21, 2017 · 1 comment

Comments

@slavkoja
Copy link

Hi,

i was success to create ebuild, install it and do some simple tests on my Funtoo with 4.9.18 kernel, then you can update the README about tested kernel versions.

For manage access rights i use simple udev rule in /lib/udev/rules.d/10-tty0tty.rules:

# set tty0tty devices permission
KERNEL=="tnt*" SUBSYSTEM=="tty", MODE="0660", GROUP="uucp"

IMO, you can describe to use udev rules, instead manually changing the the device files rights.

@pulkomandy
Copy link

The current README mentions the udev rule and it is installed by "make install". However, it is not included in the dkms package for Debian.

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