Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Brilliant great find! Wasted at least 2 days with debug. One thing I had to do, was to recompile BusyBox from source, and set ` MODPROBE_SMALL [=n]` , so I can get more feature-able modprobe. :) Thanks again! Commented Sep 6, 2019 at 18:31
  • 1
    Thanks, I didn't know there was a MODPROBE_SMALL setting in busybox. So sometimes enabling everything (=y) disables stuff. Why is it so hard to build a feature-complete busybox ...oh well. :-) Commented Sep 6, 2019 at 19:22