<html><head></head><body>Dear all, <br><br>I acknowledge this patch on the RT-AC85P. For me in the setup without the patch, port numbers above the LEDs are correctly linked to respective physical port numbers, but the naming under Luci is incorrect, e.g. LAN1 corresponds to physical port 4.<br><br>Birger <br><br><div class="gmail_quote">On 10 December 2019 14:25:00 CET, Birger Koblitz <mail@birger-koblitz.de> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Dear all,<br><br>I'll check this this evening. Maybe I got the numbers backwards. The router's leds are labelled in the sequence 4 to 1 while the ports are numbered 1-4 at the back...<br><br>Birger <br><br><br><div class="gmail_quote">On 10 December 2019 14:16:55 CET, "Gábor Varga" <vargagab@gmail.com> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div dir="ltr">Dear Adrian,<div><br></div><div>of course no, I have only Asus RT-AC65P router. As I see, the two devices are identical, but hopefully Birger can confirm (or not) this. When the port numbering are different on two devices, than I send a new patch.</div><div><br></div><div>Thanks,</div><div><br></div><div>Gabor Varga</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Adrian Schmutzler <<a href="mailto:mail@adrianschmutzler.de">mail@adrianschmutzler.de</a>> ezt írta (időpont: 2019. dec. 10., K, 12:39):<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
have you verified this for both devices (rt-ac65p and rt-ac85p)?<br>
<br>
I've added Birger Koblitz to recipients (RT-AC85P author).<br>
<br>
Best<br>
<br>
Adrian<br>
<br>
> -----Original Message-----<br>
> From: openwrt-devel [mailto:<a href="mailto:openwrt-devel-bounces@lists.openwrt.org" target="_blank">openwrt-devel-bounces@lists.openwrt.org</a>] On<br>
> Behalf Of <a href="mailto:vargagab@gmail.com" target="_blank">vargagab@gmail.com</a><br>
> Sent: Montag, 9. Dezember 2019 23:04<br>
> To: <a href="mailto:openwrt-devel@lists.openwrt.org" target="_blank">openwrt-devel@lists.openwrt.org</a><br>
> Cc: <a href="mailto:ynezz@true.cz" target="_blank">ynezz@true.cz</a>; <a href="mailto:gch981213@gmail.com" target="_blank">gch981213@gmail.com</a>; Gabor Varga <<a href="mailto:vargagab@gmail.com" target="_blank">vargagab@gmail.com</a>><br>
> Subject: [OpenWrt-Devel] [PATCH] ramips: fix switch port numbering for RT-<br>
> AC65P/RT-AC85P<br>
> <br>
> From: Gabor Varga <<a href="mailto:vargagab@gmail.com" target="_blank">vargagab@gmail.com</a>><br>
> <br>
> The switch LAN port numbers are in reversed order with original config.<br>
> With this patch they are fixed.<br>
> <br>
> Signed-off-by: Gabor Varga <<a href="mailto:vargagab@gmail.com" target="_blank">vargagab@gmail.com</a>><br>
> ---<br>
>  .../linux/ramips/mt7621/base-files/etc/board.d/02_network  | 7 +++++--<br>
>  1 file changed, 5 insertions(+), 2 deletions(-)<br>
> <br>
> diff --git a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network<br>
> b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network<br>
> index 420780a101..42cdb4d57f 100755<br>
> --- a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network<br>
> +++ b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network<br>
> @@ -37,6 +37,11 @@ ramips_setup_interfaces()<br>
>               ucidef_add_switch "switch0" \<br>
>                       "0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "6@eth0"<br>
>               ;;<br>
> +     asus,rt-ac65p|\<br>
> +     asus,rt-ac85p)<br>
> +             ucidef_add_switch "switch0" \<br>
> +                     "1:lan:1" "2:lan:2" "3:lan:3" "4:lan:4" "0:wan" "6@eth0"<br>
> +             ;;<br>
>       alfa-network,quad-e4g|\<br>
>       netgear,r6220|\<br>
>       netgear,r6260|\<br>
> @@ -64,8 +69,6 @@ ramips_setup_interfaces()<br>
>               ucidef_add_switch "switch0" \<br>
>                       "1:lan" "2:lan" "3:lan" "4:lan" "0:wan" "6@eth0"<br>
>               ;;<br>
> -     asus,rt-ac65p|\<br>
> -     asus,rt-ac85p|\<br>
>       dlink,dir-860l-b1|\<br>
>       elecom,wrc-1167ghbk2-s|\<br>
>       elecom,wrc-1900gst|\<br>
> --<br>
> 2.24.0<br>
> <br>
> <br>
> _______________________________________________<br>
> openwrt-devel mailing list<br>
> <a href="mailto:openwrt-devel@lists.openwrt.org" target="_blank">openwrt-devel@lists.openwrt.org</a><br>
> <a href="https://lists.openwrt.org/mailman/listinfo/openwrt-devel" rel="noreferrer" target="_blank">https://lists.openwrt.org/mailman/listinfo/openwrt-devel</a><br>
_______________________________________________<br>
openwrt-devel mailing list<br>
<a href="mailto:openwrt-devel@lists.openwrt.org" target="_blank">openwrt-devel@lists.openwrt.org</a><br>
<a href="https://lists.openwrt.org/mailman/listinfo/openwrt-devel" rel="noreferrer" target="_blank">https://lists.openwrt.org/mailman/listinfo/openwrt-devel</a><br>
</blockquote></div>
</blockquote></div></blockquote></div></body></html>