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.
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:IMO, you can describe to use udev rules, instead manually changing the the device files rights.