Quote Originally Posted by badboy1985ro View Post
Thank you for halp.
I manage to compile the firmware.
Now i have a problem.
I wanna connect my router to a webcam. After looking for details and compiling the firmware i bump in to the following issue:
Webcam genius driver gspca_sonixb.ko.
I did compile all the drivers, just to be sure if this is not the one to have the all readi.
Now
When i tri to load the driver using "insmod gspca_sonixb.ko" i get:
insmod: can't insert 'gspca_sonixb.ko': unknown symbol in module, or unknown parameter
using "modprob gspca_sonixb.ko":
modprobe: chdir(/opt/lib/modules): No such file or directory
what i am doing wrong?

I also truied this using the firmware resulted from the compile, *trx. Same result
you need to use insmod instead, i.e.
Code:
insmod gspca_sonixb
modprobe is broken in the firmware for some reason it searches inside /opt/lib/modules instead of /lib/modules + it requires /lib/modules/2.6.22.19/modules.dep which is not installed by default.

regarding your other note about ntfs.ko if you don't need it take a look at src/gateway/Makefile there is a line which installs it