View Single Post
  #3   (View Single Post)  
Old 13th October 2008
DNAeon DNAeon is offline
Shell Scout
 
Join Date: Sep 2008
Location: Bulgaria
Posts: 138
Default

This is the output of ifconfig rum0:
Code:
rum0: flags=108802<BROADCAST,SIMPLEX,MULTICAST,NEEDSGIANT> metric 0 mtu 1500
	ether 00:1e:8c:bd:25:3a
	media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
	status: no carrier
	ssid "MYSSID" channel 1 (2412 Mhz 11b)
	authmode OPEN privacy OFF txpower 50 bmiss 7 scanvalid 60 bgscan
	bgscanintvl 300 bgscanidle 250 roam:rssi11b 7 roam:rate11b 1 bintval 0
Output from ifconfig rum0 list scan:
Code:
SSID            BSSID              CHAN RATE   S:N     INT CAPS
MYSSID         00:e3:xx:x:xx:xx    6   54M -94:-95  100 ES   ATH
Under WinXP it connects fine, but I can't connect under FreeBSD.

I'm currently using the following to connect, but with no success (in /etc/rc.conf)
Code:
ifconfig_rum0="DHCP ssid MYSSID channel 6"
Any tips?

Thanks for any help!
Reply With Quote