Extra kernel modules - Howto?

Discussion in 'Modding and Customization' started by egnaro937, Dec 1, 2008.

  1. egnaro937

    egnaro937

    Joined:
    Nov 30, 2008
    Messages:
    10
    Likes Received:
    0
    How do I install an extra kernel module?

    I want to use J-Pilot to synchronise my Palm m125 with my One, but this needs the 'visor' module. I tried 'modprobe visor' and got told it wasn't there.

    I'm prepared to be told this is astonishingly simple, and to be affirmed as a n00b, so please 'bring it on' ;)
     
    egnaro937, Dec 1, 2008
    #1
  2. egnaro937

    Japser

    Joined:
    Aug 28, 2008
    Messages:
    267
    Likes Received:
    0
    Japser, Dec 1, 2008
    #2
  3. egnaro937

    egnaro937

    Joined:
    Nov 30, 2008
    Messages:
    10
    Likes Received:
    0
    Thanks, Jasper,

    But...

    I downloaded, extracted and copied the visor.ko module to /lib/.../serial/visor.ko

    It's there.

    I rebooted, and checked with modprobe -l (I'm learning...), and it hasn't loaded.

    Do I need an entry in a file somewhere, asking for it to be loaded on boot? Can I load it manually? I vaguely remember a command 'insmod'.
     
    egnaro937, Dec 1, 2008
    #3
  4. egnaro937

    badmuddahumpa

    Joined:
    Oct 22, 2008
    Messages:
    24
    Likes Received:
    0
    give it a "sudo depmod -a" to rebuild the module dependencies. Hopefully it'll get dynamically loaded when you connect your device after that. If not you can always load the modules manually too with 'sudo modprobe visor'
     
    badmuddahumpa, Dec 1, 2008
    #4
  5. egnaro937

    egnaro937

    Joined:
    Nov 30, 2008
    Messages:
    10
    Likes Received:
    0
    Thanks, people;

    Module loading nicely, now. Case closed! :D
     
    egnaro937, Dec 2, 2008
    #5
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.