-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Onboard 1Gig Ethernet Port Not Working #16
Comments
I took board out of the aluminum enclosure and found that the ethernet transceiver being used is a RealTek RTL8211E, does the firmware have drivers for this chip? |
Here's the workaround I used plug-in both USB C ports, wait. In your device manager You'll find the Pluto SDR serial console. Login username root, password analog. Type ifconfig USB0 down. Set a static address. Ignore what your router says, but in your software such as SDR sharp just type in the IP address you configured. I was pulling out my hair because my router would not recognize it being there but it's working. |
I have the same problem - the virtual USB ethernet interface works, but no dedicated ethernet. Why would it be good to get the RTL8211E PHY running? What is missing? How to?
linux/arch/arm/boot/dts/zynq-zed.dtsi
linux/arch/arm/boot/dts/zynq-zed.dts:
But I am not sure about interrupts etc.
Next Steps |
Problem solved, for me. In fact, this repo already contains a device tree chunk:
Apparently, the compatible and reg fields are not that important. I have not tested the bandwidth, this would require a tool like perf on the libre. I had some issues with the SD-Card and it seems like I booted the wrong image. Now ethernet is working fine. The address can be configured in config.txt (virtual mass-storage) under the section [USB_ETHERNET], after libreSDR is connected via USB-C (OTG plug). |
I'm not able to get the LibreSDR to grab a DHCP IP when I plugin a ethernet cable into my network, is there a setting I need to change to enable the ethernet jack?
BTW, I can access the LibreSDR over USB by setting a static IP on the Pluto Virtual Ethernet adapter, but it seems slow and I'm not able to get much use out of my intended use case with DATV-Express when using more than 2M BW channels for DVB-T.
The text was updated successfully, but these errors were encountered: