Reply
 
Thread Tools Display Modes
  #1  
Old 09-09-2009, 07:05 AM
fr0z3n fr0z3n is offline
Junior Member
 
Join Date: Sep 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problem with wifi bcm43xx
Dear All,
I got a problem with the wifi my notebook acer 4310, wifi bcm 43xx series.
I've tried to install via ndisgen but have not succeeded, is there a solution or detailed steps how to use the drivers under windows in PCBSD uses ndisgen??
thanks before.
Reply With Quote
  #2  
Old 09-09-2009, 10:27 PM
TerryP TerryP is offline
Senior Member
 
Join Date: Nov 2005
Location: Ga. USofA
Posts: 7,906
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to TerryP Send a message via AIM to TerryP Send a message via Yahoo to TerryP
Default Re: Problem with wifi bcm43xx
the best consensus is probably to buy a PC card that is supported.
Reply With Quote
  #3  
Old 09-10-2009, 02:17 AM
fr0z3n fr0z3n is offline
Junior Member
 
Join Date: Sep 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Problem with wifi bcm43xx
The following steps I have done:

Code:
Step 1: Get the Win2K/XP Driver

 bcmwl5.inf and bcmwl5.sys …

Step 2: Copy those Drivers to /sys/modules/if_ndis

# ls *.inf *.sys
bcmwl5.inf      bcmwl5.sys      bcmwl5a.inf     bcmwlntp.sys
# cp bcmwl5.* /sys/modules/if_ndis
# ls /sys/modules/if_ndis
Makefile        bcmwl5.inf      bcmwl5.sys
# cd /sys/modules/if_ndis

Step 3: Magic

# ndiscvt -i bcmwl5.inf -s bcmwl5.sys -o ndis_driver_data.h
ndiscvt: line 13: e: syntax error.
˙ţ[#

# hd bcmwl5.inf | head -3
00000000  ff fe 3b 00 3b 00 0d 00  0a 00 3b 00 3b 00 20 00  |..;.;.....;.;. .|
00000010  62 00 63 00 6d 00 77 00  6c 00 35 00 2e 00 69 00  |b.c.m.w.l.5...i.|
00000020  6e 00 66 00 0d 00 0a 00  3b 00 3b 00 0d 00 0a 00  |n.f.....;.;.....|


# iconv -c -f utf-16 -t ascii bcmwl5.inf > bcmwl5.inf.ascii
# head -3 bcmwl5.inf.ascii
;;
;; bcmwl5.inf
;;
# ndiscvt -i bcmwl5.inf.ascii  -s bcmwl5.sys -o ndis_driver_data.h

Step 4: Compile, Install

make && make install

Load the module:

kldload ndis ->to here all went well

kldload if_ndis -> error
Can anyone help me ?? please
Reply With Quote
  #4  
Old 09-10-2009, 03:07 AM
Cobalt Cobalt is offline
Senior Member
 
Join Date: Apr 2009
Location: USA
Posts: 447
Thanks: 0
Thanked 10 Times in 10 Posts
Default Re: Problem with wifi bcm43xx
I second TerryP. Honestly though, you can buy a card/adapter for about $25 or less and spare yourself the headache. Here's a list of cards/adapters that will work: http://www.freebsd.org/releases/7.1R/hardware.html#WLAN

NDIS is a bugger-and-a-half from what I've seen and experienced. I believe there are modules that you can load for 'exotic' devices. You can look in FreeBSD's handbook for more information. I've never been fond of radio technology, so I haven't dealt with Wi-Fi too much.
Reply With Quote
  #5  
Old 09-10-2009, 01:29 PM
fr0z3n fr0z3n is offline
Junior Member
 
Join Date: Sep 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Problem with wifi bcm43xx
thx to Cobalt 'n TerryP
Reply With Quote
  #6  
Old 09-15-2009, 09:42 PM
webhostingdesign webhostingdesign is offline
Junior Member
 
Join Date: Aug 2007
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Problem with wifi bcm43xx
this seems to be a serious shortcomming of pcbsd to be used as a real production desktop, how hard is it to include more drivers? this bcm443xx card is in millions of HP and dell laptops, it's hardly "exotic"...

i'm about to try ubuntu if i cant get an EASY solution for PCBSD to work for my BCM4311
Reply With Quote
  #7  
Old 09-16-2009, 01:53 AM
Cobalt Cobalt is offline
Senior Member
 
Join Date: Apr 2009
Location: USA
Posts: 447
Thanks: 0
Thanked 10 Times in 10 Posts
Default Re: Problem with wifi bcm43xx
Quote:
how hard is it to include more drivers?
You'd need to reverse engineer the drivers first. Not an easy task, mind you.
Reply With Quote
  #8  
Old 09-16-2009, 02:31 AM
TerryP TerryP is offline
Senior Member
 
Join Date: Nov 2005
Location: Ga. USofA
Posts: 7,906
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to TerryP Send a message via AIM to TerryP Send a message via Yahoo to TerryP
Default Re: Problem with wifi bcm43xx
Rule one of choosing production hardware, use what your systems support and require

Rule one of choosing production software, make sure it works with your system
Reply With Quote
  #9  
Old 09-19-2009, 03:58 PM
uutorok uutorok is offline
Member
 
Join Date: Jan 2007
Location: Durham, New Hampshire, USA
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Problem with wifi bcm43xx
Originally Posted by webhostingdesign
this seems to be a serious shortcomming of pcbsd to be used as a real production desktop, how hard is it to include more drivers? this bcm443xx card is in millions of HP and dell laptops, it's hardly "exotic"...

i'm about to try ubuntu if i cant get an EASY solution for PCBSD to work for my BCM4311
1) try ndis on freebsd 8.0.
2) buy these cards, about $15-$20

Atheros AR5006EXS http://cgi.ebay.com/ws/eBayISAPI.dll?Vi ... 0477116567
Atheros AR5007EG http://cgi.ebay.com/Atheros-AR5BXB63-AR ... 286.c0.m14
Reply With Quote
Reply

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
F....ing Broadcom wifi problem goranp13 Networking 1 06-28-2009 06:54 PM
HP Compaq 6720s wifi problem nowax Laptops 3 03-28-2008 06:26 PM
ASUS WL-107G wifi problem (RT2560 chipset) aftermodern Networking 3 02-29-2008 04:11 PM
Problem setting up WiFi Driver for a 3COM 3CRWE154G72 ? ink Networking 14 02-27-2008 11:55 PM
problem with rtl8185 chiped pcmcia wifi on 1.4beta drunk_lizard Networking 0 07-28-2007 01:36 PM


All times are GMT. The time now is 08:35 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.