<?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 Hi Tom, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929540#M14510</link>
    <description>&lt;P&gt;Hi Tom,&lt;/P&gt;

&lt;P&gt;there is no need for a fastboot driver under Linux. You might just need to setup some additional udev rules to modify&amp;nbsp;access rights. Can you first check if fastboot works as root or in a sudo environment?&lt;/P&gt;

&lt;P&gt;[bash]sudo fastboot devices[/bash]&lt;/P&gt;

&lt;P&gt;If this works first unplug your device, use "&lt;EM&gt;lsusb&lt;/EM&gt;" to get the list of attached USB devices and second connect your device in fastboot mode with your host and use lsusb again. You will see one additional device. In my case this looks like:&lt;/P&gt;

&lt;P&gt;[plain]&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Bus 002 Device 004: ID 17ef:1003 Lenovo&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Bus 002 Device 003: ID 05c6:9204 Qualcomm, Inc.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Bus 002 Device 002: ID 8087:0020&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Bus 001 Device 016: ID 8087:09ef&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Bus 001 Device 005: ID 17ef:480f Lenovo&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Bus 001 Device 004: ID 0a5c:217f Broadcom Corp.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Bus 001 Device 003: ID 147e:2016 Upek Biometric Touchchip/Touchstrip Fingerprint Sensor&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Bus 001 Device 002: ID 8087:0020&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;[/plain]&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Where line 6 is the additional device. You see the vendor ID is 8087 and the device ID is 09ef . For you this might be different.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Next you need to create an udev rule. To do so edit or create the file&amp;nbsp;&lt;/SPAN&gt;&lt;I style="color: rgb(34, 34, 37); font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: normal;"&gt;/etc/udev/rules.d/51-android.rules&amp;nbsp;&lt;/I&gt;and add the following content (don't forget to use your Vendor ID and your device/product ID):&lt;/P&gt;

&lt;P&gt;[plain]SUBSYSTEM=="usb", ATTRS{idVendor}=="8087",ATTRS{idProduct}=="09ef", MODE="0666"[/plain]&lt;/P&gt;

&lt;P&gt;To apply this rule you need to restart udev:&lt;/P&gt;

&lt;P&gt;[bash]sudo service udev restart[/bash]&lt;/P&gt;

&lt;P&gt;Let me know if that helped!&lt;BR /&gt;
	Alex&lt;/P&gt;</description>
    <pubDate>Thu, 05 Dec 2013 10:46:00 GMT</pubDate>
    <dc:creator>Alexander_W_Intel</dc:creator>
    <dc:date>2013-12-05T10:46:00Z</dc:date>
    <item>
      <title>Intel@ Android USB driver support on Linux</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929539#M14509</link>
      <description>&lt;P lang="en-US" style="margin-bottom: 0cm"&gt;Dear Intel team and community,&lt;/P&gt;

&lt;P lang="en-US" style="margin-bottom: 0cm"&gt;is there a port of the Intel@ Android USB driver&lt;/P&gt;

&lt;P lang="en-US" style="margin-bottom: 0cm"&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-usb-driver-for-android-devices?page=1"&gt;http://software.intel.com/en-us/articles/intel-usb-driver-for-android-devices?page=1&lt;/A&gt;&lt;/P&gt;

&lt;P lang="en-US" style="margin-bottom: 0cm"&gt;for Linux operating systems?&lt;/P&gt;

&lt;P lang="en-US" style="margin-bottom: 0cm"&gt;My intention is to use this driver in combination (among) with the Android SDK tools like “fastboot” and “abd”. By the way, adb works fine - without a specific driver. However, fastboot does not work – specific driver will be needed.&lt;/P&gt;

&lt;P lang="en-US" style="margin-bottom: 0cm"&gt;Any kind of feedback will be welcome.&lt;/P&gt;

&lt;P lang="en-US" style="margin-bottom: 0cm"&gt;Thanks in advance!&lt;/P&gt;

&lt;P&gt;Best regards Tom&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2013 21:40:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929539#M14509</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2013-12-04T21:40:54Z</dc:date>
    </item>
    <item>
      <title>Hi Tom,</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929540#M14510</link>
      <description>&lt;P&gt;Hi Tom,&lt;/P&gt;

&lt;P&gt;there is no need for a fastboot driver under Linux. You might just need to setup some additional udev rules to modify&amp;nbsp;access rights. Can you first check if fastboot works as root or in a sudo environment?&lt;/P&gt;

&lt;P&gt;[bash]sudo fastboot devices[/bash]&lt;/P&gt;

&lt;P&gt;If this works first unplug your device, use "&lt;EM&gt;lsusb&lt;/EM&gt;" to get the list of attached USB devices and second connect your device in fastboot mode with your host and use lsusb again. You will see one additional device. In my case this looks like:&lt;/P&gt;

&lt;P&gt;[plain]&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Bus 002 Device 004: ID 17ef:1003 Lenovo&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Bus 002 Device 003: ID 05c6:9204 Qualcomm, Inc.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Bus 002 Device 002: ID 8087:0020&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Bus 001 Device 016: ID 8087:09ef&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Bus 001 Device 005: ID 17ef:480f Lenovo&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Bus 001 Device 004: ID 0a5c:217f Broadcom Corp.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Bus 001 Device 003: ID 147e:2016 Upek Biometric Touchchip/Touchstrip Fingerprint Sensor&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Bus 001 Device 002: ID 8087:0020&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;[/plain]&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Where line 6 is the additional device. You see the vendor ID is 8087 and the device ID is 09ef . For you this might be different.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Next you need to create an udev rule. To do so edit or create the file&amp;nbsp;&lt;/SPAN&gt;&lt;I style="color: rgb(34, 34, 37); font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: normal;"&gt;/etc/udev/rules.d/51-android.rules&amp;nbsp;&lt;/I&gt;and add the following content (don't forget to use your Vendor ID and your device/product ID):&lt;/P&gt;

&lt;P&gt;[plain]SUBSYSTEM=="usb", ATTRS{idVendor}=="8087",ATTRS{idProduct}=="09ef", MODE="0666"[/plain]&lt;/P&gt;

&lt;P&gt;To apply this rule you need to restart udev:&lt;/P&gt;

&lt;P&gt;[bash]sudo service udev restart[/bash]&lt;/P&gt;

&lt;P&gt;Let me know if that helped!&lt;BR /&gt;
	Alex&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2013 10:46:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929540#M14510</guid>
      <dc:creator>Alexander_W_Intel</dc:creator>
      <dc:date>2013-12-05T10:46:00Z</dc:date>
    </item>
    <item>
      <title>P { margin-bottom: 0.21cm; }A</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929541#M14511</link>
      <description>&lt;P lang="en-US" style="margin-bottom: 0cm"&gt;Hello Alexander,&lt;/P&gt;

&lt;P lang="en-US" style="margin-bottom: 0cm"&gt;thank for the fast response.&lt;/P&gt;

&lt;P lang="en-US" style="margin-bottom: 0cm"&gt;Sorry but I don't think that my issue has something to do with right permissions.&lt;/P&gt;

&lt;P lang="en-US" style="margin-bottom: 0cm"&gt;However, I have already tried several udev rules and also as root/su without success.&lt;/P&gt;

&lt;P lang="en-GB" style="margin-bottom: 0cm"&gt;&lt;SPAN lang="en-US"&gt;Following guide was taken as a reference - &lt;/SPAN&gt;&lt;SPAN lang="en-US"&gt;&lt;A href="http://developer.android.com/tools/device.html"&gt;http://developer.android.com/tools/device.html&lt;/A&gt; &lt;/SPAN&gt;&lt;SPAN lang="en-US"&gt;-&lt;/SPAN&gt;&lt;/P&gt;

&lt;P lang="en-US" style="margin-bottom: 0cm"&gt;Please noticed – in bootloader mode my device, a Asus MeMo Pad FHD 10, has the same product ID as yours! Which device did you use?&lt;/P&gt;

&lt;P lang="en-US" style="margin-bottom: 0cm"&gt;Can I do something else to solve my issue or enclose the failure root cause?&lt;/P&gt;

&lt;P lang="en-US" style="margin-bottom: 0cm"&gt;By the way, my Android SDK environment (adb and fastboot) works with an other Android device without any problem – no Intel device, Sony Xperia P.&lt;/P&gt;

&lt;P lang="en-US" style="margin-bottom: 0cm"&gt;Thank in advance!&lt;/P&gt;

&lt;P lang="en-US" style="margin-bottom: 0cm"&gt;Best regards&lt;/P&gt;

&lt;P lang="en-US" style="margin-bottom: 0cm"&gt;Tom&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2013 18:51:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929541#M14511</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2013-12-05T18:51:00Z</dc:date>
    </item>
    <item>
      <title>Hi Tom,</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929542#M14512</link>
      <description>&lt;P&gt;Hi Tom,&lt;/P&gt;

&lt;P&gt;I'm out of ideas here. Based on your description I also don't think it's an permission issue. Have you contacted Asus already?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;The device I'm using is an internal one. I will try out on an Asus Fonepad 7 tomorrow and see if I can reproduce and further investigate on your issue.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
	Alex&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2013 15:48:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929542#M14512</guid>
      <dc:creator>Alexander_W_Intel</dc:creator>
      <dc:date>2013-12-10T15:48:43Z</dc:date>
    </item>
    <item>
      <title>Hi Tom,</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929543#M14513</link>
      <description>&lt;P&gt;Hi Tom,&lt;/P&gt;

&lt;P&gt;my Asus Fonepad 7 is recognized in&amp;nbsp;&amp;nbsp;bootloader mode without any issues. Same device IDs. Connected it rebooted in bootloader mode with adb reboot-bootleader and fastboot instantly recognized the device.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;[bash]fastboot devices&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Medfield45D61...&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fastboot[/bash]&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Sorry, I can't help you further to debug this issue.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Alex&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2013 11:06:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929543#M14513</guid>
      <dc:creator>Alexander_W_Intel</dc:creator>
      <dc:date>2013-12-11T11:06:00Z</dc:date>
    </item>
    <item>
      <title>Hello Alexander,</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929544#M14514</link>
      <description>&lt;P lang="en-GB" style="margin-bottom: 0cm"&gt;Hello Alexander,&lt;/P&gt;

&lt;P lang="en-GB" style="margin-bottom: 0cm"&gt;thank in advance for your support.&lt;/P&gt;

&lt;P lang="en-GB" style="margin-bottom: 0cm"&gt;Today I have try my Android SDK envoriment, fastboot and adb, with an other Intel Atom device – it was a Smartphone Motorola Razr i.&lt;/P&gt;

&lt;P lang="en-GB" style="margin-bottom: 0cm"&gt;Result, boths tools work fine without any limitation.&lt;/P&gt;

&lt;P lang="en-GB" style="margin-bottom: 0cm"&gt;I have no further ideas to solve my issue!&lt;/P&gt;

&lt;P lang="en-GB" style="margin-bottom: 0cm"&gt;Any comments will be welcome.&lt;/P&gt;

&lt;P lang="en-GB" style="margin-bottom: 0cm"&gt;Best regards&lt;/P&gt;
&lt;P lang="en-GB" style="margin-bottom: 0cm"&gt;Tom&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2013 19:09:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929544#M14514</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2013-12-13T19:09:00Z</dc:date>
    </item>
    <item>
      <title>Try to add the rules below to</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929545#M14515</link>
      <description>&lt;P&gt;Try to add the rules below to the udev service, and reboot your device into bootloader mode&lt;/P&gt;

&lt;P&gt;&lt;A href="https://dl.dropboxusercontent.com/u/26833962/intel-stuffs/50-android.rules" target="_blank"&gt;https://dl.dropboxusercontent.com/u/26833962/intel-stuffs/50-android.rules&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://dl.dropboxusercontent.com/u/26833962/intel-stuffs/51-android.rules" target="_blank"&gt;https://dl.dropboxusercontent.com/u/26833962/intel-stuffs/51-android.rules&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://dl.dropboxusercontent.com/u/26833962/intel-stuffs/70-persistent-cd.rules" target="_blank"&gt;https://dl.dropboxusercontent.com/u/26833962/intel-stuffs/70-persistent-cd.rules&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://dl.dropboxusercontent.com/u/26833962/intel-stuffs/70-persistent-net.rules" target="_blank"&gt;https://dl.dropboxusercontent.com/u/26833962/intel-stuffs/70-persistent-net.rules&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jun 2014 18:06:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929545#M14515</guid>
      <dc:creator>Leonel_H_</dc:creator>
      <dc:date>2014-06-01T18:06:27Z</dc:date>
    </item>
    <item>
      <title>This problem exist on Dell</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929546#M14516</link>
      <description>This problem exist on Dell venue tablets also, Intel should do the right thing and either correct their fastboot mode or release a Linux fastboot binary that can work with this fastboot.</description>
      <pubDate>Sun, 24 Aug 2014 00:47:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929546#M14516</guid>
      <dc:creator>T_K_</dc:creator>
      <dc:date>2014-08-24T00:47:58Z</dc:date>
    </item>
    <item>
      <title>@Leonel: Thanks, but I have</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929547#M14517</link>
      <description>&lt;P style="margin-bottom: 0cm" lang="en-US"&gt;@Leonel: Thanks, but I have already tried several rules without success.&lt;/P&gt;

&lt;P style="margin-bottom: 0cm" lang="en-US"&gt;@T K.: What does it mean? Do you found out a workaround?&lt;/P&gt;

&lt;P style="margin-bottom: 0cm" lang="en-US"&gt;Best regards&lt;/P&gt;
&lt;P style="margin-bottom: 0cm" lang="en-US"&gt;Tom&lt;/P&gt;</description>
      <pubDate>Sun, 24 Aug 2014 20:23:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929547#M14517</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2014-08-24T20:23:00Z</dc:date>
    </item>
    <item>
      <title>@Tom</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929548#M14518</link>
      <description>&lt;P&gt;@Tom&lt;/P&gt;

&lt;P&gt;No there isn't a work around, other than use windows, the problem is clearly on intel's end and they should address it, either fix their devices to work with current Linux fastboot binaries, or release a Linux binary that works with their devices.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Aug 2014 20:45:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929548#M14518</guid>
      <dc:creator>T_K_</dc:creator>
      <dc:date>2014-08-24T20:45:04Z</dc:date>
    </item>
    <item>
      <title>Ok, finally compiled a linux</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929549#M14519</link>
      <description>Ok, finally compiled a linux fastboot binary that works on my Dell Venue 8,  now no need to use windows for fastboot commands, not sure when I can release the binary,  due to working and moving,  so internet is limited to cell phone,  binary needs testing also before release.</description>
      <pubDate>Thu, 13 Nov 2014 01:27:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929549#M14519</guid>
      <dc:creator>T_K_</dc:creator>
      <dc:date>2014-11-13T01:27:13Z</dc:date>
    </item>
    <item>
      <title>@T K.</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929550#M14520</link>
      <description>&lt;P style="margin-bottom: 0cm" lang="en-US"&gt;@T K.&lt;BR /&gt;
	That sounds good – please keep me up to date!&lt;BR /&gt;
	Let me test your binary!&lt;/P&gt;

&lt;P style="margin-bottom: 0cm" lang="en-US"&gt;Best regards&lt;BR /&gt;
	Tom&lt;/P&gt;</description>
      <pubDate>Sun, 16 Nov 2014 21:54:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929550#M14520</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2014-11-16T21:54:56Z</dc:date>
    </item>
    <item>
      <title>Sure here you go. works on</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929551#M14521</link>
      <description>&lt;P&gt;Sure here you go. works on all intel devices, i have tried it on, you need to add user rules for your user if they don't have access to fastboot, root can use no problem.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.mediafire.com/download/pbr4b2x2ig9b2m5/fastboot" target="_blank"&gt;http://www.mediafire.com/download/pbr4b2x2ig9b2m5/fastboot&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2014 10:25:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929551#M14521</guid>
      <dc:creator>T_K_</dc:creator>
      <dc:date>2014-11-21T10:25:57Z</dc:date>
    </item>
    <item>
      <title>Had the same issue, noticed</title>
      <link>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929552#M14522</link>
      <description>&lt;P&gt;Had the same issue, noticed that android drivers kernel flag was disabled.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;You should recompile your kernel with the following kernel flag to yes :&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;CONFIG_ANDROID: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	Enable support for various drivers needed on the Android platform&lt;/P&gt;

&lt;P&gt;Symbol: ANDROID [=y]&lt;BR /&gt;
	Type &amp;nbsp;: boolean&lt;/P&gt;

&lt;P&gt;Prompt: Android Drivers&lt;/P&gt;

&lt;P&gt;Location:&lt;BR /&gt;
	-&amp;gt; Device Drivers&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;gt; Android&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 21:50:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Intel-Android-USB-driver-support-on-Linux/m-p/929552#M14522</guid>
      <dc:creator>Yassine_I_</dc:creator>
      <dc:date>2015-12-10T21:50:56Z</dc:date>
    </item>
  </channel>
</rss>

