Usb Rndis Drivers Hang At Black Screen


Anhaedra

Member
Joined
May 9, 2004
Messages
250
I've setup the usbnet_on file, but when I execute it, the GP2X hangs at a black screen. Does anyone know why or how to fix it? Here's my usbnet_on file:

Code:
#!/bin/sh

# GP2X IP Setting
export IP="192.168.1.58"
# Host PC IP Setting(if using internet over usb)
export GATEWAY="192.168.1.53"

#--------------------------------------------------

# Driver install...
modprobe net2272
insmod g_ether.o

# IP Setting...
ifconfig usb0 "$IP"
ifconfig lo 127.0.0.1

# Run Samba Daemon
smbd
nmbd

# Run Inet Daemon(for Telnet Daemon)
/etc/rc.d/init.d/inet start

# Gateway Setting...
route add default gw "$GATEWAY"
rdate -s time.bora.net &

# Return Menu
cd /usr/gp2x
exec ./gp2xmenu
 
My kernel does have networking support and I am connecting to Windows XP 64 bit.
 
I don't know if it's the same problem as gngeo.But sometimes the problem is the text editor.

Try why programer notepad and check the property of you file is unix text file

bye

Herc. :ph34r:
 
hercule18 posted on Mar 9 2006 at 09:18 AM said:
I don't know if it's the same problem as gngeo.But sometimes the problem is the text editor.

Try why programer notepad and check the property of you file is unix text file

bye

Herc. :ph34r:

Umm... What does that mean?
 
Last edited by a moderator:
Anhaedra posted on Mar 9 2006 at 04:11 PM said:
hercule18 posted on Mar 9 2006 at 09:18 AM said:
I don't know if it's the same problem as gngeo.But sometimes the problem is the text editor.

Try why programer notepad and check the property of you file is unix text file

bye

Herc. :ph34r:

Umm... What does that mean?


sorry i was not very clear effectively.So some text editors like Windows notepad corrupt or something like this the files they edit.so use a program like programer notepad 2, to edit your config or scripts files.

bye

Herc. :ph34r:
 
Last edited by a moderator:
hercule18 posted on Mar 9 2006 at 09:11 PM said:
Anhaedra posted on Mar 9 2006 at 04:11 PM said:
hercule18 posted on Mar 9 2006 at 09:18 AM said:
I don't know if it's the same problem as gngeo.But sometimes the problem is the text editor.

Try why programer notepad and check the property of you file is unix text file

bye

Herc. :ph34r:

Umm... What does that mean?


sorry i was not very clear effectively.So some text editors like Windows notepad corrupt or something like this the files they edit.so use a program like programer notepad 2, to edit your config or scripts files.

bye

Herc. :ph34r:

Ah... That could explain things. I was using Wordpad. I'll go download programmers notepad.

EDIT: It appears that fixed it... Thanks.
 
Last edited by a moderator:
Ok, I've got the USB drivers installed, but now what do I install on the Windows side? (Are there any Windows XP 64 bit drivers? if not, that's ok, 32-bit is fine) I downloaded Microsoft's RNDIS drivers, but I don't see a way to install them, since they are from Micorosoft and Microsoft is retarded and cannot make decent drivers.
 
Back
Top