-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modprobe or modprobe_small? #26
Comments
Blocked by non-static build? :( |
There are modprobe and modprobe_small implementations in https://github.com/samuela/rustybox/tree/master/modutils. |
I play with busybox today and have a problem with soft dependencies :( For example I try to load r8169 nic driver, but realtek.ko isn't loaded as pre dependency.
But it should work without manually reload the modules in the right order... |
Hmm, it sounds as though this is an issue with modprobe/modprobe_small. If the busybox version doesn't work for you, then the rustybox one won't either since the rustybox utilities have been transpiled from the busybox ones. |
If busybox and rustybox versions of the same utilities don't perform identically then that's a bug. |
I need to test it with kernel 4.x! Maybe it could be a kernel 5.x problem! |
Tested different kernel versions. It fails with kernel 5.x and works fine with alpine linux-vanilla 4.9.x kernel!
So shouldn't be a busybox bug... |
Ok glad to hear you got it working! |
Hi,
I again try to move to rustybox because it would be easier to build (if musl / static build works) for custom needs.
With busybox binary I have some problems with modprobe_small which not handle (soft) deps as should.
Supports rustybox modprobe, modprobe_small or both?
The text was updated successfully, but these errors were encountered: