I am trying to get this wifi dongle working on a BBB with Ubuntu 16.04.

The adapter can be seen 

lsusb 
Bus 001 Device 002: 148f:7601 Ralink Technology, Corp. MT7601U Wireless 
Adapter 


ifconfig

usb0      Link encap:Ethernet  HWaddr 90:59:af:82:2e:00  
          inet addr:192.168.7.2  Bcast:192.168.7.3  Mask:255.255.255.252
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)


sudo lshw -C network
*-network:1
       description: Ethernet interface
       physical id: 3
       logical name: usb0
       serial: 90:59:af:82:2e:00
       capabilities: ethernet physical
       configuration: broadcast=yes driver=g_ether driverversion=29-May-2008 
firmware=musb-hdrc ip=192.168.7.2 link=no multicast=yes

I can ping the adapter from within the ssh session so I guess it is 
working. I want to set up HostAPD so it is open (no security) and then 
directs any connected clients to a webserver home page hosted on the BBB. 
Struggling to sort out the HostAPD config.  


### Wireless network name ###
interface=usb0
#
### Set your bridge name ###
#bridge=br0


#driver
driver=g_ether


country_code=NZ


ssid=myserver


channel=7


hw_mode=g


## Accept all MAC address ###
macaddr_acl=0
#enables/disables broadcasting the ssid
ignore_broadcast_ssid=0
# Needed for Windows clients
eapol_key_index_workaround=0

But when I test it I have an error around the driver not being recognised. 
There are multiple tutorials around loading the driver for this adapter but 
all seem to link to a dead git.  

Do I need to load the specific driver for this? I have read for this 
version of Ubuntu the adpater should just work?

How should I configure HostAPD

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/d75a91ca-b03d-4e23-a90c-dc85ca402b82%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to