Found a mistake in my info below, I copied a testing /etc/network/interfaces file, here is the real one:

=========================================================================
root@bbb-greenbox2:/etc/network# cat interfaces
# 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
# Example to keep MAC address between reboots
#hwaddress ether DE:AD:BE:EF:CA:FE

# The secondary network interface
#auto eth1
#iface eth1 inet dhcp

auto ra0
iface ra0 inet dhcp
    wireless-essid any
    wireless-mode managed
    wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

# WiFi Example
#auto wlan0
#iface wlan0 inet dhcp
#    wpa-ssid "essid"
#    wpa-psk  "password"

======================================================================

Quoting [email protected]:

Hi all and happy 4th to my US colleagues.

root@bbb-greenbox2:~# cat /etc/dogtag
BeagleBoard.org Debian Image 2015-06-29

root@bbb-greenbox2:~# uname -a
Linux bbb-greenbox2 4.1.0-bone9 #1 Wed Jun 24 03:18:08 UTC 2015 armv7l GNU/Linux

I'm trying to get a Logic Supply USB UWN200 WiFi adapter running on my BBB. I've installed the latest console testing image 4.1 Debian on a uSD card. Everything is working except when the request for a DHCP address is sent, no address is returned.

root@bbb-greenbox2:~# ifup ra0

Internet Systems Consortium DHCP Client 4.3.1
Copyright 2004-2014 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/ra0/00:0c:43:00:00:38
Sending on   LPF/ra0/00:0c:43:00:00:38
Sending on   Socket/fallback
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 10
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 20
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 15
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
root@bbb-greenbox2:~#


here are the contents of my /etc/network/interfaces file:
=============================================================================
root@bbb-greenbox2:~# cat /etc/network/interfaces
# 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
# Example to keep MAC address between reboots
#hwaddress ether DE:AD:BE:EF:CA:FE

# The secondary network interface
#auto eth1
#iface eth1 inet dhcp

auto ra0
iface ra0 inet dhcp
    wpa-ssid "WORKSHOP"
    wpa-psk  "xxxxxxxxxxxxxx"

# WiFi Example
#auto wlan0
#iface wlan0 inet dhcp
#    wpa-ssid "essid"
#    wpa-psk  "password"
======================================================================



here are the contents of my /etc/wpa_supplicant/wpa_supplicant.conf file:
the psk="xxxxxx" is set appropriately
=============================================================================
root@bbb-greenbox2:~# cat /etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant GROUP=netdev
ctrl_interface_group=0
ap_scan=1
update_config=1
network={
 ssid="WORKSHOP"
 psk="xxxxxxxx"
 proto=RSN
 key_mgmt=WPA-PSK
 pairwise=CCMP TKIP
 group=CCMP TKIP WEP104 WEP40
 auth_alg=OPEN
 eap=TTLS PEAP TLS
}

========================================================================

Any ideas would certainly be appreciated in resolving this.
I'm booting with the ethernet cable removed

Thanks,
Ross



--
For more options, visit http://beagleboard.org/discuss
---You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.



--
For more options, visit http://beagleboard.org/discuss
--- You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to