raspberrypi / firmware

This repository contains pre-compiled binaries of the current Raspberry Pi kernel and modules, userspace libraries, and bootloader/GPU firmware.
5.15k stars 1.68k forks source link

raspberry pi 0 enc28j60 driver start but eth0 is not enable #872

Closed mrclemds closed 7 years ago

mrclemds commented 7 years ago

I followed many tutorial on how to add a ethernet port to the raspberry pi 0 with the enc28j60 module i've buy but when i plug a cable no led light up until i unplug/replug vvc or ground pin from the module and then it's detected by the other device but the raspberry pi itself does nothing. Sorry for my english ...

ifconfig : image

lsmod : image

dmesg : image

fedorovvl commented 7 years ago

you tried command "ifconfig eth0 up"?

mrclemds commented 7 years ago

Nop i was thinking "ifup eth0" is the same. what's the difference with "ifup eth" ? I find that's the /etc/network/interfaces file who cause this because it was empty. Thank you for the help.

haricane8133 commented 1 year ago

@mrclemds, what did you replace the file with? Isn't that file supposed to be automatically managed?