Failing to compile DVB firmware

Hello,
I’m a noob in linux, please be kind with me…

I’m running osmc on raspberry Pi 2 and trying to use USB TNT Avermedia AverTV Volar HD 2 (TD110) but it is not recognize.

So i find the way at this page:
Merge tag 'bcachefs-2023-12-10' of https://evilpiepirate.org/git/bcac… · torvalds/linux@26aff84 · GitHub b8ebfafc3289c72a333878c8738cbc225beee421

So i need to compile the driver and I follow instruction of this page:
http://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers

Solve compilation problems with this post:
Tutorial: Compiling a working kernel driver for rtl8192eu

But i still have this error:

make[2]: Leaving directory ‘/home/osmc/media_build/linux’
./scripts/make_kconfig.pl /lib/modules/4.4.3-3-osmc/build /lib/modules/4.4.3-3-osmc/build 1
Preparing to compile for kernel version 4.4.3
File not found: /lib/modules/4.4.3-3-osmc/build/.config at ./scripts/make_kconfig.pl line 33, line 4.
Makefile:369: recipe for target ‘allyesconfig’ failed
make[1]: *** [allyesconfig] Error 2
make[1]: Leaving directory ‘/home/osmc/media_build/v4l’
Makefile:26: recipe for target ‘allyesconfig’ failed
make: *** [allyesconfig] Error 2
can’t select all drivers at ./build line 490.

Please help me!