![]() |
Official moOde 8 support thread - 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: Official moOde 8 support thread (/showthread.php?tid=4777) |
RE: Official moOde 8 support thread - Tim Curtis - 03-21-2022 (03-21-2022, 11:13 AM)s_mury Wrote: Hi all, Errors in the MPD log such as "File not found" can result from insufficient permissions on the file and all the containing directories. MPD needs read permission to the files and read+execute permissions to all the parent directories. https://mpd.readthedocs.io/en/latest/user.html?highlight=permission#i-can-t-see-my-music-in-the-mpd-database RE: Official moOde 8 support thread - Tim Curtis - 03-21-2022 (03-21-2022, 02:06 PM)the_bertrum Wrote:(03-21-2022, 12:31 PM)TheOldPresbyope Wrote:(03-21-2022, 01:47 AM)hui13 Wrote: Anyone tried Bluetooth functionality. Running 8.01 on RPI3B+ and getting following screen after scan. Same behaviour from terminal. Not the same behaviour that I had with 7.6.1 which worked as expected. Yes, repeating the scan usually helps to get names to appear. Are you saying the names of the moOde BT speakers don't appear in the list? It could be a regression or some new config file that needs to be present. The file thats supposed to provide the name is below. Code: pi@moode:~ $ cat /etc/machine-info RE: Overlay issue? - JanneP - 03-21-2022 (03-21-2022, 02:41 PM)Tim Curtis Wrote:(03-21-2022, 05:33 AM)JanneP Wrote:(03-20-2022, 10:45 PM)Tim Curtis Wrote:(03-20-2022, 10:19 PM)Marrahm Wrote: Pi with the HifiBerry HD DAC. Everything worked perfectly under M7 using Tim’s overlay fix. But using same overlay and config in v8 gives me an ALSA error: To my knowledge there is no post in the Hifiberry forum for that. If you check the issue comments, config.txt modification is there. https://github.com/raspberrypi/linux/issues/4898 RE: Official moOde 8 support thread - the_bertrum - 03-21-2022 (03-21-2022, 02:55 PM)Tim Curtis Wrote: Are you saying the names of the moOde BT speakers don't appear in the list? They appear, then disappear, then reappear at different tiomes on subsequent scans. This could have been happening for a while, I only ever connect from the remote device rather than scanning and connecting from the Blue-Z interface. RE: Official moOde 8 support thread - Tim Curtis - 03-21-2022 Ok got it. RE: Overlay issue? - Tim Curtis - 03-21-2022 (03-21-2022, 03:52 PM)JanneP Wrote:(03-21-2022, 02:41 PM)Tim Curtis Wrote:(03-21-2022, 05:33 AM)JanneP Wrote:(03-20-2022, 10:45 PM)Tim Curtis Wrote:(03-20-2022, 10:19 PM)Marrahm Wrote: Pi with the HifiBerry HD DAC. Everything worked perfectly under M7 using Tim’s overlay fix. But using same overlay and config in v8 gives me an ALSA error: It looks like there are two links mentioning the EEPROM setting. https://www.hifiberry.com/docs/software/configuring-linux-3-18-x/ https://www.hifiberry.com/blog/configuration-changes-in-linux-5-4/ Prolly best just to just automatically add the setting for all hifiberry cards. RE: Official moOde 8 support thread - TheOldPresbyope - 03-22-2022 (03-21-2022, 02:17 PM)Tim Curtis Wrote:(03-21-2022, 12:31 PM)TheOldPresbyope Wrote:(03-21-2022, 01:47 AM)hui13 Wrote: Anyone tried Bluetooth functionality. Running 8.01 on RPI3B+ and getting following screen after scan. Same behaviour from terminal. Not the same behaviour that I had with 7.6.1 which worked as expected. Argh. I forgot 1) I'd turned off my usual BT devices and 2) moOde now detects BLE as well as Classic devices. So, when I scanned I detected a ton of BLE sensors I have salted around the house but no audio-related devices. A number of the BLE devices don't transmit an identifier so they show up only as MAC addresses, which is what led to my confusion. Turning on my usual BT speaker and several moOde players' pairing agents, I now see them in the output but they're kind of "lost in the noise" of all the BLE devices. This leads me to suggest one might want to make detection of BLE devices optional. I remember (now!) the circumstance which lead to BLE scanning being added, but I'd argue that most audio-related devices use Classic Bluetooth. [NOTE to self: don't try to do a quick test just you are rushing out the door. Bound to go badly when you overlook details.] Regards, Kent RE: Official moOde 8 support thread - Tim Curtis - 03-22-2022 There is the setting below in /etc/bluetooth/main.conf Code: # Restricts all controllers to the specified transport. Default value In moOde 7 it was set to "bredr". It was just left as the default "dual" in 8 but could be changed. I'll run some tests tomorrow. -Tim RE: Official moOde 8 support thread - TheOldPresbyope - 03-22-2022 (03-22-2022, 03:04 AM)Tim Curtis Wrote: There is the setting below in /etc/bluetooth/main.conf On the scale of things which need to be done, this is closer to a 1 than a 9 ![]() I had noticed the ControllerMode setting but not played with it. I'm not getting the result I expected changing it to bredr on a moOde 8 player. Here's the SCAN-for-devices output after rebooting Code: ** While for a moOde 7 player on the same LAN Code: ** If I change the moOde 8 player back to "dual" and reboot Code: * It missed several moOde players and there are actually 7 GVH5075 type sensors in the house so I know the detection is a bit rando. Repeating the moOde 8 scan a while later gets all the GVH5075 type sensors and no moOde players. Several players were missed when I repeated the scan on the moOde 7 player. One thought: I have a number of RPis on the desk. I wonder if I'm getting some transceiver overloading from the proximity of so many sources. Sigh - one more thing to check. Compare this to HomeAssistant, say, which I have running on an RPi4B on the same desk. It finds everything every time. I haven't figured out yet how they do it. Regards, Kent RE: Official moOde 8 support thread - Tim Curtis - 03-22-2022 I think HomeAssistant uses a Python based bluetooth implementation named pybluez https://github.com/pybluez/pybluez which according to the readme is "not under active development" :-0 It's a more sophisticated bluetooth wrapper than moOde uses. https://github.com/home-assistant/core/blob/dev/homeassistant/components/bluetooth_tracker/device_tracker.py The BASH script used in moOde is pretty old and just does bluetoothctl command/response type wrapper stuff. It prolly needs to be rewritten afresh by someone that really knows bluetooth. Maybe the HomeAssistant script can be modified to work in moOde ?? |