Author Topic: Sl-5500 Cradle Issues  (Read 5337 times)

_dark_

  • Newbie
  • *
  • Posts: 21
    • View Profile
    • http://
Sl-5500 Cradle Issues
« on: February 21, 2011, 04:34:16 pm »
Hi guys!

Is it normal that when colie put in cradle and power, he lose usb conection with windows, but when disconect cradle from power -> i can conect normaly to desktop pc via usb?
Is it posible that some caps or something burned in cradle?

Thanx!
Zauurs CL1000, 2Gb SD Transcend 150x
cacko ROM
Zaurus SL5500, 2Gb SD Transcend 150x, 512CF Lexmark+ 4Gb CF Sandisk Ultra II
kompany rom
WIFI clie PEGA-WL100
D-link DCF-650BT

sdjf

  • Sr. Member
  • ****
  • Posts: 447
    • View Profile
    • http://www.sdjf.wordpress.com and http://www.sdjf.esmartdesign.com
Sl-5500 Cradle Issues
« Reply #1 on: March 22, 2012, 08:27:45 am »
Your ROM could be a factor.  This is tkcROM you have on the Collie?

Try running the following commands, both when Collie is and is not connected, and before and after attach cradle to power supply.

route

ifconfig -a

That can help debug what is going on.  It is possible you may have to reconfigure from command line to get connection recognized.

Post results, they may be helpful to figure it out and get suggested solutions.

sdjf
http://www.sdjf.esmartdesign.com
http://www.sdjf.wordpress.com
-----------------
sl5500 running Sharp ROM 2.38 (dead batteries)
sl6000L running Sharp ROM 1.12 (still working)
Opera 7.25 and 7.30
Socket CF 56k modem
3Com USB Ethernet Adapter
Toshiba, Lexar and Kingston SD cards
Lexar, Kingston and Transcend CF cards

_dark_

  • Newbie
  • *
  • Posts: 21
    • View Profile
    • http://
Sl-5500 Cradle Issues
« Reply #2 on: March 30, 2012, 08:55:22 pm »
Rom is sharprom, but the same issue is with kompanyROM
Output with cradle connection, and without power
Code: [Select]
# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.129.0   *               255.255.255.0   U     0      0        0 usbd0
default                         0.0.0.0         UG    0      0        0 usbd0
# ifconfig -a
irda0     Link encap:IrLAP  HWaddr 00:00:00:00
          NOARP  MTU:2048  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:8
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:16

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:275 errors:0 dropped:0 overruns:0 frame:0
          TX packets:275 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:21996 (21.4 Kb)  TX bytes:21996 (21.4 Kb)

usbd0     Link encap:Ethernet  HWaddr 40:00:01:00:00:01
          inet addr:192.168.129.201  Bcast:192.168.129.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:173 errors:1 dropped:1 overruns:0 frame:1
          TX packets:125 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:18356 (17.9 Kb)  TX bytes:33470 (32.6 Kb)

#
Output with cradle connection, and power -> ..as when i connect power immediately connection disapear and windows report under device manager "This device cannot start. (Code 10)"

Output without cradle and power connected:
route
empty

ifconfig -a same such as with cradle, but whitout usbd0 connection

(I dont know comand in console to redirect output in file)
« Last Edit: March 31, 2012, 02:58:54 pm by _dark_ »
Zauurs CL1000, 2Gb SD Transcend 150x
cacko ROM
Zaurus SL5500, 2Gb SD Transcend 150x, 512CF Lexmark+ 4Gb CF Sandisk Ultra II
kompany rom
WIFI clie PEGA-WL100
D-link DCF-650BT

sdjf

  • Sr. Member
  • ****
  • Posts: 447
    • View Profile
    • http://www.sdjf.wordpress.com and http://www.sdjf.esmartdesign.com
Sl-5500 Cradle Issues
« Reply #3 on: April 01, 2012, 12:28:17 am »
Which Sharp ROM?  I use 2.38 and have never seen a device manager.

Have you tried simply restarting the usbd0 connection after plugging power in?

Command would be something like:

ifconfig usbd0 192.168.129.201 netmask 255.255.255.0 up

Also, are you sure that 192.168.129.201 is the right IP?  I still get very confused about figuring out the right one, but maybe somebody else can help who knows more.

Meanwhile, try the above ifconfig command, and right after that, try your ifconfig -a

sdjf
http://www.sdjf.esmartdesign.com
http://www.sdjf.wordpress.com
-----------------
sl5500 running Sharp ROM 2.38 (dead batteries)
sl6000L running Sharp ROM 1.12 (still working)
Opera 7.25 and 7.30
Socket CF 56k modem
3Com USB Ethernet Adapter
Toshiba, Lexar and Kingston SD cards
Lexar, Kingston and Transcend CF cards