Hello All,
I just got a Nano and I started following the instructions in the course. However, there is not way that it works with the latest flash image. When I tried to starts as suggested using only power and USB cable there is nothing in 192.168.55.1:8888
Actually, after many minutes I decided to stick a HDMI and there is some activities (anacron). Once activity stops I reboot.
So I tried to use GUI. Had accepted the terms, created an user account and updated Ubuntu.
STILL no USB network nor a USB device present.
Here is some logs:
from my desktop:
mvaranda@mvaranda-FX505DV:~$ ifconfig
enp2s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 04:d4:c4:e5:a3:f3 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1000 (Local Loopback)
RX packets 283 bytes 23900 (23.9 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 283 bytes 23900 (23.9 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlp4s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.10.10.170 netmask 255.255.255.0 broadcast 10.10.10.255
inet6 fe80::ee78:9047:5072:2959 prefixlen 64 scopeid 0x20
ether 80:91:33:c8:f3:af txqueuelen 1000 (Ethernet)
RX packets 27748 bytes 40464333 (40.4 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 2692 bytes 586934 (586.9 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
mvaranda@mvaranda-FX505DV:~$ ls /dev |grep “usb”
mvaranda@mvaranda-FX505DV:~$ ls /dev |grep “USB”
mvaranda@mvaranda-FX505DV:~$ ls /dev |grep “AC”
mvaranda@mvaranda-FX505DV:~$ ls /dev |grep “ac”
mvaranda@mvaranda-FX505DV:~$
from Jetson Nano terminal (SSH):
mvaranda@mv-jetson-02:~$
mvaranda@mv-jetson-02:~$ sudo systemctl status nvargus-daemon
[sudo] password for mvaranda:
â—Ź nvargus-daemon.service - Argus daemon
Loaded: loaded (/etc/systemd/system/nvargus-daemon.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2020-05-09 10:07:28 EDT; 7min ago
Main PID: 4961 (nvargus-daemon)
Tasks: 5 (limit: 4183)
CGroup: /system.slice/nvargus-daemon.service
└─4961 /usr/sbin/nvargus-daemon
May 09 10:07:28 mv-jetson-02 systemd[1]: Started Argus daemon.
mvaranda@mv-jetson-02:~$
mvaranda@mv-jetson-02:~$ netstat -l -t
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 localhost:44173 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:sunrpc 0.0.0.0:* LISTEN
tcp 0 0 localhost:domain 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:ssh 0.0.0.0:* LISTEN
tcp 0 0 localhost:gpsd 0.0.0.0:* LISTEN
tcp6 0 0 [::]:sunrpc [::]:* LISTEN
tcp6 0 0 [::]:ssh [::]:* LISTEN
tcp6 0 0 ip6-localhost:gpsd [::]:* LISTEN
mvaranda@mv-jetson-02:~$
Thanks in advance for any help.