import "edge-infra.dev/pkg/lib/kernel/modules"
Package modules implements kernel module functions
Functionality to run modprobe and lsmod with go
doc.go modules.go
func IsLoaded(name string) (bool, error)
func Load(name string) error
func LoadIfNotLoaded(name string) error