I can get the card to scan, but I can't get wpa_supplicant to connect. It appears that it may be a dhcp issue, because in dmesg I get:
Code: Select all
[ 442.498015] eth1: no IPv6 routers present
Here are some of the things that may be of use. I hope anyway.
Code: Select all
$ lsmod
Module Size Used by
fuse 57643 2
nvidia 11060389 56
firewire_ohci 20361 0
lib80211_crypt_tkip 7646 0
wl 1942604 0
firewire_core 43008 1 firewire_ohci
snd_ctxfi 80436 1
Code: Select all
$ cat /etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
ap_scan=0
#update_config=1
network={
ssid="mynetworkname"
psk="mypassword"
proto=WPA2
key_mgmt=WPA-PSK
pairwise=CCMP
group=CCMP
priority=5
}Code: Select all
$ sudo ifconfig
eth1 Link encap:Ethernet HWaddr 00:1d:7e:0c:7c:2e
inet6 addr: fe80::21d:7eff:fe0c:7c2e/64 Scope:Link
UP BROADCAST 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:18 Base address:0x4000
Code: Select all
05:0a.0 Network controller [0280]: Broadcom Corporation BCM43XG [14e4:4329] (rev 01)
