LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 01-01-2006, 09:50 PM   #1
mr_spock7
LQ Newbie
 
Registered: Jan 2006
Location: United Federation Of Planets
Distribution: gentoo on my desktop OpenBSD on my server
Posts: 3

Rep: Reputation: 0
broadcom air force x86_64


Ok I have a broadcom airforce wireless card and I'm running gentoo linux. Last night I was browsing this board and saw that to get this card working I needed to use the linuxant driver loader. I did that and the driver loads fine but when the module starts the card isn't initialized. I tryed using ndiswrapper and got the driver loaded and the card would initalize but the module would not load under my kernel. I've been trying to get this working for days and I would really appreciate any help that can be given thanks.
 
Old 01-01-2006, 10:50 PM   #2
superbnerb
Member
 
Registered: Jul 2005
Location: about town
Distribution: Kanotix64
Posts: 71

Rep: Reputation: 15
so can you see your AP? the lights are on the card as well, or if it's a laptop, the lights come on , on the button?

gentoo 64bit or 32 bit system?

lastly, if your driver is working and it finds the AP, did you try
Code:
dhclient wlan0
or if u aren't using wlan0 it could be eth1 or something.

what's the outcome of
Code:
iwconfig
, please paste that into your reply.
 
Old 01-01-2006, 11:26 PM   #3
mr_spock7
LQ Newbie
 
Registered: Jan 2006
Location: United Federation Of Planets
Distribution: gentoo on my desktop OpenBSD on my server
Posts: 3

Original Poster
Rep: Reputation: 0
its a 64bit gentoo system and when I use linuxant the lights do not turn on. also it does not find the access point

Last edited by mr_spock7; 01-01-2006 at 11:35 PM.
 
Old 01-02-2006, 06:52 AM   #4
superbnerb
Member
 
Registered: Jul 2005
Location: about town
Distribution: Kanotix64
Posts: 71

Rep: Reputation: 15
well, lights not on, mean it doesn't work... just that the lights may not turn on. there is evidence of this happening back in the day. Ok since u are using a 64 bit system on a 64 bit machine, you do have a 64 bit driver correct? you need a 64 bit driver. windows doesn't as it's a 32 bit machine using a 64 bit processor.

ndiswrapper does the same thing and is cheaper (free).

i've used both, on my 64 bit machine with 64 bit processor (turion) and can proudly say i'm talking to you wireless like.

try this post... my frustrations could help you.

posting click here
 
Old 01-02-2006, 03:26 PM   #5
drj000
Member
 
Registered: Sep 2004
Location: Houston, TX
Distribution: Fedora
Posts: 261

Rep: Reputation: 33
Exclamation Same Problem

I'm having a similar problem. I just got a new laptop for Christmas, a Compaq Presario R4000 series, with an AMD 64 processor. (I told Dad to get me a laptop with Linux preinstalled, but I guess he found this one cheaper, oy vay!) It comes with a Broadcom Wifi adapter builtin. It works fine in Windows, but I have yet to be able to get it to work in Linux. I'm using Fedora Core 4 64-bit. I downloaded 64-bit drivers for the card from Linuxant (netbcl564, I think it was called), and tried to get it to work with ndiswrapper.
It installs fine. "ndisrapper -l" says that the driver and hardware are both present. I've modprobed ndiswrapper, wlan0 appears fine, but when I do "ifup wlan0" it tries for a little while, and then it says "No link present . . . check cable?" or something like that. I'm using the computer in Windows right now, so I can't check the exact error message.
ifcfg-wlan0 is fine, I'm sure of that. Manually configuring everything with iwconfig doesn't help anything. I've tried everything I can find on any HOW-TO, or message board on the subject with no change.
Has anyone had any success with this who can give any extra advice. If I can't get this, I may have to resign myself to just using Windows on this computer, which I REALLY don't want to do.
 
Old 01-02-2006, 07:40 PM   #6
superbnerb
Member
 
Registered: Jul 2005
Location: about town
Distribution: Kanotix64
Posts: 71

