Debian_Server_jessie_PC2_V0_9_1.img.xz contains a kernel and it's modules, but no kernel headers.
So, It is not possible to build custom kernel driver.
Is there any place, where I can get kernel image, modules, headers, kbuild and so on ?
Thank you.
headers by default, creating custom drivers works.
Hi.
I tried it, kernel part is ok.
But "asterisk" crash with an error in t.38 module
[Jul 19 09:51:16] ERROR[2186]: astobj2.c:116 INTERNAL_OBJ: user_data is NULL
[Jul 19 09:51:16] ERROR[2186]: astobj2.c:116 INTERNAL_OBJ: user_data is NULL
[Jul 19 09:51:16] ERROR[2186]: astobj2.c:116 INTERNAL_OBJ: user_data is NULL
[Jul 19 09:51:16] ERROR[2186]: res_pjsip_t38.c:865 load_module: Unable to register SDP handler for image stream type
[Jul 19 09:51:16] ERROR[2186]: astobj2.c:116 INTERNAL_OBJ: user_data is NULL
Is there any other way to get both, kernel headers and asterisk ?
Well, perhaps this is an Asterix problem? From our perspective, things work as it should. Hiccups in kernels are ofc also possible since this is bleeding edge kernel. Not something with a history of stability.
igorpec replied at 2017-7-20 02:06
Well, perhaps this is an Asterix problem? From our perspective, things work as it should. Hiccups in ...
The same asterisk works in Debian_Server_jessie_PC2_V0_9_1.img.xz .
In Armbian it crash on module load, even before Asterisk try to load configuration.
This module can be processor dependant (as it do a lot of mathematics), if it was compiled with wrong processor type - it can be a reason...