<?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: dfu-updater for Ubuntu in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/dfu-updater-for-Ubuntu/m-p/709542#M16923</link>
    <description>&lt;P&gt;WHOOPS! I figure it out, for some reason the dashes were missing when I did a cut and paste. The repo is &lt;A href="http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo"&gt;http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo&lt;/A&gt; not &lt;A href="http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo"&gt;http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think it's odd a got a 'denied' instead of a 404 but ... hey, it's working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The next hurdle: This camera is WEIRD. As the Windows version has the wrong bus ID to update or have the firmware update (in the .INF file), I tried Ubuntu. For others with the same issue, this DID work on a VM (Whew). I used Oracle's Virtual Box against advice, but you need the 6.04 version; they just came out with a USB 3.0 device driver. You need to load that add-on package.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once you do so, right click on the USB icon and give the Intel camera to the VM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's where it gets weird. The first time, it would not update. The camera goes off line, as it usually does when you try to program it. (poor thing goes and sulks I guess). When you connect it a second time, it doesn't show up as a D430 camera. Just go with the flow; at this point I'll try anything, and I just connected the only Intel vaguely camera looking device to the VM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Every time you do this, you get a different bus ID, so you've got to repeatedly run lsusb to get the bus and device ID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's what I did:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pi@pi-VirtualBox:~/realsense$ intel-realsense-dfu -b 001 -d 003 -f -i&amp;nbsp;Signed_Image_UVC_5_11_1_100.bin&amp;nbsp;&lt;/P&gt;&lt;P&gt;D400 busnum = 1&lt;/P&gt;&lt;P&gt;D400 devnum = 3&lt;/P&gt;&lt;P&gt;D400 FW file path = Signed_Image_UVC_5_11_1_100.bin&lt;/P&gt;&lt;P&gt;FW Version of .bin File&amp;nbsp;&amp;nbsp;= 5.11.1.100&lt;/P&gt;&lt;P&gt;FW version on device = 5.9.2.0&lt;/P&gt;&lt;P&gt;MM FW Version = 255.255.255.255&lt;/P&gt;&lt;P&gt;FW update required...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error: libusb_control_transfer failed. err = -9 - LIBUSB_ERROR_PIPE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pi@pi-VirtualBox:~/realsense$ intel-realsense-dfu -b 001 -d 003 -f -i&amp;nbsp;Signed_Image_UVC_5_11_1_100.bin&amp;nbsp;&lt;/P&gt;&lt;P&gt;D400 busnum = 1&lt;/P&gt;&lt;P&gt;D400 devnum = 3&lt;/P&gt;&lt;P&gt;D400 FW file path = Signed_Image_UVC_5_11_1_100.bin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error: Couldn't find dev with busnum = 1 and devnum = 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pi@pi-VirtualBox:~/realsense$ lsusb&lt;/P&gt;&lt;P&gt;Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub&lt;/P&gt;&lt;P&gt;Bus 001 Device 004: ID 8086:0adc Intel Corp.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet&lt;/P&gt;&lt;P&gt;Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;/P&gt;&lt;P&gt;pi@pi-VirtualBox:~/realsense$ intel-realsense-dfu -b 001 -d 004 -f -i&amp;nbsp;Signed_Image_UVC_5_11_1_100.bin&amp;nbsp;&lt;/P&gt;&lt;P&gt;D400 busnum = 1&lt;/P&gt;&lt;P&gt;D400 devnum = 4&lt;/P&gt;&lt;P&gt;D400 FW file path = Signed_Image_UVC_5_11_1_100.bin&lt;/P&gt;&lt;P&gt;Could not find device in opmode: Device found, but incorrect (vid, pid) combo. Found (8086, adc)&lt;/P&gt;&lt;P&gt;Device pid = 2780&lt;/P&gt;&lt;P&gt;Already in DFU mode, do update...&lt;/P&gt;&lt;P&gt;Updating FW...&lt;/P&gt;&lt;P&gt;DFU FW version in file = 5.11.1.100&lt;/P&gt;&lt;P&gt;DFU_version = 60&lt;/P&gt;&lt;P&gt;DFU_isLocked = 0&lt;/P&gt;&lt;P&gt;FW_highestVersion = 0.0.0.0&lt;/P&gt;&lt;P&gt;FW_lastVersion = 0.0.0.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Percentage done: 99&lt;/P&gt;&lt;P&gt;Running post download processes...&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Post download processes done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Done!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error: No supported devices found. please specify bus number and device number&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pi@pi-VirtualBox:~/realsense$ lsusb&lt;/P&gt;&lt;P&gt;Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub&lt;/P&gt;&lt;P&gt;Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet&lt;/P&gt;&lt;P&gt;Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;/P&gt;&lt;P&gt;pi@pi-VirtualBox:~/realsense$ lsusb&lt;/P&gt;&lt;P&gt;Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub&lt;/P&gt;&lt;P&gt;Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet&lt;/P&gt;&lt;P&gt;Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;/P&gt;&lt;P&gt;pi@pi-VirtualBox:~/realsense$ lsusb&lt;/P&gt;&lt;P&gt;Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub&lt;/P&gt;&lt;P&gt;Bus 001 Device 005: ID 8086:0b07 Intel Corp.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet&lt;/P&gt;&lt;P&gt;Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;/P&gt;&lt;P&gt;pi@pi-VirtualBox:~/realsense$ intel-realsense-dfu -p&lt;/P&gt;&lt;P&gt;FW version on device = 5.11.1.100&lt;/P&gt;&lt;P&gt;MM FW Version = 255.255.255.255&lt;/P&gt;&lt;P&gt;pi@pi-VirtualBox:~/realsense$&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The firmware is now updated!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;        == John ==&lt;/P&gt;</description>
    <pubDate>Sat, 30 Mar 2019 05:14:31 GMT</pubDate>
    <dc:creator>JGwinner</dc:creator>
    <dc:date>2019-03-30T05:14:31Z</dc:date>
    <item>
      <title>dfu-updater for Ubuntu</title>
      <link>https://community.intel.com/t5/Items-with-no-label/dfu-updater-for-Ubuntu/m-p/709541#M16922</link>
      <description>&lt;P&gt;I'm following the instructions but I can't get the updater to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I followed this document: &lt;A href="https://www.intel.com/content/dam/support/us/en/documents/emerging-technologies/intel-realsense-technology/Linux-RealSense-D400-DFU-Guide.pdf?language=en_US"&gt;https://www.intel.com/content/dam/support/us/en/documents/emerging-technologies/intel-realsense-technology/Linux-RealSense-D400-DFU-Guide.pdf?language=en_US&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked on this, and it turns out the code repository is unsigned:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E: Failed to fetch &lt;A href="http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo/dists/xenial/InRelease"&gt;http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo/dists/xenial/InRelease&lt;/A&gt;&amp;nbsp;403&amp;nbsp;Forbidden [IP: 52.218.36.153 80]&lt;/P&gt;&lt;P&gt;E: The repository '&lt;A href="http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo"&gt;http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo&lt;/A&gt; xenial InRelease' is not signed.&lt;/P&gt;&lt;P&gt;N: &lt;B&gt;Updating from such a repository can't be done securely, and is therefore disabled by default.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;N: See apt-secure(8) manpage for repository creation and user configuration details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(emphasis mine).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be great if Intel would sign these official releases. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did follow the instructions to add the key to the chain, but it still doesn't work. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because apt-get update fails per the above, the repositories can't be found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ sudo apt-get install intel-realsense-dfu*&lt;/P&gt;&lt;P&gt;Reading package lists... Done&lt;/P&gt;&lt;P&gt;Building dependency tree&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reading state information... Done&lt;/P&gt;&lt;P&gt;E: Unable to locate package intel-realsense-dfu*&lt;/P&gt;&lt;P&gt;E: Couldn't find any package by glob 'intel-realsense-dfu*'&lt;/P&gt;&lt;P&gt;E: Couldn't find any package by regex 'intel-realsense-dfu*'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I tried to add the variable  Acquire::AllowInsecureRepositories "true";&lt;/P&gt;&lt;P&gt;to the apt.conf.d directory (as 99MyFile).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This seemed to work; I got a lot more when doing the apt-update.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I still ran into this: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... snip ...&lt;/P&gt;&lt;P&gt;Ign:9 &lt;A href="http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo"&gt;http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo&lt;/A&gt; xenial/main all Packages&lt;/P&gt;&lt;P&gt;Err:10 &lt;A href="http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo"&gt;http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo&lt;/A&gt; xenial/main amd64 Packages&lt;/P&gt;&lt;P&gt;&amp;nbsp;403&amp;nbsp;Forbidden [IP: 52.218.84.65 80]&lt;/P&gt;&lt;P&gt;Ign:11 &lt;A href="http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo"&gt;http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo&lt;/A&gt; xenial/main i386 Packages&lt;/P&gt;&lt;P&gt;Ign:12 &lt;A href="http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo"&gt;http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo&lt;/A&gt; xenial/main Translation-en&lt;/P&gt;&lt;P&gt;Ign:13 &lt;A href="http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo"&gt;http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo&lt;/A&gt; xenial/main Translation-en_US&lt;/P&gt;&lt;P&gt;Ign:14 &lt;A href="http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo"&gt;http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo&lt;/A&gt; xenial/main all DEP-11 Metadata&lt;/P&gt;&lt;P&gt;Ign:15 &lt;A href="http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo"&gt;http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo&lt;/A&gt; xenial/main amd64 DEP-11 Metadata&lt;/P&gt;&lt;P&gt;Ign:16 &lt;A href="http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo"&gt;http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo&lt;/A&gt; xenial/main DEP-11 48x48 Icons&lt;/P&gt;&lt;P&gt;Ign:17 &lt;A href="http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo"&gt;http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo&lt;/A&gt; xenial/main DEP-11 64x64 Icons&lt;/P&gt;&lt;P&gt;Ign:18 &lt;A href="http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo"&gt;http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo&lt;/A&gt; xenial/main amd64 c-n-f Metadata&lt;/P&gt;&lt;P&gt;Ign:19 &lt;A href="http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo"&gt;http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo&lt;/A&gt; xenial/main all c-n-f Metadata&lt;/P&gt;&lt;P&gt;Reading package lists... Done&lt;/P&gt;&lt;P&gt;W: The repository '&lt;A href="http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo"&gt;http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo&lt;/A&gt; xenial Release' does not have a Release file.&lt;/P&gt;&lt;P&gt;N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.&lt;/P&gt;&lt;P&gt;N: See apt-secure(8) manpage for repository creation and user configuration details.&lt;/P&gt;&lt;P&gt;E: Failed to fetch &lt;A href="http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo/dists/xenial/main/binary-amd64/Packages"&gt;http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo/dists/xenial/main/binary-amd64/Packages&lt;/A&gt;&amp;nbsp;403&amp;nbsp;Forbidden [IP: 52.218.84.65 80]&lt;/P&gt;&lt;P&gt;E: Some index files failed to download. They have been ignored, or old ones used instead.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what happens when I try to install the DFU:&lt;/P&gt;&lt;P&gt;$ sudo apt-get install intel-realsense-dfu*&lt;/P&gt;&lt;P&gt;Reading package lists... Done&lt;/P&gt;&lt;P&gt;Building dependency tree&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reading state information... Done&lt;/P&gt;&lt;P&gt;E: Unable to locate package intel-realsense-dfu*&lt;/P&gt;&lt;P&gt;E: Couldn't find any package by glob 'intel-realsense-dfu*'&lt;/P&gt;&lt;P&gt;E: Couldn't find any package by regex 'intel-realsense-dfu*'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;        == John ==&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Mar 2019 04:57:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/dfu-updater-for-Ubuntu/m-p/709541#M16922</guid>
      <dc:creator>JGwinner</dc:creator>
      <dc:date>2019-03-30T04:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: dfu-updater for Ubuntu</title>
      <link>https://community.intel.com/t5/Items-with-no-label/dfu-updater-for-Ubuntu/m-p/709542#M16923</link>
      <description>&lt;P&gt;WHOOPS! I figure it out, for some reason the dashes were missing when I did a cut and paste. The repo is &lt;A href="http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo"&gt;http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo&lt;/A&gt; not &lt;A href="http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo"&gt;http://realsense-hw-public.s3.amazonaws.com/Debian/aptrepo&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think it's odd a got a 'denied' instead of a 404 but ... hey, it's working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The next hurdle: This camera is WEIRD. As the Windows version has the wrong bus ID to update or have the firmware update (in the .INF file), I tried Ubuntu. For others with the same issue, this DID work on a VM (Whew). I used Oracle's Virtual Box against advice, but you need the 6.04 version; they just came out with a USB 3.0 device driver. You need to load that add-on package.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once you do so, right click on the USB icon and give the Intel camera to the VM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's where it gets weird. The first time, it would not update. The camera goes off line, as it usually does when you try to program it. (poor thing goes and sulks I guess). When you connect it a second time, it doesn't show up as a D430 camera. Just go with the flow; at this point I'll try anything, and I just connected the only Intel vaguely camera looking device to the VM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Every time you do this, you get a different bus ID, so you've got to repeatedly run lsusb to get the bus and device ID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's what I did:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pi@pi-VirtualBox:~/realsense$ intel-realsense-dfu -b 001 -d 003 -f -i&amp;nbsp;Signed_Image_UVC_5_11_1_100.bin&amp;nbsp;&lt;/P&gt;&lt;P&gt;D400 busnum = 1&lt;/P&gt;&lt;P&gt;D400 devnum = 3&lt;/P&gt;&lt;P&gt;D400 FW file path = Signed_Image_UVC_5_11_1_100.bin&lt;/P&gt;&lt;P&gt;FW Version of .bin File&amp;nbsp;&amp;nbsp;= 5.11.1.100&lt;/P&gt;&lt;P&gt;FW version on device = 5.9.2.0&lt;/P&gt;&lt;P&gt;MM FW Version = 255.255.255.255&lt;/P&gt;&lt;P&gt;FW update required...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error: libusb_control_transfer failed. err = -9 - LIBUSB_ERROR_PIPE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pi@pi-VirtualBox:~/realsense$ intel-realsense-dfu -b 001 -d 003 -f -i&amp;nbsp;Signed_Image_UVC_5_11_1_100.bin&amp;nbsp;&lt;/P&gt;&lt;P&gt;D400 busnum = 1&lt;/P&gt;&lt;P&gt;D400 devnum = 3&lt;/P&gt;&lt;P&gt;D400 FW file path = Signed_Image_UVC_5_11_1_100.bin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error: Couldn't find dev with busnum = 1 and devnum = 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pi@pi-VirtualBox:~/realsense$ lsusb&lt;/P&gt;&lt;P&gt;Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub&lt;/P&gt;&lt;P&gt;Bus 001 Device 004: ID 8086:0adc Intel Corp.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet&lt;/P&gt;&lt;P&gt;Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;/P&gt;&lt;P&gt;pi@pi-VirtualBox:~/realsense$ intel-realsense-dfu -b 001 -d 004 -f -i&amp;nbsp;Signed_Image_UVC_5_11_1_100.bin&amp;nbsp;&lt;/P&gt;&lt;P&gt;D400 busnum = 1&lt;/P&gt;&lt;P&gt;D400 devnum = 4&lt;/P&gt;&lt;P&gt;D400 FW file path = Signed_Image_UVC_5_11_1_100.bin&lt;/P&gt;&lt;P&gt;Could not find device in opmode: Device found, but incorrect (vid, pid) combo. Found (8086, adc)&lt;/P&gt;&lt;P&gt;Device pid = 2780&lt;/P&gt;&lt;P&gt;Already in DFU mode, do update...&lt;/P&gt;&lt;P&gt;Updating FW...&lt;/P&gt;&lt;P&gt;DFU FW version in file = 5.11.1.100&lt;/P&gt;&lt;P&gt;DFU_version = 60&lt;/P&gt;&lt;P&gt;DFU_isLocked = 0&lt;/P&gt;&lt;P&gt;FW_highestVersion = 0.0.0.0&lt;/P&gt;&lt;P&gt;FW_lastVersion = 0.0.0.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Percentage done: 99&lt;/P&gt;&lt;P&gt;Running post download processes...&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Post download processes done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Done!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error: No supported devices found. please specify bus number and device number&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pi@pi-VirtualBox:~/realsense$ lsusb&lt;/P&gt;&lt;P&gt;Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub&lt;/P&gt;&lt;P&gt;Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet&lt;/P&gt;&lt;P&gt;Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;/P&gt;&lt;P&gt;pi@pi-VirtualBox:~/realsense$ lsusb&lt;/P&gt;&lt;P&gt;Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub&lt;/P&gt;&lt;P&gt;Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet&lt;/P&gt;&lt;P&gt;Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;/P&gt;&lt;P&gt;pi@pi-VirtualBox:~/realsense$ lsusb&lt;/P&gt;&lt;P&gt;Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub&lt;/P&gt;&lt;P&gt;Bus 001 Device 005: ID 8086:0b07 Intel Corp.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet&lt;/P&gt;&lt;P&gt;Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;/P&gt;&lt;P&gt;pi@pi-VirtualBox:~/realsense$ intel-realsense-dfu -p&lt;/P&gt;&lt;P&gt;FW version on device = 5.11.1.100&lt;/P&gt;&lt;P&gt;MM FW Version = 255.255.255.255&lt;/P&gt;&lt;P&gt;pi@pi-VirtualBox:~/realsense$&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The firmware is now updated!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;        == John ==&lt;/P&gt;</description>
      <pubDate>Sat, 30 Mar 2019 05:14:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/dfu-updater-for-Ubuntu/m-p/709542#M16923</guid>
      <dc:creator>JGwinner</dc:creator>
      <dc:date>2019-03-30T05:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: dfu-updater for Ubuntu</title>
      <link>https://community.intel.com/t5/Items-with-no-label/dfu-updater-for-Ubuntu/m-p/709543#M16924</link>
      <description>&lt;P&gt;I hope the link below will help solve your signed key problem.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;​&lt;A href="https://github.com/IntelRealSense/librealsense/issues/2884"&gt;https://github.com/IntelRealSense/librealsense/issues/2884&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Mar 2019 05:19:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/dfu-updater-for-Ubuntu/m-p/709543#M16924</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2019-03-30T05:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: dfu-updater for Ubuntu</title>
      <link>https://community.intel.com/t5/Items-with-no-label/dfu-updater-for-Ubuntu/m-p/709544#M16925</link>
      <description>&lt;P&gt;I see in your added answer you solved it.  Thanks so much for your really detailed feedback!&lt;/P&gt;</description>
      <pubDate>Sat, 30 Mar 2019 05:29:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/dfu-updater-for-Ubuntu/m-p/709544#M16925</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2019-03-30T05:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: dfu-updater for Ubuntu</title>
      <link>https://community.intel.com/t5/Items-with-no-label/dfu-updater-for-Ubuntu/m-p/709545#M16926</link>
      <description>&lt;P&gt;I checked, and the viewer now works. The DFU utility now shows 2 cameras on the PC, not one; an RGB and a depth camera.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, both the utilities on the PC side were messed up, but the worst was the firmware from the factory was heavily messed up, and would never allow the firmware to update on the PC side. The Linux side seemed to ignore the manufacturer USB ID, and did the update. It all seems to work OK now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;        == John ==&lt;/P&gt;</description>
      <pubDate>Sat, 30 Mar 2019 05:44:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/dfu-updater-for-Ubuntu/m-p/709545#M16926</guid>
      <dc:creator>JGwinner</dc:creator>
      <dc:date>2019-03-30T05:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: dfu-updater for Ubuntu</title>
      <link>https://community.intel.com/t5/Items-with-no-label/dfu-updater-for-Ubuntu/m-p/709546#M16927</link>
      <description>&lt;P&gt;Thank you Marty! I appreciate you hanging in there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the missing dash was from copy/paste. I noticed the PDF had some dashes and some emdashes; my guess is the em dash didn't paste into VIM. I didn't notice. Figured I did so much work complaining I should post that it was my fault :) &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The key here is that the PC could *never* have done the firmware update; the hardware ID was wrong. Once I ran the Linux update, with the new firmware, it updated the bus ID's and the driver now worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is not a Linux vs. Windows problem; the Linux developer should have paid attention to the hardware ID as well, but didn't. Or the Windows developer should have added the .INF settings for the older firmware. These really are bugs that need fixing; this much of a workaround is really exhausting!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure why firmware would change a hardware ID. That's just weird. But it did. The hardware ID is now:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VID_8086&amp;amp;PID_0B07&amp;amp;MI_00&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;VID_8086&amp;amp;PID_0B07&amp;amp;REV_50B1&amp;amp;MI_00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;        == John ==&lt;/P&gt;</description>
      <pubDate>Sat, 30 Mar 2019 05:52:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/dfu-updater-for-Ubuntu/m-p/709546#M16927</guid>
      <dc:creator>JGwinner</dc:creator>
      <dc:date>2019-03-30T05:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: dfu-updater for Ubuntu</title>
      <link>https://community.intel.com/t5/Items-with-no-label/dfu-updater-for-Ubuntu/m-p/709547#M16928</link>
      <description>&lt;P&gt;Awesome news!   Enjoy the camera!   :)&lt;/P&gt;</description>
      <pubDate>Sat, 30 Mar 2019 06:14:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/dfu-updater-for-Ubuntu/m-p/709547#M16928</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2019-03-30T06:14:44Z</dc:date>
    </item>
  </channel>
</rss>

