firmware icon indicating copy to clipboard operation
firmware copied to clipboard

geeekpi enc28j60 hat v1.02 error

Open brahmanggi opened this issue 5 years ago • 16 comments

hello, i cant activate enc28j60 on raspberry pi 0 w using raspbian buster lite,

pi@raspberrypi:~ $ dmesg | grep -e spi0.0 -e eth [ 20.570373] enc28j60 spi0.0: enc28j60 Ethernet driver 1.02 loaded [ 20.607136] enc28j60 spi0.0: enc28j60 chip not found [ 20.607258] enc28j60: probe of spi0.0 failed with error -5

while the driver loaded,

pi@raspberrypi:~ $ lsmod Module Size Used by bnep 20480 2 hci_uart 40960 1 btbcm 16384 1 hci_uart serdev 20480 1 hci_uart bluetooth 405504 24 hci_uart,bnep,btbcm ecdh_generic 28672 1 bluetooth 8021q 32768 0 garp 16384 1 8021q stp 16384 1 garp llc 16384 2 garp,stp enc28j60 32768 0

in the /boot/overlays/ exist .dtbo, enc28j60-spi2.dtbo & enc28j60.dtbo in the /boot/config.txt already put

dtoverlay=enc28j60

is there any resolution to this?

thank you

brahmanggi avatar Dec 16 '19 10:12 brahmanggi