if this thing can be useful to you, I have just set up an ad-hoc wifi 
network between BBB and macbook.
I use a tp-link tl-WN722N (that mounts the AR9271 atheros chip).
With this wifi-interface is only necessary to install atheros driver and 
configure the wifi net. nothing more.
Here my configuration lines to /etc/network/interfaces

# WIFI ad-hoc
auto wlan0
allow-hotplug wlan0
iface wlan0 inet static
    address 192.168.2.2
    netmask 255.255.255.0
    wireless-channel 2
    wireless-essid *name_of_the_ad_hoc_net*
    wireless-key s:*password*
    wireless-mode ad-hoc

be careful with your password. It is better if it does not contain strange 
characters like &% $ # that they might not be interpreted correctly


Il giorno lunedì 9 giugno 2014 12:36:11 UTC+2, Ashish Prajapati ha scritto:
>
> Hi,
>
> I want to use my Beaglebone Black as a standalone (not connected to 
> internet) wireless server, to which multiple clients can connect and 
> request a service.
> I googled it out, and found that for this *a usb wifi adapter*, having 
> the capability to run in a* Master mode  is required.*
> I googled for such usb devices but *could not get a concrete answe*r.
>
>
> Pls anyone help me on the same and *suggest which usb wifi device* can 
> serve my purpose !
>
> Thanks in advance!!
>
>
>
>  
>
>
>

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