OpenMarine
dmesg warning: "w1_master_driver w1_bus_master_1" - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: Pypilot (https://forum.openmarine.net/forumdisplay.php?fid=17)
+--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=18)
+--- Thread: dmesg warning: "w1_master_driver w1_bus_master_1" (/showthread.php?tid=2323)



dmesg warning: "w1_master_driver w1_bus_master_1" - skyeyedoc - 2020-02-12

Hi everyone,
I've got a dmesg error on an OP RPi set up. It shows up every 20 to 60 seconds. It looks like this:

[ 3449.967535] w1_master_driver w1_bus_master1: Attaching one wire slave 00.420000000000 crc fa
[ 3449.973480] w1_master_driver w1_bus_master1: Family 0 for 00.420000000000.fa is not registered.
[ 3501.926482] w1_master_driver w1_bus_master1: Attaching one wire slave 00.c20000000000 crc 76
[ 3501.932354] w1_master_driver w1_bus_master1: Family 0 for 00.c20000000000.76 is not registered.

Because this concerns a wire-1 error,  I'm guessing it's Pypilot related.

The OP box is an RPi3B+ running a fully updated version 1.2.0alpha release. It has a dAISy AIS hat, and that hat, in turn, has an MPU9255 installed on its i2c bus. Other usb devices plugged in are a GPS puck, and an RS485 serial adapter for NMEA0183 out.

I don't recall seeing this before in any of my work setting the box up. My web searches haven't helped. The system does run an instance of Pypilot with that MPU, but no motor controller. (I hope to be able to forward its data to a wifi connected TinyPilot we use, but that project is down the road for now)

(I don't think it's connected, but I should mention that just prior to seeing this I was tinkering in dnsmasq.conf, and dhcpd.conf. That's caused another problem, but I'll post on that separately.)

So,
1. Where is this message coming from?
2. Is this notice important. Should I be concerned about it? If so, what is the correction?

Thanks for thinking about this!

Elliott


RE: dmesg warning: "w1_master_driver w1_bus_master_1" - seandepagnier - 2020-02-13

1) I don't know
2) I don't think so.


RE: dmesg warning: "w1_master_driver w1_bus_master_1" - ddelorme - 2020-02-13

do you have a 1wire sensor or old configs from one. is it activated in RPIconfig.


RE: dmesg warning: "w1_master_driver w1_bus_master_1" - skyeyedoc - 2020-02-13

(2020-02-13, 02:59 AM)ddelorme Wrote: do you have a 1wire sensor or old configs from one. is it activated in RPIconfig.

There's no 1wire sensor in the mix (nothing directly wired to or mounted on it). The only active temp sensor on the boat is the data from the mcu, and that reports to a different system; the TinyPilot at the helm. That temp data is streamed to the OpenPlotter box via network.  So, simple answer, no.

I'll take a look at the RPi config next time I'm at the boat. I don't recall a mention of w1 or 1-wire in there.

Can you tell me a path to the appropriate conf file?

Elliott


RE: dmesg warning: "w1_master_driver w1_bus_master_1" - ddelorme - 2020-02-13

look in /boot/config.txt or use Raspberry pi config from the applications/preferences


RE: dmesg warning: "w1_master_driver w1_bus_master_1" - skyeyedoc - 2020-02-15

(2020-02-13, 03:24 PM)ddelorme Wrote: look in /boot/config.txt  or use Raspberry pi config from the applications/preferences

I got out to the boat yesterday, and looked into RaspPi config. There I disabled '1-wire'.  The messages went away.

That was simple.   I don't think it will have any effect on my system, until or unless I specifically configure a 1-wire device.

Thanks for the suggestion.