gp2x telnet


dpoarch

Member
Joined
Dec 26, 2004
Messages
196
Age
37
Location
california
Website
Visit site
ok so before the forum went down I was trying to telnet to my gp2x from my pc. I believe I am further than before but I still don't have it working. Im running suse11 on my pc, firmware 2.0 on the gp2x, the g_ether patch, and I rebuilt my kernel with all things listed on one of the tutorial sites. previously it would just refuse connection when I tried to telnet, but after configuring some things it now it connects and asks for a user name and password. Everywhere I have read says to use "root" as the user name and to leave the password blank, but when I do this it says connection failure. If I type in anything for the password then it will tell me incorrect password. Any advice?

edit actually it says:

login: root
Password for root:
Error while reading password for 'root'
Login incorrect
login: root
Password for root:
Login incorrect
login:

where the first try I left the password blank and the second try I typed something in
 
Re-flash the firmware, something is wrong if it doesn't accept a root login (normally it doesn't even request a password)
 
Thank you. I just reflashed with firmware 2.0 from a fresh download and I still get the same response.

linux-05lh:/home/drock # lsusb
Bus 006 Device 007: ID 0525:a4a2 Netchip Technology, Inc. Linux-USB Ethernet/RNDIS Gadget
Bus 006 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 047d:102d Kensington Pilot Optical
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

linux-05lh:/home/drock # ifconfig usb0 up 10.1.0.1

linux-05lh:/home/drock # ping -c 3 10.1.0.1
PING 10.1.0.1 (10.1.0.1) 56(84) bytes of data.
64 bytes from 10.1.0.1: icmp_seq=1 ttl=64 time=0.064 ms
64 bytes from 10.1.0.1: icmp_seq=2 ttl=64 time=0.029 ms
64 bytes from 10.1.0.1: icmp_seq=3 ttl=64 time=0.049 ms

--- 10.1.0.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.029/0.047/0.064/0.015 ms

linux-05lh:/home/drock # telnet 10.1.0.1
Trying 10.1.0.1...
Connected to 10.1.0.1.
Escape character is '^]'.

linux-05lh (Linux release 2.6.25.16-0.1-default #1 SMP Fri Oct 3 13:38:40 PDT 2008) (0)

login: root
Password for root:
Error while reading password for 'root'
Login incorrect
login: root
Password for root:
Login incorrect
login: root
Password for root:
Login incorrect
login: root
Password for root:
Error while reading password for 'root'
Login incorrect
login: Login timed out after 300 seconds
Connection closed by foreign host.
 
On Linux mine (F-100 FW 2.1.1) does

telnet 192.168.1.2
Trying 192.168.1.2...
Connected to 192.168.1.2.
Escape character is '^]'.

Linux 2.4.25 (gp2x) (ttyp0)


gp2x login: root
[root@gp2x root]$


No Password prompt at all
 
hmm I'm thinking the problem is still my os. I will have to try and change something

edit ok its not logging into the gp2x, its logging into my pc. Is my os not looking at the usb device for some reason even though I set it up on that ip?
 
Back
Top