On 08/24/2014 05:30 PM, Jacob Aviña wrote:
I have been trying to learn about configuring my access point but I just can't

look my /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

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

        auto wlan0
        iface wlan0 inet dhcp
        wpa-ssid "AXTEL-2162"
        wpa-psk "0804D82162"

        # Ethernet/RNDIS gadget (g_ether)
        # ... or on host side, usbnet and random hwaddr
        # Note on some boards, usb0 is automaticly setup with an init
        script
        iface usb0 inet static
            address 192.168.7.2
            netmask 255.255.255.0
            network 192.168.7.0
            gateway 192.168.7.1

and with this, I got this

        ra0       Link encap:Ethernet  HWaddr 7c:dd:90:57:f8:d3
                  inet6 addr: fe80::7edd:90ff:fe57:f8d3/64 Scope:Link
                  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
                  RX packets:230 errors:0 dropped:0 overruns:0 frame:0
                  TX packets:98 errors:0 dropped:0 overruns:0 carrier:0
                  collisions:0 txqueuelen:1000
                  RX bytes:23448 (22.8 KiB)  TX bytes:10192 (9.9 KiB)


Assuming the "ra0" device is what you're seeing from ifconfig or ip, then you need to change "wlan0" in /etc/network/interface file to ra0.

Mike

--
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