davilla / atv-bootloader

Automatically exported from code.google.com/p/atv-bootloader
GNU General Public License v2.0
20 stars 10 forks source link

used broadcom sta wl.o driver for nic, cannot get it onto my wireless network with wpa_supplicant #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
here is the original thread on the gentoo forums: 

http://forums.gentoo.org/search.php?search_id=egosearch

i use gentoo.  this is a purely networking problem.

wpa_supplicant.conf:
"ctrl_interface=/var/run/wpa_supplicant 
ctrl_interface_group=0 
update_config=1 

network={ 
        ssid="mynetworkname" 
        psk="mypassword" 
        priority=2 
        disabled=1 
}"

/etc/conf.d/net
"modules=("wpa_supplicant") 
wpa_supplicant_eth1="-Dwext" 
"

lspci -k shows driver wl.0 as being used for the NIC

i cannot ping my router or google, etc

Original issue reported on code.google.com by h2sa...@gmail.com on 15 Dec 2009 at 12:55

GoogleCodeExporter commented 9 years ago
i was able to connect with wireless-tools: http://forums.gentoo.org/viewtopic-t-
806832-highlight-.html

Original comment by h2sa...@gmail.com on 17 Dec 2009 at 9:12