"unable to open CMSIS-DAP device" when uploading any code to brand new Arduino Nano Matters

Whenever I try to upload any code to either of my 2 brand new Nano Matters it just returns the error

Open On-Chip Debugger 0.12.0+dev-01514-g21fa2de70 (2024-02-07-19:19)
Licensed under GNU GPL v2
For bug reports, read
	http://openocd.org/doc/doxygen/bugs.html
debug_level: 2
Info : auto-selecting first available session transport "swd". To override use 'transport select <transport>'.
efm32s2_dci_read_se_status
Error: unable to open CMSIS-DAP device 0x2341:0x72
Error: unable to find a matching CMSIS-DAP device

Failed uploading: uploading error: exit status 1

A lot of people seem to have this issue relating to Upload With Programmer but I am 100% confident I am NOT using that and am using the normal Upload button.
I'm using Arduino IDE 2.3.6 and my USB cable definitely supports data since I've used it on regular Nanos.

Found the issue, I just had to run

cd /etc/udev/rules.d
sudo wget https://raw.githubusercontent.com/arduino/OpenOCD/master/contrib/60-openocd.rules
sudo udevadm control --reload-rules