Re: [yocto] [Yocto] RPI WiFi not loading module

2019-05-27 Thread Jonas Andersson
Hi, Thanks for the reply. I have looked in to some of the issues on meta-raspberrypi and found some good information but nothing to fix my issue, i will post an issue there as well for the rpi specific problem. The question i have regarding Yocto is about KERNEL_MODULE_AUTOLOAD, i get the

Re: [yocto] [Yocto] RPI WiFi not loading module

2019-05-23 Thread Khem Raj
On 5/23/19 2:14 AM, Jonas Andersson wrote: Hi I have problem to get my WiFi working on boot on Raspberry Pi 3. The problem is that wlan0 interface not showing up, if I manually run modprobe brcmfmac it works. To try to "force" the load of brcmfmac i added it to KERNEL_MODULE_AUTOLOAD and

Re: [yocto] [Yocto] RPI WiFi not loading module

2019-05-23 Thread Belisko Marek
Hi, On Thu, May 23, 2019 at 11:15 AM Jonas Andersson wrote: > > Hi > > I have problem to get my WiFi working on boot on Raspberry Pi 3. for rpi issues I would suggest to open ticket on meta-raspberrypi github with stated which yocto branch and other details. Thanks. > > The problem is that wlan0

[yocto] [Yocto] RPI WiFi not loading module

2019-05-23 Thread Jonas Andersson
Hi I have problem to get my WiFi working on boot on Raspberry Pi 3. The problem is that wlan0 interface not showing up, if I manually run modprobe brcmfmac it works. To try to "force" the load of brcmfmac i added it to KERNEL_MODULE_AUTOLOAD and that generated an file in /etc/modules-load.d/ ->