alsa-project / snd-firewire-ctl-services

A set of server programs for audio and music units on IEEE 1394 bus supported by Linux sound subsystem a.k.a. ALSA.
GNU General Public License v3.0
35 stars 5 forks source link

Pro40: save configuration #186

Closed jean-emmanuel closed 5 months ago

jean-emmanuel commented 5 months ago

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 !

jean-emmanuel commented 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 !!!

takaswie commented 5 months ago

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.

jean-emmanuel commented 5 months ago

Alright I didn't catch that, thank you.

takaswie commented 5 months ago

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.

jean-emmanuel commented 5 months ago

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 :))