

hpapagaj
-
Posts
5 -
Joined
-
Last visited
Reputation Activity
-
hpapagaj got a reaction from Igor_K in eth0 stuck at half duplex Orange Pi Zero
I upgraded to nightly beta.
I added to /etc/network/interfaces:
auto eth0
allow-hotplug eth0
iface eth0 inet manual
pre-up /sbin/ifconfig eth0 down
pre-up /sbin/ifconfig eth0 up
pre-up /sbin/ifconfig eth0 down
With this extra "pre-up" config I get full duplex connection (without only half duplex).
A: Macbook, Samsung TV: 100Mb/s full duplex
B: Old laptop Asus F5R, it is equipped with 10/100Lan card, but for some reason it is advertising itself 10Mb/s only (Live Ubuntu + Acronis True Image CD). Doesn't matter.
I use this little board for wlan0 to eth0 bridging and it's really good.
-
hpapagaj got a reaction from lanefu in eth0 stuck at half duplex Orange Pi Zero
I upgraded to nightly beta.
I added to /etc/network/interfaces:
auto eth0
allow-hotplug eth0
iface eth0 inet manual
pre-up /sbin/ifconfig eth0 down
pre-up /sbin/ifconfig eth0 up
pre-up /sbin/ifconfig eth0 down
With this extra "pre-up" config I get full duplex connection (without only half duplex).
A: Macbook, Samsung TV: 100Mb/s full duplex
B: Old laptop Asus F5R, it is equipped with 10/100Lan card, but for some reason it is advertising itself 10Mb/s only (Live Ubuntu + Acronis True Image CD). Doesn't matter.
I use this little board for wlan0 to eth0 bridging and it's really good.