| Linux - Kernel This forum is for all discussion relating to the Linux kernel. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
05-31-2011, 02:16 PM
|
#1
|
|
Senior Member
Registered: Apr 2003
Location: Colombia
Distribution: Kubuntu, Debian, Knoppix
Posts: 1,888
Rep:
|
If there's no wl.ko on my system... where is the kernel loading it from?
Hi!
I'm having this fight with broadcom's STA drivers. They keep crashing my machine on Natty (using the bcmwl package from repositorioes)... so I decided to build it myself from the source from broadcom's page but I've been unable to keep the kernel from loading a certain wl module that I just can't find.
The bcmwl package has been removed, made sure the ko is not on the module directory anymore, even checked that it's not on the initramfs image but still when the computer boots, the module has been loaded (even though it has been blacklisted on /etc/modprobe.d/blacklist.conf).
WHat am I missing? Why is the kernel loading this module nevertheless?
Thanks in advance.
|
|
|
|
06-01-2011, 07:24 AM
|
#2
|
|
Member
Registered: Jan 2011
Location: Shanghai,China
Distribution: fedora
Posts: 73
Rep:
|
maybe the driver is compiled into the kernel vmlinuz,so you can not remove it from the system.
|
|
|
|
06-01-2011, 09:16 AM
|
#3
|
|
Senior Member
Registered: Apr 2003
Location: Colombia
Distribution: Kubuntu, Debian, Knoppix
Posts: 1,888
Original Poster
Rep:
|
Into the kernel image? I don't think so. But is there a way to make sure? Perhaps dumping symbols from vmlinuz?
|
|
|
|
06-02-2011, 06:52 AM
|
#4
|
|
Member
Registered: Jan 2011
Location: Shanghai,China
Distribution: fedora
Posts: 73
Rep:
|
If the /lib/modules/{uname -r}/ doesn't have the ko file, and the initramfs too.Where is the ko file?
|
|
|
|
06-02-2011, 08:25 AM
|
#5
|
|
Senior Member
Registered: Apr 2003
Location: Colombia
Distribution: Kubuntu, Debian, Knoppix
Posts: 1,888
Original Poster
Rep:
|
That's what I don't know... but I guess the kernel can load if somehow cause it's on the lsmod:
Code:
# lsmod | grep wl
wl 2642531 0
lib80211 14570 1 wl
|
|
|
|
06-03-2011, 01:55 AM
|
#6
|
|
Member
Registered: Feb 2009
Posts: 339
Rep:
|
May be there is some other module that is dependent on this on, which is causing this also to be loaded, (Which modprobe would do).
So if you know any other dependent modules try blacklisting them too and try.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:12 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|