Hallo,
ich hoffe ihr könnt mir helfen. Ich besitze einen Speedport W701V den letztes Jahr mir jemand zur FritzBox Oberfläche geflasht hat. Nun habe ich hier ein neues fertiges Image was ich gerne flashen möchte. Das Gerät meldet sich als Speedport W 701V, Firmware-Version 33.04.44ds26-pre16-1372M Es hat ferner noch den DS-Mod drauf. Auch wenn ich im DS-Mod das Branding auf AVM setze (Fritzbox 7124), nimmt im DS-Mod er das Firmware update zwar an, jedoch läßt sich die Box danach nicht mehr neu starten. Ich erreiche keine Weboberfläche mehr (fritz.box speedport.ip 192.168.178.1), der Resetknopf am Gerät tut nix. Somit muß ich die Box wieder aus und einschalten, danach läuft sie wieder mit der alten Firmware.
Das Protokoll sieht ihr unten.
Ich hoffe ihr könnt mir helfen, das der Speedport die neue Firmware auch nimmt!
Stopping AVM services, part 1 (prepare_fwupgrade start) ...
killall: capiotcp_server: no process killed
killall: pbd: no process killed
killall: faxd: no process killed
killall: dtrace: no process killed
voipd: stopped.
/bin/prepare_fwupgrade: line 98: avmike: not found
killall: printserv: no process killed
killall: mailer: no process killed
killall: udhcpd: no process killed
killall: dproxy: no process killed
killall: ftpd: no process killed
disable watchdog
killall: capiotcp_server: no process killed
killall: pbd: no process killed
killall: faxd: no process killed
killall: telefon: no process killed
killall: dtrace: no process killed
killall: voipd: no process killed
killall: avmike: no process killed
killall: printserv: no process killed
killall: igdd: no process killed
killall: usermand: no process killed
rmmod: userman
rmmod: isdn_fbox_fon3
killall: mailer: no process killed
killall: dsld: no process killed
killall: ctlmgr: no process killed
killall: udhcpd: no process killed
killall: dproxy: no process killed
killall: ftpd: no process killed
killall: checkservices: no process killed
DONE
Extracting firmware archive ...
./
./var/
./var/flash_update.o
./var/tmp/
./var/tmp/filesystem.image
./var/tmp/kernel.image
./var/flash_update.ko
./var/regelex
./var/chksum
./var/signature
./var/install
./var/post_install
DONE
Stopping AVM services, part 2 (prepare_fwupgrade end) ...
killall: thttpd: no process killed
killall: mailer: no process killed
killall: avmike: no process killed
killall: dsld: no process killed
Stopping websrv AVM web UI...You need to specify whom to kill
failed.
killall: wstart: no process killed
disable watchdog
killall: mailer: no process killed
killall: avmike: no process killed
killall: dsld: no process killed
killall: thttpd: no process killed
killall: websrv: no process killed
You need to specify whom to kill
killall: wpa_authenticator: no process killed
killall: wstart: no process killed
killall: multid: no process killed
DONE
Executing firmware installation script /var/install ...
install: have Kernel 2.6
install: check and install new firmware ...
OEM=tcom
curr: 33.04.44 new: xx.04.57
debug: curr: 33.04.44
debug: new: "XX.04.57"
major_currFWver=33
middle_currFWver=4
minor_currFWver=44
middle_newFWver=4
minor_newFWver=57
DEBUG: 4 >= 4
DEBUG: 57 >= 44
Accept Firmware Version: xx.04.57
install: 26 check files...
File already contains the checksum, verifying
Calculated checksum is A520BF8B
Saved checksum is A520BF8B
Checksum validation successful!
chksum for file /var/tmp/kernel.image ok
install: 26 getting mtd to install...
install: -----------------------------------------------------
phys_mapped_flash_device=mtd0
phys_mapped_flash_size=8388608
filesystem_device=mtd1
filesystem_size=7124736
kernel_device=mtd2
kernel_size=7798784
bootloader_device=mtd3
bootloader_size=65536
tffs_1_device=mtd4
tffs_1_size=262144
tffs_2_device=mtd5
tffs_2_size=262144
jffs2_device=mtd6
jffs2_size=2097152
Kernel_without_jffs2_device=mtd7
Kernel_without_jffs2_size=5701632
Kernel_Start_Add=268500992
Kernel_End_Addr=275355400
Kernel_without_jffs2_End_Addr=274202624
install: -----------------------------------------------------
install: kernel_size=7798784
install: kernel_update_device=mtd2
install: kernel_update_start=268500992
install: kernel_update_len=6854408
install: 26 setting files to install...
install: /var/tmp/kernel.image to start(268500992) size(6854408)
install: check for old settings ...
set INFO led to blink (modul=7, state=4)
DONE - installation script return code = 1 (INSTALL_SUCCESS_REBOOT)
Generated content of /var/post_install:
#! /bin/sh
echo $0: start
sleep 1
killall run_clock
if ps | grep -v grep | grep -q telefon ; then killall telefon ; fi
if ps | grep -v grep | grep -q telnetd ; then killall telnetd ; fi
echo language > /proc/sys/urlader/environment
echo kernel_args annex=B idle=4 > /proc/sys/urlader/environment
echo B > /proc/sys/urlader/annex
echo annex B > /proc/sys/urlader/environment
echo avm > /proc/sys/urlader/firmware_version
echo firmware_version avm > /proc/sys/urlader/environment
echo B > /proc/sys/urlader/annex
echo annex B > /proc/sys/urlader/environment
echo "disable" > /dev/watchdog
echo still running:
ps
lsmod
sleep 1
update_parameter=flash_update_file0="/var/tmp/kernel.image,268500992,6854408,crc=1"
insmod /var/flash_update.ko $update_parameter
cat /var/tmp/install_error.log
cat /var/tmp/install_out.log
cat /var/tmp/update_error.log
cat /var/tmp/update_out.log
cat /var/post_install
exit 0
END OF FILE
The post-installation script will be executed upon reboot and perform
the actions specified therein, e.g. the actual firmware flashing.
You may still choose to interrupt this process by removing the script
along with the rest of the extracted firmware components.