wie beim ds-mod alte firmware version auswählen?

risaer

Neuer User
Mitglied seit
25 Apr 2005
Beiträge
169
Punkte für Reaktionen
0
Punkte
16
So. Nachdem meine 5010 mit dem ds-0.2.9 mit meiner neuen firmware
(fritz.box_fon_5010.23.04.15) nicht mehr vernünftig läuft, wollte
ich 04.01er firmware nutzen, aber make weigert sich konsequent,
diese anzuerkennen.

Hab den Namen bei firmware source eingetragen und:
  • die firmware site auf ftp://..avm.. gelassen
  • die firmware site auf mein lokales Verzeichnis /home/... gestellt
  • die firmware in den dl ordner kopiert
  • die firmware site auf ./dl/ gestellt
  • Firmware type (custom) versucht
  • ds-mod neu entpackt und nochmal das alles getestet
-> kein Erfolg - verdammt doch mal!
Müsste "Source version (04.06)" irgendwas anderes anzeigen?

Code:
ERROR: firmware image fritz.box_fon_5010.23.04.01.image not found
make: *** [firmware] Error 1

inzwischen hab ich folgendes:

bei make (nach "make clean")kommt nun:
Code:
make[1]: Entering directory `/home/risaer/Desktop/fbf/ds-0.2.9-fbf5010_old_firmware/source/squashfs2.2/squashfs-tools'
make[1]: *** No rule to make target `clean'.  Stop.
make[1]: Leaving directory `/home/risaer/Desktop/fbf/ds-0.2.9-fbf5010_old_firmware/source/squashfs2.2/squashfs-tools'
make: [squashfs-clean] Error 2 (ignored)
make -C source/TI-chksum-0.1 clean
make[1]: Entering directory `/home/risaer/Desktop/fbf/ds-0.2.9-fbf5010_old_firmware/source/TI-chksum-0.1'
rm -f tichksum ckmain.o cksum.o
make[1]: Leaving directory `/home/risaer/Desktop/fbf/ds-0.2.9-fbf5010_old_firmware/source/TI-chksum-0.1'
./fwmod_custom clean
rm -f .static .dynamic
rm -f .exclude .exclude-dist kernel/.exclude
rm -f firmware_*.image
rm -rf build packages
make -C tools/config clean
make[1]: Entering directory `/home/risaer/Desktop/fbf/ds-0.2.9-fbf5010_old_firmware/tools/config'
rm -f *.o *~ core  mconf.o checklist.o menubox.o textbox.o yesno.o inputbox.o util.o msgbox.o conf.o \
                conf mconf zconf.tab.c zconf.tab.h lex.zconf.c lkc_defs.h
