Vero 4K+ netlink needit

Hi.

In Vero 4K+ nat-rtsp dkms I request some kernels modules that were added in [package] [kernel-osmc] Vero 4K: add new iptables modules for customer · osmc/osmc@987a80a · GitHub.
Now I have problems with rtsp module but I can’t verify that it is working properly, I can’t troubleshooting without conntrack userspace, but this need conntrack netlink.

Could you add this module to the kernel?

nf_conntrack_netlink
depends: nfnetlink,nf_conntrack

osmc@vero:~$ egrep -i 'conntrack|netlink' /boot/config-4.9.113-64-osmc 
CONFIG_COMPAT_NETLINK_MESSAGES=y
CONFIG_NETFILTER_NETLINK=y                 <-- nfnetlink
# CONFIG_NETFILTER_NETLINK_ACCT is not set
CONFIG_NETFILTER_NETLINK_QUEUE=y
CONFIG_NETFILTER_NETLINK_LOG=y
CONFIG_NF_CONNTRACK=y                      <-- nf_conntrack
CONFIG_NF_CONNTRACK_MARK=y
CONFIG_NF_CONNTRACK_ZONES=y
CONFIG_NF_CONNTRACK_PROCFS=y
CONFIG_NF_CONNTRACK_EVENTS=y
# CONFIG_NF_CONNTRACK_TIMEOUT is not set
# CONFIG_NF_CONNTRACK_TIMESTAMP is not set
# CONFIG_NF_CONNTRACK_AMANDA is not set
CONFIG_NF_CONNTRACK_FTP=m
# CONFIG_NF_CONNTRACK_H323 is not set
CONFIG_NF_CONNTRACK_IRC=y
CONFIG_NF_CONNTRACK_BROADCAST=m
CONFIG_NF_CONNTRACK_NETBIOS_NS=m
# CONFIG_NF_CONNTRACK_SNMP is not set
CONFIG_NF_CONNTRACK_PPTP=m
# CONFIG_NF_CONNTRACK_SANE is not set
# CONFIG_NF_CONNTRACK_SIP is not set
CONFIG_NF_CONNTRACK_TFTP=m
# CONFIG_NF_CT_NETLINK is not set          <-- nf_conntrack_netlink
# CONFIG_NF_CT_NETLINK_TIMEOUT is not set  <-- maybe needit but I don't know
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
CONFIG_NF_CONNTRACK_IPV4=y
CONFIG_NF_CONNTRACK_IPV6=m
# CONFIG_NETLINK_DIAG is not set
# CONFIG_SCSI_NETLINK is not set
CONFIG_QUOTA_NETLINK_INTERFACE=y

In repository:

thanks in advance

I can make these changes, but this will need to come after Debian Bullseye and the new kernel.
I have made a note of this.

Sam

of course i will wait.

Thanks

I’ve produced a test build and sent you a PM.

Please give this a test.

I haven’t any recent pm.

When I receive it I will test it and report

It’s the one titled HEVC playback

I’m so sorry, I don’t undestand
I download the SD image, https://discourse.osmc.tv/t/hevc-playback-issues-on-4k-4k/92568, and NF_CT_NETLINK is not set in kernel.

$ egrep -i 'netlink'  mnt/boot/config-4.9.113-60-osmc 
CONFIG_COMPAT_NETLINK_MESSAGES=y
CONFIG_NETFILTER_NETLINK=y
# CONFIG_NETFILTER_NETLINK_ACCT is not set
CONFIG_NETFILTER_NETLINK_QUEUE=y
CONFIG_NETFILTER_NETLINK_LOG=y
# CONFIG_NF_CT_NETLINK is not set          <--
# CONFIG_NF_CT_NETLINK_TIMEOUT is not set  <--
# CONFIG_NETLINK_DIAG is not set
# CONFIG_SCSI_NETLINK is not set
CONFIG_QUOTA_NETLINK_INTERFACE=y

uname -a should you the kernel as 4.9.269, so that configuration file is irrelevant.

Did you actually test the functionality?

it works for me.

root@osmc:~# conntrack -E
    [NEW] udp      17 30 src=192.168.1.33 dst=192.168.1.1 sport=59306 dport=53 [UNREPLIED] src=192.168.1.1 dst=192.168.1.33 sport=53 dport=59306
 [UPDATE] udp      17 30 src=192.168.1.33 dst=192.168.1.1 sport=59306 dport=53 src=192.168.1.1 dst=192.168.1.33 sport=53 dport=59306

Thanks a lot.