On Saturday, December 2, 2017 at 1:35:55 PM UTC-5, Ray wrote: > > > Hint: Some lines were ellipsized, use -l to show in full. > > The -l didn't seem to me to explain things any better, I'm still > none-the-wiser! >
the ellipses are systemd being unhelpful. instead of just showing you the log messages, it has shortened them. then, even when you ask it not to shorten them, it still shortens them. to see what is really happening, skip systemd and look at the actual log file, which will be /var/log/syslog in your case. the 'Unable to find USB device ...' tells us that weewx cannot find your weather station. the part that systemd hides from you tells you the product/vendor codes that weewx is looking for. the fine offset stations have codes 0x1941 and 0x8021 for vendor and product, respectively. so at least it looks like the right driver is selected. do you see the weather station when you type `lsusb`? you should see those codes listed (sorry to interrupt gary's help on this) m -- 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.
