I sent the bug in the middle of writing but it turned out duplicate of Bug 263164. *** This bug has been marked as a duplicate of bug 263164 ***
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ae8d833d66af8d3917b55714d628914abb3412c commit 1ae8d833d66af8d3917b55714d628914abb3412c Author: Diane Bruce <db@FreeBSD.org> AuthorDate: 2022-06-06 20:00:38 +0000 Commit: Diane Bruce <db@FreeBSD.org> CommitDate: 2022-06-06 20:00:38 +0000 comms/nanovna-saver: Fixed incorrect /dev/cua* to umodem number mapping Linux has an ioctl that directly retrieves information about the usb serial port on (FreeBSD) I have to find the umodem dev that the usb serial port is reference then use a sysctl to find the needed for nanovna-saver to work correctly. Originally I assumed a 1-1 mapping of devices. I was wrong. PR: ports/264272 Reported by: jeffpc@josefsipek.net comms/nanovna-saver/Makefile | 2 +- comms/nanovna-saver/files/Sysctl.py | 20 ++++++++++++++------ 2 files changed, 15 insertions(+), 7 deletions(-)