Hello,
I have an issue that i can't make much sense of.
Here was my network setup :
Router -> BPL -> rpi3 : All is working fine
I deciced to use the rj45 in the walls for a better bandwidth, the connection is a bit flimsy, So I frst made sure this was working ok :
Router -> RJ45 wall -> Laptop(ArchLinux) : once I'm able to get a carrier all is working fine
$this->bbcode_second_pass_code('', '
cat /sys/class/net/eth0/carrier
1
...
')
So I put the ethernet cable in the rpi3, expecting it to work, but :
$this->bbcode_second_pass_code('', '
cat /sys/class/net/eth0/carrier
1
sudo ip link set eth0 up
sudo dhcpcd eth0
...
timeout
')
Not knowing what to do next, I plug a switch (actually a wifi router in access point mode) like this
Router -> Wall RJ45 -> switch -> rpi3 : All is working fine !
I just can't make sense of it.
I also tried with static ip, I get routes but nothing is going trough.