$ sudo $(type -p bf_kdrv_mod_load) The modules can be unloaded simply by$ sudo rmmod <module> or by using the commands <module>_mod_unload with sudo in a similar fashion as the load commands.The kernel modules need to be compiled for the exact same kernel which is running on the ...
51 + for mod in kdrv knet kpkt; do 52 + name=bf_''${mod}_mod 53 + ln -s ${bf-sde}/install/bin/''${name}_unload $out/bin/''${name}_unload 54 + load=$out/bin/''${name}_load 55 + echo '#!${runtimeShell}' >>$load 56 + echo "${bf-sde}/install/bin/'...
$ sudo $(type -p bf_kdrv_mod_load) The modules can be unloaded simply by$ sudo rmmod <module> or by using the commands <module>_mod_unload with sudo in a similar fashion as the load commands.The kernel modules need to be compiled for the exact same kernel which is running on the ...