October 17, 20232 yr On 10/16/2023 at 1:50 AM, dopeytree said: Add 'driver version' to the Tools --> Drivers But not every driver has a version especially in tree drivers most of the times do not have a driver version. Don't know if you are okay with having a few list the driver versions and a lot of them missing them. Just saying that this is something to keep in mind. @SimonF what do you think about that?
October 17, 20232 yr Author Could have a list more info type button to show the version number (if available)
October 17, 20232 yr 3 minutes ago, dopeytree said: Could have a list more info type button to show the version number (if available) @SimonF already made something really cool.
October 17, 20232 yr PR raised for next release but you can use the patch on 6.12.4 cd /tmp wget https://github.com/unraid/webgui/commit/e33ec1466ecd7b06f19d7d7d6e02a82dd6e0c5d6.patch patch -p 1 -d /usr/local -i /tmp/e33ec1466ecd7b06f19d7d7d6e02a82dd6e0c5d6.patch You will need to rebuild modules post install.
October 21, 20232 yr Author thanks also do you know how I would enter this command: pcie_aspm=powersave http://smackerelofopinion.blogspot.com/2011/03/making-sense-of-pcie-aspm.html Edited October 21, 20232 yr by dopeytree
October 21, 20232 yr 13 minutes ago, dopeytree said: thanks also do you know how I would enter this command: pcie_aspm=powersave http://smackerelofopinion.blogspot.com/2011/03/making-sense-of-pcie-aspm.html Goto flash drive. as it is a kernel option add on the append line. If system does not boot, you can get to the syslinux config on the flash drive on another machine. root@computenode:/usr/local/emhttp/plugins# cat /boot/syslinux/syslinux.cfg default menu.c32 menu title Lime Technology, Inc. prompt 0 timeout 50 label Unraid OS menu default kernel /bzimage append initrd=/bzroot usb-storage.quirks=174c:55aa:u pcie_aspm=powersave label Unraid OS GUI Mode kernel /bzimage append initrd=/bzroot,/bzroot-gui isolcpus=8 kvm-intel.nested=1 label Unraid OS Safe Mode (no plugins, no GUI) kernel /bzimage append initrd=/bzroot unraidsafemode label Unraid OS GUI Safe Mode (no plugins) kernel /bzimage append initrd=/bzroot,/bzroot-gui unraidsafemode label Memtest86+ (legacy) kernel /memtest vfio_iommu_type1.allow_unsafe_interrupts=1 label Memtest86+ (UEFI) kernel /memtest.efi root@computenode:/usr/local/emhttp/plugins#
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.