12-15-2024, 04:22 PM
(12-15-2024, 02:39 PM)Tim Curtis Wrote:Hi Tim,(12-15-2024, 02:52 AM)TheOldPresbyope Wrote: This is the error I get on a moOde 9.1.5 player on a Pi 5B when I turn off Bluetooth in Startup options and reboot
Code:20241214 214742 worker: Bluetooth: Error: Unable to start Bluetooth, PIN: None, ALSA/CDSP maxvol: 100%/0dB, ALSA outmode: Standard
Just saying....
Regards,
Kent
Lokks like some breakage :-0
See if bluetooth is blocked
Code:pi@moode9:~ $ rfkill
ID TYPE DEVICE SOFT HARD
0 bluetooth hci0 unblocked unblocked
1 wlan phy0 unblocked unblocked
Add the line below to /etc/rc.local
Code:/usr/sbin/rfkill unblock bluetooth > /dev/null 2>&1
It's definitely blocked by default on a 920 image. I'll have to patch rc.local for that build and then make a new image for testing.
Im unable to log into the SSH terminal since I dont know the username and password. Is there a way I can reset this without having to resintall moode again?
Thanks!