Hi, 

modprobe will look exclusively on the
/lib/modules/kernel_version/ for your module.
use insmod instead: 
%insmod g_zero.o

And don't forget to insmod the at91_udc module before
g_zero or it will fail!

Regards,
Matt


--- CG <[EMAIL PROTECTED]> a écrit :

> Hello,
> 
> I would like to have the process to be able to load
> usb gadget modules with
> modprobe command.
> 
> when I execute modprobe g_serial
> 
> I got this message errors
> 
> insmod: /lib/modules/2.6.12: No such file or
> directory
> insmod: /lib/modules: No such file or directory
> insmod: g_Serial.o: no module by that name found
> 
> Any idea to create these directories and have these
> modules in there.
> 
> Do I have to create /lib/modules/2.6.12 in ramdisk?
> 
> Christian
> 
> 
> 
> 
>
-------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux
> Migration Strategies
> from IBM. Find simple to follow Roadmaps,
> straightforward articles,
> informative Webcasts and more! Get everything you
> need to get up to
> speed, fast.
>
http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> _______________________________________________
> linux-usb-devel@lists.sourceforge.net
> To unsubscribe, use the last form field at:
>
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
> 



        

        
                
___________________________________________________________________________ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to