![]() |
Question: Does Bluetooth Output use the Audio output from the DAC Hat? - 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: Question: Does Bluetooth Output use the Audio output from the DAC Hat? (/showthread.php?tid=4210) |
RE: Question: Does Bluetooth Output use the Audio output from the DAC Hat? - TheOldPresbyope - 09-23-2021 (09-23-2021, 07:48 PM)Tim Curtis Wrote: IIRC the use case that doesn't work is when there is no physical adapter present like on the Pi's w/o integrated adapters. Ah. I no longer have any such to test with. RE: Question: Does Bluetooth Output use the Audio output from the DAC Hat? - TheOldPresbyope - 09-23-2021 @Tim Curtis Turns out I lied. I found an RPi2B 1.1 hiding in a carton I unwrapped just this afternoon.Trying the same test, I get: Code: pi@moode:~ $ sudo hcitool dev But wait, there's more. The System Info popup declares Code: Onboard WiFi = None and the System Config screen doesn't offer the option of turning either service off/on. Looks like moOde can already detect the absence of a physical interface. Regards, Kent RE: Question: Does Bluetooth Output use the Audio output from the DAC Hat? - Wheel_nut - 09-23-2021 (09-23-2021, 06:47 PM)Tim Curtis Wrote: You can run the command below to turn off the Bluetooth Renderer so it does not start during reboot. Hi Tim, If i understand you correctly, that would require me to have had SSH Term Server set ON and the WebSSH Terminal OPEN before I set the Bluetooth adapter to OFF. Since I hadn't, I think I had no option other than reloading the SD Card and starting again. You can probably tell that I am probably talking a better game than my competence would suggest ![]() R RE: Question: Does Bluetooth Output use the Audio output from the DAC Hat? - Tim Curtis - 09-24-2021 I normally use SSH from my Mac but if you don't have SSH available outside of moOde then a reload is one of the only ways to get of that situation. RE: Question: Does Bluetooth Output use the Audio output from the DAC Hat? - Tim Curtis - 09-24-2021 (09-23-2021, 10:27 PM)TheOldPresbyope Wrote: @Tim Curtis Maybe. Below is from my notes from way back when. Code: - Bluetooth device detection ? RE: Question: Does Bluetooth Output use the Audio output from the DAC Hat? - Wheel_nut - 09-24-2021 (09-24-2021, 12:09 AM)Tim Curtis Wrote:Tim, If you are looking at fixing this quirk, it appears to me that there are three use cases that can cause the issue:(09-23-2021, 10:27 PM)TheOldPresbyope Wrote: @Tim Curtis
RE: Question: Does Bluetooth Output use the Audio output from the DAC Hat? - TheOldPresbyope - 09-24-2021 I'm having to relearn what I used to know when we were first testing the RaspiOS BT subsystem and how the results were woven into moOde code. ![]() The immediate problem I thought we were addressing is:
It still seems to me that the first condition can be tested using hcitool (and/or hciconfig) but I'll have to line up a couple of RPi models with and without on-board BT transceivers and with and without external USB-BT adapters to check my hypothesis. Regards, Kent PS - this discussion deserves its own thread. RE: Question: Does Bluetooth Output use the Audio output from the DAC Hat? - Wheel_nut - 09-25-2021 (09-24-2021, 06:46 PM)TheOldPresbyope Wrote: I'm having to relearn what I used to know when we were first testing the RaspiOS BT subsystem and how the results were woven into moOde code.Hi Kent, Yes, please ignore my ramblings. Your description is exactly the problem we are addressing. Also, I agree that this thread has drifted far from the original question and should be opened in a new thread starting with your concise description of the issue. I have sent you a PM suggesting you use your Admin priveliges to do this. Robin |