Kernel 2.6: ds26-15.2

Bitte hier lesen.

MfG Oliver
 
es hört nicht auf ich habe alles noch mal von vorne gemacht und ich bin wieder hier

Code:
STEP 1: UNPACK
unpacking firmware image
splitting kernel image
unpacking filesystem image
unpacking var.tar
done.

STEP 2: MODIFY
applying patches
ERROR: modpatch: Error in patch-file ./patches/7170/130-rc.S-logging.patch
make: *** [firmware-nocompile] Fehler 2

so denn hab ich die /7170/130-rc.S-logging.patch geändert

Code:
- #file "stdin", 92
+ #file "stdin", 117

Code:
STEP 1: UNPACK
unpacking firmware image
splitting kernel image
unpacking filesystem image
unpacking var.tar
done.

STEP 2: MODIFY
applying patches
ERROR: at least one oem must be supported
make: *** [firmware-nocompile] Fehler 1

und das hilfte auch nix hab ich die gelöscht

Code:
STEP 1: UNPACK
unpacking firmware image
splitting kernel image
unpacking filesystem image
unpacking var.tar
done.

STEP 2: MODIFY
applying patches
ERROR: modpatch: Error in patch-file ./patches/7170/130-rc.S-logging.patch
make: *** [firmware-nocompile] Fehler 2
ich will nicht das alles von vorne machen was kann ich machen
 
Was hast du gelöscht?
Warum hast du im menuconfig kein OEM ausgewählt (avm, 1und1, freenet)?

MfG Oliver
 
alles kla oem ausgewählt und dann make und ganz fleißig hat er mir ein image erstellt^^

so.... image geflasht und die nächste fehlermeldung erhalten (was auch sonst) -In Ihrer FRITZ!Box wurden vom Hersteller nicht unterstützte Änderungen durchgeführt-
doch leider ist kein menüpunkt DS-Mod da
 
LockTown schrieb:
so.... image geflasht und die nächste fehlermeldung erhalten (was auch sonst) -In Ihrer FRITZ!Box wurden vom Hersteller nicht unterstützte Änderungen durchgeführt-

Diese Meldung ist vollkommen normal, denn immerhin hast du eine Änderung an der Firmware durchgeführt. Sie verschwindet, wenn du im menuconfig den Punkt "Patch web menu signed message" anwählst, damit dann ein neues Image erstellst und dieses Flashst.

LockTown schrieb:
doch leider ist kein menüpunkt DS-Mod da

Versuche mal: http://fritz.box:81/
 
alles kla nachdem ich auch noch neben oem avm 1&1 aktiviert habe hat es endlich gefunzt vielen dank für eure hilfe jetzt bin ich glücklich!!! und ein bisschen schlauer^^ (glaub ich)
 
@Locktown: Du wärst auch schlauer geworden, wenn Du mal die Suchfunktion bemüht hättest. Diszipliniere Dich bitte zukünftig in dieser Hinsicht ein wenig.

Umleitung.gif


In diesem Sinne: weiterhin gutes Gelingen. :D
 
DS26-15.2 auf Fritzbox WLAN 7140 installieren

Hi everybody,

I might have a sollution for installing the DS-MOD on a converted Fritzbox 7140. My problem was that the firmware update didn't accept the DS26-15.2 image. My box is a german 7140 ANNEX B which I converted to a ANNEX A using the information found here. I recently upgrade to the latest Int. Firmware using this recover image: fritz.box_fon_wlan_7140.annexa.en.04.34.recover-image. So far everything worked perfectly but I couldn't install the DS-MOD.
After trying for hours I finally found out why my 7140 wouldn't accept the image I created using Stinkylinux. When telnetting to the Fritzbox I kept seeing ANNEX='B' while the CONFIG_ANNEX='A'. 'cat /proc/sys/urlader/environment' also showed ANNEX B. The sollution is actually quite easy: use 'echo “annex A” > /proc/sys/urlader/environment' to change the annex to A. After that check again if Annex is A now. If Annex is A DO NOT REBOOT and proceed with uploading the DS-Mod Image. After a while my box rebooted and everything, including DS-Mod worked like a charm.
I hope this little tip is usefull for others as well.

Cheers,

Harold
 
Hab meine FritzBox Fon WLAN mit dem MOD zerschoßen.


Alles lief super bis ich iptables in das Image mit aufgenommen hatte.
Kann es eigentlich passieren das das Image zu groß wird?? Normalerweise meckert er ja dann,aber meine PowerLED blinkt 3 mal dann leuchtet sie durchgehend.
ImageSize 4.229.120 Byte
 
Bei mir sind es genau die gleichen 4.229.120 Bytes und es funzt. Es ist relativ nah an der Grenze, aber immer noch akzeptabel. Du bist über die 1024-Thematik aufgeklärt, oder sollen wir hier noch darüber diskutieren?

Normalerweise können keine übergroße Images rauskommen.

IPTABLES habe ich nicht. Es ist auch momentan äußerst instabil (netfilter) und nur für diejenigen zu empfehlen, die wirklich wissen, was sie damit tun.

