I have a Pi 3 Model B+ with Raspbian that has a fresh version of 'buster' installed with current updates.
I've been following the tutorial at https://bennuttall.com/raspberry-pi-zero-gpio-expander/ to connect a Pi Zero (no SD card) to the Pi 3 via USB to utilize as a GPIO expander.
USBBOOTGUI installs fine, recognizes when I plug in the Pi Zero and successfully sets up the Pi Zero as a GPIO expander.
usb0 shows up when I do an 'ifconfig', however it does not have an IPv6 address as the tutorial (and everywhere else I've researched the issue) says their should be. Everywhere says I should be able to ping the Pi Zero with 'ping6 fe80::1%usb0'. I cannot. Therefore I cannot communicate with the GPIO's from python script (or anything else for that matter).
Here's that part of my 'ifconfig':
pigpio installs fine, however I also I seem to have trouble getting pigpiod running properly I think. Here's the status of that service after I run it manually:usb0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 169.254.226.157 netmask 255.255.0.0 broadcast 169.254.255.255
ether fa:00:10:5e:49:a9 txqueuelen 1000 (Ethernet)
RX packets 8 bytes 584 (584.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 26 bytes 4223 (4.1 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
That being said, I get a number result when I run 'pigs t'pi@raspberrypi:~ $ systemctl status pigpiod
● pigpiod.service - Daemon required to control GPIO pins via pigpio
Loaded: loaded (/lib/systemd/system/pigpiod.service; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/pigpiod.service.d
└─public.conf
Active: failed (Result: exit-code) since Tue 2019-10-15 20:23:06 CDT; 21h ago
Process: 1817 ExecStart=/usr/bin/pigpiod (code=exited, status=0/SUCCESS)
Main PID: 1818 (code=exited, status=1/FAILURE)
Oct 15 20:23:06 raspberrypi systemd[1]: Starting Daemon required to control GPIO pins via pigpio...
Oct 15 20:23:06 raspberrypi pigpiod[1817]: 2019-10-15 20:23:06 initInitialise: Can't lock /var/run/pigpio.pid
Oct 15 20:23:06 raspberrypi pigpiod[1817]: Can't initialise pigpio library
Oct 15 20:23:06 raspberrypi systemd[1]: Started Daemon required to control GPIO pins via pigpio.
Oct 15 20:23:06 raspberrypi systemd[1]: pigpiod.service: Main process exited, code=exited, status=1/FAILURE
Oct 15 20:23:06 raspberrypi systemd[1]: pigpiod.service: Failed with result 'exit-code'.
While I'm not a COMPLETE noob, I probably only know enough to be dangerous... any help would be appreciated!pi@raspberrypi:~ $ pigs t
3010731011
Thanks!
Infman
