<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re:OpenVINO from openvino/ubuntu20_dev:latest does not detect BattleMage B580 in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-from-openvino-ubuntu20-dev-latest-does-not-detect/m-p/1694064#M32048</link>
    <description>&lt;P&gt;Thank you for your question. If you need any additional information from Intel, please submit a new question as this thread is no longer being monitored.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 02 Jun 2025 18:22:06 GMT</pubDate>
    <dc:creator>Zulkifli_Intel</dc:creator>
    <dc:date>2025-06-02T18:22:06Z</dc:date>
    <item>
      <title>OpenVINO from openvino/ubuntu20_dev:latest does not detect BattleMage B580</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-from-openvino-ubuntu20-dev-latest-does-not-detect/m-p/1690355#M32021</link>
      <description>&lt;P&gt;I have been unable to get my card detected successfully using OpenVINO in docker.&lt;/P&gt;&lt;P&gt;To test, I am doing the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;docker run \
    -it \
    --device /dev/dri:/dev/dri \
    --device-cgroup-rule='c 226:* rmw' \
    --group-add=989 \
    --rm \
    openvino/ubuntu20_dev:latest&lt;/LI-CODE&gt;&lt;P&gt;My graphics card is detected by the host OS:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$ lspci|grep VGA
2f:00.0 VGA compatible controller: Intel Corporation Battlemage G21 [Arc B580]&lt;/LI-CODE&gt;&lt;P&gt;And I do have the appropriate render device:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$ ls -la /dev/dri
total 0
drwxr-xr-x  3 root root        100 May 14 15:49 .
drwxr-xr-x 20 root root       4540 May 14 15:50 ..
drwxr-xr-x  2 root root         80 May 14 15:49 by-path
crw-rw----  1 root video  226,   0 May 14 15:51 card0
crw-rw-rw-  1 root render 226, 128 May 14 15:51 renderD128&lt;/LI-CODE&gt;&lt;P&gt;Also shown within the container:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;openvino@976f86a38945:/opt/intel/openvino_2025.1.0.0$ ls -la /dev/dri
total 0
drwxr-xr-x 2 root root       80 May 16 07:53 .
drwxr-xr-x 6 root root      380 May 16 07:53 ..
crw-rw---- 1 root  985 226,   0 May 16 07:53 card0
crw-rw-rw- 1 root  989 226, 128 May 16 07:53 renderD128&lt;/LI-CODE&gt;&lt;P&gt;However when I attempt to run the hello_query_device sample I receive:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;openvino@976f86a38945:/opt/intel/openvino_2025.1.0.0$ samples/cpp/samples_bin/samples_bin/hello_query_device
[ INFO ] Build ................................. 2025.1.0-18503-6fec06580ab-releases/2025/1
[ INFO ]
[ INFO ] Available devices:
[ INFO ] CPU
[ INFO ]        SUPPORTED_PROPERTIES:
[ INFO ]                Immutable: AVAILABLE_DEVICES : ""
[ INFO ]                Immutable: RANGE_FOR_ASYNC_INFER_REQUESTS : 1 1 1
[ INFO ]                Immutable: RANGE_FOR_STREAMS : 1 16
[ INFO ]                Immutable: EXECUTION_DEVICES : CPU
[ INFO ]                Immutable: FULL_DEVICE_NAME : AMD Ryzen 7 3700X 8-Core Processor
[ INFO ]                Immutable: OPTIMIZATION_CAPABILITIES : FP32 INT8 BIN EXPORT_IMPORT
[ INFO ]                Immutable: DEVICE_TYPE : integrated
[ INFO ]                Immutable: DEVICE_ARCHITECTURE : intel64
[ INFO ]                Mutable: NUM_STREAMS : 1
[ INFO ]                Mutable: INFERENCE_NUM_THREADS : 0
[ INFO ]                Mutable: PERF_COUNT : NO
[ INFO ]                Mutable: INFERENCE_PRECISION_HINT : f32
[ INFO ]                Mutable: PERFORMANCE_HINT : LATENCY
[ INFO ]                Mutable: EXECUTION_MODE_HINT : PERFORMANCE
[ INFO ]                Mutable: PERFORMANCE_HINT_NUM_REQUESTS : 0
[ INFO ]                Mutable: ENABLE_CPU_PINNING : YES
[ INFO ]                Mutable: ENABLE_CPU_RESERVATION : NO
[ INFO ]                Mutable: SCHEDULING_CORE_TYPE : ANY_CORE
[ INFO ]                Mutable: MODEL_DISTRIBUTION_POLICY : ""
[ INFO ]                Mutable: ENABLE_HYPER_THREADING : YES
[ INFO ]                Mutable: DEVICE_ID : ""
[ INFO ]                Mutable: CPU_DENORMALS_OPTIMIZATION : NO
[ INFO ]                Mutable: LOG_LEVEL : LOG_NONE
[ INFO ]                Mutable: CPU_SPARSE_WEIGHTS_DECOMPRESSION_RATE : 1
[ INFO ]                Mutable: DYNAMIC_QUANTIZATION_GROUP_SIZE : 32
[ INFO ]                Mutable: KV_CACHE_PRECISION : u8
[ INFO ]                Mutable: KEY_CACHE_PRECISION : u8
[ INFO ]                Mutable: VALUE_CACHE_PRECISION : u8
[ INFO ]                Mutable: KEY_CACHE_GROUP_SIZE : 0
[ INFO ]                Mutable: VALUE_CACHE_GROUP_SIZE : 0
[ INFO ]
openvino@976f86a38945:/opt/intel/openvino_2025.1.0.0$ &lt;/LI-CODE&gt;&lt;P&gt;So clearly, the GPU is not being detected.&lt;/P&gt;&lt;P&gt;From my searching online, it looks like Arc B series supposed was supposed to be added in 2024, so I'm not sure why my card is not being detected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additionally, I noticed that on the host OS, the intel_gpu_top command yields an error, but I think the intel_gpu_top binary is deprecated?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$ intel_gpu_top
No device filter specified and no discrete/integrated i915 devices found&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 16 May 2025 07:59:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-from-openvino-ubuntu20-dev-latest-does-not-detect/m-p/1690355#M32021</guid>
      <dc:creator>Haioken</dc:creator>
      <dc:date>2025-05-16T07:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVINO from openvino/ubuntu20_dev:latest does not detect BattleMage B580</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-from-openvino-ubuntu20-dev-latest-does-not-detect/m-p/1690410#M32022</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What clinfo command return ?&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 15:07:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-from-openvino-ubuntu20-dev-latest-does-not-detect/m-p/1690410#M32022</guid>
      <dc:creator>michal-miotk</dc:creator>
      <dc:date>2025-05-16T15:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVINO from openvino/ubuntu20_dev:latest does not detect BattleMage B580</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-from-openvino-ubuntu20-dev-latest-does-not-detect/m-p/1690471#M32023</link>
      <description>&lt;P&gt;Hi Haioken,&lt;/P&gt;
