Georgi Valkov
Georgi Valkov
@mpratt14 > it almost looks like `/usr/bin/env gtrue` is not returning true on your system... ``` bash /usr/bin/env gtrue && echo yes yes /usr/bin/env gfalse || echo no no /usr/bin/env...
@mpratt14 Let me know when you come with an idea and I'll test it. I think I found an error. There are several places where the script dies if it...
Mode 3 breaks tethering for me. Reverting to mode 1 makes it work again. Here is my research https://github.com/libimobiledevice/usbmuxd/commit/c7a0dd9b82633ea347497626282e3051a469ef50#r141306029 @nikias @FunkyM @BalkanMadman @rickmark @Blefish @marcan
@nikias Thanks for the quick replay. Are you able to enable tethering in mode 3 and how? - The benefit of mode 1 is that we only need `ipheth` so...
@markkuleinio I installed Wireshark 4.0.2 a few hours ago and it came with npcap 1.71. Thanks for letting me know I should skip 1.72 as well! Hopefully this gets resolved...
@rany2 On a `frr` PR https://github.com/openwrt/packages/pull/24242#issuecomment-2134950553 of mine, @neheb pointed me to check whether the parameter to `basename` is writable. Here `cfg->object` is not writable: `const char *object;`. According to...
@rany2 Yes, it is addressed in your PR. I'm sorry for the confusion and thanks for the help.
@rany2 Build tested: WRT3200ACM, host: macOS 14.5. If you provide any specific commands, I can also test run.
@rany2 I enable it as part of the build process for my routers. It shows help when I run it. I've never ran any commands manually. I'm not sure if...
If it helps I can run some tests on WRT3200ACM, but that's a 32-bit router. I've been using the following patch for years, everything builds and works fine. I installed...