Sorry - I did not see your reply.

Try "sudo modprobe ftdi_sio"

Then run 'sudo dmesg' again and see if it attached a device in /dev 
successfully...

On Sunday, March 5, 2023 at 10:02:09 AM UTC-8 Blaise Cacramp wrote:

> "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/894f99e4-03d2-4d3e-9796-957a7e43426en%40googlegroups.com.

Reply via email to