Hi there. I'm another newbie to FreeBSD. I've run Linux boxes for the last 12 years and I thought I'd try something different.
My test box is running FreeBSD 8.1 and has a Lucent Orinoco Silver card installed in a PCI to PCMCIA bridge card. Both the card and the bridge seem to be recognized:
Output from dmesg:
I have this configuration in my /etc/rc.conf:
After the machine boots, this is the situation.
Every time I run the second command, the channel number is different, like the card is scanning. I took the card out of this box and put it in a nearby linux box to make sure I could associate with my access point and had no issues. I've tried manually setting the ssid:
It locks on channel 10, which I believe is the channel my AP is using, and switches to "no carrier". Running ifconfig wlan0 up at this point just gets me back to the right after boot state. I can't get it to both display an ssid and associate at the same time. Any suggestions as to where I should go from here would be greatly appreciated.
Ken
My test box is running FreeBSD 8.1 and has a Lucent Orinoco Silver card installed in a PCI to PCMCIA bridge card. Both the card and the bridge seem to be recognized:
Output from dmesg:
Code:
cbb0: <TI1410 PCI-CardBus Bridge> mem 0xec000000-0xec000fff irq 16 at device 8.0 on pci1
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
cbb0: [FILTER]
wi0: <Lucent Technologies WaveLAN/IEEE> at port 0xd000-0xd03f irq 16 function 0 config 1 on pccard0
wi0: [ITHREAD]
I have this configuration in my /etc/rc.conf:
Code:
wlans_wi0="wlan0"
ifconfig_wlan0="DHCP"
After the machine boots, this is the situation.
$ ifconfig wi0
Code:
wi0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 2290
ether 00:02:2d:20:35:16
media: IEEE 802.11 Wireless Ethernet autoselect mode 11b
status: associated
$ ifconfig wlan0
Code:
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether 00:02:2d:20:35:16
media: IEEE 802.11 Wireless Ethernet DS/11Mbps mode 11b
status: associated
ssid "" channel 5 (2432 MHz 11b) bssid 00:02:2d:20:35:16
country US authmode OPEN privacy OFF txpower 0 bmiss 7 scanvalid 60
bintval 0
Every time I run the second command, the channel number is different, like the card is scanning. I took the card out of this box and put it in a nearby linux box to make sure I could associate with my access point and had no issues. I've tried manually setting the ssid:
# ifconfig wlan0 ssid cisco11
$ ifconfig wlan0
Code:
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether 00:02:2d:20:35:16
media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
status: no carrier
ssid cisco11 channel 10 (2457 MHz 11b)
country US authmode OPEN privacy OFF txpower 0 bmiss 7 scanvalid 60
bintval 0
It locks on channel 10, which I believe is the channel my AP is using, and switches to "no carrier". Running ifconfig wlan0 up at this point just gets me back to the right after boot state. I can't get it to both display an ssid and associate at the same time. Any suggestions as to where I should go from here would be greatly appreciated.
Ken