Hi,
I bricked my router a few weeks ago and have been unsuccesful in attempts to communicate with it through the serial connection.
I have bought a Nokia usb CA-52 cable and cut off the side that should go into the phone.
Four wires protrude:
yellow
blue
white
green
I have tried to find out which one is which (with a volt meter) and I think these colors represent this:
yellow = vcc
blue = gnd
green = TX
white = RX
I got myself a nine wired serial flat cable and connected that to the ten pin male connector that I soldered onto the router.
Thanks to the wiki I found out that these four pins on the ten pin serial connector are what I want:
Pin 2: 3.3V
Pin 4: Tx (ttyS0)
Pin 6: Rx (ttyS0)
Pin 10: GND
I crossed four of the wires from the flat cable with the four pins of the router, like so:
pin 2 - yellow
pin 4 - green
pin 6 - white
pin 10 - blue
After that, I plugged the USB cable into my linux machine, powered up the router, and watched my syslog change.
This is the info I get:
Jul 4 21:12:57 ubuntu kernel: [135256.484507] usb 1-3: new full speed USB device using ohci_hcd and address 88
Jul 4 21:12:57 ubuntu kernel: [135257.028081] usb 1-3: new full speed USB device using ohci_hcd and address 89
Jul 4 21:12:58 ubuntu kernel: [135257.735534] usb 1-3: new full speed USB device using ohci_hcd and address 90
Jul 4 21:12:59 ubuntu kernel: [135258.410993] usb 1-3: new full speed USB device using ohci_hcd and address 91
Jul 4 21:12:59 ubuntu kernel: [135259.086479] usb 1-3: new full speed USB device using ohci_hcd and address 92
Jul 4 21:13:00 ubuntu kernel: [135259.761946] usb 1-3: new full speed USB device using ohci_hcd and address 93
Jul 4 21:13:01 ubuntu kernel: [135260.501354] usb 1-3: new full speed USB device using ohci_hcd and address 94
Jul 4 21:13:02 ubuntu kernel: [135261.172826] usb 1-3: new full speed USB device using ohci_hcd and address 95
Jul 4 21:13:02 ubuntu kernel: [135261.348688] usb 1-3: device descriptor read/64, error -62
Jul 4 21:13:03 ubuntu kernel: [135262.124084] usb 1-3: new full speed USB device using ohci_hcd and address 96
Jul 4 21:13:03 ubuntu kernel: [135262.303936] usb 1-3: device descriptor read/64, error -62
Jul 4 21:13:03 ubuntu kernel: [135263.079340] usb 1-3: new full speed USB device using ohci_hcd and address 97
Jul 4 21:13:04 ubuntu kernel: [135263.263185] usb 1-3: device descriptor read/64, error -62
Jul 4 21:13:04 ubuntu kernel: [135263.546975] usb 1-3: device descriptor read/64, error -62
Jul 4 21:13:04 ubuntu kernel: [135263.826740] usb 1-3: new full speed USB device using ohci_hcd and address 98
Jul 4 21:13:05 ubuntu kernel: [135264.502210] usb 1-3: new full speed USB device using ohci_hcd and address 99
Jul 4 21:13:06 ubuntu kernel: [135265.177679] usb 1-3: new full speed USB device using ohci_hcd and address 100
Jul 4 21:13:06 ubuntu kernel: [135265.357541] usb 1-3: device descriptor read/64, error -62
Jul 4 21:13:07 ubuntu kernel: [135266.132929] usb 1-3: new full speed USB device using ohci_hcd and address 101
Jul 4 21:13:07 ubuntu kernel: [135266.804402] usb 1-3: new full speed USB device using ohci_hcd and address 102
Jul 4 21:13:07 ubuntu kernel: [135266.984262] usb 1-3: device descriptor read/64, error -62
Jul 4 21:13:08 ubuntu kernel: [135267.767643] usb 1-3: new full speed USB device using ohci_hcd and address 103
Jul 4 21:13:09 ubuntu kernel: [135268.443113] usb 1-3: new full speed USB device using ohci_hcd and address 104
Jul 4 21:13:10 ubuntu kernel: [135269.118590] usb 1-3: new full speed USB device using ohci_hcd and address 105
Jul 4 21:13:10 ubuntu kernel: [135269.298441] usb 1-3: device descriptor read/64, error -62
Jul 4 21:13:10 ubuntu kernel: [135269.578228] usb 1-3: device descriptor read/64, error -62
Jul 4 21:13:10 ubuntu kernel: [135269.854014] usb 1-3: new full speed USB device using ohci_hcd and address 106
Jul 4 21:13:10 ubuntu kernel: [135270.033865] usb 1-3: device descriptor read/64, error -62
Jul 4 21:13:11 ubuntu kernel: [135270.317644] usb 1-3: device descriptor read/64, error -62
Jul 4 21:13:11 ubuntu kernel: [135270.597429] usb 1-3: new full speed USB device using ohci_hcd and address 107
Jul 4 21:13:11 ubuntu kernel: [135271.001112] usb 1-3: device not accepting address 107, error -62
Jul 4 21:13:12 ubuntu kernel: [135271.176966] usb 1-3: new full speed USB device using ohci_hcd and address 108
Jul 4 21:13:12 ubuntu kernel: [135271.584645] usb 1-3: device not accepting address 108, error -62
Jul 4 21:13:13 ubuntu kernel: [135272.224143] usb 1-3: new full speed USB device using ohci_hcd and address 109
Jul 4 21:13:13 ubuntu kernel: [135272.400019] usb 1-3: device descriptor read/64, error -62
Jul 4 21:13:14 ubuntu kernel: [135273.223359] usb 1-3: new full speed USB device using ohci_hcd and address 110
From what I could find, this is simply a hardware error. It is clear that the usb cable cannot be identified as something that will give me a device file. Although I cannot say for certain, I take it that I need something like /dev/ttyUSB0 to actually access the router with something like minicom. Right?
So, how did others make the connection? From what I read on the forum, nobody seems to have had trouble with connecting the router, after the correct pins were found. I must be missing something.
I guess I can still opt for a 'sure to work' cable, but perhaps I just did something silly?
Regards, Warren
