"lsmod" does not see much.
And when I try this with "insmod", it's not terrible.
Sorry, I'm far from being a Linuxien guru

pi@PiMeteo:~ $ lsmod
Module                  Size  Used by

---------------------------------------

pi@PiMeteo:~ $ insmod /dev/ttyUSB0
insmod: ERROR: could not load module /dev/ttyUSB0: No such file or directory

Le 05-03-23 à 18:34, vince a écrit :
So the pi is seeing the device, but it is not allocating a tty in /dev to it. You might just need to insmod a kernel module so it assigns a device in /dev to it.

Check your 'lsmod' output and see if the ftdi_sio device is loaded.  If not, load it with 'insmod' and see if that helps.

--
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/31d65f55-28b1-62c9-b574-95009f441bd8%40gmail.com.

Reply via email to