<?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>i.MX ProcessorsのトピックIMX6-LAN7500 interface not able to fetch</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-LAN7500-interface-not-able-to-fetch/m-p/707370#M109930</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I was working on an customised iMX6 board with two ethernet hubs.One ethernet is detecting as eth0 and was working fine.The second was an POE ethernet of chipset LAN7500.When I try to config this ethernet it was throwing an error like&lt;/P&gt;&lt;H1&gt;ifconfig eth1&lt;/H1&gt;&lt;H1&gt;eth1: error fetching interface information: Device not found&lt;/H1&gt;&lt;P&gt;&amp;nbsp;When I go to the following path cd /etc/udev/rules.d/70-&lt;CODE&gt;persistent-net.rules&lt;/CODE&gt; I was able to see the eth1 name for that interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Now,I am not able to understand what is the conflict here I was facing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;srikanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Aug 2017 11:47:22 GMT</pubDate>
    <dc:creator>srikanthmediset</dc:creator>
    <dc:date>2017-08-25T11:47:22Z</dc:date>
    <item>
      <title>IMX6-LAN7500 interface not able to fetch</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-LAN7500-interface-not-able-to-fetch/m-p/707370#M109930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I was working on an customised iMX6 board with two ethernet hubs.One ethernet is detecting as eth0 and was working fine.The second was an POE ethernet of chipset LAN7500.When I try to config this ethernet it was throwing an error like&lt;/P&gt;&lt;H1&gt;ifconfig eth1&lt;/H1&gt;&lt;H1&gt;eth1: error fetching interface information: Device not found&lt;/H1&gt;&lt;P&gt;&amp;nbsp;When I go to the following path cd /etc/udev/rules.d/70-&lt;CODE&gt;persistent-net.rules&lt;/CODE&gt; I was able to see the eth1 name for that interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Now,I am not able to understand what is the conflict here I was facing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;srikanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2017 11:47:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-LAN7500-interface-not-able-to-fetch/m-p/707370#M109930</guid>
      <dc:creator>srikanthmediset</dc:creator>
      <dc:date>2017-08-25T11:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6-LAN7500 interface not able to fetch</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-LAN7500-interface-not-able-to-fetch/m-p/707371#M109931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems there is no driver for LAN7500 in your system. Please grep dmesg for "eth1".&lt;BR /&gt;You need to add the driver to the kernel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Victor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 05:15:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-LAN7500-interface-not-able-to-fetch/m-p/707371#M109931</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2017-08-28T05:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6-LAN7500 interface not able to fetch</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-LAN7500-interface-not-able-to-fetch/m-p/707372#M109932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi victor,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LAN7500 driver was inbuilt in the kernel. When I boot the board I was getting the log as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;usbcore: registered new interface driver smsc75xx&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The above lines doesn't mean that the driver is ready to work????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; After entering into root when I run lsusb I was getting like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bus 002 Device 002: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; where 0424 is the vendor id for smsc7500.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;srikanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 06:07:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-LAN7500-interface-not-able-to-fetch/m-p/707372#M109932</guid>
      <dc:creator>srikanthmediset</dc:creator>
      <dc:date>2017-08-28T06:07:31Z</dc:date>
    </item>
  </channel>
</rss>

