Results 1 to 8 of 8

Thread: Oleg how to compile only modules

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Thanks

    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
    Last edited by badboy1985ro; 31-05-2012 at 21:08.

  2. #2
    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

Similar Threads

  1. Oleg firmware - older version
    By kvr in forum WL-500gP Firmware Discussion
    Replies: 0
    Last Post: 17-04-2012, 19:04
  2. Why there is no Bluetooth modules in firmwares with 2.6 kernel?
    By pleha in forum WL-500gP Firmware Discussion
    Replies: 11
    Last Post: 02-04-2012, 07:21
  3. [HOW TO] Compile a program for your router
    By wpte in forum WL-500gP Tutorials
    Replies: 11
    Last Post: 24-06-2010, 19:52
  4. Oleg-FW selber compilieren ... wie?
    By WLAN-Fan in forum German Discussion - Deutsch (DE)
    Replies: 9
    Last Post: 17-01-2008, 09:23

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •