Results 92 comments of anyc

In my case, I think this would work, yes. I remember that some event loop implementations do not permit recursive entry. If `coap_send` or one of the other functions would...

No problem, it is not urgent at the moment. Let me know if I can help.

Sorry for the late response, I missed the notification email. Can you post the error message? It might be possible that there were changes in the kernel but the Pi...

Yes, thank you. I can reproduce this error now here. By the way, do you only need MIDI support? If yes, the MIDI part is already included in the main...

Please try it again with the recent commits.

Hm, could you try if it works if you replace the ":=" with "+=" in the first two lines in Makefile? If it does not work, could you execute `uname...

Ok, no problem. I also noticed that I am calling make differently: `make -C /lib/modules/$(uname -r)/build/ M=$PWD` Maybe you have to replace `$(uname -r)` with your specific kernel version.

I installed Pi OS Bookworm on my Pi and tried to reproduce your problem but for me it just works: ``` $ make make -C /lib/modules/6.12.25+rpt-rpi-v7l/build M=/home/anyc/snd-bcd2000 modules make[1]: Entering...

To be sure I also tried it with the 64bit version and got the same result: ``` $ make make -C /lib/modules/6.12.25+rpt-rpi-v8/build M=/home/anyc/snd-bcd2000 modules make[1]: Entering directory '/usr/src/linux-headers-6.12.25+rpt-rpi-v8' CC [M]...