thor2002ro
thor2002ro
yes it needs a custom compile for it....I had one at some point but since then I dont have a nvidia card anymore
careful there are 2 6.8rc5 releases one for 6.12.6 and one for 6.12.8 https://github.com/thor2002ro/unraid_kernel/releases/tag/20240220 I dont have and arc so cant comment about that ... but network works fine here...
I could try compiling the 6.7 for 6.12.8 to see if its fine.... everything works fine here.... maybe try to dump dmesg when network doesnt work..... "dmesg > /boot/dmesg.txt" should...
> > I could try compiling the 6.7 for 6.12.8 to see if its fine > > if you could please, i would like to give that a try here...
I use bridge also.... with BCM5720 if you would post logs maybe we could figure out....
> > I use bridge also.... with BCM5720 if you would post logs maybe we could figure out.... > > dmsg [6.7.5](https://gist.github.com/kaaresgut/8058b48a6e24a3d670623a7125a4efcf) dmsg [6.7.0](https://gist.github.com/kaaresgut/dd07f99f8bd9c4a942183f44b70b3b9a) > > Looks like br0 is...
> One thing i did notice from 6.7.0 to > 6.7.0 is the compiler switch, I'm not sure if that can be screwing something up deep down in the source...
here are versions of 6.7 , 6.7.5 , 6.8rc5 built with clang19 https://github.com/thor2002ro/unraid_kernel/releases/tag/20240224 didn't have time to test them tho.....
had some time today and played with it a little the issue seams to be the /etc/rc.d/rc.inet1 in bond_up ``` run ip link set $BONDIF master ${BONDNAME[$i]} up type bond_slave...
made a patch package for unraid fixing bonding.... just make a packages dir in the root of the usb stick in the usb/config/go file add ` upgradepkg --install-new /boot/packages/*.TGZ `...