RE: Linux USB mass storage gadget insmod error

2012-12-10 Thread Michal Nazarewicz
On Sun, Dec 09 2012, victor wrote: > Yes, I am running the USB mass storage gadget on a new chip. Which > UDC code supports the mass storage gadget? I intend to write UDC for > the new chip based on the existing UDC code. Mass storage gadget should work with any UDC, but if there is none it won'

RE: Linux USB mass storage gadget insmod error

2012-12-08 Thread victor
> > On Fri, Dec 07 2012, victor wrote: > > I can build linux USB mass storage gadget. When I want to insmod it, > > the following errors are reported. I have the file g_mass_storage.ko, > > why can't I insmod the file? > > > > # ls /lib/modules/3.4.4\+/kernel/drivers/usb/gadget/ > > g_mass_storage

Re: Linux USB mass storage gadget insmod error

2012-12-07 Thread Michal Nazarewicz
On Fri, Dec 07 2012, victor wrote: > I can build linux USB mass storage gadget. When I want to insmod it, the > following errors are reported. I have the file g_mass_storage.ko, why can't > I insmod the file? > > # ls /lib/modules/3.4.4\+/kernel/drivers/usb/gadget/ > g_mass_storage.ko > # insmod /

Linux USB mass storage gadget insmod error

2012-12-07 Thread victor
Hi, I can build linux USB mass storage gadget. When I want to insmod it, the following errors are reported. I have the file g_mass_storage.ko, why can't I insmod the file? # ls /lib/modules/3.4.4\+/kernel/drivers/usb/gadget/ g_mass_storage.ko # insmod /lib/modules/3.4.4\+/kernel/drivers/usb/gadge