[weewx-user] Re: weewx exits after changing to vantage

2018-01-13 Thread torresb1160
SOLVED. I think the problem was at the console. Took out the batteries, disconnected the power then I took a dremmel tool and ground out some plastic that seemed like it wasn’t allowing the data logger to fully seat because the usb wire was binding. Went through the start up procedure exactly

[weewx-user] Re: weewx exits after changing to vantage

2018-01-12 Thread mwall
be sure that you have the right serial module loaded in the kernel. many arm systems do not ship with modules for all of the different types of usb-to-serial converters, and sometimes they ship with the modules, but the modules are not loaded. for example, if your hardware uses the CP210x

[weewx-user] Re: weewx exits after changing to vantage

2018-01-12 Thread torresb1160
Thanks for trying to help Gary, much appreciated. Below is the Linux version: Linux raspberrypi 4.9.59-v7+ #1047 SMP Sun Oct 29 12:19:23 GMT 2017 armv7l GNU/Linux Operating System: Raspbian GNU/Linux 9 (stretch) Kernel: Linux 4.9.59-v7+ Architecture: arm On Friday, January

[weewx-user] Re: weewx exits after changing to vantage

2018-01-12 Thread gjr80
Yes, that would appear to be the case, until the system recognises and mounts it weeWX won't be able to do much. I think you need someone with more low level Linux skills that I have. I did some googling of the error message and did not turn up much. Out of interest what Linux flavour are you

[weewx-user] Re: weewx exits after changing to vantage

2018-01-12 Thread torresb1160
Gary, unplugged and plugged back in - looks like it's not mounted. Any advise? pi@raspberrypi:/ $ tail -f /var/log/syslog Jan 12 20:40:25 raspberrypi kernel: [11078.451352] usb 1-1.2: new full-speed USB device number 8 using dwc_otg Jan 12 20:40:25 raspberrypi kernel: [11078.587867] usb 1-1.2:

[weewx-user] Re: weewx exits after changing to vantage

2018-01-12 Thread gjr80
On Saturday, 13 January 2018 13:10:05 UTC+10, torre...@gmail.com wrote: > > What I was trying: > pi@raspberrypi:/ $ lsof /dev/ttyUSBO > bash: lsof: command not found > pi@raspberrypi:/ $ cd /etc/weewx > pi@raspberrypi:/etc/weewx $ lsof /dev/ttyUSBO > bash: lsof: command not found > Would seem

[weewx-user] Re: weewx exits after changing to vantage

2018-01-12 Thread torresb1160
What I was trying: pi@raspberrypi:/ $ lsof /dev/ttyUSBO bash: lsof: command not found pi@raspberrypi:/ $ cd /etc/weewx pi@raspberrypi:/etc/weewx $ lsof /dev/ttyUSBO bash: lsof: command not found I had a Vantage Vue and everything was working fine with weewx. Changed out to A Vantage Pro2 today

[weewx-user] Re: weewx exits after changing to vantage

2018-01-12 Thread gjr80
Hi, Not sure what you mean by '*What file do you need to be in*', when you run the lsof command you need to ensure you use the full path for the port you are using for your station, in the case above that was /dev/ttyUSB0. Did you run the command? What was the output? Posting the command

[weewx-user] Re: weewx exits after changing to vantage

2018-01-12 Thread torresb1160
Hardy, I’m having exactly the same issue however I did’t get Tom’s hint of using: lsof /dev/ttyUSB0 What file do you need to be in? -- 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,

[weewx-user] Re: weewx exits after changing to vantage

2017-01-05 Thread Hardy
with dpkg --get-selections | grep -v deinstall i checked what is installed, modem_manager is not installed. I'm not shure, how to check, what could use /dev/ttyUSB0. On my rasperry ar several usb devices like a cul or a arduino. If i (un-)plug the vantage from/to the rasperry, it seems like

[weewx-user] Re: weewx exits after changing to vantage

2017-01-05 Thread mwall
On Thursday, January 5, 2017 at 1:34:20 PM UTC-5, Hardy wrote: > > Jan 5 16:50:19 Raspi2 weewx[6271]: vantage: SerialException on read. > Jan 5 16:50:19 Raspi2 weewx[6271]: device reports readiness to > read but returned no data (device disconnected?) > Jan 5 16:50:19 Raspi2