Quote:
Originally Posted by NiLuJe
Turns out it's https://github.com/jerome-pouiller/ioctl  .
So, my example above is as simple as `ioctl /dev/ntx_io 241 -v 0` (I *think* the WiFi/BT power stuff also takes a value, not a pointer, but I'm in no position to double-check right now).
|
So all I need in NM is 2 lines:
Code:
ioctl /dev/ntx_io 241 -v 0
ioctl /dev/ntx_io 241 -v some-number
The first line to turn off the front line and the second line to set it to some light level? But where are the labels for the menu entries?
I appreciate the "teach someone to fish, ..." philosophy, but sometimes you have to give them the fish.