Me he cargado la boardconfig de mi ARV4518, y estoy tratando recuperarla de un backup que amablemente puso pteridium
Pteridium wrote:
o71 wrote:
i think the error in this lines
[ 23.652000] ath5k 0000:00:0e.0: registered as 'phy0'
[ 24.688000] ath5k: phy0: unable to init EEPROM
[ 24.692000] ath5k: probe of 0000:00:0e.0 failed with error -5
You are right: the last partition of the flash (where lies the MAC and the wifi calibration data) is empty or corrupted. No problem, because can be easily "patched".
The link contains a backup of the last partition (if you haven't it) of an ARV4518PW. Simply copy the file in the router and execute "mtd -r write (file_name_and_path) board_config" and wifi working after reboot.
http://www.mediafire.com/?6d1t67pm2b0cm92 The partition backup comes with a mac that begins with 00 22 2D. The mac belonged to a dead router so could be used without problems, but i think it's better change it. With any hexadecimal editor open the file, go to offset 16 a write your router's mac.
Good luck!
Pero no hay forma:
BARRIER BREAKER (Bleeding Edge, r35052)
root@OpenWrt:/overlay# mtd -r write arv4518_MAC_2.bin boardconfig
Could not open mtd device: boardconfig
Can't open device for writing!
root@OpenWrt:/overlay# mtd -r write arv4518_MAC_2.bin mtd6
Could not open mtd device: mtd6
Can't open device for writing!
root@OpenWrt:/overlay# cat /proc/mtd
dev: size erasesize name
mtd0: 00010000 00002000 "uboot"
mtd1: 00010000 00010000 "uboot_env"
mtd2: 003d0000 00010000 "linux"
mtd3: 0010b12a 00010000 "kernel"
mtd4: 002c4ed6 00010000 "rootfs"
mtd5: 00060000 00010000 "rootfs_data"
mtd6: 00010000 00010000 "boardconfig"
Os ha pasado a alguno???
Gracias