pkg add https://github.com/cloudfence/dev-packages/raw/master/os-apuled-1.0.txz
debug.acpi.avoid="\_SB_.PCI0.GPIO"
I am using the plugin successfully :-)FYI, due to a change in the APU Bios I had to add the line Code: [Select]debug.acpi.avoid="\_SB_.PCI0.GPIO" to loader.conf to make the general APULED module work again.(see https://github.com/opnsense/core/issues/2114#issuecomment-609365754 and https://github.com/pcengines/coreboot/issues/329#issuecomment-526217280)-> It survived the OPNsense upgrade from 20.1.3 to 20.1.4I want to do changes on the module, e.g. I would suggest to have the 1st LED always blinking to have "heartbeat", as I had in the past APU boards that freezed and if the LED is always on, you would not notice that the device got stuck. Should I "pre-discuss" it somewhere or just provide a pull-request in Github?
I made a simple plugin to get APUs boxes more shiny! I've compiled the LED's module from this source code: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189772I know that isn't a good idea to put a binary (compiled) in a plugin package, but I don't know exactly how put this module with the plugin yet... maybe build a custom port and put it as plugin dependence... Anyway ideas are very welcome!