Questions tagged [ethernet-port]
The Raspberry Pi B/B+/2B/3B has a standard Ethernet port for connecting it to the internet and to a network. Other RPi versions, such as all "A" versions, the RPi Zero and the Compute Module do not have the hardware required though in some cases it may be possible to provide such connectivity with an add-on board.
159 questions
0 votes
1 answer
86 views
What is the driver module for the raspberry pi 4b?
I was trimming down the over head of the raspberry pi 4b, with bookworm, to try and get the image to 4GB, and still have a functional desktop where I can still use chromium-browse. what i was trying ...
0 votes
0 answers
160 views
Cannot enable usb ethernet gadget on u-boot with pi-zero-2-w
I am following this tutorial to establish tftp on my rpi: https://bootlin.com/blog/tftp-nfs-booting-beagle-bone-black-wireless-pocket-beagle/. But I cannot make u-boot start usb ethernet gadget. I ...
0 votes
0 answers
422 views
RealVNC Viewer doesn't accept keyboard input
I followed this guide to connect my raspberry to my computer, but when i connected with RealVNC Viewer, it does not accept keyboard or mouse input. I am on a Windows 11 computer, Raspberry Pi 4, and ...
1 vote
1 answer
107 views
run script after some device from dhcp ip pool connect to hotspot raspberry pi 4
I was searching answer from over a week and still don't find it. I'm fresh user of raspi and linux and network config so be patient for my stupid questions :) I describe my problem. I used raspi to ...
0 votes
1 answer
2k views
How to setup an ethernet connection over the Ethernet / USB HUB HAT for Raspberry Pi by waveshare on a raspberry pi zero w
I am really new at raspberry pi's and so far i have gone to chatgpt and tutorials for help but i have reached the point of desperation that i ask for the assistance of this forum. Here is my problem: ...
0 votes
0 answers
79 views
Can an pair of RPis sustain a 10G TCP data stream?
If a steady datastream were all they were doing, could a pair of RPIs sustain a smooth 10G data connection over a direct Ethernet wire? Crossover cable if necessary? And if not, anyone know of an ...
1 vote
0 answers
185 views
how to give power and ETH to pi pico W at same time?
Learning following project https://github.com/sbcshop/Raspberry-Pi-Pico-RFID-Expansion. Now the requirement is to connect project with Ethernet network, also provide power supply at same time. Qustion:...
2 votes
1 answer
1k views
RPi ignores eth0 connection (RPi 4B+ 8GB & PoE+ Hat)
I finally got my hands on a Pi 4B (8GB version) along with the official PoE+ Hat. I plugged it all in and I was hoping everything would just turn on but no, unfortunately my PoE injector was only 24V, ...
0 votes
0 answers
664 views
Adding two ENC2860 ethernets on 2 spi of Raspberry Pi Zero
I have successfully added enc2860 using spi0, I followed https://www.raspberrypi-spy.co.uk/2020/05/adding-ethernet-to-a-pi-zero/ to get it working without any issue on eth0. But I now want to add 2nd ...
2 votes
1 answer
4k views
Can't connect to raspberry pi in LAN with ethernet
This is my problem. I have trying yo use a RPi 3 Model B with Raspberry Lite OS (headless) for make a home NAS. Well, the true is I can use it via WiFi, but I can't with a ethernet. My router can see ...
0 votes
0 answers
84 views
Is it normal my wired internet connection is capped?
I'm experimenting quite a surprising slow internet connection on the Pi. I scrolled a lot through the web and I'm unable to figure out whether it's supposed to be that way or not: some people seem to ...
1 vote
0 answers
701 views
Raspberry pi ethernet light blinking a color when connected to laptop
I have received a Raspberry Pi 4 Model B, and have been using it for several weeks. I had installed OpenWRT(21.02.1) on one of my MicroSD cards and had put it into my pi. I don't have an external ...
0 votes
1 answer
568 views
Why did Pi-4's port layout change?
If you look at a Raspberry Pi 4 B from port side the side of the USB ports, it's a striking difference to previous B-models that USB block and ethernet jack have switched places. To me this is a ...
0 votes
0 answers
235 views
Forwarding incoming traffic to a pi to another port
So I have my pi 3b connected to another device with an IP address of 192.168.250.1 via Ethernet (eth0). I set my static IP address to 192.168.250.100 so both could communicate. The device wants to ...
0 votes
0 answers
248 views
Trouble communicating between a raspberry pi 3b and Omron plc using pyModbusTCP
Ok so I am trying to communicate with an Omron plc using a raspberry pi running the latest version of raspbian (bullseye in this case). I have been trying to keep it simple, so the only thing else is ...