Franco Fichtner
Franco Fichtner
If the problem is in the USB stack then _yes_. If it is elsewhere _maybe_.
I'd recommend hitting https://bugs.freebsd.org at this point. Someone with more insight might tell us what's going on here. I don't see how we possibly broke this. Other modems still work...
Thanks, I subscribed to the issue.
Looks like a failure of the netlink additions in FreeBSD 14. The driver seems ok. Cheers, Franco
I doubt it's our end causing this (due to using the same code) unless this already regressed with upstream changes since 14.1 came out. This should be easy to test...
So latest debug kernel installs via: # opnsense-update -izka FreeBSD:14:amd64 -r dbg-24.7.6 # opnsense-shell reboot You can always revert to boot "kernel.old" from the boot menu to go back to...
Can you send the last one from the debug kernel to [email protected] — we probably still need a coredump and I need to get you set up on how that...
There are debug kernels from .1 to .6 available to try. I'm a bit pessimistic though: sometimes these issues do not manifest in debug kernels due to added fluffing... or...
Thanks for debugging this. It appears that `ifmedia_init()` is not called to set the callback to `ifm->ifm_status` in time and/or sanity checking for it is not in place. The init...
@dttocs thanks for proposing a patch over there. I'll merge a PR if you raise it here so we can include it in a next stable release. Cheers, Franco