Configuration
- Raspberry Pi 3B+
- Raspbian 2018-11-13-{lite|full} (see problem description)
- eero WiFi network
Code: Select all
Feb 16 14:51:49 rpi3plus dhcpcd[479]: wlan0: carrier lost
Feb 16 14:51:49 rpi3plus dhcpcd[479]: wlan0: deleting address fe80::ccc:fcd7:e5cf:9cf7
Feb 16 14:51:49 rpi3plus avahi-daemon[328]: Withdrawing address record for fe80::ccc:fcd7:e5cf:9cf7 on wlan0.
Feb 16 14:51:49 rpi3plus avahi-daemon[328]: Leaving mDNS multicast group on interface wlan0.IPv6 with address fe80::ccc:fcd7:e5cf:9cf7.
Feb 16 14:51:49 rpi3plus avahi-daemon[328]: Interface wlan0.IPv6 no longer relevant for mDNS.
Feb 16 14:51:49 rpi3plus dhcpcd[479]: wlan0: deleting default route via 192.168.92.1
Feb 16 14:51:49 rpi3plus dhcpcd[479]: wlan0: deleting route to 192.168.92.0/24
Feb 16 14:51:49 rpi3plus avahi-daemon[328]: Withdrawing address record for 192.168.92.202 on wlan0.
Feb 16 14:51:49 rpi3plus avahi-daemon[328]: Leaving mDNS multicast group on interface wlan0.IPv4 with address 192.168.92.202.
Feb 16 14:51:49 rpi3plus avahi-daemon[328]: Interface wlan0.IPv4 no longer relevant for mDNS.
Feb 16 14:51:52 rpi3plus dhcpcd[479]: wlan0: carrier acquired
Feb 16 14:51:52 rpi3plus dhcpcd[479]: wlan0: IAID eb:98:c7:cb
Feb 16 14:51:52 rpi3plus dhcpcd[479]: wlan0: adding address fe80::ccc:fcd7:e5cf:9cf7
Feb 16 14:51:52 rpi3plus dhcpcd[479]: wlan0: soliciting an IPv6 router
Feb 16 14:51:52 rpi3plus dhcpcd[479]: wlan0: rebinding lease of 192.168.92.202
Feb 16 14:51:52 rpi3plus dhcpcd[479]: wlan0: probing address 192.168.92.202/24
Feb 16 14:51:53 rpi3plus avahi-daemon[328]: Joining mDNS multicast group on interface wlan0.IPv6 with address fe80::ccc:fcd7:e5cf:9cf7.
Feb 16 14:51:53 rpi3plus avahi-daemon[328]: New relevant interface wlan0.IPv6 for mDNS.
Feb 16 14:51:53 rpi3plus avahi-daemon[328]: Registering new address record for fe80::ccc:fcd7:e5cf:9cf7 on wlan0.*.
Feb 16 14:51:58 rpi3plus dhcpcd[479]: wlan0: leased 192.168.92.202 for 86400 seconds
Feb 16 14:51:58 rpi3plus avahi-daemon[328]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.92.202.
Feb 16 14:51:58 rpi3plus dhcpcd[479]: wlan0: adding route to 192.168.92.0/24
Feb 16 14:51:58 rpi3plus dhcpcd[479]: wlan0: adding default route via 192.168.92.1
Feb 16 14:51:58 rpi3plus avahi-daemon[328]: New relevant interface wlan0.IPv4 for mDNS.
Feb 16 14:51:58 rpi3plus avahi-daemon[328]: Registering new address record for 192.168.92.202 on wlan0.IPv4.
Feb 16 14:52:05 rpi3plus dhcpcd[479]: wlan0: no IPv6 Routers available

What I've tried
- Looked through file system for obvious network-related differences. None found.
- Ensured /etc/wpa_supplicant/wpa_supplicant.conf identical on both systems
- Validated that the Pi connects to the same eero station and WiFi can carry traffic in both scenarios. But the lite system WiFi bounces.
- Tried iw dev wlan0 set power_save off. No joy.
- Looked at output of various network and wifi commands for obvious differences between lite and full. None found.
- iwconfig
- iw phy0 channels
- iw dev
- iw dev wlan0 info
- iw dev wlan0 link
- iw dev wlan0 station dump
What rock have I not turned over in my search? Thanks for your guidance and suggestions.