<div>The following small hack added to the SlackBuild at line 79 (right after "cd kernel || exit 1") fixes the problem:<br></div><div><br></div><div># Jay's hack to make the module compile on 4.4.y (for y > 167 )<br></div><div>KVER_MAJOR=$( echo $KERNEL | cut -f 1 -d . )<br></div><div>KVER_MINOR=$( echo $KERNEL | cut -f 2 -d . )<br></div><div>KVER_RELEASE=$( echo $KERNEL | cut -f 3 -d . | cut -f 1 -d - )<br></div><div>if [ $KVER_MAJOR -eq 4 ] ; then<br></div><div>  if [ $KVER_MINOR -eq 4 ] ; then<br></div><div>    if [ $KVER_RELEASE -gt 167 ] ; then<br></div><div>      sed -i "1927s/force,//" nv-linux.h<br></div><div>    fi<br></div><div>  fi<br></div><div>fi<br></div><div>########################<br></div><div><br></div><div>Since
 this SlackBuild is unmaintained, and I have no plans to "upgrade" my
current nVidia card, I would be willing to take over maintaining this
one.  Legacy304 is the "newest" driver that works with my FX3500, and
when 15 becomes official, I'll continue to use it, assuming that I can
get it to compile on 5.x.x kernels.<br></div><div><br></div><div>Also, since I first drafted this message, I've been working on updating this SlackBuild to work on -current.  This update is almost ready for prime time.  I started a thread about it on LQ if anyone is interested.<br></div><div><br></div><div>Thanks,<br></div><div>Jay<br></div>