View Single Post
Old 07-31-2019, 09:05 PM   #2
frostschutz
Linux User
frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.
 
frostschutz's Avatar
 
Posts: 2,282
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
at least on my H2O, there is no "wlan*" and no "lo" (unless you set it up yourself) so maybe those rules don't run

the eth* is there as long as you enable wifi so that rule, at least, should work

my addons all hook to KERNEL=="loop0" (for generic startup trigger)



no idea about triggering when adding bookmarks

----

just tested, the "lo" rule runs.

environ

Code:
UDEV_LOG=3
ACTION=add
DEVPATH=/devices/virtual/net/lo
SUBSYSTEM=net
INTERFACE=lo
IFINDEX=1
SEQNUM=577
No PATH set, that may be a problem for your script if unaware.

Last edited by frostschutz; 07-31-2019 at 09:26 PM.
frostschutz is offline   Reply With Quote