Hi
I added an Intel 8265NGW wireless adapter to Rev B carrier board and configured it as an Access Point. I can connect the AP from my laptop and upload and download the files. It works but NOT reliable.
I use NetSopt software to monitor the signal strength from my laptop. Look at the picture below. The top line(without broken) is the WIFI router signal strength. The lower part is the Jetson Nano Access Point signal strength. You will see, it is no signal sometimes.
The test is based on Nvidia SD card image from the file of jetson-nano-jp46-sd-card-image.zip. The hostapd has been installed.
This is hostapd configure
interface=wlan0
driver=nl80211
hw_mode=g
channel=6
wmm_enabled=1
# High priority/AC_VI = video
tx_queue_data1_aifs=1
tx_queue_data1_cwmin=7
tx_queue_data1_cwmax=15
tx_queue_data1_burst=3.0
ieee80211n=1
ieee80211ac=1
ht_capab=[SHORT-GI-20]
# Limit the number of connections to 3 during development
# TODO: set this to 2 for pre-production
max_num_sta=3
#vht_capab=[HTC-VHT]
# Security
wpa=2
wpa_key_mgmt=WPA-PSK
rsn_pairwise=CCMP
# Auto generated -- do not edit anything below this line
ssid=VantageDigital20-53:f4
wpa_passphrase=ION-53:f4
I got a support from Intel on this case.
This is response from Intel support: With regards to your concern, we were able to replicate the issue on our end and the connection was stable. However, the kernel version we used was 5.4. In this case, it is suggested that you update the kernel version of your system to 5.4 and see if it would resolve the issue.
Is there plan to upgrade the Linux kernel to 5.4?
Thanks
Hi
I installed JetPack 5.0.2 on host PC successfully. But after connected the Jetson nano develop board, the JetPack 5.0.2 is disabled. And the latest JetPack version for Jetson nano is 4.6.2 which does not support Linux kernel 5.1.
What Can I do for it?
Thanks,
In that case, it may not caused by the power.
Have you ever see a mode switch in your system? like from AP to station mode and back, or there is some errors there. This could be record in the kernel message.
Need to figure out if this is something related to wifi firmware or the system.
Would you please give me the details info where and how can I get the message as you expected? from syslog?
There is a WIFI router close to the Jetson nano AP. The WIFI router’s IP is 192.168.0.1. It is working auto channel mode. The Jetson Nano AP is using static IP at: 192.168.18.10. It is working in fixed channel mode. I tried on channel 1 and 6. Both channels have the same issue.
Need to figure out if it’s an issue from the driver/firmware or the AP itself.
Is the nano stable enough to working in station mode? just connected to another wifi router to watch the connections as you do with NetSopt.