rixed
Member
Here is a working procedure to get gp2x usbnet working with a linux box :
Download g_ether from http://gp2x.sector808.org/g_ether.o
download the 2.0 firmware, unzip it.
then, unzip gp2xfs.tar.gz, extract g_ether, delete it, replace it with the new one, re-append that file to the archive, then re-zip it :
cd /path/where/you/unziped/firmware
gunzip gp2xfs.tar.gz
tar xf gp2xfs.tar lib/modules/2.4.25/kernel/drivers/usb/gadget/g_ether.o
cp /path/where/new/driver/is/g_ether.o lib/modules/2.4.25/kernel/drivers/usb/gadget/g_ether.o
tar f gp2xfs.tar --delete lib/modules/2.4.25/kernel/drivers/usb/gadget/g_ether.o
tar f gp2xfs.tar --update lib/modules/2.4.25/kernel/drivers/usb/gadget/g_ether.o
gzip gp2xfs.tar
Then copy all this onto the sd card, and reflash the gp2x.
This works like a charm.
Download g_ether from http://gp2x.sector808.org/g_ether.o
download the 2.0 firmware, unzip it.
then, unzip gp2xfs.tar.gz, extract g_ether, delete it, replace it with the new one, re-append that file to the archive, then re-zip it :
cd /path/where/you/unziped/firmware
gunzip gp2xfs.tar.gz
tar xf gp2xfs.tar lib/modules/2.4.25/kernel/drivers/usb/gadget/g_ether.o
cp /path/where/new/driver/is/g_ether.o lib/modules/2.4.25/kernel/drivers/usb/gadget/g_ether.o
tar f gp2xfs.tar --delete lib/modules/2.4.25/kernel/drivers/usb/gadget/g_ether.o
tar f gp2xfs.tar --update lib/modules/2.4.25/kernel/drivers/usb/gadget/g_ether.o
gzip gp2xfs.tar
Then copy all this onto the sd card, and reflash the gp2x.
This works like a charm.