Announcement

Collapse
No announcement yet.

[SOLVED] How to load modules on startup

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] How to load modules on startup

    Hi everyone. I've just installed lucid lynx on a vaio VGN-FE31Z and everything but the webcam works out of the box. Webcam ID:
    Bus 001 Device 004: ID 0ac8:c002 Z-Star Microelectronics Corp. Visual Communication Camera VGP-VCC1
    After googling a little I found out that I had to load the gspca_vc032x module, which fortunately is integrated in the 2.6.32-22-generic kernel.

    The module can be easily loaded by typping
    Code:
    sudo modprobe gspca_vc032x
    but I'd rather load it on startup. Does anyone know how to do it?


    #2
    Re: How to load modules on startup

    Add it to /etc/modules. You'll have to edit the file as root but that's where the module goes.

    Hope this helps -
    we see things not as they are, but as we are.
    -- anais nin

    Comment


      #3
      Re: How to load modules on startup

      Just tried and it works.

      Thanks a lot!

      Comment

      Working...
      X