Hi Colin,
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/Nx9kimlSoWE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Could you please tell me which dongle you bought and send me the conf-file?
Thx, Heiko
i purchased Ralink5370 USB dongle and it is working as access point. I am having issues connecting with a windows client but am not yet sure on cause - whether its a config issue or USB wifi dongle issue.My hostapd.conf file```### Default hostapd settings ### ### Wireless network name ### interface=wlan0 # ### Set your bridge name ### #bridge=br0 #driver driver=nl80211 country_code=US ssid=biocharger_default channel=7 hw_mode=g # # Static WPA2 key configuration # #1=wpa1, 2=wpa2, 3=both wpa=3 wpa_passphrase=apassword ## Key management algorithms ## wpa_key_mgmt=WPA-PSK # ## Set cipher suites (encryption algorithms) ## ## TKIP = Temporal Key Integrity Protocol ## CCMP = AES in Counter mode with CBC-MAC wpa_pairwise=TKIP #rsn_pairwise=CCMP # ## Shared Key Authentication ## auth_algs=1 ## 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```My udhcpd.conf file:```### default udhcpd configuration file ### start 192.168.4.2 end 192.168.4.9 interface wlan0 max_leases 8 option subnet 255.255.255.248```My /etc/network/interfaces file (pretty much everything commented out:```###Default network interfaces, supporting eth0 and wlan0 configured as Access Point auto lo iface lo inet loopback # The primary network interface allow-hotplug eth0 iface eth0 inet dhcp # WiFi allow-hotplug wlan0 #iface wlan0 inet static # address 192.168.4.1 # network 192.168.4.0 # netmask 255.255.255.0 # broadcast 192.168.4.255 # hostapd /etc/hostapd/hostapd.conf```