Re: Problem building gspca module

2011-07-14 Thread Jean-Francois Moine
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

Problem building gspca module

2011-07-14 Thread Dave Fine
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