Hi,
can please someone explain me the steps to setup usb eth network, because Rpi3b eth speed is higher via usb:
https://www.jeffgeerling.com/blogs/jeff ... networking:
"Note about model 3 B+: The Raspberry Pi 3 model B+ includes a Gigabit wired LAN adapter onboard—though it's still hampered by the USB 2.0 bus speed (so in real world use you get ~224 Mbps instead of ~950 Mbps). So if you have a 3 B+, there's no need to buy an external USB Gigabit adapter if you want to max out the wired networking speed!"
Is there already official Dietpi tutorial? I did not found one.
Tnx!
Getting Gigabit Networking on a Raspberry Pi B+
Re: Getting Gigabit Networking on a Raspberry Pi B+
Wasn't it recognized upon plugging it in?
Check the following:
Check the following:
Code: Select all
lsusb; lsmod;sudo ip -s link
Re: Getting Gigabit Networking on a Raspberry Pi B+
yeah, but will it transfer all static ip settings tu usb eth conn, once lan cable is moved from onboard rj45 to usb-rj45 adapter?
I'm connecting to server only with ssh, that's why...
I'm connecting to server only with ssh, that's why...
Re: Getting Gigabit Networking on a Raspberry Pi B+
well just plug a 2nd cable and configure the usb interface as needed. Once working, remove the cable from onboard interface.
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: Getting Gigabit Networking on a Raspberry Pi B+
No, the settings are per interface. So if the onboard is eth0 and usb is eth1, you'll need to configure eth1 as well, then move the cable.