Oh, and if the module is not on your system, then try to download from the chip manufacturer <https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers> .
-tk On Sun, Sep 17, 2017 at 12:25 PM, Thomas Keffer <[email protected]> wrote: > The command lsusb will tell you what devices are on the bus, but it will > not tell you which port (if any) they have been mapped to. > > Sounds like the cp210x driver module is not getting loaded or does not > exist on your system. It's the driver needed for a USB device on the bus to > be treated as a serial device. > > To see if it exists, look in /lib/modules and subdirectories. A command > line > > find /lib/modules -type f -name "*.ko"|grep cp21 > > > will get you started. If you can find it, then you can load it: > > sudo modprobe cp210x > > > -tk > > On Sun, Sep 17, 2017 at 12:11 PM, Joe Percival <[email protected]> > wrote: > >> Not osmosis... lsmod 😜 >> >> -- >> 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]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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]. For more options, visit https://groups.google.com/d/optout.