make[1]: Leaving directory `/home/risaer/Desktop/fbf/ds-0.2.9-fbf5010_old_firmware/tools/config'
make
make CC="gcc" LD="ld -static" \
                -C source/find-squashfs
make[1]: Entering directory `/home/risaer/Desktop/fbf/ds-0.2.9-fbf5010_old_firmware/source/find-squashfs'
gcc -W -Wall -O2   -c -o find-squashfs.o find-squashfs.c
gcc -o find-squashfs find-squashfs.o
make[1]: Leaving directory `/home/risaer/Desktop/fbf/ds-0.2.9-fbf5010_old_firmware/source/find-squashfs'
cp source/find-squashfs/find-squashfs tools/find-squashfs
make CXX="g++ -O3 -Wall" AR="ar" \
                -C source/lzma406/SRC/7zip/Compress/LZMA_Lib
make[1]: Entering directory `/home/risaer/Desktop/fbf/ds-0.2.9-fbf5010_old_firmware/source/lzma406/SRC/7zip/Compress/LZMA_Lib'
g++ -O3 -Wall -c ZLib.cpp
../../../Common/MyWindows.h:120: warning: ‘struct IUnknown’ has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:14: warning: ‘struct ISequentialInStream’ has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:32: warning: ‘struct ISequentialOutStream’ has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:43: warning: ‘struct IInStream’ has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:53: warning: ‘struct IOutStream’ has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:64: warning: ‘struct IStreamGetSize’ has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:74: warning: ‘struct IOutStreamFlush’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:13: warning: ‘struct ICompressProgressInfo’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:22: warning: ‘struct ICompressCoder’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:35: warning: ‘struct ICompressCoder2’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:69: warning: ‘struct ICompressSetCoderProperties’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:79: warning: ‘struct ICompressSetDecoderProperties’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:88: warning: ‘struct ICompressWriteCoderProperties’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:97: warning: ‘struct ICompressGetInStreamProcessedSize’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:106: warning: ‘struct ICompressGetSubStreamSize’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:115: warning: ‘struct ICompressSetInStream’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:124: warning: ‘struct ICompressSetOutStream’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:133: warning: ‘struct ICompressSetInStreamSize’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:142: warning: ‘struct ICompressSetOutStreamSize’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:151: warning: ‘struct ICompressFilter’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:166: warning: ‘struct ICryptoProperties’ has virtual functions but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:11: warning: ‘struct IInWindowStream’ has virtual functions but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:26: warning: ‘struct IMatchFinder’ has virtual functions but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:38: warning: ‘struct IMatchFinderCallback’ has virtual functions but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:48: warning: ‘struct IMatchFinderSetCallback’ has virtual functions but non-virtual destructor
g++ -O3 -Wall -c ../LZMA/LZMADecoder.cpp
../LZMA/../../../Common/MyWindows.h:120: warning: ‘struct IUnknown’ has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:14: warning: ‘struct ISequentialInStream’ has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:32: warning: ‘struct ISequentialOutStream’ has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:43: warning: ‘struct IInStream’ has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:53: warning: ‘struct IOutStream’ has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:64: warning: ‘struct IStreamGetSize’ has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:74: warning: ‘struct IOutStreamFlush’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:13: warning: ‘struct ICompressProgressInfo’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:22: warning: ‘struct ICompressCoder’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:35: warning: ‘struct ICompressCoder2’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:69: warning: ‘struct ICompressSetCoderProperties’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:79: warning: ‘struct ICompressSetDecoderProperties’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:88: warning: ‘struct ICompressWriteCoderProperties’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:97: warning: ‘struct ICompressGetInStreamProcessedSize’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:106: warning: ‘struct ICompressGetSubStreamSize’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:115: warning: ‘struct ICompressSetInStream’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:124: warning: ‘struct ICompressSetOutStream’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:133: warning: ‘struct ICompressSetInStreamSize’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:142: warning: ‘struct ICompressSetOutStreamSize’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:151: warning: ‘struct ICompressFilter’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:166: warning: ‘struct ICryptoProperties’ has virtual functions but non-virtual destructor
g++ -O3 -Wall -c ../LZMA/LZMAEncoder.cpp
../LZMA/../../../Common/MyWindows.h:120: warning: ‘struct IUnknown’ has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:14: warning: ‘struct ISequentialInStream’ has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:32: warning: ‘struct ISequentialOutStream’ has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:43: warning: ‘struct IInStream’ has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:53: warning: ‘struct IOutStream’ has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:64: warning: ‘struct IStreamGetSize’ has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:74: warning: ‘struct IOutStreamFlush’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:13: warning: ‘struct ICompressProgressInfo’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:22: warning: ‘struct ICompressCoder’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:35: warning: ‘struct ICompressCoder2’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:69: warning: ‘struct ICompressSetCoderProperties’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:79: warning: ‘struct ICompressSetDecoderProperties’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:88: warning: ‘struct ICompressWriteCoderProperties’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:97: warning: ‘struct ICompressGetInStreamProcessedSize’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:106: warning: ‘struct ICompressGetSubStreamSize’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:115: warning: ‘struct ICompressSetInStream’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:124: warning: ‘struct ICompressSetOutStream’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:133: warning: ‘struct ICompressSetInStreamSize’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:142: warning: ‘struct ICompressSetOutStreamSize’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:151: warning: ‘struct ICompressFilter’ has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:166: warning: ‘struct ICryptoProperties’ has virtual functions but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:11: warning: ‘struct IInWindowStream’ has virtual functions but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:26: warning: ‘struct IMatchFinder’ has virtual functions but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:38: warning: ‘struct IMatchFinderCallback’ has virtual functions but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:48: warning: ‘struct IMatchFinderSetCallback’ has virtual functions but non-virtual destructor
g++ -O3 -Wall -c ../LZ/LZInWindow.cpp
../LZ/../../../Common/MyWindows.h:120: warning: ‘struct IUnknown’ has virtual functions but non-virtual destructor
../LZ/../../IStream.h:14: warning: ‘struct ISequentialInStream’ has virtual functions but non-virtual destructor
../LZ/../../IStream.h:32: warning: ‘struct ISequentialOutStream’ has virtual functions but non-virtual destructor
../LZ/../../IStream.h:43: warning: ‘struct IInStream’ has virtual functions but non-virtual destructor
../LZ/../../IStream.h:53: warning: ‘struct IOutStream’ has virtual functions but non-virtual destructor
../LZ/../../IStream.h:64: warning: ‘struct IStreamGetSize’ has virtual functions but non-virtual destructor
../LZ/../../IStream.h:74: warning: ‘struct IOutStreamFlush’ has virtual functions but non-virtual destructor
g++ -O3 -Wall -c ../LZ/LZOutWindow.cpp
../LZ/../../../Common/MyWindows.h:120: warning: ‘struct IUnknown’ has virtual functions but non-virtual destructor
../LZ/../../IStream.h:14: warning: ‘struct ISequentialInStream’ has virtual functions but non-virtual destructor
../LZ/../../IStream.h:32: warning: ‘struct ISequentialOutStream’ has virtual functions but non-virtual destructor
../LZ/../../IStream.h:43: warning: ‘struct IInStream’ has virtual functions but non-virtual destructor
../LZ/../../IStream.h:53: warning: ‘struct IOutStream’ has virtual functions but non-virtual destructor
../LZ/../../IStream.h:64: warning: ‘struct IStreamGetSize’ has virtual functions but non-virtual destructor
../LZ/../../IStream.h:74: warning: ‘struct IOutStreamFlush’ has virtual functions but non-virtual destructor
g++ -O3 -Wall -c ../RangeCoder/RangeCoderBit.cpp
../RangeCoder/../../Common/../../Common/MyWindows.h:120: warning: ‘struct IUnknown’ has virtual functions but non-virtual destructor
../RangeCoder/../../Common/../IStream.h:14: warning: ‘struct ISequentialInStream’ has virtual functions but non-virtual destructor
../RangeCoder/../../Common/../IStream.h:32: warning: ‘struct ISequentialOutStream’ has virtual functions but non-virtual destructor
../RangeCoder/../../Common/../IStream.h:43: warning: ‘struct IInStream’ has virtual functions but non-virtual destructor
../RangeCoder/../../Common/../IStream.h:53: warning: ‘struct IOutStream’ has virtual functions but non-virtual destructor
../RangeCoder/../../Common/../IStream.h:64: warning: ‘struct IStreamGetSize’ has virtual functions but non-virtual destructor
../RangeCoder/../../Common/../IStream.h:74: warning: ‘struct IOutStreamFlush’ has virtual functions but non-virtual destructor
g++ -O3 -Wall -c ../../Common/InBuffer.cpp
../../Common/../../Common/MyWindows.h:120: warning: ‘struct IUnknown’ has virtual functions but non-virtual destructor
../../Common/../IStream.h:14: warning: ‘struct ISequentialInStream’ has virtual functions but non-virtual destructor
../../Common/../IStream.h:32: warning: ‘struct ISequentialOutStream’ has virtual functions but non-virtual destructor
../../Common/../IStream.h:43: warning: ‘struct IInStream’ has virtual functions but non-virtual destructor
../../Common/../IStream.h:53: warning: ‘struct IOutStream’ has virtual functions but non-virtual destructor
../../Common/../IStream.h:64: warning: ‘struct IStreamGetSize’ has virtual functions but non-virtual destructor
../../Common/../IStream.h:74: warning: ‘struct IOutStreamFlush’ has virtual functions but non-virtual destructor
g++ -O3 -Wall -c ../../Common/OutBuffer.cpp
../../Common/../../Common/MyWindows.h:120: warning: ‘struct IUnknown’ has virtual functions but non-virtual destructor
../../Common/../IStream.h:14: warning: ‘struct ISequentialInStream’ has virtual functions but non-virtual destructor
../../Common/../IStream.h:32: warning: ‘struct ISequentialOutStream’ has virtual functions but non-virtual destructor
../../Common/../IStream.h:43: warning: ‘struct IInStream’ has virtual functions but non-virtual destructor
../../Common/../IStream.h:53: warning: ‘struct IOutStream’ has virtual functions but non-virtual destructor
../../Common/../IStream.h:64: warning: ‘struct IStreamGetSize’ has virtual functions but non-virtual destructor
../../Common/../IStream.h:74: warning: ‘struct IOutStreamFlush’ has virtual functions but non-virtual destructor
g++ -O3 -Wall -c ../../Common/FileStreams.cpp
../../Common/../../Common/MyWindows.h:120: warning: ‘struct IUnknown’ has virtual functions but non-virtual destructor
../../Common/../IStream.h:14: warning: ‘struct ISequentialInStream’ has virtual functions but non-virtual destructor
../../Common/../IStream.h:32: warning: ‘struct ISequentialOutStream’ has virtual functions but non-virtual destructor
../../Common/../IStream.h:43: warning: ‘struct IInStream’ has virtual functions but non-virtual destructor
../../Common/../IStream.h:53: warning: ‘struct IOutStream’ has virtual functions but non-virtual destructor
../../Common/../IStream.h:64: warning: ‘struct IStreamGetSize’ has virtual functions but non-virtual destructor
../../Common/../IStream.h:74: warning: ‘struct IOutStreamFlush’ has virtual functions but non-virtual destructor
g++ -O3 -Wall -c ../../../Common/Alloc.cpp
g++ -O3 -Wall -c ../../../Common/C_FileIO.cpp
../../../Common/MyWindows.h:120: warning: ‘struct IUnknown’ has virtual functions but non-virtual destructor
g++ -O3 -Wall -c ../../../Common/CommandLineParser.cpp
g++ -O3 -Wall -c ../../../Common/CRC.cpp
g++ -O3 -Wall -c ../../../Common/String.cpp
g++ -O3 -Wall -c ../../../Common/StringConvert.cpp
../../../Common/MyWindows.h:120: warning: ‘struct IUnknown’ has virtual functions but non-virtual destructor
g++ -O3 -Wall -c ../../../Common/StringToInt.cpp
g++ -O3 -Wall -c ../../../Common/Vector.cpp
ar r liblzma.a ZLib.o LZMADecoder.o LZMAEncoder.o LZInWindow.o LZOutWindow.o RangeCoderBit.o InBuffer.o OutBuffer.o FileStreams.o Alloc.o C_FileIO.o CommandLineParser.o CRC.o String.o StringConvert.o StringToInt.o Vector.o
ar: creating liblzma.a
make[1]: Leaving directory `/home/risaer/Desktop/fbf/ds-0.2.9-fbf5010_old_firmware/source/lzma406/SRC/7zip/Compress/LZMA_Lib'
touch -c source/lzma406/SRC/7zip/Compress/LZMA_Lib/liblzma.a
cp -f source/lzma406/SRC/7zip/Compress/LZMA_Lib/liblzma.a source/lzma406/liblzma.a
make CXX="g++" \
                -C source/squashfs2.2/squashfs-tools mksquashfs-lzma
make[1]: Entering directory `/home/risaer/Desktop/fbf/ds-0.2.9-fbf5010_old_firmware/source/squashfs2.2/squashfs-tools'
make[1]: `mksquashfs-lzma' is up to date.
make[1]: Leaving directory `/home/risaer/Desktop/fbf/ds-0.2.9-fbf5010_old_firmware/source/squashfs2.2/squashfs-tools'
touch -c source/squashfs2.2/squashfs-tools/mksquashfs-lzma
cp source/squashfs2.2/squashfs-tools/mksquashfs-lzma tools/mksquashfs-lzma
make CXX="g++" \
                -C source/squashfs2.2/squashfs-tools unsquashfs-lzma
