FAQ

Raspberry Pi's Ethernet port inactive - no light/connection

userHead Tonny12138 2024-07-11 09:42:44 43 Views0 Replies
When the Raspberry Pi is plugged into the Internet cable, the light does not turn on or the Internet cannot be accessed.
2024-07-11 09:42:44 If the light is not on, you must first make sure that the system can start up and see the Raspberry Pi desktop, or you can log in remotely; after the above is excluded, you can set the wired ip by command, enter: ifconfig eth0 down; ifconfig eth0 up; ifconfig eth0 192.168.1.11 (here ip needs to be set to a network segment with home). userHeadPic Tonny12138