Anyone telnet sucessfully to E680I via archlinux? I meet the following problem:
Code:
[root@Jackie soros]# telnet 169.254.142.2
Trying 169.254.142.2...
telnet: Unable to connect to remote host: Connection refused
Here is my ifconfig:
Code:
[root@Jackie soros]# ifconfig usb0
usb0 Link encap:Ethernet HWaddr 86:8D:6A:25:32:12
inet addr:169.254.142.2 Bcast:169.254.255.255 Mask:255.255.0.0
inet6 addr: fe80::848d:6aff:fe25:3212/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:398 (398.0 b)
And I got a response via ping:
Code:
[root@Jackie soros]# ping 169.254.142.2
PING 169.254.142.2 (169.254.142.2) 56(84) bytes of data.
64 bytes from 169.254.142.2: icmp_seq=1 ttl=64 time=0.065 ms
64 bytes from 169.254.142.2: icmp_seq=2 ttl=64 time=0.047 ms
--- 169.254.142.2 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1002ms
rtt min/avg/max/mdev = 0.047/0.056/0.065/0.009 ms
The folloing is the kernel message:
Code:
[root@Jackie soros]# dmesg | tail
ReiserFS: hdb8: Using r5 hash to sort names
usbcore: registered new driver usbnet
usb 1-1: new full speed USB device using uhci_hcd and address 4
cdc_acm 1-1:1.0: ttyACM0: USB ACM device
usbcore: registered new driver cdc_acm
drivers/usb/class/cdc-acm.c: v0.23:USB Abstract Control Model driver for USB modems and ISDN adapters
usb 1-1: USB disconnect, address 4
usb 1-1: new full speed USB device using uhci_hcd and address 5
usb0: register usbnet at usb-0000:00:10.0-1, pseudo-MDLM (BLAN) device, 86:8d:6a:25:32:12
usb0: no IPv6 routers present
But lsusb told me that the kernel recognize my E680I as A768:
Code:
[root@Jackie soros]# lsusb
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 005: ID 22b8:600c Motorola PCS A768i GSM Phone
Bus 001 Device 003: ID 06a2:0033 Topro Technology, Inc.
Bus 001 Device 001: ID 0000:0000
Is this the cause of the problem? Maybe because A768 do not support telnet,so my "A768" (in fact my phone is E680I) refused to connect.
I can telnet to my E680I via Windowz XP. And I can telnet other hosts,ie. bbs.tsinghua.edu.cn via my linux system.
Anyone can help? Thx in advance.