Jump to content
XPEnology Community

scoobdriver

Member
  • Posts

    193
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by scoobdriver

  1. Hi @phone guy see here for my Proxmox configs , I’ll try and get you the vm conf when i get a spare moment . My win10 vm is now win11 , but pretty sure its the same .
  2. Are you passing through GVT-d or GVT-g , with d you need to make sure nothing else is using the integrated graphics . (Including the host) GVT-g allows you to share the integrated graphics between guests I tried both successfully , but settled with GVT-g so I could share the intel graphics between windows and DSM in Proxmox. With GVT-d I had to make sure no other guest was using the device, and also it was released properly when stopping a guest using it . This was with UHD630 , to allow i915 in DSM for Plex transcoding . . I’ll take a look further if you need any more info .
  3. You drive sizes are too small , you cant create volumes under 10GB . From website:- The minimum volume capacity must be at least 10 GB. Volume capacity of less than 1 GB cannot be used. For example, only 100 GB is usable if the total capacity of a volume is 100.5 GB.
  4. Apologies you're correct , the links were not taking me to the correct sections on mobile browser. I do see a process for DS3617 , I don't see anything for DS3622 , I'll investigate a bit further .
  5. Thanks for the reply. It was actually 7.0.1 update 3 on Ds3622xs I was trying to run. buggy25200 seems to refer to 6.2.4 on DS918
  6. So I have ran DS918+ in a VM , starting at7.0.1-42218 and updating to 7.0.1-42218 U3 no problem . (and further to 7.1) I tried DS3622xs+ on bare metal , it installs 7.0.1-42218 no problem but if I manual install the update 3 pat file from the gui it just puts me in a recover loop . Is there any way to update to U3 on DS3622xs+ , or do I need to stay on 7.0.1 U1 , (I don't want to install 7.1 due to the complications with Advanced Media Extension, and Synology surveillance Station ) Is there a way out the recovery loop ?
  7. This download site just redirects me to gear best all the time . Am I missing a way to download the files ?
  8. Same issue here on Proxmox . DS3622xs working fine on same hardware, same procedure . Can’t get Ds918+ 7.1 working from fresh or using postupdate , 7.0.1 working ok Can’t find Hard Drive with DS920+ (Added virtio ext )
  9. Has anyone successfully upgraded ds918+ on proxmox. ? I'm running 7.0 u3. Using the postupdate it looks like I’m losing the virtio drivers / ko
  10. Hi @pocopico , user Redwinx has 7.1 for Ds918+ in their repo ‘for those wants 918/920 7.1 : https://github.com/RedwinX/redpill-load ‘ could you advise how I add this , to use Tinycore loader and the postupdate process please ?
  11. Many thanks @RedwinX , can i use this with @pocopico rploader post update script ? , is there any guide to where I would need to add your repo ? Assuming I add this repo in custom_config.json somewhere, but not sure of syntax ?
  12. you can ssh into xpenology after boot and do cd /lib/firmware/i915 sudo wget https://anduin.linuxfromscratch.org/sources/linux-firmware/i915/glk_dmc_ver1_04.bin Then reboot
  13. Try sudo chmod 666 /dev/dri/* (I have this command in a script to run on startup )
  14. apologies duplicate, iPad not showing posted after pressing button
  15. Ok @ducnhat1309 for gvtd i used the following in Proxmox grub (replace ids with those of your gpu) GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt video=efifb:off video=vesafb:off video=simplefb:off vfio-pci.ids=8086:3e91" Blacklist the following in conf file in /etc/modprobe.d/ blacklist snd_hda_intel blacklist snd_hda_codec_hdmi blacklist i915 for gvtg which allows you to split the igpu between 2 vms , do not black list the driver and instead add the following to the grub line GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on i915.enable_guc=2 i915.enable_gvt=1 kvm.ignore_msrs=1 kvm.report_ignored_msrs=0" to simply pass the igpu in Proxmox you can use the gui , and it works for Plex / video transcoding , however if you want to pass the gpu at pci address 00:02 (required for hw face detection), you need to manually add the args: -set as described in the previous post to your vm.conf file , for whichever method. hope that makes sense.
  16. I don’t have any issues on 8th or 9th gen test systems 8th is on esxi with whole igpu passed through. Plex in docker , mapping /dev/dri ( I do chmod /dev/dri with 666 so the Plex docker user has permissions) 9th is on Proxmox igpu passed as gvtg , same setup as above. 4k hw transcodes no problem have you ensured Plex user has correct access to /dev/dri , ? I use a scheduled task to run this script on startup.
  17. I’ll try and find my notes/old grub and configs . I have now moved to GVTg for now to split the gpu between 2 vms. (Redpill and windows) For gvtd I followed a guide , blacklisting i915 so the host did not use it , and adding some commands to the grub Cmd line of Proxmox I then followed this from @dreamtekcat to passthrough at 00:02 “In proxmox with a HD5xx or HD6xx IGPU passthrough,this question can be solved. The problem is opengl(which syno used to accelerate the facedetect) only use a i915 device with addr 00:02,and the default addr of proxmox passthrogh is 00:10. So you can manually edit it in args: -device vfio-pci,host=00:02.0,addr=0x02,x-igd-opregion=on in /etc/pve/qemu-server/10x.conf. And set the display hardware to none,avoiding the same 0x02 addr with i915. Remenber the i915 driver blacklist in /etc/modprobe.d/blacklist.conf and vfio options in /etc/modprobe.d/vfio.conf must be done first.Or it will be a freeze on proxmox host,shutdown the autorun of DSM VM first before do above!” I have since found I can pass through at 00:02 using gvtg using -set device.hostpci0.addr=0x02 which allows we to split the igpu.
  18. Thanks put some old disk with a previous DSM in my GEN8 on the HBA , and migrated to DS3622xs+ and all appears OK ! .. Next step is to migrate actual disks.
  19. Got it , Thanks . !! , trying to re-read the threads as may change from DS3615xs to DS3622xs . It looks like I need to somehow stop internet access during the build ? Is that still correct ? Thanks !
  20. Thanks @Orphée did you use mpt2sas or mpt3sas extension ? on bare metal I previously had to use mpt2sas , mpt3sas did not see any disks on LSI HBA
  21. This is interesting. I’d been holding off upgrading my gen8 MIcroserver on Baremetal as it has LSI hba with 4x3tb disks. Does this confirm the 2tb max that was reported in the GitHub issues is a non issue ? would an upgrade see the full disks do you think?
  22. I am using the same card , Broadcom / LSI SAS2308 PCI-Express Fusion-MPT SAS-2 [1000:0087] . Currently with 6.2.3 . it uses mpt2sas . I thought this driver was part of the standard 3615xs source . When I auto build with redpill loader It adds mpt3sas . I guess I need to override this and remove it ? I'm not sure if I then need to manually add mpt2sas ? Any advise please ? (Box is a Microsever Gen8 )
×
×
  • Create New...