Rep: Reputation: 15
dude, i was where you were last week.

ifup wlan0 sucks. i can't get it to work and the research is too little on the forums... did you follow the link in my last post? seriously, you need to do the following steps, and most is explained in my post, again, above.

here is the exec-summary for you.

make sure you have ndiswrapper 1.7
make sure you have wireless-tools v28 ( the newest one you can get)
make sure you have the latest version of dhclient from www.isc.org
make sure you filter your mac address on your base station.
make sure you open ports 67 and 68 UDP(i think its that, or something similar, look at the readme file on isc.org... that actually was what did it for me, i'm sure of it... try that first... then follow the rest of my "make sure"'s.)

it's worth it dude, and you'll get it to work.

so F$#K ifup for now, and when you have all the versions above, and you setup your iwconfig with your WEP code and AP name, do a
Code:
dhclient wlan0
and you're good to go.

actually please, just open your two ports on your base station... and see if that works, using dhclient wlan0 and not ifup... ok? just for fun.
 
Old 01-03-2006, 01:18 PM   #7
drj000
Member
 
Registered: Sep 2004
Location: Houston, TX
Distribution: Fedora
Posts: 261

Rep: Reputation: 33
Unhappy

Quote:
Originally Posted by superbnerb
dude, i was where you were last week.

ifup wlan0 sucks. i can't get it to work and the research is too little on the forums... did you follow the link in my last post? seriously, you need to do the following steps, and most is explained in my post, again, above.
Well, I tried your instructions, and they didn't work.

