Re: Loading/blacklisting modules in Android x86?

1,080 views
Skip to first unread message

Ron M

unread,
Apr 15, 2013, 2:36:53 AM4/15/13
to andro...@googlegroups.com

As per wifi, it is probably firmware issues. You should look under lib/firmware

On Apr 14, 2013 8:09 AM, "Jared Rafter" <jared....@gmail.com> wrote:
I'm having the same problem as previously posted with the "wl" driver for Broadcom 4313 wifi cards crashing when loaded on android x86 Jelly Bean. The wl driver is segfaulting on load. The wl driver is the proprietary driver for Broadcom wifi cards but the open-source "brcm80211" driver supports most Broadcom chipsets now including the 4313. How do I blacklist the wl driver and get android to load the brcm80211 driver instead. brcm80211 seems to be available on jb-x86. I'm familiar with Linux but new to the Linux side of android and haven't been able to figure out how android handles hardware detection and module loading. Whats the android equivalent to /etc/modules.d and /etc/modules.conf?

--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To post to this group, send email to andro...@googlegroups.com.
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Chih-Wei Huang

unread,
Apr 15, 2013, 8:19:38 AM4/15/13
to Android-x86
If you build the iso from source, the easiest way is
remove CONFIG_WL=m in the kernel config.

2013/4/13 Jared Rafter <jared....@gmail.com>:
> I'm having the same problem as previously posted with the "wl" driver for
> Broadcom 4313 wifi cards crashing when loaded on android x86 Jelly Bean. The
> wl driver is segfaulting on load. The wl driver is the proprietary driver
> for Broadcom wifi cards but the open-source "brcm80211" driver supports most
> Broadcom chipsets now including the 4313. How do I blacklist the wl driver
> and get android to load the brcm80211 driver instead. brcm80211 seems to be
> available on jb-x86. I'm familiar with Linux but new to the Linux side of
> android and haven't been able to figure out how android handles hardware
> detection and module loading. Whats the android equivalent to /etc/modules.d
> and /etc/modules.conf?


--
Chih-Wei
Android-x86 project
http://www.android-x86.org

fuzzy7k

unread,
Apr 16, 2013, 10:59:07 AM4/16/13
to andro...@googlegroups.com
You can blacklist modules at the kernel level by specifying module.blacklist=yes (i.e. wl.blacklist=yes) on the boot cmd line.

fuzzy7k

unread,
Apr 16, 2013, 11:01:44 AM4/16/13
to andro...@googlegroups.com
or by simply deleting them from /lib/modules
Reply all
Reply to author
Forward
0 new messages