LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-13-2007, 12:22 PM   #1
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
wireless. bcm43xx


OK. Here's the deal.
I just bought a Buffalo Air Station WLI-CB-G54HP card.
According to lspcio, it's the good ol' bcm43xx chip.

OK. bcm43xx loads as a module, plus it's attendant 80211 stuff, according to lsmod.
I have run bcm43xx-fwcutter to get the firmware files.

The card starts, lights come on, but thats about it.

I have to manually "iwconfig eth1 essid on", "iwlist scan", then it connects to a WAP.

But does not get dhcp
Ideas ?
(Except ndiswrapper. I'm still getting errors from a previous attempt at ndiswrapper.There is a conf file somewhere thats trying to load it)
 
Old 01-13-2007, 02:02 PM   #2
BCarey
Senior Member
 
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639

Rep: Reputation: Disabled
You've probably already done these, but:

You say that ndiswrapper is trying to load. Have you verified that it is unsuccessful?

Have you tried requesting the dhcp address manually with dhcpcd?

Brian
 
Old 01-13-2007, 03:31 PM   #3
cavalier
Member
 
Registered: Feb 2005
Location: Denver, CO
Distribution: Slack 12, tweaked just so (though I'm also a fan of Ubuntu)
Posts: 198
Blog Entries: 1

Rep: Reputation: 30
I was going to ask the same thing about dhcpcd. Did you, after installation update /etc/rc.d/rc.wireless.conf and /etc/rc.d/rc.inet1.conf to reflect the wireless informatin (essid, WEP key if needed, etc) and tell the startup process to run dhcpcd against that particular interface?
 
Old 01-13-2007, 03:57 PM   #4
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by BCarey
You say that ndiswrapper is trying to load. Have you verified that it is unsuccessful?
He's not using NdisWrapper, he's using the bcm43xx kernel module.
 
Old 01-13-2007, 05:30 PM   #5
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649

Original Poster
Blog Entries: 1

Rep: Reputation: 67
Quote:
Originally Posted by cavalier
I was going to ask the same thing about dhcpcd. Did you, after installation update /etc/rc.d/rc.wireless.conf and /etc/rc.d/rc.inet1.conf to reflect the wireless informatin (essid, WEP key if needed, etc) and tell the startup process to run dhcpcd against that particular interface?
OK...I did not give enough info.
I roam. ALOT. Never same essid, so that way is out. No WEP. And why should I tell it? Shouldn't rc.inet1 do it? using rc.inet1.conf?
 
Old 01-13-2007, 05:36 PM   #6
xjlittle
Member
 
Registered: Aug 2003
Location: Indiana
Distribution: fc6 sles9 & 10 kubuntu ubuntu-server
Posts: 240
Blog Entries: 2

Rep: Reputation: 30
If you don't have a WEP listed for a particular network it is not going to connect without manual intervention. You say that you roam frequently-if the scanning is detecting several networks that require keys it is not going to connect until you choose a network and give it the wep key.
 
Old 01-13-2007, 06:13 PM   #7
tuxdev
Senior Member
 
Registered: Jul 2005
Distribution: Slackware
Posts: 2,012

Rep: Reputation: 115Reputation: 115
First, try to connect at one particular WAP without WEP and preferably right next to it physically. It has to at least be able to do that.
 
Old 01-13-2007, 08:59 PM   #8
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649

Original Poster
Blog Entries: 1

Rep: Reputation: 67
Quote:
Originally Posted by xjlittle
If you don't have a WEP listed for a particular network it is not going to connect without manual intervention. You say that you roam frequently-if the scanning is detecting several networks that require keys it is not going to connect until you choose a network and give it the wep key.
Wrong. I connect all the time without specifying a network using my rt2500 card

And where did I say I was using WEP or WPA?
As a matter of fact:
Quote:
Originally Posted by cwwilson721
OK...I did not give enough info.
I roam. ALOT. Never same essid, so that way is out. No WEP. And why should I tell it? Shouldn't rc.inet1 do it? using rc.inet1.conf?
The issue is that it won't connect/get dns addy.

Ideas on resolving this? Except telling me that I have to specify my WAP?

Last edited by cwwilson721; 01-13-2007 at 09:01 PM.
 
Old 01-14-2007, 07:42 AM   #9
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
According to lspcio, it's the good ol' bcm43xx chip.
My sincerest condolences.

Have you tried running wpa_supplicant? Yeah, I know you're going after open APs, but my experience with roaming is that if wpa_supplicant doesn't pick up one of the APs in its config file, it will pick up the strongest AP, regardless of whether it is encrypted or not. What it doesn't do is request an IP address, but that should be easily dealt with in a script.
 
Old 01-14-2007, 08:26 AM   #10
shadowdancer
Member
 
Registered: Jan 2007
Location: Indonesia
Distribution: openSUSE, Slackware, Now Debian, and now again: Ubuntu
Posts: 61

Rep: Reputation: 15
I think...

Check the RT2500 configuration and imitate all the configuration to the BCM43xx.
It is not hard actually.

1. IP Address == ifconfig eth1 192.168.1.2 note: replace eth1 with your wlan
2. Gateway == route add default gw 192.168.1.1
3. DNS Server == edit /etc/resolv.conf, add
nameserver 192.168.1.1

replace all ip address with the appropriate ip address.

--------------
This is since I have the same problem with my BCMWL5. Sometimes, dhcpcd don't work, although it work in windows.

Thanks

Last edited by shadowdancer; 01-14-2007 at 08:27 AM.
 
Old 01-14-2007, 08:43 AM   #11
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649

Original Poster
Blog Entries: 1

Rep: Reputation: 67
Relevant areazs of rc.inet1.conf are identical.

wpa_supplicant not even installed on this box

Picking am AP is no issue, truckstops usually only have one essid in the lot

This is specific to the bcm43xx chip, so what gives?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
bcm43xx or ndiswrapper? FC6 Broadcom Wireless Issues. webgovernor Linux - Wireless Networking 18 05-18-2007 11:45 PM
bcm43xx-fwcutter / wireless / troubleshoot maclenin Ubuntu 13 01-02-2007 04:31 PM
NetworkManager/knetworkmanager doesn't see wireless networks with bcm43xx driver ubunteen Linux - Wireless Networking 5 11-17-2006 08:13 PM
Linksys WPC54G v 1.2, bcm43xx, ubuntu 6.06 - module fails - no wireless Benanzo Linux - Wireless Networking 4 09-06-2006 04:16 PM
plain english install of softmac/bcm43xx wireless drivers please.... wasted38 Linux - Wireless Networking 7 03-04-2006 11:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:35 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration