Slackware This 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.
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. |
|
 |
|
03-07-2010, 03:37 PM
|
#16
|
|
Member
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653
Rep: 
|
Quote:
Originally Posted by mattca
Exellent  If you start to have trouble, a report would be appreciated.
Maybe I'll try upgrading my kernel sometime soon.
Yes, the lib80211 module seems to load on boot, with the wl. This command was issued immediately after booting (with non-functioning wireless):
Any idea about lib80211_crypt_tkip? Should that be there as well?
Thanks again.
|
That all looks fine as far as I can tell. When it isn't working, check the output of dmesg for errors with the wireless. Might give some clue.
What kind of encryption are you using? How are you managing the network? If you're not, I would recommend trying WICD to manage your connections and see if that helps.
|
|
|
|
03-07-2010, 04:13 PM
|
#17
|
|
Member
Registered: Dec 2009
Distribution: Ubuntu Karmic Koala, Slackware 13.0
Posts: 66
Rep:
|
If you use WPA/WPA2, I highly recommend reading Alien's wiki on that. It solved my problems, which were similar to yours.
|
|
|
|
03-07-2010, 04:56 PM
|
#18
|
|
Member
Registered: Feb 2009
Distribution: Slackware, Arch
Posts: 513
Rep: 
|
Quote:
Originally Posted by mattca
[edit: you say you're using 2.6.32 and the driver isn't working quite right.. what's it doing, or not doing? I wonder if it would be less hassle than what I'm dealing with now..]
|
In kernel 2.6.33 (Slackware-Current), the b43 driver gives fatal DMA errors. It *kinda* works if I load wl first, unload wl, and then load b43.
With the 2.6.32.x kernels, the b43 driver caused very high CPU usage for me.
Update: Kernel 2.6.34-RC1: Works for about 20 seconds, then disconnects and won't reconnect
My PCI-ID is also 14e4:4315, btw.
If you decide to try kernel 2.6.33, the broadcom-sta driver needs to be patched or else it won't compile
Code:
--- src/include/linuxver.h.orig 2010-03-07 15:52:49.861196761 -0700
+++ src/include/linuxver.h 2010-03-07 15:54:11.872197040 -0700
@@ -20,7 +20,7 @@
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 0))
#include <linux/config.h>
#else
-#include <linux/autoconf.h>
+#include <generated/autoconf.h>
#endif
#include <linux/module.h>
Last edited by piratesmack; 03-14-2010 at 01:26 PM.
|
|
|
1 members found this post helpful.
|
03-08-2010, 07:23 AM
|
#19
|
|
Member
Registered: Dec 2009
Distribution: Ubuntu Karmic Koala, Slackware 13.0
Posts: 66
Rep:
|
Quote:
Originally Posted by piratesmack
Also, if you decide to try kernel 2.6.33 the broadcom-sta driver needs to be patched or else it won't compile
Code:
--- src/include/linuxver.h.orig 2010-03-07 15:52:49.861196761 -0700
+++ src/include/linuxver.h 2010-03-07 15:54:11.872197040 -0700
@@ -20,7 +20,7 @@
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 0))
#include <linux/config.h>
#else
-#include <linux/autoconf.h>
+#include <generated/autoconf.h>
#endif
#include <linux/module.h>
|
That's a more elegant solution. What I did to recompile wl was to make a symbolic link in /usr/src/linux/include/ to ../generated/linuxver.h. 
|
|
|
|
03-09-2010, 07:40 PM
|
#20
|
|
Member
Registered: Feb 2010
Location: Sweden
Distribution: Slackware
Posts: 88
Rep:
|
hope you get it to work okay,and if anybody got the bluetooth working please share!
|
|
|
|
03-11-2010, 08:25 PM
|
#21
|
|
Member
Registered: Jan 2009
Distribution: slackware + ratpoison
Posts: 253
Original Poster
Rep:
|
Thanks for all the input everyone.
I seem to have gotten it sorted out. First, I found a command sequence that seemed to make it work consistently:
Code:
iwconfig eth1 essid <my essid>
iwconfig eth1 key <my key>
ifconfig eth1 down
ifconfig eth1 up
/etc/rc.d/rc.inet1 eth1_start
Then today at work I noticed that on my work laptop my essid & key were in rc.wireless.conf, not rc.inet1.conf (as it was on this laptop). I moved the settings to rc.wireless.conf, and it worked. I've rebooted 5 times, and it's worked each time.
I remember reading somewhere that rc.wireless.conf was being phased out, and that using rc.inet1.conf was preferred. Can someone explain what's going on here?
And, slackwaredenny, you'll probably have more luck if you start a new post with your question.
|
|
|
|
03-13-2010, 02:26 PM
|
#22
|
|
Member
Registered: Aug 2009
Location: Jeddah, KSA
Distribution: Slackware64-Multilib**
Posts: 49
Rep:
|
@ piratesmack
I too found it not compiling properly on kernel 2.6.33.
But this patch made it running well.
Right now posting from my HP Pavilion dv2000 with 14e4:4315.
thanks everybody
|
|
|
|
| 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 04:33 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
|
|