Hi,
I am trying to create ad-hoc mode in wlan0 on the Jetson TX2.
I tried it in first Jetpack 3.1 + LRT r28.1, it was showing following error:
nvidia@tegra-ubuntu:~ sudo iwconfig wlan0 mode ad-hoc essid test-adhoc Error for wireless request "Set Mode" (8B06) : SET failed on device wlan0 ; Invalid argument. nvidia@tegra-ubuntu:~
The I found in release notes of LRT 28.1, it does not support ad-hoc mode, so I switched to Jetpack 3.0 + LRT r27.1, but it has also the same issue.
can you please help me to figure out whats the problem is?
here is the output of ifconfig and iwconfig:
nvidia@tegra-ubuntu:~$ ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr 00:04:4b:8c:af:f4
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)
nvidia@tegra-ubuntu:~
nvidia@tegra-ubuntu:~ iwconfig
lo no wireless extensions.
dummy0 no wireless extensions.
wlan0 no wireless extensions.
eth0 no wireless extensions.
nvidia@tegra-ubuntu:~$
Thanks,
MJ