&lt;P&gt;Thank you for reaching out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I received the same output when running the hello_query_device sample:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="non_root_user.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/65787iEC61B68F6AB9A5F3/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="non_root_user.png" alt="non_root_user.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please Install the ocl-icd-libopencl1, intel-opencl-icd, intel-level-zero-gpu and level-zero apt packages:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;apt-get update
apt-get install -y ocl-icd-libopencl1 intel-opencl-icd intel-level-zero-gpu level-zero&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the driver cannot be installed due to a permission issue, try running Docker as the root user and install the driver again:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;docker run \
    -it \
    --user root \
    --device /dev/dri:/dev/dri \
    --device-cgroup-rule='c 226:* rmw' \
    --group-add=989 \
    --rm \
    openvino/ubuntu20_dev:latest&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I managed to get the GPU detected:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="root_user.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/65788iED3686BA3C90B369/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="root_user.png" alt="root_user.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Zul&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 20:01:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-from-openvino-ubuntu20-dev-latest-does-not-detect/m-p/1690471#M32023</guid>
      <dc:creator>Zulkifli_Intel</dc:creator>
      <dc:date>2025-05-16T20:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVINO from openvino/ubuntu20_dev:latest does not detect BattleMage B580</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-from-openvino-ubuntu20-dev-latest-does-not-detect/m-p/1690502#M32024</link>
      <description>&lt;P&gt;clinfo inside the container yields:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Number of platforms                               0&lt;/LI-CODE&gt;&lt;P&gt;But on the host it's much more verbose. I'll attach that as a text file if anybody wants to take a look.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Zulkifli_Intel: Unfortunately, this made no improvement.&lt;BR /&gt;The packages within the container were already installed and up to date, and running container as root was also ineffective.&lt;BR /&gt;I even tried running the python based hello_query_device instead of the compiled binary cpp version (just in case) but that was also ineffective.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 May 2025 01:06:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-from-openvino-ubuntu20-dev-latest-does-not-detect/m-p/1690502#M32024</guid>
      <dc:creator>Haioken</dc:creator>
      <dc:date>2025-05-17T01:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVINO from openvino/ubuntu20_dev:latest does not detect BattleMage B580</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-from-openvino-ubuntu20-dev-latest-does-not-detect/m-p/1691012#M32039</link>
      <description>&lt;P&gt;please follow this instructions:&amp;nbsp;&lt;A href="https://dgpu-docs.intel.com/driver/client/overview.html" target="_blank"&gt;Installing Client GPUs — Intel® software for general purpose GPU capabilities documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 16:17:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-from-openvino-ubuntu20-dev-latest-does-not-detect/m-p/1691012#M32039</guid>
      <dc:creator>michal-miotk</dc:creator>
      <dc:date>2025-05-19T16:17:55Z</dc:date>
    </item>
    <item>
      <title>Re:OpenVINO from openvino/ubuntu20_dev:latest does not detect BattleMage B580</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-from-openvino-ubuntu20-dev-latest-does-not-detect/m-p/1691248#M32041</link>
      <description>&lt;P&gt;Hi Haioken,&lt;/P&gt;&lt;P&gt;Can you share your Ubuntu version and kernel version?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Zul&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 May 2025 11:14:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-from-openvino-ubuntu20-dev-latest-does-not-detect/m-p/1691248#M32041</guid>
      <dc:creator>Zulkifli_Intel</dc:creator>
      <dc:date>2025-05-20T11:14:04Z</dc:date>
    </item>
    <item>
      <title>Re:OpenVINO from openvino/ubuntu20_dev:latest does not detect BattleMage B580</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-from-openvino-ubuntu20-dev-latest-does-not-detect/m-p/1694064#M32048</link>
      <description>&lt;P&gt;Thank you for your question. If you need any additional information from Intel, please submit a new question as this thread is no longer being monitored.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Jun 2025 18:22:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-from-openvino-ubuntu20-dev-latest-does-not-detect/m-p/1694064#M32048</guid>
      <dc:creator>Zulkifli_Intel</dc:creator>
      <dc:date>2025-06-02T18:22:06Z</dc:date>
    </item>
  </channel>
</rss>

