Re: kernel module dev

2008-08-22 Thread Javi Roman
On Thu, Aug 21, 2008 at 4:13 PM, Tomasz Czapiewski <[EMAIL PROTECTED]> wrote:
> On Thu, 21 Aug 2008, [EMAIL PROTECTED] wrote:
>
>> I've got a question on kernel development.  I want to try to get some USB
>> webcam support working, which requires gspca plus usb-video and a few other
>> modules, not presently being build.  can someone lead me by the hand to the
>> simplest path to being able to build modules for the 2008.08 kernel?  Until
>> recently gspca has been built outside the kernel source tree, but
>> apparently is merged into the standard kernel source as of 2.6.26 or
>> 2.6.27.  This driver covers perhaps 35% of USB webcams, including much of
>> the Logitech line.
>>

You have to compile your modules against kernel source tree used to
compile the current kernel image running in you FR. In order to do
this you have to build the kernel image using the MokoMakefile (the
OpenMoko framework I mean) and change the kernel image and modules of
your FR.

On the other hand you can download the toolchain
(http://wiki.openmoko.org/wiki/Toolchain) and compile your kernel (see
Advanced Topics) and modules, so you can to change the kernel and
modules of your FR.

The most important thing is to compile usb-video modules against the
kernel tree used for compile your current FR kernel image.

-- 
Javi Roman

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: kernel module dev

2008-08-21 Thread Tomasz Czapiewski
On Thu, 21 Aug 2008, [EMAIL PROTECTED] wrote:

> I've got a question on kernel development.  I want to try to get some USB
> webcam support working, which requires gspca plus usb-video and a few other
> modules, not presently being build.  can someone lead me by the hand to the
> simplest path to being able to build modules for the 2008.08 kernel?  Until
> recently gspca has been built outside the kernel source tree, but
> apparently is merged into the standard kernel source as of 2.6.26 or
> 2.6.27.  This driver covers perhaps 35% of USB webcams, including much of
> the Logitech line.
>
> j
>

Maybe these and some other usb modules should be included in openmoko 
kernel modules packages.
I've got usb webcam that I'd like to try with FR, too.

-- 
Tom

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


kernel module dev

2008-08-20 Thread freerunner
I've got a question on kernel development.  I want to try to get some USB
webcam support working, which requires gspca plus usb-video and a few other
modules, not presently being build.  can someone lead me by the hand to the
simplest path to being able to build modules for the 2008.08 kernel?  Until
recently gspca has been built outside the kernel source tree, but
apparently is merged into the standard kernel source as of 2.6.26 or
2.6.27.  This driver covers perhaps 35% of USB webcams, including much of
the Logitech line.

j



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community