Welcome to the forum   
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Share
Options
View
Go to last post in this topic Go to first unread post in this topic
Offline petr0us  
#1 Posted : 08 May 2011 18:38:20(UTC)
petr0us


Joined: 08/05/2011(UTC)
Posts: 2
Location: Netherlands
Hi all,

Wondering if anyone has suggestions for the following:

CS2 60213 HW 3.1 initially with SW 1.35(?). I purchased the Marklin Controller iPhone app and was keen to try this out so therefore had to upgrade my SW. Installed SW 1.4.0(1) via USB (couldn't get internet method to work). Following update, I had two glitches: stop bar continuously flashing and lower half of bitmap displayed during shutdown corrupted, but otherwise the CS2 worked normally. Couldn't get the iPhone app to connect, then noticed posts on this forum that a later version of 1.4.0(1) was required for the app.

Tried again to do an update via internet but again didn't get this to work. I was able to see the CS2 from my PC (ping, explorer html, and tried iTrain, which was able to connect and send switch settings to the CS2, but not upload any info, e.g. on locomotives, from the CS2).

I then tried a repeat update with the USB (see if a later version was out, and if the glitches would be fixed). This failed, with the CS2 update progress bar in a continuous loop until the CS2 powered itself down (5 to 10 min, afterwhich I pulled the plug). Now when I power up, the CS2 starts up loading, but never gets past this state (loading progress bar in loop until CS2 eventually powers itself down, i.e. screen goes blank but stop bar continues to flash). I can see the CS2 from my PC and ping it when in this state. Now my CS2 is stuck in this state and unusable.

I tried to do a (downgrade) repair via USB: http://www.maerklin.de/de/service/hilfe/faq.html "Reparatur der CS 2 bei versehentlichem Downgrade ", however this didn't work.

I also had this problem a year ago (first time I ever tried to conntect it to the internet), and sent the C2 back to Marklin, who repaired it (i.e. installed a newer version of SW). This was done under warranty, which has now run out a month ago!

Appreciate any suggestions, otherwise it is back to Marklin.

Cheers,
Peter

Offline flashwebb  
#2 Posted : 16 October 2011 15:55:09(UTC)
flashwebb

Sweden   
Joined: 01/06/2011(UTC)
Posts: 31
Location: Sweden
Originally Posted by: petr0us Go to Quoted Post
Hi all,

Wondering if anyone has suggestions for the following:

CS2 60213 HW 3.1 initially with SW 1.35(?). I purchased the Marklin Controller iPhone app and was keen to try this out so therefore had to upgrade my SW. Installed SW 1.4.0(1) via USB (couldn't get internet method to work). Following update, I had two glitches: stop bar continuously flashing and lower half of bitmap displayed during shutdown corrupted, but otherwise the CS2 worked normally. Couldn't get the iPhone app to connect, then noticed posts on this forum that a later version of 1.4.0(1) was required for the app.

Tried again to do an update via internet but again didn't get this to work. I was able to see the CS2 from my PC (ping, explorer html, and tried iTrain, which was able to connect and send switch settings to the CS2, but not upload any info, e.g. on locomotives, from the CS2).

I then tried a repeat update with the USB (see if a later version was out, and if the glitches would be fixed). This failed, with the CS2 update progress bar in a continuous loop until the CS2 powered itself down (5 to 10 min, afterwhich I pulled the plug). Now when I power up, the CS2 starts up loading, but never gets past this state (loading progress bar in loop until CS2 eventually powers itself down, i.e. screen goes blank but stop bar continues to flash). I can see the CS2 from my PC and ping it when in this state. Now my CS2 is stuck in this state and unusable.

I tried to do a (downgrade) repair via USB: http://www.maerklin.de/de/service/hilfe/faq.html "Reparatur der CS 2 bei versehentlichem Downgrade ", however this didn't work.

I also had this problem a year ago (first time I ever tried to conntect it to the internet), and sent the C2 back to Marklin, who repaired it (i.e. installed a newer version of SW). This was done under warranty, which has now run out a month ago!

Appreciate any suggestions, otherwise it is back to Marklin.

Cheers,
Peter



Hi peter
little bit late to post..But these files does not repair your CS2...the file only copy your backup from CS2 to your usb stick...it's you OS that is corrupt...

Code in the file
#!/bin/bash
#
# Copyright © 2008
# Gebr. Märklin & Cie GmbH
# Abteilung TEE
#
# 02.03.09 by Andreas Kielkopf
#
# $Id: stick.sh,v 1.1 2008-06-24 14:24:25 kielkopf Exp $
#
# reparatur eines Gerätes mit beschädigten Datenfiles

# lege ein Backup der Backup-Verzeichnisse an
mkdir /mnt/stick/backup
cp /home/cs2/backup/*.* /mnt/stick/backup

# lege ein backup der cs2-Dateien an
cd /home/cs2
tar -czv --backup=numbered -f /home/cs2/backup/reparatur.tgz ./*.cs2
tar -czv --backup=numbered -f /mnt/stick/reparatur.tgz ./*.cs2
erg=$?
sync
# entferne die config-Dateien jetzt
rm /home/cs2/*.cs2
killall cs2.arm
rm /home/cs2/*.cs2
sync

Peter
Offline H0  
#3 Posted : 16 October 2011 16:19:45(UTC)
H0


Joined: 16/02/2004(UTC)
Posts: 15,467
Location: DE-NW
Originally Posted by: flashwebb Go to Quoted Post
But these files does not repair your CS2...the file only copy your backup from CS2 to your usb stick...it's you OS that is corrupt...
They move the configuration from the CS2 to the stick (i.e. delete them from the CS2).
If the CS2 hangs on startup because the old software cannot read the new configuration files, this "repair" will solve the problem. You can then upgrade and re-load the configuration.

If the OS is corrupt, this won't help.
Regards
Tom
---
"In all of the gauges, we particularly emphasize a high level of quality, the best possible fidelity to the prototype, and absolute precision. You will see that in all of our products." (from Märklin New Items Brochure 2015, page 1) ROFLBTCUTS
UserPostedImage
Offline flashwebb  
#4 Posted : 16 October 2011 16:34:23(UTC)
flashwebb

Sweden   
Joined: 01/06/2011(UTC)
Posts: 31
Location: Sweden
Originally Posted by: H0 Go to Quoted Post
Originally Posted by: flashwebb Go to Quoted Post
But these files does not repair your CS2...the file only copy your backup from CS2 to your usb stick...it's you OS that is corrupt...
They move the configuration from the CS2 to the stick (i.e. delete them from the CS2).
If the CS2 hangs on startup because the old software cannot read the new configuration files, this "repair" will solve the problem. You can then upgrade and re-load the configuration.

If the OS is corrupt, this won't help.




Soo...is there a way to update the CS2 with USB without go into the setup meny and choice the update on USB???
Peter
Offline supermoee  
#5 Posted : 17 October 2011 08:51:42(UTC)
supermoee

Switzerland   
Joined: 31/05/2007(UTC)
Posts: 534
Originally Posted by: flashwebb Go to Quoted Post

Soo...is there a way to update the CS2 with USB without go into the setup meny and choice the update on USB???
Peter


Hello Peter,

it newer worked this way. you cannot choose in the menue to update per USB. This is only for the backups, not for the softwaare updates.
For the USB update just copy the file in the root directory of an USB stick, connect the stick to the CS2 and boot the CS2. it will update all alone.

rgds

Stephan
User is suspended until 24/11/2846 07:19:16(UTC) Bigdaddynz  
#6 Posted : 17 October 2011 09:38:25(UTC)
Bigdaddynz

New Zealand   
Joined: 17/09/2006(UTC)
Posts: 18,778
Location: New Zealand
Originally Posted by: supermoee Go to Quoted Post
For the USB update just copy the file in the root directory of an USB stick, connect the stick to the CS2 and boot the CS2. it will update all alone.



Make sure you delete any other files from your USB stick, i.e. there should only be the update files on your USB stick, and nothing else.
Offline David Dewar  
#7 Posted : 17 October 2011 11:44:20(UTC)
David Dewar

Scotland   
Joined: 01/02/2004(UTC)
Posts: 7,467
Location: Scotland
Only load the tgz 18kb file to the USB stick.

dave
Take care I like Marklin and will defend the worlds greatest model rail manufacturer.
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

| Powered by YAF.NET | YAF.NET © 2003-2025, Yet Another Forum.NET
This page was generated in 0.782 seconds.