d8dc [Solved] wireless issue broadcom bwi driver on dell inspiron 2200 - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Desktop Usage > Mobile Computing

Mobile Computing This forum discusses issues related to running FreeBSD on notebooks, laptops, and other mobile equipment.

Reply
 
Thread Tools Display Modes
  #1  
Old March 1st, 2011, 09:53
djsameman djsameman is offline
Junior Member
 
Join Date: Mar 2011
Location: Örebro Sweden
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
Default wireless issue broadcom bwi driver on dell inspiron 2200

Hi all!

I'm new to FreeBSD, having a success install on my DELL inspiron 2200. I've migrated from UBUNTU and was interested to test how it works in FreeBSD.

Some issues I haven't figured out is the wireless thing.

Here is output from pciconf

Code:
# pciconf

...

bwi0@pci0:2:3:0:	class=0x028000 card=0x00051028 chip=0x431814e4 rev=0x02 hdr=0x00
    vendor     = 'Broadcom Corporation'
    device     = 'Broadcom 802.11b/g (BCM4318)'
    class      = network
...
I've followed instructions from several places (with help from google ;-)) to install the correct drivers.

The issue is now:

# ifconfig wlan0 up scan

... going forever and gives nothing ...

# ifconfig wlan0

Code:
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
	ether 00:14:a5:3c:1e:a3
	media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
	status: no carrier
	ssid "" channel 9 (2452 MHz 11g)
	country US authmode WPA1+WPA2/802.11i privacy OFF txpower 0 bmiss 7
	scanvalid 60 bgscan bgscanintvl 300 bgscanidle 250 roam:rssi 7
	roam:rate 5 protmode CTS
dmesg output is: (only messages about the interface)

Code:
bwi0: <Broadcom BCM4318 802.11b/g Wireless Lan> mem 0xdfdfe000-0xdfdfffff irq 19 at device 3.0 on pci2
bwi0: [ITHREAD]
bwi0: BBP: id 0x4318, rev 0x2, pkg 2
bwi0: MAC: rev 9
bwi0: PHY: type 2, rev 7, ver 3
bwi0: RF: manu 0x17f, type 0x2050, rev 8
bwi0: invalid antenna gain in sprom
bwi0: WARNING: using obsoleted if_watchdog interface
...
wlan0: Ethernet address: 00:14:a5:3c:1e:a3
...
bwi0: firmware rev 0x0127, patch level 0x000e
Below is my settings in /etc/rc.conf:

Code:
# -- sysinstall generated deltas -- # Sun Feb 27 22:10:50 2011
# Created: Sun Feb 27 22:10:50 2011
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
font8x14="iso15-8x14"
font8x16="iso15-8x16"
font8x8="iso15-8x8"
hostname="djsameman"
ifconfig_fxp0="DHCP"
keymap="swedish.iso"
nfs_client_enable="YES"
hald_enable="yes"
dbus_enable="yes"
gdm_enable="yes"
gnome_enable="yes" 
gdm_lang="sv_SE.UTF-8"
wlans_bwi0="wlan0"
ifconfig_wlan0="WPA DHCP"
# -----------------------
And the settings in /boot/loader.conf

Code:
# -----------------------
if_bwi_load="YES"
# -----------------------
And the settings in /etc/wpa_supplicant.conf:

Code:
# -----------------------
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
# -----------------------
I have also done a ports install from /usr/ports/net/bwi-firmware-kmod/

Still no luck with the wireless. I know there are several working accesspoints.

So help to a FreeBSD newbie would be appreciated.

Last edited by DutchDaemon; March 1st, 2011 at 11:58. Reason: Please read your signup email about the forum rules!
Reply With Quote
  #2  
Old March 1st, 2011, 16:42
wblock@'s Avatar
wblock@ wblock@ is offline
Moderator
 
Join Date: Sep 2009
Location: Milky Way galaxy
Posts: 7,725
Thanks: 432
Thanked 1,762 Times in 1,459 Posts
Default

Quote:
Originally Posted by djsameman View Post
# ifconfig wlan0 up scan

... going forever and gives nothing ...
That makes it scan, but not show the results.
# ifconfig wlan0 up list scan

Quote:
And the settings in /etc/wpa_supplicant.conf:

Code:
# -----------------------
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
# -----------------------
Those aren't required. A network settings section with an ssid and psk is needed to associate, but scanning should work without it.
Reply With Quote
The Following User Says Thank You to wblock@ For This Useful Post:
djsameman (March 2nd, 2011)
  #3  
Old March 2nd, 2011, 11:00
djsameman djsameman is offline
Junior Member
 
Join Date: Mar 2011
Location: Örebro Sweden
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
Default

HI and THANKS! I've done a computer restart and suddenly it worked. Possible explanation can be that the wpa_supplicant.conf file didn't exist first.

Code:
# ifconfig wlan0 up scan
gives the desired result.

Cheers from Sweden.

Janneman

Last edited by DutchDaemon; March 2nd, 2011 at 18:28.
Reply With Quote
  #4  
Old March 2nd, 2011, 17:13
wblock@'s Avatar
wblock@ wblock@ is offline
Moderator
 
Join Date: Sep 2009
Location: Milky Way galaxy
Posts: 7,725
Thanks: 432
Thanked 1,762 Times in 1,459 Posts
Default

Quote:
Originally Posted by djsameman View Post
HI and THANKS! I've done a computer restart and suddenly it worked. Possible explanation can be that the wpa_supplicant.conf file didn't exist first.
wpa_supplicant.conf is only used by wpa_supplicant(8), it's not needed for scanning. More likely the reset started from scratch and you had the configuration correct. Might also be something to do with a Fn combination or physical switch to enable the radio. The radio LEDs don't work with all drivers or cards.

Last edited by DutchDaemon; March 2nd, 2011 at 18:29.
Reply With Quote
Reply

Tags
bcm4318, broadcom, bwi-firmware-kmod, dell inspiron 2200, wpa_supplicant

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
[Wireless] Dell 1510 / Broadcom BCM 204 6B2 Nollo Mobile Computing 18 February 17th, 2011 19:07
[Solved] [PC-BSD] Broadcom wireless on Dell doesn't turn on. nemirst Mobile Computing 15 December 12th, 2010 18:10
Dell Inspiron E1705 Wireless Johninlex Mobile Computing 4 September 27th, 2010 23:43
Dell Inspiron E1705 Wireless Johninlex System Hardware 1 September 27th, 2010 22:59
Freebsd 8.0 Wireless Issue: bwi, wep, wpa_supplicant avkhatri Networking 12 August 3rd, 2010 22:48


All times are GMT +1. The time now is 23:57.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0