If you could that would be helpful. Currently this is my info for the iDRAC controls I have been testing on a 720. But not part of the plugin as yet.
Low
ipmitool -I lanplus -H ipaddress of idrac -U username -P password raw 0x30 0xCE 0x00 0x09 0x07 0x00 0x00 0x00 0x07 0x00 0x02 0x02 0x02 0x00 0x00
high
ipmitool -I lanplus -H ipaddress of idrac -U username -P password raw 0x30 0xCE 0x00 0x09 0x07 0x00 0x00 0x00 0x07 0x00 0x02 0x02 0x02 0x01 0x00
https://www.virtualbytes.io/dell-poweredge-ipmi-fan-control/
### Dell Fan Control Commands
#
#
# Hex to Decimal: http://www.hexadecimaldictionary.com/hexadecimal/0x1a/
#
#
# print temps and fans rpms
ipmitool -I lanplus -H <iDRAC-IP> -U <iDRAC-USER> -P <iDRAC-PASSWORD> sensor reading "Ambient Temp" "FAN 1 RPM" "FAN 2 RPM" "FAN 3 RPM"
#
# print fan info
ipmitool -I lanplus -H <iDRAC-IP> -U <iDRAC-USER> -P <iDRAC-PASSWORD> sdr get "FAN 1 RPM" "FAN 2 RPM" "FAN 3 RPM"
#
# enable manual/static fan control
ipmitool -I lanplus -H <iDRAC-IP> -U <iDRAC-USER> -P <iDRAC-PASSWORD> raw 0x30 0x30 0x01 0x00
#
# disable manual/static fan control
ipmitool -I lanplus -H <iDRAC-IP> -U <iDRAC-USER> -P <iDRAC-PASSWORD> raw 0x30 0x30 0x01 0x01
#
# set fan speed to 0 rpm
ipmitool -I lanplus -H <iDRAC-IP> -U <iDRAC-USER> -P <iDRAC-PASSWORD> raw 0x30 0x30 0x02 0xff 0x00
#
# set fan speed to 20 %
ipmitool -I lanplus -H <iDRAC-IP> -U <iDRAC-USER> -P <iDRAC-PASSWORD> raw 0x30 0x30 0x02 0xff 0x14
#
# set fan speed to 30 %
ipmitool -I lanplus -H <iDRAC-IP> -U <iDRAC-USER> -P <iDRAC-PASSWORD> raw 0x30 0x30 0x02 0xff 0x1e
#
# set fan speed to 100 %
ipmitool -I lanplus -H <iDRAC-IP> -U <iDRAC-USER> -P <iDRAC-PASSWORD> raw 0x30 0x30 0x02 0xff 0x64
Try this command, you will need to use your IP etc
/usr/sbin/ipmi-sensors --output-sensor-thresholds --comma-separated-output --output-sensor-state --no-header-output --interpret-oem-data --always-prefix -h '192.168.x.x' -u 'ADMIN' -p 'PASSWORD' --session-timeout=5000 --retransmission-timeout=1000
Iooks like it was usb controller amd
You just need to remove the 0a.:0.3 entry from the file.
remove 0000:0a:00.3|1022:145f from /boot/config/vfio-pci.conf and it should be fine next reboot.
You can do this.
root@computenode:~# cp /usr/local/emhttp/plugins/gpustat/lib/Nvidia.php /boot/config/plugins/gpustat
and in your go file to keep persistence as a work around.
cp /boot/config/plugins/gpustat/Nvidia.php /usr/local/emhttp/plugins/gpustat/lib/
Code logic is as follows if string is > 20 chars which yours is. I have added a line to remove GeForce if that is the first word.
This would result in the following:
you could test on your system by editting /usr/local/emhttp/plugins/gpustat/lib/Nvidia.php as below for the name function.
Not that I know off. Suspect at time of integration they where the most common
But if it is integrated it could only be refresh at a version change. plugins allow at faster pace of development to the community.
This is not my thread, I only made it 6.12 compatible. Will see if we can change the OP or may be we should start a new one referring back to this one.