I haven’t used my LibreM5 for a while.
When I charged the battery today and restarted the Librem5, an OS update came in. That went well.
Then I wanted to connect the LibreM5 to my Linux desktop via USB, but suddenly it didn’t work anymore.
I got this error message on the following command:
sudo picocom -b 115200 /dev/ttyACM0 ===>
FATAL: cannot open /dev/ttyACM0 : No such file or directory
Some things to investigate when you come back to it:
the lsusb output, as suggested
confirm that /dev/ttyACM0 is being created as a result of connecting the Librem 5 (for example, I have /dev/ttyACM0 on my computer permanently and it is a completely different device and has nothing to do with the Librem 5) - or, related to that, see what else might be in /dev in order to confirm that you are using the correct device
try a different comms program e.g. minicom instead of picocom
check out whether you might have butchered a udev rule on your laptop