(17-Apr-2020, 11:18 PM)lazmangsxr Wrote: Hello,Can you make sure you set the ALSA volume to 100%? It may not be set properly in Snakeoil. The "Max volume" button don't always work so you might need to go to SSH, and run "sudo alsamixer" and manually do this.
thanks, I made a donation last night and now I have the protected version.
I loaded the custom DSD kernel, and with the lsusb command I found the ID of my USB dac. It is a Luxman DA-06.
I tried the various settings for the native dsd but only noise comes out of the speakers. I can collaborate if you tell me what to do. With Lubuntu 18.04.4 the native DSD goes without doing anything, but I can't install the Kernel RT, so I went back to Snakeoil which seems more suitable to me.
If you're using the latest version of Snakeoil, you'll only need to do this one. The settings will be restored automatically on reboot (provided you shut down the computer gracefully).
(17-Apr-2020, 11:18 PM)lazmangsxr Wrote: Currently I would have these requests if possible:LCD backlight of the DAC? Or PC monitor?
1. The LCD backlight always stays on, can I turn it off?
(17-Apr-2020, 11:18 PM)lazmangsxr Wrote: 2. Is it possible to spin the mechanical hard disk? I saw another user request, I followed what you suggested but the disk remains on.The problem with these commands is it's not universal. i.e. it all depends on the firmware on the HDD. Mechanical drives also tends to sound worse, a SSD is still the best option (costs have come down considerably, but still high) so ...
(17-Apr-2020, 11:18 PM)lazmangsxr Wrote: 3. Thanks for the wifi kernel as soon as you can build it!Supposed to do this last weekend, but I binged on "Attack On Titan" anime.. Once I started it, just can't stop..

(17-Apr-2020, 11:18 PM)lazmangsxr Wrote: 4. I tried to configure exFAT, "sudo apt install exfat-fuse exfat-utils". But exFAT partitions still don't work.SSH into the computer, and run "sudo dmesg" after you tried to mount a ex-fat partition. What errors are shown?
(17-Apr-2020, 11:18 PM)lazmangsxr Wrote: 5. Idea! You could put a command on your site to measure latency with snakeoil os and how to measure with other Linux or with Windows 10.The reason for not having that is because this is a "relative" measurement, i.e. there is no set reference to compare the measurents against one and other. for example I may have a machine with 200 nanosecond latency, but your system with 1 microseconds sounds better than mine (1 microsecond is equal to 1000 nanoseconds). There are other factors at work, and because I don't understand this fully, there's no meaningful way to plot this.
It would add value to your work and be one more reason to use your Linux distribution.
Also, Windows latency is a measured of DPC calls. In a way that is still a queue. AFAICT linux RT scheduling is a lower level implemention. When the system is set to run in RT, and a process is set to the RT scheduler, when the process needs to run something, the OS is obligated to do so immediately. The time difference of when the process wants to excute, to the moment the instruction is actually executed is the latency we are measuring in cyclic test. Although this is better than Windows implemention (IMO), there are still alot of variables involved - the USB hardware you're using (hardware latency), quality of power delivery, presense of electrical/mangnetic noise, earth grounding implementation, and many more.
Main reason why Snakeoil is so flexible. You have the power to literally change everything possible on the PC side, some will have profound effects on sound reproduction, others will have none. It's all pretty system and audiophile dependent.