SimonF

Community Developer
  • Posts

    4125
  • Joined

  • Last visited

  • Days Won

    18

SimonF last won the day on November 5 2023

SimonF had the most liked content!

Converted

  • Location
    United Kingdom

Recent Profile Visitors

12115 profile views

SimonF's Achievements

Experienced

Experienced (11/14)

957

Reputation

161

Community Answers

  1. Do you know the default values set on your system. My defaults are root@computenode:~# cat /proc/sys/vm/dirty_ratio 20 root@computenode:~# cat /proc/sys/vm/dirty_background_ratio 10 root@computenode:~#
  2. Do you have fastboot enabled in the bios, If yes disable it.
  3. Have you tried either e1000 or vmdrivers vmxnet3
  4. 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.
  5. That is using qemu to emu!ate x86 on arm. So running as a vm.
  6. Unraid is x86 not arm unless was running under qemu not sure how it was running on a pi
  7. Yes you will need to set the igpu to be active, if you install a dGPU the iGPU will be disabled.
  8. 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.
  9. 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:~#
  10. Do you mean adding an options for HDD spundown sensor as well as the primary in this view?
  11. Yes not in 1 will be in next vers.
  12. 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.
  13. Configs are here root@computenode:~# ls /boot/config/wireguard/ peers/ wg0.cfg wg0.conf wg1.conf root@computenode:~#
  14. You have to mount this within the vm. See this thread. Was it 9p or virtiofs?
  15. Not currently but have made a PR for the next release to fit window. https://github.com/unraid/webgui/pull/1704