MfG
 
ich brauchte die iptables um allen traffic der an port 80 und 443 geht über tinyproxy umzuleiten, damit ich keine Proxyeinstellungen am rechner mehr machen brauch.
 
Mehr als in Beitrag #1 darauf hinzuweisen, daß es instabil ist und niemand aktiv daran entwickelt (Freiwillige mit entsprechenden Kenntnissen willkommen!), kann ich halt auch nicht.
 
Mal eine Frage dazu: Auf der Fonera rennt iptables ja, es ist also besser dort die Einstellungen zu machen und die FritzBox (W900) nur mit cpmaccfg in Einzelnetze zu teilen?

PS: gibt es ein Tool zum Zusammenclicken der Regeln? Von KDE gibts eins und dort steht was von einer Win-Version, die ist aber anscheinend kostenpflichtig, hat schon jmd. die KDE-Version getestet, sollte auch unter Knoppix laufen, oder?

mfG,
Stefan

PS: Ich weiss leicht OT...
 
brauch bitte Hilfe..

Hallo zusammen!

Coole Sache, der DS-Mod, allerdings komme ich an einer Stelle nicht weiter, gesucht im Forum hab ich, aber nix richtig passendes gefunden:

Code:
sh-2.05b$ make
mkdir -p source/ref-4mb_26-04.33/kernel
cp -a source/avm-gpl-04.33/base/kernel_8mb_26_build source/ref-4mb_26-04.33/kernel/kernel_8mb_26_build
for i in make/linux/patches/*.patch; do \
		tools/ds_patch source/ref-4mb_26-04.33/kernel/kernel_8mb_26_build/kernel $i; \
	done
ERROR: modpatch: Error in patch-file make/linux/patches/004-extra_optimization.patch
ERROR: modpatch: Error in patch-file make/linux/patches/011-mips_boot.patch
ERROR: modpatch: Error in patch-file make/linux/patches/012-mips_cpu_tlb.patch
ERROR: modpatch: Error in patch-file make/linux/patches/100-evaloader.patch
ERROR: modpatch: Error in patch-file make/linux/patches/101-depmod.patch
ERROR: modpatch: Error in patch-file make/linux/patches/110-unistd_h_inotify.patch
ERROR: modpatch: Error in patch-file make/linux/patches/209-mini_fo.patch
ERROR: modpatch: Error in patch-file make/linux/patches/400-ftdi-smartmouse.patch
ERROR: modpatch: Error in patch-file make/linux/patches/500-unionfs.patch
ERROR: modpatch: Error in patch-file make/linux/patches/700-cifs-1.45.patch
ERROR: modpatch: Error in patch-file make/linux/patches/710-scall32.patch
ERROR: modpatch: Error in patch-file make/linux/patches/mppe-mppc-1.3.patch
make: *** [source/ref-4mb_26-04.33/kernel/.unpacked] Error 2
System ist Debian Sarge mit allen benoetigten Paketen, wie auf der Startseite beschrieben.

Recht herzlichen Dank und viele Grüße!
Mario
 
Zuletzt bearbeitet von einem Moderator:
Danke fuer deine Antwort: "apt-get install patch" sagt: "patch is already the newest version" ... brauch man da noch was bestimmtes extra?
 
Probier mal
Code:
bash -x tools/ds_patch source/ref-4mb_26-04.33/kernel/kernel_8mb_26_build/kernel make/linux/patches/004-extra_optimization.patch
am Besten von hier herauskopieren, und das Ergebnis hier posten.
 
Code:
sh-2.05b$ bash -x tools/ds_patch source/ref-4mb_26-04.33/kernel/kernel_8mb_26_bu 
ild/kernel make/linux/patches/004-extra_optimization.patch
+ declare -F
+ awk '{print $3}'
+ grep -q echo2
+ declare -F
+ awk '{print $3}'
+ grep -q error
++ basename tools/ds_patch
+ '[' ds_patch == ds_patch ']'
+ ds_patch_name=ds_patch
+ modpatch source/ref-4mb_26-04.33/kernel/kernel_8mb_26_build/kernel make/linux/patches/004-extra_optimization.patch
+ '[' 2 -ne 2 ']'
+ local is_verbose=
+ '[' '' ']'
+ '[' '' == -v ']'
+ local backup
+ local do_fix
+ local files
+ '[' '' == y ']'
+ local STATUS
+ '[' '' ']'
+ patch -d source/ref-4mb_26-04.33/kernel/kernel_8mb_26_build/kernel -p0 --no-backup-if-mismatch
+ STATUS=1
+ '[' 1 -gt 0 ']'
+ error 2 'modpatch: Error in patch-file make/linux/patches/004-extra_optimization.patch'
+ '[' 2 -gt 0 ']'
+ echo -e 'ERROR: modpatch: Error in patch-file make/linux/patches/004-extra_optimization.patch'
ERROR: modpatch: Error in patch-file make/linux/patches/004-extra_optimization.patch
+ exit 2
 
Zuletzt bearbeitet von einem Moderator:
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.