Second test: I only kept the following entry in the db:
No more luck, still not showing in the list... Can a new db entry appear in the Audio Config when driver values are wrong?
I think this SQL file I'm editing is only a script and I need to connect to a real DB and to execute the above line so that it can actually be inserted into Moode's user interface connected database.
I've just installed sqlite to the raspberry pi, but got no luck finding the db.
Code:
INSERT INTO cfg_audiodev (id, name, dacchip, chipoptions, iface, list, driver, drvoptions) VALUES (148, 'HiFiBerry DAC2 HD', 'Burr Brown PCM1796', '100,0,FIR interpolation with de-emphasis', 'I2S', 'yes', 'hifiberry-dac2-hd', '');
No more luck, still not showing in the list... Can a new db entry appear in the Audio Config when driver values are wrong?
I think this SQL file I'm editing is only a script and I need to connect to a real DB and to execute the above line so that it can actually be inserted into Moode's user interface connected database.
I've just installed sqlite to the raspberry pi, but got no luck finding the db.