Eric Work
Eric Work
I was able to get WOL working on the upstream Linux kernel (well `6.14.9-300.fc42.x86_64`) using the following patch, which adds the missing WOL power function for ATL2 that I noticed...
Yep, I'm going to try and start the upstream process next week. I have a friend who has worked on other network changes upstream who is going to help me...
I case anyone comes across this issue who is using Fedora, I've created some akmod packages that build the patched `atlantic` driver. With akmod packages it will rebuild the kernel...
> Just to say that Wake-on-LAN doesn't work either with the AQC113CS under Debian/unstable with its 6.12.33+deb13-amd64 kernel. @vinc17fr, if you're able and willing to try the patch I posted...
FYI, I submitted the patch to the netdev mailing list. https://lore.kernel.org/netdev/[email protected]/
> So hopefully there is some way just to get UNRAID to update their kernel device drivers for this particular chipset. If you're unfamiliar with how to compile a kernel...
My patch is included in 6.17-rc1 so this issue should be resolved once the 6.17 kernel starts shipping.
@Slashic the WOL fix has been included in 6.17-rc1, 6.16.2, 6.15.11, and 6.12.43 so far with some other long-term branches pending from the commit emails I received. As the reporter,...
Using the command `pip install --extra-index-url https://download.pytorch.org/whl/cu121 torch==2.2.0+cu121` on Linux (I know not Windows) I see as a dependency it installs `nvidia-cudnn-cu12==8.9.2.26`. This looks like a direct dependency of `torch`....
@araza008 the solution to this issue is to not use Poetry. PyTorch is essentially not compatible with Poetry on Windows from what I can see. Since it doesn't consider the...