-
Notifications
You must be signed in to change notification settings - Fork 63
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
Using insmod vs modprobe #3
Comments
On Jul 29, 2015, at 15:25 , Toke H�iland-J�rgensen notifications@github.com wrote:
As far as I know we used ins mod from before I got involved. Maybe older openwrts did not carry mod probe by default? I guess, Dave would know best. Best Regards
|
modprobe was not available in earlier openwrt systems. On Wed, Jul 29, 2015 at 3:44 PM, Sebastian Moeller moeller0@gmx.de wrote:
Dave Täht |
Right. I'm not sure if it's just my build or if we can generally rely on Checking for errors and failing gracefully is a separate issue, I think; |
What is the reason for using insmod currently? On openwrt modprobe and
insmod seem to be equivalent, and on other systems insmod seems to
expect a filename not a module name. So wouldn't it be more correct to
use modprobe?
The text was updated successfully, but these errors were encountered: