<?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のトピックwlan0 device sometimes not available</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/wlan0-device-sometimes-not-available/m-p/1783144#M218233</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm building a yocto (kirkstone branch) system for a Freescale i.MX6 Quad/DualLite System.&lt;/P&gt;&lt;P&gt;Previously we used a yocto sumo, now upgrading. Including Linux from 4.9 to 5.15.&lt;/P&gt;&lt;P&gt;The wlan0 seems not always working. With Linux 4.9 we used the bcmdhd driver. But it's not available with 5.15. anymore. Seems the BRCMFMAC is the successor?&lt;/P&gt;&lt;P&gt;Dmesg shows this, when it's working:&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.936385] brcmfmac: F1 signature read &amp;lt;at&amp;gt;0x18000000=0x15264345&lt;BR /&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.946237] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6&lt;BR /&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.960912] usbcore: registered new interface driver brcmfmac&lt;BR /&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.207255] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6&lt;BR /&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.221676] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Apr 15 2021 03:03:20 version 7.45.234 (4ca95bb CY) FWID 01-996384e2&lt;/P&gt;&lt;P&gt;wlan0 is only available after cold boot. After rebooting, the wlan0 does not exist anymore.&lt;/P&gt;&lt;P&gt;When it's available I can scan for available networks.&lt;/P&gt;&lt;P&gt;Any idea what is causing this?&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jan 2024 17:18:17 GMT</pubDate>
    <dc:creator>Emanuel_T</dc:creator>
    <dc:date>2024-01-04T17:18:17Z</dc:date>
    <item>
      <title>wlan0 device sometimes not available</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/wlan0-device-sometimes-not-available/m-p/1783144#M218233</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm building a yocto (kirkstone branch) system for a Freescale i.MX6 Quad/DualLite System.&lt;/P&gt;&lt;P&gt;Previously we used a yocto sumo, now upgrading. Including Linux from 4.9 to 5.15.&lt;/P&gt;&lt;P&gt;The wlan0 seems not always working. With Linux 4.9 we used the bcmdhd driver. But it's not available with 5.15. anymore. Seems the BRCMFMAC is the successor?&lt;/P&gt;&lt;P&gt;Dmesg shows this, when it's working:&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.936385] brcmfmac: F1 signature read &amp;lt;at&amp;gt;0x18000000=0x15264345&lt;BR /&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.946237] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6&lt;BR /&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.960912] usbcore: registered new interface driver brcmfmac&lt;BR /&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.207255] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6&lt;BR /&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.221676] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Apr 15 2021 03:03:20 version 7.45.234 (4ca95bb CY) FWID 01-996384e2&lt;/P&gt;&lt;P&gt;wlan0 is only available after cold boot. After rebooting, the wlan0 does not exist anymore.&lt;/P&gt;&lt;P&gt;When it's available I can scan for available networks.&lt;/P&gt;&lt;P&gt;Any idea what is causing this?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 17:18:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/wlan0-device-sometimes-not-available/m-p/1783144#M218233</guid>
      <dc:creator>Emanuel_T</dc:creator>
      <dc:date>2024-01-04T17:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: wlan0 device sometimes not available</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/wlan0-device-sometimes-not-available/m-p/1798829#M219454</link>
      <description>&lt;P&gt;While developing I installed new firmware (linux-firmware-bcm43455 package). This seemed to be the problem.&lt;BR /&gt;When I switched back to the old firmware that worked before, placing it in the place the driver was looking for (see dmesg output, similar to this: &lt;A href="https://github.com/raspberrypi/linux/issues/2087" target="_blank" rel="noopener"&gt;https://github.com/raspberrypi/linux/issues/2087&lt;/A&gt;) wlan0 device was available again. Always.&lt;BR /&gt;&lt;BR /&gt;I still need the&amp;nbsp;linux-firmware-bcm43455 package, otherwise I would see warnings like this:&lt;/P&gt;&lt;PRE&gt;brcmfmac: brcmf_c_process_clm_blob: no clm_blob available&lt;/PRE&gt;&lt;P&gt;The old firmware does not have such a "clm" file.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 15:03:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/wlan0-device-sometimes-not-available/m-p/1798829#M219454</guid>
      <dc:creator>Emanuel_T</dc:creator>
      <dc:date>2024-01-31T15:03:54Z</dc:date>
    </item>
  </channel>
</rss>

