Soldato
		
			
		
		- Joined
 - 7 Mar 2005
 
- Posts
 - 19,655
 
- Location
 - LU7
 
Ok I told the router to handle DHCP instead of the Pi and was able to sign into the Pi again, both via Putty and the Pi-Hole web interface. Next I did a 'sudo apt install --reinstall raspi-firmware' as per https://www.raspberrypi.com/documentation/computers/os.html then restarted the Pi. I had been doing a continual ping of the 192.168.0.134 IP and it dropped but came back up within seconds so I think it's sorted again. I've disabled DHCP on the router and the Pi seems to be OK now.
Got this for 'ip a' and 'lspci'. Everything looks good to me?
	
	
	
		
	
		
			
		
		
	
				
			Got this for 'ip a' and 'lspci'. Everything looks good to me?
		Code:
	
	marc@pi-hole:~ $ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group defaul                                                                          t qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host noprefixroute
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP gr                                                                          oup default qlen 1000
    link/ether d8:3a:dd:e7:93:f7 brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.134/24 brd 192.168.0.255 scope global noprefixroute eth0
       valid_lft forever preferred_lft forever
    inet6 2a07:244:40:ab00:d6b7:90c9:91de:5c1e/64 scope global dynamic noprefixr                                                                          oute
       valid_lft 301sec preferred_lft 301sec
    inet6 fe80::95f9:b81a:ff06:fcf2/64 scope link noprefixroute
       valid_lft forever preferred_lft forever
3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DO                                                                          WN group default qlen 1000
    link/ether d8:3a:dd:e7:93:f8 brd ff:ff:ff:ff:ff:ff
marc@pi-hole:~ $ lspci
0000:00:00.0 PCI bridge: Broadcom Inc. and subsidiaries BCM2712 PCIe Bridge (rev 21)
0000:01:00.0 Non-Volatile memory controller: Phison Electronics Corporation PS5013 E13 NVMe Controller (rev 01)
0001:00:00.0 PCI bridge: Broadcom Inc. and subsidiaries BCM2712 PCIe Bridge (rev 21)
0001:01:00.0 Ethernet controller: Raspberry Pi Ltd RP1 PCIe 2.0 South Bridge
	
	
 

