Andrew MacIntyre
Andrew MacIntyre
> On a fresh install of 24.10.4 the eth0 port shows "connected" in luci but no link on the uplink switch. {...} > ```dmesg output | grep "eth0" [ 1.398644]...
I have been able to access both M3000 v1 & M3000 v2 again and have confirmed that the WAN works at 2.5Gbit for me in both devices when connected via...
> I tested it with a cable connected to port 2.5G. I know you can set up a WAN on port 1G, but I'd like port 2.5G to work as...
> Tried several scenarios and clean install but wanport does not connect. ( not on 1GB and not on 2.5GB) If your device doesn't have a working WAN port at...
Hmmm... as the WAN port uses a RTL8221B PHY I wonder whether some devices might require #21152 ? The `unknown/Full` speed/duplex reference in @grave2000 's log extract is curious...
It appears to me that #21152 doesn't apply to the 6.6. kernel in 24.10, as the 6.6 kernel version of the PHY driver uses the generic PHY reset mechanism and...
Have you tested eth0 at 1Gbit? Even though eth0 is nominally a 2.5Gbit port, it is setup to autonegotiate and should connect and operate at 1Gbit (and does so on...
Just for comparison, from the M3000 v2 I have: ``` root@OpenWrt:~# mdio mdio-bus DEV PHY-ID LINK 0x00 0x03a29461 up 0x01 0x001cc849 down 0x02 0x00000000 down 0x03 0x00000000 down 0x04 0x00000000...
Several minutes later, `mdio mdio-bus` reports the PHY as up: ``` 0x00 0x03a29461 up 0x01 0x001cc849 up 0x02 0x00000000 down ... ```