New comment by xaltsc on void-packages repository https://github.com/void-linux/void-packages/issues/25766#issuecomment-713207377 Comment: However, qutebrowser seems to communicate in some way with sndio, but closes the connection immediately. ``` # sndiod -f rsnd/0 -f rsnd/0,7 -dddd snd1 pst=cfg.default: rec=0:1 play=0:1 vol=23170 dup snd0 pst=cfg.default: rec=0:1 play=0:1 vol=23170 dup listen(/tmp/sndio/sock0|ini): created poll: listen: 1 sock(sock|ini): created listen(/tmp/sndio/sock0|ini): processed in 16us sock,rmsg,widl: no messages to build anymore, idling... poll: sock: 1 listen: 1 sock,rmsg,widl: reading 40 todo sock,rmsg,widl: read full message sock,rmsg,widl: AUTH message sock,rmsg,widl: reading 40 todo sock,rmsg,widl: read full message sock,rmsg,widl: HELLO message sock,rmsg,widl: hello from , mode = 1, ver 7 snd0 pst=cfg: device requested snd0 pst=cfg: using rsnd/0 snd0 pst=cfg: no control device sio(dev|ini): created snd0 pst=cfg: software master level control enabled snd0 pst=cfg: adding output.level=127 at 8 snd0 pst=cfg: 48000Hz, s16le, play 0:1, rec 0:1, 16 blocks of 480 frames snd0 pst=cfg: adding app/qtweben0.level=127 at 0 snd0 pst=cfg: adding server.device=0:1 at 9 midi0: sending: f0 7d 7f 23 1 0 0 71 74 77 65 62 65 6e 30 0 0 f7 midi0: sending: b0 7 7f qtweben0 vol=127,pst=ini: using snd0 pst=ini.default, mode = 1 qtweben0 vol=127,pst=ini,rret,widl: reading 40 todo qtweben0 vol=127,pst=ini,rmsg,wmsg: copied RRET message qtweben0 vol=127,pst=ini,rmsg,wmsg: reading 40 todo qtweben0 vol=127,pst=ini,rmsg,wmsg: read blocked sock(sock|ini): processed in 72334us listen(/tmp/sndio/sock0|ini): processed in 0us poll: sio: sock: 5 listen: 1 sio(dev|ini): processed in 8us qtweben0 vol=127,pst=ini,rmsg,wmsg: writing todo = 40 qtweben0 vol=127,pst=ini,rmsg,wmsg: wrote full message qtweben0 vol=127,pst=ini,rmsg,widl: writing qtweben0 vol=127,pst=ini,rmsg,widl: no messages to build anymore, idling... sock(sock|ini): processed in 14us listen(/tmp/sndio/sock0|ini): processed in 0us qtweben0 vol=127,pst=ini,rmsg,widl: no messages to build anymore, idling... poll: sio: sock: 1 listen: 1 sio(dev|ini): processed in 0us qtweben0 vol=127,pst=ini,rmsg,widl: reading 40 todo qtweben0 vol=127,pst=ini,rmsg,widl: read full message qtweben0 vol=127,pst=ini,rmsg,widl: BYE message qtweben0 vol=127,pst=ini,rmsg,widl: closing snd0 pst=ini: device released snd0 pst=cfg: closed timo_del: not found sio(dev|zom): destroyed snd0 pst=cfg: closing sock(sock|zom): destroyed sock(sock|zom): processed in 114us listen(/tmp/sndio/sock0|ini): processed in 0us poll: listen: 1 ```