Failed to open mixer for 'Botic'
This should be just warning. Which player have you used?
With SD image booted on BBB it should work out of the box. You can try either MPD or command line wrappers playdsd64 and playdsd128.
Hello,
I followed your tutorial and tried to play the media which is in the distrib.
It starts to play 4 secs and then stop afterwhile i had a look to the mpd logs where i saw that message.
No error with playdsd64 and playdsd128 but it is stopping after 5-10sec. Do I need to have the DAC plugged in ?
I followed your tutorial and tried to play the media which is in the distrib.
It starts to play 4 secs and then stop afterwhile i had a look to the mpd logs where i saw that message.
No error with playdsd64 and playdsd128 but it is stopping after 5-10sec. Do I need to have the DAC plugged in ?
no, you need to provide your file... demo on the disk is just as short ... DSD files are huge! 🙂
Ok i was confused by the time displayed by MPD...🙂
With mine it seems to work ...
Do I have a picture of your setup with the BBB and the DAC ?
With mine it seems to work ...
Do I have a picture of your setup with the BBB and the DAC ?
Hi dabrain
I am using 2 TPA OTTO-II to select the required CCHD crystals and to switch between PCM and DSD. The I2S signals are sent to the DAC via a LVDS-HDMI adapter. I have tested the above setup on Buffalo III, Wyred DAC2, DIY TDA1541A and DIY AD1865 with great success.
Hope this helps
I am using 2 TPA OTTO-II to select the required CCHD crystals and to switch between PCM and DSD. The I2S signals are sent to the DAC via a LVDS-HDMI adapter. I have tested the above setup on Buffalo III, Wyred DAC2, DIY TDA1541A and DIY AD1865 with great success.
Hope this helps

