John McLendon
John McLendon
I had the same issue with the same exact symptoms. The clue is that "ip -6 a" has no output, i.e. IPv6 is not enabled. So, do a clean override...
What I did is to change the declarations in nrc-netlink.c to use the "correct" type for the argument as follows: #ifdef CONFIG_SUPPORT_NEW_NETLINK static int nrc_nl_pre_doit(const struct genl_split_ops *ops, struct sk_buff...
> I compiled on 6.6 and works with @mclendon99 fix. Although: insmod is failing > > ``` > sudo insmod /home/pi/nrc_pkg/sw/driver/nrc.ko fw_name=uni_s1g.bin bss_max_idle=1800 ndp_preq=1 listen_interval=1000 bd_name=nrc7292_bd.dat > insmod: ERROR: could...