Got my dragonfly working on Libretto

Message
Author
User avatar
bridgesense
Posts: 2
Joined: Wed Jun 14, 2023 3:14 pm

Got my dragonfly working on Libretto

#1 Post by bridgesense »

I had some issues with a new rollout on Ubuntu workstation, so I thought, why not. I chucked it for Libretto.

I've been having a great time so far. I love Xfce. Anyway, I was having some trouble with my sound and investigated pipewire. I hadn't messed with that package at all before. I was pretty happy to get my dragonfly dac working. :popcorn:

Maybe it was working out of the box -- not sure. I had to switch SysVinit over to systemd for some init pods I was working in.

Code: Select all

apt-get install --reinstall -y pipewire wireplumber pipewire-setup-mx libcamera rtkit
systemctl enable rtkit-daemon
su -c 'mkdir -P ~/.config/pipewire/pipewire.conf.d' $USER
su -c 'touch ~/.config/pipewire/pipewire.conf.d/99-enable-mqa.conf' $USER
printf "context.properties = {\n\
    link.max-buffers = 16           # version < 3 clients can't handle more\n\
    core.daemon = true              # listening for socket connections\n\
    core.name   = pipewire-0        # core name and socket name\n\
    default.sample.format = S32LE\n\
    default.clock.rate          = 96000\n\ 
    default.clock.allowed-rates = [ 96000 ]\n\
    default.clock.min-quantum   = 16\n\
    enable-mqa-support = true\n\
    vm.overrides = {\n\
        default.clock.min-quantum = 1024\n\
    }\n\
}\n\
" >>/home/$USER/.config/pipewire/pipewire.conf.d/99-enable-mqa.conf

User avatar
Eadwine Rose
Administrator
Posts: 14712
Joined: Wed Jul 12, 2006 2:10 am

Re: Got my dragonfly working on Libretto

#2 Post by Eadwine Rose »

Please post feedback on the beta in the designated beta thread, thank you. viewtopic.php?p=726497#p726497
MX-23.6_x64 July 31 2023 * 6.1.0-37amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030

Locked

Return to “Software / Configuration”