> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:linux-usb-
> [EMAIL PROTECTED] On Behalf Of Dylan Cristiani
> Sent: Monday, February 19, 2007 7:51 AM
> To: linux-usb-devel@lists.sourceforge.net
> Subject: [linux-usb-devel] ethernet gadget problem
> 
> 
> hi people,
> i'm new to the list, i hope someone could help me: i'm using a pxa270
cpu
> over mainstone II like platform with linux kernel 2.6.18; i've read a
lot
> of messagges about this issue but i cannot find the solution: my
target is
> to use the ethernet gadget client interface (pxa270 side), but i found
> some
> troubles; i discovered that to insert the module g_ether.ko (also in
> client
> mode) i must previously install the modules usbcore.ko and
dummy_hcd.ko is
> this correct ?

No.  dummy_hcd is used for testing only.  It is basically a loopback
driver so it acts as both a Host Controller driver (Host side) and a
Gadget driver (Device side).
Thus you can test both host and device sides on a single PC (no physical
USB bus required).

I believe you want to load the pxa2xx_udc.ko module as your Device side
controller, and then load g_ether.ko.
I've not done this myself though.

dom


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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