You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm kinda new to this "linux thing" but would love to keep using my beloved DB:04 Mixer. I have recently installed Linux Mint 22.1 Kernel: 6.8.0-51-generic arch: x86_64 and got several issues while compiling your driver. Could fix the missing "flex not found" and "bison not found" errors on my own (with the help of the internet), but now I'm stuck with following:
make[3]: *** No rule to make target 'arch/x86/entry/syscalls/syscall_32.tbl',
needed by 'arch/x86/include/generated/uapi/asm/unistd_32.h'. Exit.
make[2]: *** [arch/x86/Makefile:249: archheaders] Error 2
make[1]: *** [Makefile:240: __sub-make] Error 2
make[1]: exiting from directory “/usr/src/linux-headers-6.8.0-51-generic”
make: *** [Makefile:5: linux] Error 2
Could your please be so kind to help me fix this? Big thank you in advance
for providing this work to others to help keep this excellent hardware alive and connected.
The text was updated successfully, but these errors were encountered:
Some Googling reveals this is some weird bug on Ubuntu-based distro's. I made a change in the Makefile that should fix it. Please git pull this change and try again.
It seemed to work till the end, but when I do the "modprobe snd-usb-xonedb4" I get a
"modprobe: ERROR: could not insert 'snd_usb_xonedb4': Operation not permitted"
and if I sudo "modprobe snd-usb-xonedb4" a
"modprobe: ERROR: could not insert 'snd_usb_xonedb4': Exec format error"
And the cinnamon sound-control applet has now disappeared, which is a bit unfortunate, I would needed that back.
I'm kinda new to this "linux thing" but would love to keep using my beloved DB:04 Mixer. I have recently installed Linux Mint 22.1 Kernel: 6.8.0-51-generic arch: x86_64 and got several issues while compiling your driver. Could fix the missing "flex not found" and "bison not found" errors on my own (with the help of the internet), but now I'm stuck with following:
Could your please be so kind to help me fix this? Big thank you in advance
for providing this work to others to help keep this excellent hardware alive and connected.
The text was updated successfully, but these errors were encountered: