I have a rev 1 card. I just installed the sta driver:
sudo apt-get install bcmwl-kernel-source I got this from here: https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx my wpa_supplicant.conf looks like this: network={ ssid="ssid" proto=WPA2 key_mgmt=WPA-PSK psk="password" } and interfaces looks like this: # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet static address 10.10.10.50 netmask 255.255.255.0 network 10.10.10.0 broadcast 10.10.10.255 gateway 10.10.10.254 wpa-driver wext wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf I had to use a static ip address because I'm using this as a server and it wouldn't get the address until I logged in. -- To post to this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/atv-bootloader?hl=en