Last edited:
Hi,
i read the thread but maybe i did not find it:
is there a way to use this with wireless connection or only for ethernet cable?
thx
i read the thread but maybe i did not find it:
is there a way to use this with wireless connection or only for ethernet cable?
thx
drone: I'm connecting to BBB via Ethernet.
The USB WiFi dongle (supported types by native kernel drivers only) should work too, but I'm not sure how it would influence audio performance. When WiFi dongle was close to DAC there was real degradation of sound, so some extension cable have to be used.
Also there was some issues USB wireless keyboard and HDMI at the early stage of development using original beaglebone kernel. But this might be fixed now... or not.
The USB WiFi dongle (supported types by native kernel drivers only) should work too, but I'm not sure how it would influence audio performance. When WiFi dongle was close to DAC there was real degradation of sound, so some extension cable have to be used.
Also there was some issues USB wireless keyboard and HDMI at the early stage of development using original beaglebone kernel. But this might be fixed now... or not.
Hi,
i read the thread but maybe i did not find it:
is there a way to use this with wireless connection or only for ethernet cable?
thx
I have very good experiences with an external TP-LINK, for example the TL-MR3020. It works fine with a wandboard QUAD, but it should work on the BBB too. You can connect it direct to BBB ethernet port and have all advantages of WLAN (no electrical influences from network). And you can put it far way from your DAC.
A search for that comes up with a 3G/4G mobile hotspot. That's not the same as a WiFi dongle. 😕I have very good experiences with an external TP-LINK, for example the TL-MR3020.
A search for that comes up with a 3G/4G mobile hotspot. That's not the same as a WiFi dongle. 😕
It works in different modes and also in WIFI. The smaller one is the TP-Link TL-WR702N Wireless Router, recommendation from HiFiFUINO.
It works in different modes and also in WIFI. The smaller one is the TP-Link TL-WR702N Wireless Router, recommendation from HiFiFUINO.
I have one of those, works great for $20
You need to set it up in access point mode. After that, you can just plug in an ethernet cable to it, and it will connect the device to your wifi network. The device thinks it talking ethernet.
Randy
This is what I got, to handle that problem somewhat neatly:The USB WiFi dongle (supported types by native kernel drivers only) should work too, but I'm not sure how it would influence audio performance. When WiFi dongle was close to DAC there was real degradation of sound, so some extension cable have to be used.
2UB3001-W05101 - MULTICOMP 2UB3001-W05101 - CABLE, USB A JACK TO USB A PLUG, 100MM, BLACK | Newark element14 US
If it is the wifi, and USB chatter itself causes no problems (depending on DAC placement, obviously), something like that should do nicely. That one's not going to be mistaken for an Amphenol, but it is made very well for its price. I've also just been using Ethernet, so far, though I would like to end up using wifi, if possible.
Hi,
maybe it was mentioned before but i did not find it.
Are there any plans to see some kind of display. If so would there be any chance to use something different to those small and dark LCD 4x20 displays. my favorite would be a LED matrix display (like two sure 3208 only with smaller 8x8 matrix) .
it should only show "input" (CD; BBB; PC...) sample rate and if used volume.
If the music is processed by the BBB would there be a chance to show the playing title name scrolling by?
thx
branko
maybe it was mentioned before but i did not find it.
Are there any plans to see some kind of display. If so would there be any chance to use something different to those small and dark LCD 4x20 displays. my favorite would be a LED matrix display (like two sure 3208 only with smaller 8x8 matrix) .
it should only show "input" (CD; BBB; PC...) sample rate and if used volume.
If the music is processed by the BBB would there be a chance to show the playing title name scrolling by?
thx
branko
What interface has your display? There is UART and I2C interfaces available... however displays might introduce noise to your audio chain...
What interface has your display? There is UART and I2C interfaces available... however displays might introduce noise to your audio chain...
Is it possible to isolate the display somehow?
Why would adding a display be noisy? Not that more digital IO shouldn't add noise, but I would think a bit of jitter on the I2S lines should be the worst of it, from a little IO activity...shouldn't it?
Doing any of that shouldn't be related to the cape or its software. The information would need to be gotten from MPD/MPC, ALSA, some web playing interface (screen scrape), or what have you. Then, you'd need to control a display, and they don't all work the same way.Hi,
maybe it was mentioned before but i did not find it.
Are there any plans to see some kind of display. If so would there be any chance to use something different to those small and dark LCD 4x20 displays. my favorite would be a LED matrix display (like two sure 3208 only with smaller 8x8 matrix) .
it should only show "input" (CD; BBB; PC...) sample rate and if used volume.
If the music is processed by the BBB would there be a chance to show the playing title name scrolling by?
thx
branko
A character display with a library you can use for it will be the easiest, by quite some margin, which is why they are commonly used. Another reason is that you are limited in how quickly you can update the display by serial methods using GPIO through Linux, then there is some added slowness if using common languages, like BASH or Python, for it. A character display can be updated completely in just a bit more than its character size in bytes, while a bitmap display needs each pixel over the same interface. For 8x5 characters, that's 8 bits to 40 bits, just for very basic data.
I want to have a monochrome bitmap display, and expect it to take a lot of my free time to implement.
Hi,
maybe it was mentioned before but i did not find it.
Are there any plans to see some kind of display. If so would there be any chance to use something different to those small and dark LCD 4x20 displays. my favorite would be a LED matrix display (like two sure 3208 only with smaller 8x8 matrix) .
it should only show "input" (CD; BBB; PC...) sample rate and if used volume.
If the music is processed by the BBB would there be a chance to show the playing title name scrolling by?
thx
branko
I believe it's a better way to use an additional microcontroller to drive a display. For DDDAC1794 with WaveIO I developed a small board using a PIC and some of Adafruits OLEDs.
My plan for BBB ist to use the same board with different PIC software using I2C to get all informations (sample rate, play status) from BBB.
@Miero: Do you see a way to do this?
Thanks in advance.
Attachments
- Home
- More Vendors...
- Twisted Pear
- Support for Botic Linux driver