make[1]: Entering directory `/home/risaer/Desktop/fbf/ds-0.2.9-fbf5010_old_firmware/source/squashfs2.2/squashfs-tools'
make[1]: `unsquashfs-lzma' is up to date.
make[1]: Leaving directory `/home/risaer/Desktop/fbf/ds-0.2.9-fbf5010_old_firmware/source/squashfs2.2/squashfs-tools'
touch -c source/squashfs2.2/squashfs-tools/unsquashfs-lzma
cp source/squashfs2.2/squashfs-tools/unsquashfs-lzma tools/unsquashfs-lzma
make CC="gcc" LD="ld" \
                -C source/TI-chksum-0.1
make[1]: Entering directory `/home/risaer/Desktop/fbf/ds-0.2.9-fbf5010_old_firmware/source/TI-chksum-0.1'
gcc -W -Wall -O2   -c -o ckmain.o ckmain.c
gcc -W -Wall -O2   -c -o cksum.o cksum.c
gcc -o tichksum ckmain.o cksum.o
make[1]: Leaving directory `/home/risaer/Desktop/fbf/ds-0.2.9-fbf5010_old_firmware/source/TI-chksum-0.1'
cp source/TI-chksum-0.1/tichksum tools/tichksum
STEP 1: UNPACK
unpacking firmware image
splitting kernel image
unpacking filesystem image
  zlib::uncompress failed, unknown error -3
  zlib::uncompress failed, unknown error -3
  FATAL ERROR aborting: uncompress_inode_table: failed to read block
  zlib::uncompress failed, unknown error -3
  FATAL ERROR aborting: uncompress_inode_table: failed to read block
  zlib::uncompress failed, unknown error -3
  FATAL ERROR aborting: uncompress_inode_table: failed to read block
  zlib::uncompress failed, unknown error -3
  FATAL ERROR aborting: uncompress_inode_table: failed to read block
  zlib::uncompress failed, unknown error -3
  FATAL ERROR aborting: uncompress_inode_table: failed to read block
  zlib::uncompress failed, unknown error -3
  FATAL ERROR aborting: uncompress_inode_table: failed to read block
  zlib::uncompress failed, unknown error -3
  FATAL ERROR aborting: uncompress_inode_table: failed to read block
  zlib::uncompress failed, unknown error -3
  FATAL ERROR aborting: uncompress_inode_table: failed to read block
  zlib::uncompress failed, unknown error -3
  FATAL ERROR aborting: uncompress_inode_table: failed to read block
  zlib::uncompress failed, unknown error -3
  FATAL ERROR aborting: uncompress_inode_table: failed to read block
  zlib::uncompress failed, unknown error -3
  FATAL ERROR aborting: uncompress_inode_table: failed to read block
  zlib::uncompress failed, unknown error -3

und das geht so fröhlich und ohne Ende weiter. Da hat nicht zufälliger
weise jemand einen Tip für mich, oder??

Das ganze passiert unter kubuntu.
 
Du müsstest eine DSMOD-Version benutzen die zu deiner Firmware kompatibel ist. Hast du nicht noch eine alte dsmod-Version? (ds-0.2.6)


MfG Oliver
 
Einfach nur "Custom" auswählen reicht nicht, alle damit zusätzlich erscheinenden Optionen müssen passen. Der Fehler
Code:
zlib::uncompress failed, unknown error -3
hängt z.B. damit zusammen, dass du bei den Optionen "Lzma squashfs" nicht ausgewählt hast, obwohl das Image mit LZMA komprimiert ist. Damit schlägt der Versuch das ganze mit Hilfe der zlib zu entpacken dann fehl.

Nimm mal lieber nicht "Custom", da die Patches nicht mehr gepflegt sind und auch nicht auf alle Boxen zutreffen. Wenn du die Firmware manuell in den dl-Ordner kopierst, dann brauchst du "Firmware site" nicht verändern, sondern nur "Firmware source" auf exakt den Namen der Firmwaredatei im dl-Ordner ändern.

Mfg,
danisahne
 
@olistudent:
hmm! Stimmt! irgendwie :mrgreen:. Zumindest das image erstellen hat geklappt.

Mein aktuelles Problem jetzt ist nun nur, dass der downgrade nicht funzt.
Da kommt immer dieses "Internal communication error (login -1). Exiting."
Werd mich mal durch die Threads kramen.
-- UPDATE
Fein. Mit dem downgrade von Supamicha hats super einfach geklappt. http://www.ip-phone-forum.de/showpost.php?p=437696&postcount=1
(sollte n wichtig bekommen)
hab vorher nur das kleine skrit da drunter (ohne busybux) probiert.
das downgrade vom ds-mod hat auch nicht geklappt.

da kann ich ja demnächst noch mal n update testen :D
-- /UPDATE

@danisahne:

zlib::uncompress failed, unknown error -3
kam auch bei nicht-custom - glaub ich.
"Firmware source" auf exakt den Namen der Firmwaredatei im dl-Ordner ändern
hab ich ich auch gemacht. kam aber immer
:ERROR: firmware image fritz.box_fon_5010.23.04.01.image not found
:make: *** [firmware] Error 1

kann ich irgendwie feststellen, wo er die firmware sucht?

Ist es richtig, das 0.2.9 nicht mit der 04.01er läuft, oder muss ich das einfach
nochmal austesten?
 
Zuletzt bearbeitet:
einfachere Lösung

also ich hab ne einfachere lösung die aber nur dann klappt wenn man nen FTP Server im Netz hat.
Man kopiere das Verzeichnis der Firmware exakt auf den eigenen FTP so wie er auf dem AVM FTP ist, ersetzt dann die Firmware durch die ältere und trägt in der host Datei:
ftp.avm.de 192.168.10.20 z.B
schon greift der mod auf den eigenen FTP und holt sich die Firmware Datei da runter.

Mfg Igi
 
Also ich find das unglaublich kompliziert! Wiso denn nicht einfach "Override firmware source" auswählen, dann "Firmware source" z.B. auf "firmware.image" ändern. "Firmware site" ist total egal, was da eingetragen ist, wenn ihr vor dem `make' einfach eure Firmware, die ihr verwenden wollt, als firmware.image in den dl-Ordner kopiert. Ich mach das immer so und es funktioniert auch (solange der Rest des Setups zur Firmware passt).

Mfg,
danisahne
 
ok, hatte ich noch nicht probiert.
Aber mal was anderes, kennst du das Speedport W501V? Mit der modifizierten Firmware hat es jetzt ne AVM Oberfläche bekommen. Der Rest ist t-com image.
Denkst du das man da den ds-mod auch einbinden kann?

Mfg Igi
 
Muss ich mir mal genauer anschauen. Wo kann man denn die Speedport Firmware runterladen?
 
Wenn ihr wollt könnt ihr eure fertige Speedport Firmware bei mir auf dem FTP abladen. Meine is noch nicht soweit.

Mein FTP: ftp://awek-igor.ftpaccess.cc

Zugang anonym mit schreibrechten
 
Kostenlos!

Statistik des Forums

Themen
248,873
Beiträge
2,303,520
Mitglieder
378,534
Neuestes Mitglied
test-forcepaster