Hello,
I have been trying to setup WiFi access point on my TX2. I have tried everything in this post:
I have also tried everything suggested in other threads but it is still not working!
I have tried with the latest version of JetPack and an older one.
My hostapd.conf looks like:
interface=wlan0
ssid=tx2-hotspot
hw_mode=g
wpa=2
wpa_passphrase=nvidiahotspot
wpa_key_mgmt=WPA-PSK WPA-EAP WPA-PSK-SHA256 WPA-EAP-SHA256
driver=nl80211
country_code=US
wmm_enabled=1
ieee80211n=1
ieee80211ac=1
Here are the error messages.
[ +0.041849] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
[ +0.000259] gpio tegra-gpio-aon wake69 for gpio=59(FF:3)
[ +0.005866] gpio tegra-gpio-aon wake69 for gpio=59(FF:3)
[ +0.005317] Enabling wake69
[ +0.006277] wifi_platform_get_mac_addr
[ +0.001174] Firmware up: op_mode=0x0002, MAC=00:04:4b:8c:fa:f1
[ +0.005877] dhd_preinit_ioctls pspretend_threshold for HostAPD failed -23
[ +0.003378] Firmware version = wl0: Feb 4 2017 14:39:11 version 7.35.221.11 (r623264) FWID 01-5b44953
[ +0.002647] dhd_interworking_enable: failed to set WNM info, ret=-23
[ +0.000203] tegra_sysfs_on
[ +0.068720] CFG80211-ERROR) __wl_cfg80211_scan : Invalid Scan Command at SoftAP mode
[ +0.011287] CFG80211-ERROR) wl_cfg80211_scan : scan error (-22)
[ +0.126268] CFG80211-ERROR) wl_cfg80211_del_station : Disconnect STA : ff:ff:ff:ff:ff:ff scb_val.val 3
[ +0.030764] CFG80211-ERROR) wl_cfg80211_set_channel : netdev_ifidx(4), chan_type(1) target channel(1)
What usually happens is that, when I try to connect to my AP, I get incorrect password despite me typing the right one. I tried disabling WPA but I still get the pop-up window asking me to enter a password!?
Is there anything I am missing?
Any help would be appreciated… Thanks!