Jump to content

Add 'driver version' to the Tools --> Drivers


Recommended Posts

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?

Link to comment
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.

 

image.png

 

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# 

  • Like 1
Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...