Hi All,
I have a C4 beagleboard running Angstrom demo. I want to install
insmod and modprobe commands
to it. I have tried to opkg install insmod. But it said not to have
such thing. Can anyone tell me how to
get insmod and modprobe into my beagle?
Everett
They are installed by default, just make sure you have /sbin and /usr/sbin in $PATH
regards,
Koen
Hi Koen,
Thanks. They are all in /sbin.
I tried to add this path to my .bashrc or .ashrc for root so I don't have to type this path every time. But it has no effect. What/where should I do it?
Everett