Orolia2s / oscillatord

Daemon used to discipline the Atomic Reference Time Card from Orolia
GNU General Public License v2.0
21 stars 14 forks source link

Timecard driver update #129

Closed vvfedorenko closed 2 months ago

vvfedorenko commented 3 months ago

The new kernel version doesn't support symlinks to tty devices anymore. The update will be to export these devices as a group of attributes which contain ttySx string. Adjust oscillatord code to use these new attributes.

Also, the last commit is about to fix initialization of the previously added monitoring parameter.

agagniere commented 2 months ago

Hello @vvfedorenko, it looks good to me.

Edit: My bad :

Starting from kernel 6.9 the driver cannot expose symlinks to tty devices.