I think I have a more signifcant problem. I think, for some reason, it doesn't seem able to actually turn on the adapter. There's a button to turn it on in Windows, which lights up when it's on, which, of course, doesn't work in Linux (xev doesn't even recognize it being pressed). When I'm in Windows, and I have it turned on, the computer produces a lot more heat (and uses a lot more power) than when it's turned off. That doesn't happen in Linux. That seems to be the real problem. I found a mention once on a forum post where someone else had the same problem, I think also with a Compaq laptop, but the person didn't say if he found a solution.
Has anybody has this problem, and found a solution?
 
Old 01-03-2006, 02:05 PM   #8
mr_spock7
LQ Newbie
 
Registered: Jan 2006
Location: United Federation Of Planets
Distribution: gentoo on my desktop OpenBSD on my server
Posts: 3

Original Poster
Rep: Reputation: 0
yea drj000 thats a pretty good description of my prob I tried following the directions in supernewsb other threads also no go
 
Old 01-03-2006, 05:39 PM   #9
superbnerb
Member
 
Registered: Jul 2005
Location: about town
Distribution: Kanotix64
Posts: 71

Rep: Reputation: 15
ok, here's a site for you , if you haven't been there before.

http://www.tuxmobil.comclick on laptops/ near the top and then navigate to a similar computer... you'll see a plethora of compaq's and one that is close to what you own.

When you find your comp, you'll see people who have tried to put linux on a compaq laptop and all their 'things' are documented on the web. i found one once, that mentioned it still worked, even t hough the lights not on.

do me a favor, both of you and paste the results of
Code:
iwlist wlan0 scan
please. if you don't use wlan0, replace it with what you think it should be, e.g., eth1.
 
Old 01-03-2006, 06:15 PM   #10
drj000
Member
 
Registered: Sep 2004
Location: Houston, TX
Distribution: Fedora
Posts: 261

Rep: Reputation: 33
Unhappy

Quote:
Originally Posted by superbnerb
ok, here's a site for you , if you haven't been there before.

http://www.tuxmobil.comclick on laptops/ near the top and then navigate to a similar computer... you'll see a plethora of compaq's and one that is close to what you own.

When you find your comp, you'll see people who have tried to put linux on a compaq laptop and all their 'things' are documented on the web. i found one once, that mentioned it still worked, even t hough the lights not on.

do me a favor, both of you and paste the results of
Code:
iwlist wlan0 scan
please. if you don't use wlan0, replace it with what you think it should be, e.g., eth1.
iwlist wlan0 scan returns no scan results

I went to the link you provided, and found various tutorials for similar laptops, but none for the same line (Presario R4000). All of the ones that looked promising gave the same instructions that I've found everywhere else. One even suggested that the button should be hardwired to turn on the card, and under Linux would light up while transmitting, but that didn't work for me.
 
Old 01-03-2006, 07:50 PM   #11
superbnerb
Member
 
Registered: Jul 2005
Location: about town
Distribution: Kanotix64
Posts: 71

Rep: Reputation: 15
please post your ndiswrapper -l

you did you ndiswrapper right?
 
Old 01-03-2006, 08:27 PM   #12
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
For AMD 64-bit based systems with an x86_64 kernel use;

ftp://ftp.support.acer-euro.com/note...bit/80211g.zip

$ ls -l
total 2716
-rw-rw-r-- 1 lenard lenard 7836 May 17 2005 bcm43xx.cat
-rw-rw-r-- 1 lenard lenard 467456 May 12 2005 BCMWL564.SYS
-rw-rw-r-- 1 lenard lenard 383934 May 14 2005 bcmwl5.inf

$ ndiswrapper -l
Installed drivers:
bcmwl5 driver present, hardware present
 
Old 01-03-2006, 09:50 PM   #13
drj000
Member
 
Registered: Sep 2004
Location: Houston, TX
Distribution: Fedora
Posts: 261

Rep: Reputation: 33
Quote:
Originally Posted by superbnerb
please post your ndiswrapper -l

you did you ndiswrapper right?
I had previously tried the driver that Lenard suggest, and with it ndiswrapper -l gave me
Code:
bcmwl5 driver present
but it didn't say hardware present. I found another generic 64-bit Broadcom driver at Linuxant, called netbc564, which included the same BCMWL564.SYS.
Anyway, ndiswrapper -l with that one gave me both driver present, and hardware present.
 
Old 01-04-2006, 05:57 AM   #14
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Not quite the same;

Linuxant driver;

-rw------- 1 lenard lenard 480256 Dec 2 2004 BCMWL564.SYS
-rw------- 1 lenard lenard 23732 Dec 3 2004 netbc564.inf

Acer driver;
-rw-rw-r-- 1 lenard lenard 467456 May 12 2005 BCMWL564.SYS
-rw-rw-r-- 1 lenard lenard 383934 May 14 2005 bcmwl5.inf

Try both, use the one that works for your hardware.
 
Old 01-04-2006, 12:12 PM   #15
drj000
Member
 
Registered: Sep 2004
Location: Houston, TX
Distribution: Fedora
Posts: 261

Rep: Reputation: 33
Smile

Quote:
Originally Posted by Lenard
Not quite the same;

Linuxant driver;

-rw------- 1 lenard lenard 480256 Dec 2 2004 BCMWL564.SYS
-rw------- 1 lenard lenard 23732 Dec 3 2004 netbc564.inf

Acer driver;
-rw-rw-r-- 1 lenard lenard 467456 May 12 2005 BCMWL564.SYS
-rw-rw-r-- 1 lenard lenard 383934 May 14 2005 bcmwl5.inf

Try both, use the one that works for your hardware.
I didn't previously notice the difference in permissions. So, I tried chaning the permissions on the Linuxant driver to 664 before installing this time around. It didn't help any. I think I'm just going to wait until the people at http://bcm43xx.berlios.de/ get a more fully working driver (with WEP working, especially), and just use an external card (with an Atheros chipset) until then.
 
  


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
x86_64 and my broadcom (lack of) wireless davedog Fedora 2 11-01-2005 11:21 PM
Cisco AIR-LCM352 chopp Linux - Wireless Networking 7 01-15-2005 10:34 AM
Unix training for air force guys. af_dave Linux - Certification 10 07-28-2004 11:00 PM
No filemanagement while on air, why not? Ndiswrapper? krisealv Linux - Wireless Networking 3 04-02-2004 04:43 PM
AIR-LMC35x Q's forand Linux - Hardware 2 09-26-2002 04:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 05:00 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