On Fri, 15 Jul 2011 00:06:54 -0400
Dave Fine wrote:
> I'm trying to build the gspca module and insmod into my current
> running system. I can compile the module, but can't insmod it.
>
> steps I take to build:
>
> $ cd /usr/src/linux-source-2.6.38
> $ sudo cp /boot/config-2.6.38-8-generic .conf
I'm trying to build the gspca module and insmod into my current
running system. I can compile the module, but can't insmod it.
steps I take to build:
$ cd /usr/src/linux-source-2.6.38
$ sudo cp /boot/config-2.6.38-8-generic .config
$ sudo make oldconfig
$ sudo make prepare
$ sudo make modules_pre