SlackwareThis Forum is for the discussion of Slackware Linux.
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.
yes, that's all I get. I recently compiled the latest kernel, but forgot to compile the modules.
Well, that is probably something you will want to do sooner rather than later .
Don't forget to run depmod -a after you have installed your kernel's modules, to update their dependency information.
I can load the module without any problems, and have configured it to load a boot up. lsmod gives me:
Module Size Used by
wl 1269644 0
But iwconfig doesn't give me any wireless device. Just lo, eth0 and sit0. I think that the driver might not work.
most probably you have to unload the default kernel driver for your wireless card. ( i have already mentioned this)
for my wireless to work, i have
blacklisted the default kernel module, ath5k by adding a line "blacklist ath5k" in the /etc/modprobe.d/blacklist.conf and reboot the machine.
for a better management of the network, i suggest wicd package from the /extra of install cd.
rkrishna, he forgot to compile his ALL his kernel's modules (as in not running make modules && make modules_install in /usr/src/linux-2.6.x.x), the wl driver is the only one he has. Actually, I'm surprised he hasn't run into more problems other than just not getting the wireless working seeing as there are no modules to load on his system...
There should be a lot more modules loaded. Something seems to be wrong with your kernel configuration,have you tried a "modprobe -l" command to see the available modules?
easuter that was a mistake. i didnt noticed that the thread went to the second page. so i replied agian and again. sorry
now it is a different problem.
please make sure that you have a working kernel in your lilo
and also look at the simlink in /etc/rc.d/rc.modules and if needed make appropriate changes.
I just worked out that when you run 'menuconfig' you can choose to install the things as part of the kernel or as a module. I did all of them as part of the kernel. So it's doing exactly what I told it to be doing. Still doesn't solve my problem.
I just worked out that when you run 'menuconfig' you can choose to install the things as part of the kernel or as a module. I did all of them as part of the kernel. So it's doing exactly what I told it to be doing. Still doesn't solve my problem.
You compiled your entire kernel as one massive blob? If this includes all device drivers, then it means that the b43 driver is built-in and you can't blacklist it (AFAIK) if you want to use the wl driver.
I cant really think of a good reason why a desktop computer should have a kernel compiled in this manner...
I did a test and ran 'menuconfig again' this time selecting to install things as modules instead of inside the kernel. I now have about 15 modules instead of just 3. I'm now looking into ndiswrapper
I did a test and ran 'menuconfig again' this time selecting to install things as modules instead of inside the kernel. I now have about 15 modules instead of just 3. I'm now looking into ndiswrapper
You could try using one of the kernels that ships with Slackware just to see if the b43 or wl drivers will work for you system, and then after that tailor the config for that kernel to your needs after you have everything working.
If you are already trying to use ndiswrapper, then dont forget to blacklist the b43 and wl drivers in /etc/modprobe.d/blacklist.conf to prevent them from interfering with the ndiswrapper kernel module.
Hi eauster. I booted up into a FaunOS live cd. I noticed that the wireless didn't work.(usually doesn't) So I hacked into the root account, and tried to get the b43 kernel module to work. It didn't. So I then used ndiswrapper with some driver file I found floating around the internet. I then reloaded the ndiswrapper module and my wireless led started flashing. I had my wireless back. I'm now typing this post from faunos through my wireless card.
I now will recompile the default kernel on the slackware dvd. then use ndiswrapper. I've been looking around at other forums, and not many people have the b43 or wl modules working. Ndiswrapper is much more successful. And as a bonus, the led flashes to indicate activity on the network, it was just static before.
Please note that this is working in a FaunOS live cd, not slackware.
And FaunOS has about as many modules as you do.
Last edited by Neofish; 10-30-2009 at 08:36 AM..
Reason: extra information
Hi eauster. I booted up into a FaunOS live cd. I noticed that the wireless didn't work.(usually doesn't) So I hacked into the root account, and tried to get the b43 kernel module to work. It didn't. So I then used ndiswrapper with some driver file I found floating around the internet. I then reloaded the ndiswrapper module and my wireless led started flashing. I had my wireless back. I'm now typing this post from faunos through my wireless card.
I now will recompile the default kernel on the slackware dvd. then use ndiswrapper. I've been looking around at other forums, and not many people have the b43 or wl modules working. Ndiswrapper is much more successful. And as a bonus, the led flashes to indicate activity on the network, it was just static before.
Please note that this is working in a FaunOS live cd, not slackware.
And FaunOS has about as many modules as you do.
Well, whatever works for you
And I'm pretty sure that if you have it running OK on another distro with ndiswrapper then it will also work with Slackware.
A few years back when I did have a card with a broadcom chip, ndiswrapper was the only way to get it working.
I just assumed that "they" would have worked out the problems with the native driver by now
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.