<?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 Marvell WIFI driver cannot be loaded in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Marvell-WIFI-driver-cannot-be-loaded/m-p/857724#M131058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;BR /&gt;I am using a Colibri IMX6 module connected to a H&amp;amp;D wireless wifi chip. I integrated the Yocto Layer meta-spb209a to my yocto configuration and the driver is building fine (mlan.ko and sd8xxx.ko).&lt;BR /&gt;Now I try to load the module on my device:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;root@colibri-imx6:~# modprobe cfg80211&lt;BR /&gt;root@colibri-imx6:~# modprobe mlan&lt;BR /&gt;root@colibri-imx6:~# modprobe sd8xxx&lt;BR /&gt;modprobe: ERROR: could not insert 'sd8xxx': Invalid argument&lt;/P&gt;&lt;P&gt;root@colibri-imx6:~# dmesg | tail -n 10&lt;BR /&gt;[ 40.371861] sd8xxx: disagrees about version of symbol cfg80211_pmksa_candidate_notify&lt;BR /&gt;[ 40.383916] sd8xxx: Unknown symbol cfg80211_pmksa_candidate_notify (err -22)&lt;BR /&gt;[ 40.393187] sd8xxx: disagrees about version of symbol wiphy_new_nm&lt;BR /&gt;[ 40.401516] sd8xxx: Unknown symbol wiphy_new_nm (err -22)&lt;BR /&gt;[ 40.409076] sd8xxx: disagrees about version of symbol wiphy_register&lt;BR /&gt;[ 40.417551] sd8xxx: Unknown symbol wiphy_register (err -22)&lt;BR /&gt;[ 40.425215] sd8xxx: disagrees about version of symbol wiphy_apply_custom_regulatory&lt;BR /&gt;[ 40.436981] sd8xxx: Unknown symbol wiphy_apply_custom_regulatory (err -22)&lt;BR /&gt;[ 40.445973] sd8xxx: disagrees about version of symbol dev_set_name&lt;BR /&gt;[ 40.454283] sd8xxx: Unknown symbol dev_set_name (err -22)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried compiling the driver directly in the kernel directory in the yocto build folder wit the same result.&lt;BR /&gt;The crc checksums in the sd8xxx.ko file are exactly the same as in the Module.symvers file as I can see in a hex editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to force the load:&lt;BR /&gt;root@colibri-imx6:~# modprobe --force sd8xxx&lt;BR /&gt;modprobe: ERROR: could not insert 'sd8xxx': Exec format error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with no additional dmesg output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does someone know what I have to do to load the driver?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More information:&lt;/P&gt;&lt;P&gt;root@colibri-imx6:~# uname -r&lt;BR /&gt;4.9.67-+g1db9f06&lt;/P&gt;&lt;P&gt;I use the openembedded-core layer for the kernel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2019 08:50:29 GMT</pubDate>
    <dc:creator>andre_jovchev</dc:creator>
    <dc:date>2019-02-28T08:50:29Z</dc:date>
    <item>
      <title>Marvell WIFI driver cannot be loaded</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Marvell-WIFI-driver-cannot-be-loaded/m-p/857724#M131058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;BR /&gt;I am using a Colibri IMX6 module connected to a H&amp;amp;D wireless wifi chip. I integrated the Yocto Layer meta-spb209a to my yocto configuration and the driver is building fine (mlan.ko and sd8xxx.ko).&lt;BR /&gt;Now I try to load the module on my device:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;root@colibri-imx6:~# modprobe cfg80211&lt;BR /&gt;root@colibri-imx6:~# modprobe mlan&lt;BR /&gt;root@colibri-imx6:~# modprobe sd8xxx&lt;BR /&gt;modprobe: ERROR: could not insert 'sd8xxx': Invalid argument&lt;/P&gt;&lt;P&gt;root@colibri-imx6:~# dmesg | tail -n 10&lt;BR /&gt;[ 40.371861] sd8xxx: disagrees about version of symbol cfg80211_pmksa_candidate_notify&lt;BR /&gt;[ 40.383916] sd8xxx: Unknown symbol cfg80211_pmksa_candidate_notify (err -22)&lt;BR /&gt;[ 40.393187] sd8xxx: disagrees about version of symbol wiphy_new_nm&lt;BR /&gt;[ 40.401516] sd8xxx: Unknown symbol wiphy_new_nm (err -22)&lt;BR /&gt;[ 40.409076] sd8xxx: disagrees about version of symbol wiphy_register&lt;BR /&gt;[ 40.417551] sd8xxx: Unknown symbol wiphy_register (err -22)&lt;BR /&gt;[ 40.425215] sd8xxx: disagrees about version of symbol wiphy_apply_custom_regulatory&lt;BR /&gt;[ 40.436981] sd8xxx: Unknown symbol wiphy_apply_custom_regulatory (err -22)&lt;BR /&gt;[ 40.445973] sd8xxx: disagrees about version of symbol dev_set_name&lt;BR /&gt;[ 40.454283] sd8xxx: Unknown symbol dev_set_name (err -22)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried compiling the driver directly in the kernel directory in the yocto build folder wit the same result.&lt;BR /&gt;The crc checksums in the sd8xxx.ko file are exactly the same as in the Module.symvers file as I can see in a hex editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to force the load:&lt;BR /&gt;root@colibri-imx6:~# modprobe --force sd8xxx&lt;BR /&gt;modprobe: ERROR: could not insert 'sd8xxx': Exec format error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with no additional dmesg output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does someone know what I have to do to load the driver?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More information:&lt;/P&gt;&lt;P&gt;root@colibri-imx6:~# uname -r&lt;BR /&gt;4.9.67-+g1db9f06&lt;/P&gt;&lt;P&gt;I use the openembedded-core layer for the kernel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2019 08:50:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Marvell-WIFI-driver-cannot-be-loaded/m-p/857724#M131058</guid>
      <dc:creator>andre_jovchev</dc:creator>
      <dc:date>2019-02-28T08:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Marvell WIFI driver cannot be loaded</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Marvell-WIFI-driver-cannot-be-loaded/m-p/857725#M131059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anrde&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reason may be version incompatibility between wifi module driver/firmware&lt;/P&gt;&lt;P&gt;and used image, as this module was developed by toradex one can post issue on its community&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developer.toradex.com/knowledge-base/wifi" title="https://developer.toradex.com/knowledge-base/wifi"&gt;Wi-Fi&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.toradex.com/community" title="https://www.toradex.com/community"&gt;Welcome to - Toradex Community&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&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>Thu, 28 Feb 2019 23:24:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Marvell-WIFI-driver-cannot-be-loaded/m-p/857725#M131059</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-02-28T23:24:22Z</dc:date>
    </item>
  </channel>
</rss>

