Jonas Gorski

Results 71 comments of Jonas Gorski

The core issue seems to be that the ICQ_RAPI_SERVER used is depracated/not working anymore. icyqueue uses https://github.com/EionRobb/icyque/blob/master/libicyque.c#L36 ```c #define ICQ_RAPI_SERVER "https://rapi.icq.net" ``` but looking at the official client https://github.com/mailru/icqdesktop.deprecated/blob/master/core/connections/urls_cache.cpp#L31 the...

Awesome, that was quicker than expected! I didn't even get to reply that I will have time in the evening once I'm not on company time anymore, but don't want...

> I don't believe "DEPENDS:=CONFIG_HW_RANDOM=y" currently works. _That_ seems much more appropriate for this situation. It works perfectly fine. If I select `bmips/bcm6328`, and select `kmod-b43` as `n`, `CONFIG_HW_RANDOM` is...

> OpenWrt ignores STP packets sent by other devices OR OpenWrt receives them but doesn't process them correctly Have you checked if OpenWrt actually receives any STP packets? They should...

> Good question @KanjiMonster , thank you. I can try it but I assume CPU should not process STP anyway. That should be handled by the switch ASIC. In my...

> OK, that makes sense if the CPU is getting only STP packets and not for example TCP then it can handle STP on all ports. I'll try tcpdump on...

Confirms my suspicion that the switch does not trap the BPDU packets correctly. Looking at the driver, it tries to set it up at https://github.com/openwrt/openwrt/blob/master/target/linux/realtek/files-5.15/drivers/net/dsa/rtl83xx/dsa.c#L151: ``` for (int i =...

> My guess is that the wrong number for your SoC are not simply a typo in the code but the correct value for another SoC. During that process of...

I guess for Edgerouter-X's MT7621 [this commit](https://github.com/torvalds/linux/commit/8332cf6fd7c7087dbc2067115b33979c9851bbc4) is missing and needs to be backported. @arinc9, this is from you. Can you take care of that? Looks like this fix was...

> > @KanjiMonster @howels, I'll submit my remaining patches that fix handling of link-local frames to 5.15 stable releases. It should appear on OpenWrt 23.05 once the kernel version is...