Results 1 to 2 of 2
I might be in the wrong place, but this was the closest i was to the kernel. I want to compile a redboot kernel for a wireless router ... and ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-29-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 1
Insmod: command not found in MAC OS terminal
I might be in the wrong place, but this was the closest i was to the kernel. I want to compile a redboot kernel for a wireless router ... and that requires me to use the command insmod and modprobe.
However using from my Mac OS 10.5.8 (Leopard) it says that the command not found. I have installed the gcc development suit and all other development suits available on the 10.5.8 cd but no luck.
Help required.
- 10-29-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,160
These commands have to be run on the device itself. Boot the device and connect into a terminal/command-line session on it. Then you should be able to use modprobe/insmod to install the driver module you need. Some drivers can be built either as modules or built into the kernel. The latter is preferable for device drivers on embedded devices such as this.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
