Questions tagged as 'udev'

1
answer

Udev Rule does not work on Ubuntu 17.10

I'm trying a couple of rules udev in Ubuntu 17.10 . These udev rules should execute sendos scripts when you connect or disconnect a pendrive . The udev rules are: KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIA...
asked by 07.04.2018 / 00:43
0
answers

udev rule to run a script when inserting a USB

I try to create a udev rule to run a script when a USB stick is inserted. In /etc/udev/rules.d/ I created the file setupMyApp.rules with the following line: ACTION=="add",KERNEL=="sd[a-z]?",SUBSYSTEMS=="usb",RUN+="/root/setu...
asked by 14.09.2018 / 13:41