Gentlemen! Are you able to run Topping D10s on FreeBSD?
Is there any way to troubleshoot the little basta*d?
We are still missing your last payment for the service contract.People are very lazy here
Take a look at the devd.conf man page. Then create a file /usr/local/etc/devd/usb_dac.conf with content similar to this:I guess you can't have everything.
notify 100 {
match "system" "USB";
match "subsystem" "DEVICE";
match "type" "ATTACH";
match "vendor" "0x....";
match "product" "0x....";
action "sysctl <set default unit when attached>";
};
notify 100 {
match "system" "USB";
match "subsystem" "DEVICE";
match "type" "DETACH";
match "vendor" "0x....";
match "product" "0x....";
action "sysctl <reset default unit when detached>";
};
service devd restart after making changes.See sound().I just wondered what the hw.snd.default_auto sysctl is supposed to do.
So what actually happens? Are there any error messages in dmesg or /var/log/messages? What does "isn't working" mean?Sirs. My Topping DAC isn't working. My BRIK DAC is working. So the DAC has an attitude with system.
Just for interest... D10s looks like a very standard USB DAC. Nice little box.
I believe D10s sounds better than my Brik Dac. But I haven't done any extensive listening tests. Sounds is opening up more compared to the other Brik.
I followed the same protocol as with the BRIK DAC and there's just no sound. According to this website XMOS communication chips might be the reason. Bit-perfect mode has to be turned off in those cases.. which means resampling.. so Linux is much bett...So what actually happens? Are there any error messages in dmesg or /var/log/messages? What does "isn't working" mean?