LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-31-2004, 08:21 PM   #1
Morpeus31
LQ Newbie
 
Registered: Feb 2004
Posts: 1

Rep: Reputation: 0
WLAN Buffalo Broadcom Driver Problems


Hardware: Buffalo WLI-CB-G54A
Chipset: Broadcom 4306

Background: I am some-what of a newbie with the Linux OS, I just recently loaded Fedora on my IBM T22 Thinkpad laptop.

Problem: I searched for some sort of linux driver that has been written for this card. My first and only success was with NDISwrapper. This utility uses the windows .inf file, writes a linux driver, and hopefully allows me to use this card . I followed the INSTALL readme provided by the developers of NDISwrapper and have come to a hard hault. Here is a look at the steps I have taken:

First, I enabled the driver I already compiled:
>modprobe ndiswrapper
>ndiswrapper -l
>Installed ndis drivers:
>bcmwl5 present

Second, I turn the card on using ifconfig:
>ifconfig wlan0 up

Thirdly, I checked the logs to ensure everything loaded correctly:
>/var/log/messages
>Mar 31 17:37:28 localhost kernel: ndiswrapper version 0.6 loaded
>Mar 31 17:37:28 localhost kernel: ndiswrapper adding bcmwl5.sys
>Mar 31 17:37:28 localhost kernel: wlan0: ndiswrapper ethernet device >00:07:40:79:55:b9 using driver bcmwl5.sys
>dmesg
>ndiswrapper version 0.6 loaded
>ndiswrapper adding bcmwl5.sys
>PCI: Setting latency timer of device 05:00.0 to 64
>divert: allocating divert_blk for wlan0
>wlan0: ndiswrapper ethernet device 00:07:40:79:55:b9 using driver >bcmwl5.sys

Now I run a scan using iwlist:
>iwlist wlan0 scan
>wlan0 Scan completed :
> Cell 01 - Address: 00:06:25:C3:AE:1D
> ESSID:"Linksys"
> Protocol:IEEE 802.11b
> Mode:Managed
> Frequency:2.437GHz
> Quality:0/100 Signal level:-52 dBm Noise level:-256 dBm
> Encryption keyff
> Bit Rate:1Mb/s
> Bit Rate:2Mb/s
> Bit Rate:5.5Mb/s
> Bit Rate:11Mb/s

Here are the print outs from both an ifconfig and an iwconfig:
>ifconfig
>wlan0 Link encap:Ethernet HWaddr 00:07:40:79:55:B9
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
> Interrupt:11 Memory:20c00000-20c01fff
>iwconfig
>wlan0 IEEE 802.11g ESSID:""
> Mode:Managed Frequency:2.462GHz Access Point: FF:FF:FF:FF:FF:FF
> Bit Rate:54Mb/s Tx-Power:16 dBm
> RTS thr:2347 B Fragment thr:2346 B
> Encryption keyff
> Power Managementff
> Link Quality:100/100 Signal level:-10 dBm Noise level:-256 dBm
> Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
> Tx excessive retries:0 Invalid misc:25 Missed beacon:0

I have tried to manually set the IP:
>ifconfig wlan0 192.168.1.108 mtu 576
I have tried to manually set the gw:
>route add default gw 192.168.1.1
I have tried to manually set the ESSID:
>iwconfig wlan0 essid "Linksys"

Now, I have tried restarting the network script:
>./network stop
> ./network start

I believe I have done everything in between correctly, I checked the drivers and judging from the logs it looks like there working with the card. I am desperate to have a working PCMCIA wireless card working under linux.
If anyone has any ideas, clues, advice, I would greatly apprecite it. Thank you in advance!
 
Old 04-05-2004, 07:02 PM   #2
andychauhan
LQ Newbie
 
Registered: Apr 2004
Posts: 14

Rep: Reputation: 0
If you basic problem is getting wireless to work. I would recommend the following alternate procedures.

edit your file /etc/modules.conf
add the following line :

alias eth0 ornico_pci

Now I understand that you do not have Ocrnico wireless card, however this driver which comes inbuilt(in mandrake 9.2 atleast) is known to work with most of the wireless cards. It worked on my HP Pavillion ze5385 running Mandrake 9.2. Give it a shot and let me know if it worked.
 
Old 04-25-2004, 06:48 PM   #3
bareego
Member
 
Registered: Nov 2003
Location: Brisbane, Australia
Distribution: Crux 2.0
Posts: 66

Rep: Reputation: 15
I see that the frequency of your NIC is set to a different value than the AP.
Do

iwlist wlan0 channel

That will give you a list of the channels for your card and what frequency they represent.
On my card that AP's frequency 2.437GHz would be channel 6.
So a

iwconfig wlan0 channel 6

would help in my case.
You can alternatively also set the frequency with a value, I find channels easier to deal with though.

check with iwconfig wlan0 that it's been changed
Then do

iwconfig wlan0 essid "Linksys"

Again check with iwconfig it's been set.
Now you should be able to do all the ifconfig bits.
I'm also not sure if you need the MTU setting, try it without.

Hope this helps
bareego
 
Old 05-11-2004, 04:27 PM   #4
surak
LQ Newbie
 
Registered: May 2004
Location: Brasil
Distribution: Fedora / Debian
Posts: 1

Rep: Reputation: 0
What about automatticaly changing channels?

Can be this channel lookup automatic? It's a pain in the %ss when the AP changes the channel, and you keep looking at it.
 
Old 09-19-2004, 08:40 AM   #5
Milky Moo Cow
Member
 
Registered: Jul 2004
Location: Somewhere to the left of where you are looking.
Distribution: SuSE 11.3
Posts: 38

Rep: Reputation: 15
The NDIS wrapper should work completely, if you make sure you have the right versions.

Some one with a success story for the Broadcom 4306 is here:

http://www.geocities.com/nsupathy/Re...ruemobile_1400

The version you need are:
Windows drivers: R81435
NDISWrapper: 0.9

It should then work.

I found that page as the 2nd entry on Google after this thread. I searched for 'Broadcom 4306'
 
  


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
Broadcom 54g WLAN card problems byen Ubuntu 2 05-14-2005 01:06 AM
PROBLEMS Broadcom with WLAN Amilo D1840 utocava Linux - Laptop and Netbook 4 03-03-2005 04:12 AM
Problems installing Broadcom Driver on Redhat 9 kalana Linux - Hardware 15 10-06-2004 11:14 PM
problems installing Broadcom 4401 Fast Ethernet Controller Driver linuxmandrake Linux - Hardware 3 09-15-2004 02:47 PM
Problems Installing Broadcom Driver on RH9 kalana Red Hat 1 03-13-2004 02:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:08 AM.

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