Hello, I did a bit more of digging, and I located the problem on the line 61 of alsa.c:
if (snd_hwdep_ioctl(hwdep, SNDRV_EMUX_IOCTL_VERSION, &version) < 0) goto error; And I noticed that in dmesg: [ 2502.290313] ioctl32(asfxload:12576): Unknown cmd fd(3) cmd(80044880){t:'H';sz:4} arg(ffbed72c) on /dev/snd/hwC0D2 So it seems to be a missing ioctl, maybe related to the kernel package, not to the awesfx package ? If I force to go on by disabling the version check, it fails when trying to the available DRAM, with other missing ioctls. Regards, -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org