Closed jean-emmanuel closed 5 months ago
Reading #73 suggests it's not possible currently with tools such as amixer. However it is possible using https://github.com/takaswie/hinawa-utils (requires https://github.com/takaswie/hinawa-utils/pull/12 merged):
git clone https://github.com/takaswie/hinawa-utils
cd https://github.com/takaswie/hinawa-utils
./hinawa-dice-extension-cli ID storage-operation store
Works like a charm, thank you so much !!!
Hi @jean-emmanuel ,
The snd-dice-ctl-service executes the procedure to store configurations to on-board flash memory when receiving SIGINT signal. You can use it by pushing Ctrl + C in the terminal in which you execute the service.
The discussion at #73 is just to perform it in another path, and not yet.
Alright I didn't catch that, thank you.
The snd-dice-ctl-service executes the procedure to store configurations to on-board flash memory when receiving SIGINT signal. You can use it by pushing Ctrl + C in the terminal in which you execute the service.
If it doesn't work in your side, please inform it to me. I'll investigate the cause and would try fixing it.
I'll try and let you know (right now the pro40 is in standalone mode, feeding a ff802 that also works perfectly, what a treat :))
Does this project make it somehow possible to save the configuration to the device without resorting to a prehistoric mac ? :)
Thanks alot for your work !