Jan Hoffmann
Jan Hoffmann
@Ansuel: I got the same result as @octomike. With a few changes, the device boots at least and PCIe works: https://github.com/janh/openwrt/tree/pull-15421-fix-20240517 However, the error "No inbound ATU window available for...
Thank you for the report! Does the same issue exist, when connecting using a normal Telnet or SSH client? When using the tool, does it happen for both Telnet and...
@arnuschky Is the following an accurate summary? > On Zyxel VMG4005, you need to use the "root" user (contact Zyxel or see https://github.com/boginw/zyxel-vmg8825-keygen to obtain the password). Alternatively, you can...
@arnuschky The SSH bug is now fixed (but if you don't use public key authentication, you probably still want it disabled, because otherwise you'll get prompted for the passphrase of...
There are now additional builds using GTK4 and WebKitGTK 6.0. Hopefully, this is enough to support all distributions that no longer include WebKit2GTK 4.0.
I'm a bit late here, but thank you for this patch, @plappermaul! It is a big improvement over the previous state. I tested the SFP ports (with a patch to...
> But the current code might need this fix: > > ``` > - if (!neighbor_mode) > + if (!neighbor_mode || (neighbor_mode == RTL930X_SDS_OFF)) > ``` This doesn't change anything,...
> I did a quick test with the existing upstream methods `rtl822xb_config_init` and `rtl822xb_read_status`, but then the PHYs stop advertising 2.5G and only work at 1G. Actually, it works fine...
@bendavid The current draft version of the pull request applies to all SerDes, including those with a PHY. It is the same code I use locally, which works for the...
I have tested it on my JG927A and can confirm it works on current main branch (except for the SFP ports as expected). Thank you for opening the pull request!