judge0
Member
A quick summary of what we know so far:
USB 2.0 doesn't work with provided USB cable.
Drivers exist in /lib/modules/2.4.25/drivers/usb/gadget/
- g_zero.o
- g_file_storage.o
- gadgetfs.o
- net2272.o
Utility modprobe can load 'net2272', can load after net2272, gadgetfs and g_zero.
Cannot load g_file_storage ever, (it's loaded as required by 'net2272').
MMSP2 has USB chip built-in to SOC, possibly accessible through EXT port.
GPH has added their own (net2272) USB, accessible through USB port on right hand side by Power Connection.
No combination of the above drivers allows system to work with either WinXP or Linux.
Some scattered, unconfirmed reports of stable USB 1.1 working through hub ( I tried this, did not work for me).
Information that is not available to me:
Drivers that shipped with the dev board???
I have a feeling that the builtin MMSP2 USB has priority on the system, but has no pathway to the cable. (ie. The connection is being established, but during handshaking protocol, a request is made by the host PC that the builtin USB-MMSP2 is trying to respond to). Alternatively, a base driver for the USB is missing and needs to be loaded on system before 'net2272'. Also, the above drivers might be applied to the MMSP2 hardware because of conflict priority etc.
Is there a kind soul with a dev board that could post a listing of system drivers, and possibly post them on ED's site? Would certainly be appreciated
EDIT: typo
USB 2.0 doesn't work with provided USB cable.
Drivers exist in /lib/modules/2.4.25/drivers/usb/gadget/
- g_zero.o
- g_file_storage.o
- gadgetfs.o
- net2272.o
Utility modprobe can load 'net2272', can load after net2272, gadgetfs and g_zero.
Cannot load g_file_storage ever, (it's loaded as required by 'net2272').
MMSP2 has USB chip built-in to SOC, possibly accessible through EXT port.
GPH has added their own (net2272) USB, accessible through USB port on right hand side by Power Connection.
No combination of the above drivers allows system to work with either WinXP or Linux.
Some scattered, unconfirmed reports of stable USB 1.1 working through hub ( I tried this, did not work for me).
Information that is not available to me:
Drivers that shipped with the dev board???
I have a feeling that the builtin MMSP2 USB has priority on the system, but has no pathway to the cable. (ie. The connection is being established, but during handshaking protocol, a request is made by the host PC that the builtin USB-MMSP2 is trying to respond to). Alternatively, a base driver for the USB is missing and needs to be loaded on system before 'net2272'. Also, the above drivers might be applied to the MMSP2 hardware because of conflict priority etc.
Is there a kind soul with a dev board that could post a listing of system drivers, and possibly post them on ED's site? Would certainly be appreciated
EDIT: typo