SimonF

Community Developer
  • Posts

    4122
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by SimonF

  1. Check it is not hidden. Click on green padlock top right. Then blue spanner on system part and check not hidden in list that appears.
  2. That is using qemu to emu!ate x86 on arm. So running as a vm.
  3. Unraid is x86 not arm unless was running under qemu not sure how it was running on a pi
  4. Yes you will need to set the igpu to be active, if you install a dGPU the iGPU will be disabled.
  5. I use https://www.amazon.co.uk/UGREEN-20210-Converter-Connecting-Controller-grey/dp/B00QUZY4UG/ref=pd_ci_mcx_mh_mcx_views_0?pd_rd_w=IiYwv&content-id=amzn1.sym.c428a25c-eebb-4a80-982c-a8845b70a765%3Aamzn1.symc.ca948091-a64d-450e-86d7-c161ca33337b&pf_rd_p=c428a25c-eebb-4a80-982c-a8845b70a765&pf_rd_r=MZR2QPNS1S86FVW7ATDB&pd_rd_wg=3SN38&pd_rd_r=e3caf79b-8436-48a2-b496-4d254d72e7c5&pd_rd_i=B00QUZY4UG but have not tried two of them.
  6. Use root@computenode:~# ls -l /dev/dri/by-path/ total 0 lrwxrwxrwx 1 root root 8 Apr 20 07:42 pci-0000:00:02.0-card -> ../card2 lrwxrwxrwx 1 root root 13 Apr 20 07:42 pci-0000:00:02.0-render -> ../renderD130 lrwxrwxrwx 1 root root 8 Apr 20 07:42 pci-0000:09:00.0-card -> ../card0 lrwxrwxrwx 1 root root 13 Apr 20 07:42 pci-0000:09:00.0-render -> ../renderD128 lrwxrwxrwx 1 root root 8 Apr 21 12:54 pci-0000:0d:00.0-card -> ../card1 lrwxrwxrwx 1 root root 13 Apr 20 07:42 pci-0000:0d:00.0-render -> ../renderD129 root@computenode:~# You will then be able to match PCI ID to dev. root@computenode:~# lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation AlderLake-S GT1 (rev 0c) 03:00.0 VGA compatible controller: Intel Corporation DG2 [Arc A770] (rev 08) 09:00.0 VGA compatible controller: NVIDIA Corporation TU117GLM [Quadro T400 Mobile] (rev a1) 0d:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 24 [Radeon RX 6400/6500 XT/6500M] (rev c7) root@computenode:~#
  7. Do you mean adding an options for HDD spundown sensor as well as the primary in this view?
  8. Yes not in 1 will be in next vers.
  9. Yes you can get to those via the console, I don't know enough about wireguard to say what needs to be removed @ljm42 may be able to suggest options.
  10. Configs are here root@computenode:~# ls /boot/config/wireguard/ peers/ wg0.cfg wg0.conf wg1.conf root@computenode:~#
  11. You have to mount this within the vm. See this thread. Was it 9p or virtiofs?
  12. Not currently but have made a PR for the next release to fit window. https://github.com/unraid/webgui/pull/1704
  13. You may need to do a manual edit to the xml to set mu!tifunction for the card.
  14. Was not looking to provide a second source as no one has requested before. But I will look to see if easy to implement. Would it just be the sensors?
  15. Only options that show on the menu are For the remote viewer you need to change in settings console options, set to advance view to see all these options.
  16. I am not sure what you mean. Do you mean the remote viewer option is missing? if so do you have it enabled in sttings?
  17. Have you tried disabling and then re enable service
  18. Did you change the option in settings to use Power Management Suspend? defaults to Pause. i.e. Suspend. You can use this run manually. arg is the MAC if power suspend is enabled you should get the message below. root@computenode:/tmp/lynis# /usr/local/emhttp/plugins/WOL4Services/include/WOLrun.php "XX:XX:XX:XX:XX:XX:XX" Found XX:XX:XX:XX:XX:XX:XX VM Debian Suspend disk Domain 'Debian' successfully suspended
  19. Option has been added to the next release for this.
  20. Give 2024.04.16 a try. Suspend command is the virsh option either suspend or dompmsuspend(Power Management) and mode of mem or disk.
  21. To mount the partition add a line in the fstab with the source name and the directory you want to mount it. In this example we mount the directory exported from /home/shared, that will be called home_shared. It will be mounted in the path /mnt/shared inside the virtual machine. This line in the file home_shared /mnt/shared virtiofs rw,relatime 0 0
  22. Do you have a console keymap set to German? Have you tried with no keymap?
  23. Can do the update via the XML view. Change the file name and type then update.