Everything posted by SimonF
-
Command line for WOL
Have a look at this post
-
[PLUGIN] GPU Statistics
-
[PLUGIN] GPU Statistics
Have you hidden the tile on the dash board. Click on the green padlock and then the blue spanner
-
[PLUGIN] GPU Statistics
You need to be on 6.12 or greater for multi GPU support.
-
Can’t start start Unraid after not open for 2 month
Looks like you had devices bound to vfio like the igpu hence why details stop on screen. Have a look a vfio-pci.cfg either delete or remove entries. It is in /boot/config
-
Can't get Seagate Mach2 Drives to show up in Unraid
Devices are not allocated as a scsi disk hence not see by Unraid, no /dev/sdX, but have not found a reason for that so far how do you have the drives defined on the HBA/Raid Card? Oct 16 21:08:49 TheVault kernel: scsi 1:1:9:0: Direct-Access SEAGATE ST14000NM0001 K002 PQ: 1 ANSI: 7 Oct 16 21:08:49 TheVault kernel: scsi 1:1:9:0: Attached scsi generic sg1 type 0 Oct 16 21:08:49 TheVault kernel: ipmi_si: Invalid return from get global enables command, cannot enable the event buffer Oct 16 21:08:49 TheVault kernel: scsi 1:1:9:1: Direct-Access SEAGATE ST14000NM0001 K002 PQ: 1 ANSI: 7 Oct 16 21:08:49 TheVault kernel: scsi 1:1:9:1: Attached scsi generic sg2 type 0
- [PLUGIN] GPU Statistics
-
iGPU broke again?
https://forums.unraid.net/topic/89453-plugin-gpu-statistics/?do=findComment&comment=1476181
-
I can't delete former VM empty directories
The code that has been added is as follows to remove VM Datasets. $zfsdataset = trim(shell_exec("zfs list -H -o name ".escapeshellarg($dirname))) ; $cmdstr = "zfs destroy \"$zfsdataset\" 2>&1 "; Can you provide the output of zfs list -H -o name /mnt/user/domains/Debian
-
[PLUGIN] IPMI for 6.11+
Will look at packages, What is crashing fanctl?
-
How to pass a Unassigned Devices / Folder into Home assistant
-
How to pass a Unassigned Devices / Folder into Home assistant
Yes mount -t virtiofs mount_tag /mnt/mount/path but you may need to install virtiofs also.
-
Can't passthrough GPU to VM - Execution error
They are in the same iommu group as other devices including your hba. All of the devices you want to pass thru have to be in there own iommu group. If both parts of the GPU and in the same group that is ok as you will be passing both parts.
-
Intel Arc support
GPU top does not provide power readings for dg2
-
Intel Arc support
Please start a new post and include diagnostics
-
Intel Arc support
What does this provide. root@computenode:~# lspci -ks 0000:03:00.0 03:00.0 VGA compatible controller: Intel Corporation DG2 [Arc A770] (rev 08) Subsystem: Intel Corporation Device 1020 Kernel driver in use: i915 Kernel modules: i915 root@computenode:~# if i915 is not shown do modprobe i915 and try again. You may have the driver blacklisted. Have a look in system drivers at the i915 driver.
-
Intel Arc support
Ok top is only seeing the AMD device. Suggest starting a new thread with your diagnostics as looks like the card does not have a driver attached if you say it is showing in lspci etc.
-
Intel Arc support
What is your unraid vers?
-
Intel Arc support
-
Intel Arc support
intel_gpu_top -L will list the gpus. I suspect it is trying the AMD. do -L and then use -d with the pci info
-
Intel Arc support
You need to install intel GPU top for GPU stat to get data. Have you enabled hardware transcode in Plex settings?
-
[PLUGIN] GPU Statistics
Scroll down to the intel section and put that value in the intel_gpu command timeout
-
I can't delete former VM empty directories
Suggest you install zfs master plugin as it will allow you to remove the dataset.
-
I can't delete former VM empty directories
Are you on 7 betas likely because they are zfs datasets? You need to remove the dataset you cannot rmdir
-
[PLUGIN] GPU Statistics
Added a donate link in CA Apps info panel.