Firmware not found

loczi1

Neuer User
Mitglied seit
16 Okt 2012
Beiträge
43
Punkte für Reaktionen
0
Punkte
0
Ok thanks, sorry but i can only english.
In the past i had a 7170 and i could update sucesfully with my own freetz image without any problem.
Now i have a 7270 -> 305 - HWRev 139 16MB/7270_V2 - 1und1 branding the black one.
I tried to make a freetz image, but i found a problem: "ERROR: Could not download firmware image. See /trac.freetz.org/wiki/FAQ#Couldnotdownloadfirmwareimage for details."
So i tried to fix it, like i was copied the original AVM file from the ftp. but the kernel had wrong address too, (in the Freetz was 7270v1 so i copied the right ftp link) so i tried to fix it, and after i become an already bad news: "modpatch: Error in patch-file ./patches/7270_v2/110-rc.S-mknod.patch" in the make -> Step2
So i could'nt make the firmware, but i tried with every online kernels and firmwares.
I hope you can understand me and my english, thanks your help!
 
Zuletzt bearbeitet:
Anybody can help me?
Ich übersetze, wenn nötig.
 
Please paste the exact error message (Copy&Paste) and your .config...

Regards
Oliver
 
ERROR: Could not download firmware image. See http://trac.freetz.org/wiki/FAQ#Couldnotdownloadfirmwareimage for details.
make: *** [dl/fw/FRITZ.Box_Fon_WLAN_7270_16.AnnexB.en-de-es-it-fr.54.04.90.image] Fehler 3

and if i change the name of firmware in tha make menuconfig->advance
the freetz is downloading the FW and after delete it, was watched from ftp the the FW file was growing (larger) and after deleting

so i tried to copy the FW in 0:/home/freetz/freetz-stable/dl/fw/

tried with:

FRITZ.Box_Fon_WLAN_7270_16.en-de-es-it-fr.54.05.23.image
FRITZ.Box_Fon_WLAN_7270_16.en-de-es-it-fr.54.05.06.image

with kernel: fritzbox7270-source-files-04.86.tar.gz

the ressult is:

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


STEP 2: MODIFY
applying symlinks, deleting additional webinterfaces in: usr/www usr/www.nas
applying patches
ERROR: modpatch: Error in patch-file ./patches/7270_v2/110-rc.S-mknod.patch
make: *** [firmware-nocompile] Fehler 2





when i tried with newest kernel:
fritzbox7270-source-files-05.05.tar.gz
fritzbox7270-source-files-05.21.tar.gz


result:

freetz@freetz-linux:~/freetz-stable$ make
---> kernel: checking structure... unpacking...
ERROR: KERNEL_BUILD_ROOT_DIR has wrong structure
make: *** [source/kernel/ref-ur8-16mb-7270_04.86/.unpacked] Fehler 1


and i tried with deutch FW and i got same results too

Here is my config filehttp://s1.toldacuccot.hu/dl.php?sid=88413cf7b7ac54175540a573d6bce622&file=config


Thanks your help!
 
For the latest firmware 05.23en use the trunk, not freetz-stable.
 
thanks your help but the ressult was same:

freetz@freetz-linux:~/freetz-stable$ make
STEP 1: UNPACK
unpacking firmware image
splitting kernel image
unpacking filesystem image
unpacking var.tar
done.

STEP 2: MODIFY
applying symlinks, deleting additional webinterfaces in: usr/www usr/www.nas
applying patches
ERROR: modpatch: Error in patch-file ./patches/7270_v2/110-rc.S-mknod.patch
make: *** [firmware-nocompile] Fehler 2
 
oh okay, i found, sorry i miss understood you.

Yes! it"s finished!
Thank you so much your help! I didn't know nothing about trunk freetz devel, but now i will use it!
 
Zuletzt bearbeitet:
Can you help me one more thing?
If i plug in my usb drive in freetz and after unplug and plug back, i don't want to changed name of usb drive, like uStor01 -> uStor15 because i have external fw.
How can i use freetzmount/automont for my ext2 and ntfs drives in same time?
thanks your reply.

config:
FREETZ_PATCH_FREETZMOUNT=y
FREETZ_USBSTORAGE_AUTOMOUNT=y
FREETZ_AUTOMOUNT_EXT2=y
FREETZ_AUTOMOUNT_EXT3=y
# FREETZ_AUTOMOUNT_EXT4 is not set
FREETZ_AUTOMOUNT_FAT=y
# FREETZ_AUTOMOUNT_HFS is not set
# FREETZ_AUTOMOUNT_HFS_PLUS is not set
# FREETZ_AUTOMOUNT_LUKS is not set
FREETZ_AUTOMOUNT_NTFS=y
 
Zuletzt bearbeitet:
Freetz supports "mount by label". You can connect your hdd to the PC and set labels for your partitions. Back on your FreetzBox these labels will be used instead of uStorXY.

Regards
Oliver
 
okay, and i how can i canged the modified the names, like the
USB storage media uStor15 457,74 MB from 461,91 MB free, available not created
USB storage media uStor01 25,27 GB from 29,69 GB free, available not created

so the uStor15 is the external fw drive and i would like change the name to uStor01.
 
why i can not see the mounted partitions? i wolud like to see like here

one more question.
how can i check and my drive with e2fsck? i tried in putty but i couldn't.
thanks.
 
Zuletzt bearbeitet:
oh, thaks, that was easy.

Is it possible to connect to a wirreles network without wds, because the host wirreles router doesn't support WDS function, i would like to connect and use the host's connection like a computer wit wirreles adapter. Is it possible, or is there a package for this funcitonalty?
Thanks your help!
 
how can i start the smb / samba?
I canged the settings like in freetz.org.../newbie site
Ressult: Starting Samba-smbd ... could not execute smbd, failed.
 
Only 7390 can connect as a wlan client at this moment.

smbd:
Do you use external?

Regards
Oliver
 
no just the smb client is external
Képkivágás.JPG


and WISP mode or WISP client?
 
Zuletzt bearbeitet:
FREETZ_PACKAGE_SAMBA_SMBD=y
and not external (just the samba client)
What can be problem?
Is it matter the setting of fritz nas menu?
How can i start the Samba?


is it matter that the external drive is uStor05?
 
Zuletzt bearbeitet:
You can try to search for the smbd binary with Rudishell or Console:
Code:
which smbd
ls -l /sbin/smbd
 
same answer from both aplication:
lrwxrwxrwx 1 root root 15 Dec 9 2012 /sbin/smbd -> samba_multicall

thanks your help, but i don't know what does it mean this answer...
 
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.