Configuration pages cannot be accessed anymore - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: Configuration pages cannot be accessed anymore (/showthread.php?tid=23) |
Configuration pages cannot be accessed anymore - BigScaryTiger - 04-07-2018 I accidentally enabled Bluetooth in my moOde 4.0 setup (when messing about with airplay). Trouble is I have a RPI2b+ which doesn't have bluetooth.... this would not normally be an issue, but unfortunately I cannot now access any of the configuration pages within the system. Is there a way I can turn off bluetooth using the command line so I can avoid having to reinstall? Thanks in advance RE: Configuration pages cannot be accessed anymore - Koda59 - 04-07-2018 Did you just try to reboot ? RE: Configuration pages cannot be accessed anymore - Tim Curtis - 04-07-2018 yes, this is an issue. You will have to go in via SSH and run the cmd below to turn off Bluetooth, then reboot. Code: sqlite3 /var/local/www/db/moode-sqlite3.db "update cfg_system set value='0' where param='btsvc'" AFAIK there is no way to detect the presence of the Bluetooth adapter. I could check for the Pi model being 0W or 3B/3B+ but this will not account for a Pi-2B with a Bluetooth dongle. -Tim RE: Configuration pages cannot be accessed anymore - BigScaryTiger - 04-08-2018 Excellent Tim... thanks for that, I can now access the subpanes for configuration. Cheers For reference: I did multiple reboots but still couldn't access the configuration pages in the webUI. It was a silly accident on my part in clicking the bluettoth switch instead of the airplay one. Duh! |