mkoreneff / iommu_info_generate

Script to import data in the http://iommu.info database
http://iommu.info
Apache License 2.0
9 stars 0 forks source link

Cannot find vendor ID for Supermicro motherboard #4

Closed chenxiaolong closed 1 year ago

chenxiaolong commented 1 year ago

When I try to run generate_data.py on a system with a Supermicro X13SAE-F motherboard, I'm getting this output:

list index out of range while trying to lookup Mainboard vendorid for: Supermicro
Please report this problem and supply the output of
cat /sys/devices/virtual/dmi/id/board_vendor
request error: Bad Request
{"board":{"board_vendor":{"vendorid":["This field may not be blank."]}}}
please report this issue: https://github.com/mkoreneff/iommu_info_generate/issues/new/choose

I've attached a tarball containing everything under /sys/devices/virtual/dmi/id/: dmi_id.tar.gz

Thanks!

mkoreneff commented 1 year ago

thanks for pointing this out, I have added an entry for Supermicro; the script should pass now. https://iommu.info/api/vendor/Supermicro shows the correct data so we're good to go here.

chenxiaolong commented 1 year ago

Thanks! I'm able to successfully submit the data now.