Re: Howto compile more kernel modules with MokoMakefile?

2008-07-28 Thread Jay Vaughan
I want to compile the USB GADGED STORAGE module for the kernel how I have to do this? You can't use other Gadget devices currently, because Gadget-Ethernet is compiled into the kernel (not as a module) and this precludes any other gadget drivers from loading. As I am currently working

Re: Howto compile more kernel modules with MokoMakefile?

2008-07-28 Thread Al Johnson
On Monday 28 July 2008, Jay Vaughan wrote: I want to compile the USB GADGED STORAGE module for the kernel how I have to do this? You can't use other Gadget devices currently, because Gadget-Ethernet is compiled into the kernel (not as a module) and this precludes any other gadget drivers

Re: Howto compile more kernel modules with MokoMakefile?

2008-07-28 Thread Jay Vaughan
You can't use other Gadget devices currently, because Gadget-Ethernet is compiled into the kernel (not as a module) and this precludes any other gadget drivers from loading. As I am currently working on Gadget Audio for the Freerunner, I too would like to see this situation resolved properly

Re: Howto compile more kernel modules with MokoMakefile?

2008-07-28 Thread Al Johnson
On Monday 28 July 2008, Jay Vaughan wrote: You can't use other Gadget devices currently, because Gadget-Ethernet is compiled into the kernel (not as a module) and this precludes any other gadget drivers from loading. As I am currently working on Gadget Audio for the Freerunner, I too

Re: Howto compile more kernel modules with MokoMakefile?

2008-07-28 Thread Gilles Casse
Al Johnson wrote: That's frustrating. I had imagined the gadget functions could coexist so we could provide both network and storage. Even if the gadget ether is built as module, it does not give necessarily the possibility to load another gadget. AIUI, only one gadget device can be

Howto compile more kernel modules with MokoMakefile?

2008-07-26 Thread Alexander Syring
Hi I want to compile the USB GADGED STORAGE module for the kernel how I have to do this? Which files I have to change or to create? Can I have an make menuconfig for kernel? And if yes how do I start it right? with make ARCH=arm4 menuconfig ? thx regards Alex

Re: Howto compile more kernel modules with MokoMakefile?

2008-07-26 Thread Brad Midgley
Alexander Check the modules tarball. It's released with firmware images. I used it for the modules I needed for a few usb devices. Brad On Sat, Jul 26, 2008 at 5:39 AM, Alexander Syring [EMAIL PROTECTED] wrote: Hi I want to compile the USB GADGED STORAGE module for the kernel how I have to