Hyperion.ng external grabber no /dev/video0

just tried that but still no video0 device.
here my lsusb output:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 05e1:0408 Syntek Semiconductor Co., Ltd STK1160 Video Capture Device
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

i think the stk1160 module is missing which was in earlier version included in the hauppage driver add-on.
a modinfo usbtv just give me Fushicai USBTV007:
filename: /lib/modules/3.14.29/kernel/drivers/media/usb/usbtv/usbtv.ko
license: Dual BSD/GPL
description: Fushicai USBTV007 Video Grabber Driver
author: Lubomir Rintel
alias: usb:v1B71p3002ddcdscdpiciscipin
depends: videobuf2-core,videodev,videobuf2-vmalloc,v4l2-common
intree: Y
vermagic: 3.14.29 SMP mod_unload aarch64

Here is lsmod from the working version 8.90.3
Module Size Used by
ctr 4021 2
ccm 8252 2
ssv6051 201137 0
8021q 19007 0
mac80211 387951 1 ssv6051
cfg80211 374858 2 mac80211,ssv6051
saa7115 15748 1
stk1160 17987 0
ir_rc6_decoder 4029 0
videobuf2_v4l2 11462 1 stk1160
v4l2_common 4617 2 saa7115,stk1160
videobuf2_vmalloc 5553 1 stk1160
snd_usb_audio 120551 0
videobuf2_memops 1780 1 videobuf2_vmalloc
snd_hwdep 6893 1 snd_usb_audio
frame_vector 2742 2 videobuf2_vmalloc,videobuf2_memops
snd_usbmidi_lib 20572 1 snd_usb_audio
mali 192353 5
videobuf2_common 36006 2 stk1160,videobuf2_v4l2
snd_rawmidi 19496 1 snd_usbmidi_lib
ir_nec_decoder 2725 0
wifi_dummy 806 0
meson_ir 3997 0
rc_core 33904 4 meson_ir,ir_nec_decoder,ir_rc6_decoder
amlvideodri 12666 0

hope that helps…