Thank you, I see 2 Raspberry entries there:
Code: Select all
DCA632 Raspberry Pi Trading
B827EB Raspberry Pi Foundation
I just did "sudo apt-get update; sudo apt-get upgrade" on my "Ubuntu 18.04.3 LTS", but no additions, so I am up to date.
Not sure how long it will take on Ubuntu LTS to get the new version of nmap containing the Pi4 entry.
I just powered up my Pi 3B+ and that shows up correctly from Ubuntu:
Code: Select all
Nmap scan report for raspberrypi3Bplus.fritz.box (192.168.178.81)
Host is up (-0.084s latency).
MAC Address: B8:27:EB:51:FF:95 (Raspberry Pi Foundation)
This is not to be a Ubuntu only problem, even latest Buster on my Pi 3B+ does not know about the 4B ...
Code: Select all
pi@raspberrypi3Bplus:~ $ sudo nmap -sn 192.168.178.178
Starting Nmap 7.70 ( https://nmap.org ) at 2019-11-02 14:45 CET
Nmap scan report for raspberrypi4B.fritz.box (192.168.178.178)
Host is up (0.11s latency).
MAC Address: DC:A6:32:18:F9:F6 (Unknown)
Nmap done: 1 IP address (1 host up) scanned in 0.40 seconds
pi@raspberrypi3Bplus:~ $