Re: [yocto] Blacklisting drivers in poky or in yocto project

2014-05-01 Thread Khem Raj
On Thu, May 1, 2014 at 9:47 PM, Bruce Ashfield wrote: >> >> The method I used: in the file /etc/modprobe.d/blacklist.conf, i added >> these following lines: >> blacklist ipv6 >> blacklist cfg80211 >> blacklist libertas >> blacklist libertas_sdio > > > I can't recall if yocto 1.4 had switched to km

Re: [yocto] Blacklisting drivers in poky or in yocto project

2014-05-01 Thread Bruce Ashfield
On 2014-05-01, 2:24 PM, Sudhangathan B S wrote: The Update: I blacklisted all related drivers, i.e., libertas, libertas_sdio, cfg80211 and ipv6, but still all these driver modules got autoloaded..!! The method I used: in the file /etc/modprobe.d/blacklist.conf, i added these following lines: bla

Re: [yocto] Blacklisting drivers in poky or in yocto project

2014-05-01 Thread Sudhangathan B S
The Update: I blacklisted all related drivers, i.e., libertas, libertas_sdio, cfg80211 and ipv6, but still all these driver modules got autoloaded..!! The method I used: in the file /etc/modprobe.d/blacklist.conf, i added these following lines: blacklist ipv6 blacklist cfg80211 blacklist libertas

Re: [yocto] Blacklisting drivers in poky or in yocto project

2014-04-30 Thread Sudhangathan B S
Yes i confirm the loading of modules everytime using lsmod. I'm using the standard installation of yocto project from Gumstix Repo, and also the PM branch kernel from Kevin Hilman's repo. Kernel version is 3.4. So i did not specify autoloading of modules anywhere. A grep of module_autoload showed

Re: [yocto] Blacklisting drivers in poky or in yocto project

2014-04-30 Thread Bruce Ashfield
On 14-04-30 03:40 AM, Sudhangathan B S wrote: Hi all, I need to prevent my wifi drivers auto loading during boot time. How do we do it in the Poky OS or in the Yocto project..? Are you actually seeing a confirmed auto load of modules ? In a standard image kernel modules will not be autoloaded

[yocto] Blacklisting drivers in poky or in yocto project

2014-04-30 Thread Sudhangathan B S
Hi all, I need to prevent my wifi drivers auto loading during boot time. How do we do it in the Poky OS or in the Yocto project..? I tried both the fedora way and debian way, neither worked.! this is as given in this website..: http://www.cyberciti.biz/tips/avoid-linux-kernel-module-driver-autolo