Jump to content
XPEnology Community

Develop and refine the DVA1622 loader


Recommended Posts

Posted (edited)
On 7/15/2024 at 12:05 AM, Orphée said:

I7-9700T iGPU device ID is 0x3E98 :

https://ark.intel.com/content/www/us/en/ark/products/191048/intel-core-i7-9700t-processor-12m-cache-up-to-4-30-ghz.html

 

Same as I9-9900k (mine).

This device ID is not handled by DVA1622 without i915 patch. so I don't think local display will work with it. but I may be wrong.

 

As usual with new registered user, you give no info at all about your current loader setup.

TRCP ? ARC ? RR ? any patch enabled ?

 

Personnally I made it work running as a VM under Proxmox, passing through the iGPU and faking its Device ID :

i'm using arc loader ,everthing perpect,here my patch
[img]https://img.upanh.tv/2024/07/16/IMG_20240715_152735.jpg[/img]
DVA1622 support only HDMI, but i want use my display port as local display

yIMG_20240715_152735.jpg

 

Edited by thanhman18
Link to comment
Share on other sites

  • 2 months later...
On 5/27/2024 at 10:56 AM, josito said:

Hello. I just upgraded to 7.2.1 and switched to the DVA1622 model without any problem. thank you very much.

CapturadePantalla2024-05-27alas9_54_34.thumb.png.a1c614366ed418a043e92b880cc67741.png

Hi!
Can you please be so kind and share how you managed to switch to DVA1622 on HP Gen8 Microserver?
I've tried  with ARC which works ok configured as EPYC7002, but configured as DVA1622 stops to respond even at pings ...

Thank you very much in advance!

Edited by mmih
Link to comment
Share on other sites

On 11/16/2023 at 9:23 AM, Madasafish said:

Since the time of last posting, I have re-installed Synology and am at the latest version which according to Synology is 7.1.1-42962 Update 3. It is such a long time ago, I have forgotten the process I used. I am sure it was done with ARPL in the belief it is/was simpler to use.

 

 

 

On 5/27/2024 at 10:56 AM, josito said:

Hello. I just upgraded to 7.2.1 and switched to the DVA1622 model without any problem. thank you very much.

CapturadePantalla2024-05-27alas9_54_34.thumb.png.a1c614366ed418a043e92b880cc67741.png

 

11 hours ago, mmih said:

Hi!
Can you please be so kind and share how you managed to switch to DVA1622 on HP Gen8 Microserver?
I've tried  with ARC which works ok configured as EPYC7002, but configured as DVA1622 stops to respond even at pings ...

Thank you very much in advance!

Update: DSM 7.1 works for me, but not also 7.2 on HP Microserver Gen8 ... I've tried to reinstall with 7.1 and it worked ...
image.thumb.png.6a775eb8b023cd2b36147fc77ecbaa3a.png

Link to comment
Share on other sites

On 3/11/2023 at 1:17 PM, willysoft80 said:

 

Hi, I have a Nuc 11 with i7-1185G7 processor. I managed to get a VM running on proxmox with DVA1622, but AI doesn't work. Help me please.

 

image.thumb.png.d5645bcf84087878f8ab073e8e23678e.pngimage.thumb.png.8edecbab8d29c1c9ac0965c3a8eef088.png


Let me try asking the question again, in case something has changed since the last time.

Link to comment
Share on other sites

Let me then quote myself again

 

On 3/5/2024 at 7:06 PM, Orphée said:

There is no need to add any i915 drivers patchs with dva1622 if you expect AI to work.

If you must enable i915 addon, then it will never be compatible with AI.

Remove i915 addon and try again.

Link to comment
Share on other sites

My hardware:

i9 10900T: device id 9BC5

z490 aorus pro ax

asm1166 sata pcie

 

proxmox 8.2.2, kernel 6.2

I config:

/etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt pcie_acs_override=downstream,multifunction initcall_blacklist=sysfb_init video=simplefb:off video=vesafb:off video=efifb:off video=vesa:off"

 

/etc/modules

vfio

vfio_iommu_type1

vfio_pci

vfio_virqfd

 

/etc/modprobe.d/blacklist.conf

blacklist snd_hda_intel

blacklist snd_hda_codec_hdmi

blacklist i915

blacklist ahci

 

/etc/modprobe.d/kvm.conf

options kvm ignore_msrs=1 report_ignored_msrs=0

 

/etc/modprobe.d/vfio.conf

options vfio-pci ids=8086:3E91,8086:3E92,8086:9BC5 disable_vga=1

softdep ahci pre: vfio-pci

 

At guest os I passthrough PCI Device:

ASM1166, Intel SATA (worked and did S.M.A.R.T)

 

iGPU 10900T:

All Functions: tick

ROM-Bar: tick

Vendor ID: 0x8086

Device ID: 0x3E92

PCI Express: tick

 

I created 2 Deep videos, 1 AI face. (I used tricks)
Strangely, the AI face only ran for about 3 hours and then did not extract clips.
The 2 deep videos still displayed fully.

 

Link to comment
Share on other sites

17 hours ago, go2seeit said:

My hardware:

i9 10900T: device id 9BC5

z490 aorus pro ax

asm1166 sata pcie

 

proxmox 8.2.2, kernel 6.2

I config:

/etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt pcie_acs_override=downstream,multifunction initcall_blacklist=sysfb_init video=simplefb:off video=vesafb:off video=efifb:off video=vesa:off"

 

/etc/modules

vfio

vfio_iommu_type1

vfio_pci

vfio_virqfd

 

/etc/modprobe.d/blacklist.conf

blacklist snd_hda_intel

blacklist snd_hda_codec_hdmi

blacklist i915

blacklist ahci

 

/etc/modprobe.d/kvm.conf

options kvm ignore_msrs=1 report_ignored_msrs=0

 

/etc/modprobe.d/vfio.conf

options vfio-pci ids=8086:3E91,8086:3E92,8086:9BC5 disable_vga=1

softdep ahci pre: vfio-pci

 

At guest os I passthrough PCI Device:

ASM1166, Intel SATA (worked and did S.M.A.R.T)

 

iGPU 10900T:

All Functions: tick

ROM-Bar: tick

Vendor ID: 0x8086

Device ID: 0x3E92

PCI Express: tick

 

I created 2 Deep videos, 1 AI face. (I used tricks)
Strangely, the AI face only ran for about 3 hours and then did not extract clips.
The 2 deep videos still displayed fully.

 

image.thumb.png.78498d4356477f9e5626726d5239243b.png

 

image.thumb.png.0bc6c6e5fb23569b793a722dba5789cb.png

 

https://kb.synology.com/en-us/Surveillance/tutorial/How_many_Face_Recognition_and_DVA_tasks_can_I_use

 

image.thumb.png.6c10a8a9d1d6089661bcd2c7b1f4e5e8.png

 

What do you really expect ?

 

if you want to run more task than officially supported by DVA1622, then switch to DVA3221 with a compatible Nvidia card.

Link to comment
Share on other sites

J3455 baremetal can run multiple tasks simultaneously:

People and vehicles * 1

Detection * 1

Face AI * 2

 

I tried to turn only 1 Face AI but the gues os (vm) has not worked after 3 hours in proxmox.

Maybe do I config wrong in proxmox?

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...