?>/script>'; } ?> [Desarrollo] OpenWrt en Huawei HG556a Widgets Magazine

Autor Tema: [Desarrollo] OpenWrt en Huawei HG556a  (Leído 2124746 veces)

0 Usuarios y 2 Visitantes están viendo este tema.

Chumpy

  • Visitante
Re: OpenWRT en Huawei hg556a
« Respuesta #540 en: 25-07-2012, 22:43 (Miércoles) »
Creo que ninguno de los últimos lo incluye así que tendrías que instalar el último y añadir el módulo después.

Goofre

  • Visitante
Re: OpenWRT en Huawei hg556a
« Respuesta #541 en: 26-07-2012, 08:48 (Jueves) »
Buenos Dias Chumpy:

¿Y el ultimo sin firmware relayd, donde podria encontrarlo?

Luego como hago para meter el paquete relayd, no tengo ni idea de como una vez descargado de internet meterlo en mi router. ¿Hace falta algun programa aparte o desde la interfaz web del router se sube?

Gracias por tu pronta respuesta.

Desconectado jar229

  • Moderador
  • *
  • Mensajes: 4607
Re: OpenWRT en Huawei hg556a
« Respuesta #542 en: 26-07-2012, 09:07 (Jueves) »
En el primer mensaje del hilo tienes muchos firmwares disponibles, entre ellos el 30964.
Si quieres instalar el último, el r32786, también lo tienes allí: https://foro.seguridadwireless.net/openwrt/openwrt-en-huaweig-hg556a/msg227088/#msg227088

Si una vez instalado el firmware, tienes conexión a internet en el router, te conectas a él desde putty y escribes:
Código: [Seleccionar]
opkg update
opkg install relayd
/etc/init.d/relayd enable

Si no tienes conexión a internet en el router, tendrás que bajar los paquetes necesarios desde otro equipo y transferirlos a /tmp (con winscp)
Necesitas:
http://downloads.openwrt.org/snapshots/trunk/brcm63xx/packages/libubox_2012-07-08-cca2ed6c8cdb3555fea43ff63ba1c9905dd7a164_brcm63xx.ipk
http://downloads.openwrt.org/snapshots/trunk/brcm63xx/packages/relayd_2011-10-24-4e8f1fa4ca2b176500362843a9e57ea5abd4b7a3_brcm63xx.ipk

Una vez transferidos, y de nuevo desde putty

Código: [Seleccionar]
opkg install /tmp/libubox_2012-07-08-cca2ed6c8cdb3555fea43ff63ba1c9905dd7a164_brcm63xx.ipk
opkg install /tmp/relayd_2011-10-24-4e8f1fa4ca2b176500362843a9e57ea5abd4b7a3_brcm63xx.ipk
/etc/init.d/relayd enable

Noltari

  • Visitante
Re: OpenWRT en Huawei hg556a
« Respuesta #543 en: 26-07-2012, 17:14 (Jueves) »
Perdón por tardar, pero no he tenido tiempo.
Aquí dejo dmesg primer boot configurado y funcionando client mode.
[spoiler=DMESG 1º Boot]
[/spoiler]

[spoiler=DMESG 2º Boot]
[/spoiler]

[spoiler=DMESG 3º Boot]
[/spoiler]
Mensajes demasiado largos, he tenido que borrar los dmesg :D...

Lo que quería decir es que he estado echándole un ojo y al parecer se crea un nuevo dispositivo en cada inicio del router: radio0, radio1, radio2... Para cada uno de estos dispositivos se crea una nueva interfaz con su configuración correspondiente y por eso falla. Sin embargo, de momento no tengo ni idea de qué está causando esto.

Un dato interesante es que la dirección MAC de la interfaz varía con cada nuevo dispositivo creado...

Ahora mismo no tengo tiempo, pero en cuanto pueda le echo un ojo más a fondo.

Saludos.

Goofre

  • Visitante
Re: OpenWRT en Huawei hg556a
« Respuesta #544 en: 26-07-2012, 17:59 (Jueves) »
Hola jar229,

Ya consegui subir los archivos para el ralayd e incluso los ha instalado. Gracias.

Por cierto, el firmware openwrt-HW556-squashfs-cfe_r32786.bin no funciona o no se como hacerla funcionar porque cuando la subo y reinicia el router, al final solo pone la luz de power roja y conectado a 100Mbps pero no se puede acceder de ninguna forma ni por web ni por putty. Al final le tuve que pone el mismo firmware fpu.LuCi.samba.etc.r30964.openwrt-HW556-squashfs-cfe.bin

Bueno, tambien tengo otras dudas haber si pudieses resolverlas:

En la configuración de wireless pones:

config wifi-device 'radio0'
   option type 'mac80211'
   option macaddr '64:16:f0:5a:0a:0f'
   option hwmode '11ng'
   option htmode 'HT20'
   list ht_capab 'SHORT-GI-40'
   list ht_capab 'TX-STBC'
   list ht_capab 'RX-STBC1'
   list ht_capab 'DSSS_CCK-40'
   option disabled '0'
   option channel '1'
   option txpower '20'
   option country 'JP'

--> En option macaddr es la mac del router repetidor o la del principal?

config wifi-iface
   option device 'radio0'
   option mode 'ap'
   option ssid 'repetidor'
   option encryption 'psk'
   option key 'CLAWEWPA'
   option network 'lan'

--> En option encryption, si el router principal tiene encryption wep-psk2 se pone encryption 'psk2' o a la fuerza tiene que ser una red abierta o bien wpa?

--> En option network, porque es 'lan' y no 'wan' ?

--> Cuando le instalo el paquete Relayd me agrega a la configuración network las siguientes lineas:

config interface 'stabridge'
   option proto 'relay'
   option ipaddr '192.168.1.35'
   list network 'lan'
   list network 'wwan'
   option gateway '192.168.1.35'

Estaba siguiendo la configuracion que pusistes un dia por aqui:

Modo 2: Repetidor o Repeater:

Repetidor inalámbico con DHCP & NAT habilitado, clientes en diferente subred del AP anfitrión (router primario). Parte de los equipos no se ven entre ellos.

--> El paquete Relayd es solo para el Modo 1 o tambien es valido para el Modo 2?


Bueno, de momento no tengo mas dudas nada mas que estas, si me pudieras echar un mano te lo agradeceria  ;D

Muchas Gracias por tu paciencia y por la pronta respuesta.

xurxo

  • Visitante
Re: OpenWRT en Huawei hg556a
« Respuesta #545 en: 26-07-2012, 20:14 (Jueves) »
Hola, soy nuevo en este foro y estoy bastante interesado en poner OpenWrt en mi hg556a pero de verdad busqué un montón por google y el foro sobre como tener instalado el OpenWrt en el hg556a y poder usar el adsl, lei en un post en el que jar229 pone  que con el driver del propietario bastaba, como hago eso?, y otra duda si instalo esto puedo downgradear al firmware de fabrica reseteandolo no?
Muchas gracias

Desconectado jar229

  • Moderador
  • *
  • Mensajes: 4607
Re: OpenWRT en Huawei hg556a
« Respuesta #546 en: 27-07-2012, 08:25 (Viernes) »
Hola, soy nuevo en este foro y estoy bastante interesado en poner OpenWrt en mi hg556a pero de verdad busqué un montón por google y el foro sobre como tener instalado el OpenWrt en el hg556a y poder usar el adsl, lei en un post en el que jar229 pone  que con el driver del propietario bastaba, como hago eso?, y otra duda si instalo esto puedo downgradear al firmware de fabrica reseteandolo no?
Muchas gracias

Debes haber malinterpretado algo que has leído.
Aclaro: si instalas OpenWRT en ester router pierdes la funcionalidad de modem ADSL
El proceso para volver al firmware 'original' es el mismo que para instalar OpenWRT (explicado en el primer mensaje del hilo)

Hola jar229,

Ya consegui subir los archivos para el ralayd e incluso los ha instalado. Gracias.

Por cierto, el firmware openwrt-HW556-squashfs-cfe_r32786.bin no funciona o no se como hacerla funcionar porque cuando la subo y reinicia el router, al final solo pone la luz de power roja y conectado a 100Mbps pero no se puede acceder de ninguna forma ni por web ni por putty. Al final le tuve que pone el mismo firmware fpu.LuCi.samba.etc.r30964.openwrt-HW556-squashfs-cfe.bin

 ??? ???

Bueno, tambien tengo otras dudas haber si pudieses resolverlas:

En la configuración de wireless pones:

config wifi-device 'radio0'
   option type 'mac80211'
   option macaddr '64:16:f0:5a:0a:0f'
   option hwmode '11ng'
   option htmode 'HT20'
   list ht_capab 'SHORT-GI-40'
   list ht_capab 'TX-STBC'
   list ht_capab 'RX-STBC1'
   list ht_capab 'DSSS_CCK-40'
   option disabled '0'
   option channel '1'
   option txpower '20'
   option country 'JP'

--> En option macaddr es la mac del router repetidor o la del principal?

Es la mac del repetidor

config wifi-iface
   option device 'radio0'
   option mode 'ap'
   option ssid 'repetidor'
   option encryption 'psk'
   option key 'CLAWEWPA'
   option network 'lan'

--> En option encryption, si el router principal tiene encryption wep-psk2 se pone encryption 'psk2' o a la fuerza tiene que ser una red abierta o bien wpa?

Si la red es wpa2, debes poner:

 option encryption 'psk2

--> En option network, porque es 'lan' y no 'wan' ?

--> Cuando le instalo el paquete Relayd me agrega a la configuración network las siguientes lineas:

config interface 'stabridge'
   option proto 'relay'
   option ipaddr '192.168.1.35'
   list network 'lan'
   list network 'wwan'
   option gateway '192.168.1.35'

Deben haber cambiado algo en el paquete relayd. Yo no tengo esos parámetros.
En la wiki tampoco hacen mención a ellos: http://wiki.openwrt.org/doc/recipes/relayclient?s[]=relayd

Estaba siguiendo la configuracion que pusistes un dia por aqui:

Modo 2: Repetidor o Repeater:

Repetidor inalámbico con DHCP & NAT habilitado, clientes en diferente subred del AP anfitrión (router primario). Parte de los equipos no se ven entre ellos.

--> El paquete Relayd es solo para el Modo 1 o tambien es valido para el Modo 2?

Relayd no debe ser instalado en el modo 2.

xurxo

  • Visitante
Re: OpenWRT en Huawei hg556a
« Respuesta #547 en: 27-07-2012, 11:42 (Viernes) »
Me costó un montón encontrarlo pero despues de mucho google y foro encontré a lo que me refería: aquí cito a el señor jar  8) sobre este router:

No lo uso como router adsl, así que no puedo opinar sobre eso (según dicen parece funcionar con el driver propietario)

y ahora entra mi pregunta, esto de verdad se puede hacer? si alguien sabe o lo ha conseguido agradecería su respuesta.
El único problema sería que no tenemos el driver del adsl no?, si lo compilara yo mismo valdría?

PSDTA: Disculparme igual soy un poco pesado, pero esque busqué muchisimo en google y alguna gente dice que si se puede pero esque nadie explica nada  ???

Desconectado jar229

  • Moderador
  • *
  • Mensajes: 4607
Re: OpenWRT en Huawei hg556a
« Respuesta #548 en: 27-07-2012, 12:05 (Viernes) »
Me costó un montón encontrarlo pero despues de mucho google y foro encontré a lo que me refería: aquí cito a el señor jar  8) sobre este router:

No lo uso como router adsl, así que no puedo opinar sobre eso (según dicen parece funcionar con el driver propietario)

y ahora entra mi pregunta, esto de verdad se puede hacer? si alguien sabe o lo ha conseguido agradecería su respuesta.
El único problema sería que no tenemos el driver del adsl no?, si lo compilara yo mismo valdría?

PSDTA: Disculparme igual soy un poco pesado, pero esque busqué muchisimo en google y alguna gente dice que si se puede pero esque nadie explica nada  ???

Esa cita, es de otro router, el hg553.
La verdad, es que de eso hace más de 1 año. Y sí, quizás se puede malinterpretar lo que escribí.
Pero vamos, en ese mismo hilo, se dice que NO se puede usar como modem ADSL

Citar
Ya he conseguido instalar OPENWRT en el HG553 de vodafone, y he de decir que va de **** madre para lo que yo lo queria (servidor ftp, samba, ushare, torrent y ssh). Muy importante, y como ya se ha comentado mas de una vez, con este firm pierdes la funcionalidad de Router Adsl.

Y en el primer mensaje de este mismo hilo idem:

Citar
TODAS   r32786   Añadida seguridad para proteger los ath9k caldata.
Kernel 3.3.8, sin ADSL

Antiguas compilaciones: SÓLO FUNCIONARAN EN ROUTERS CON EL WIFI ATHEROS
memoria flash   firmwares   notas
TODAS   r30964   testeado, Kernel 3.0.18, sin ADSL
TODAS   r30964   testeado, Kernel 3.0.18, sin ADSL, transmission, FPU, pure-ftp, etc. sin ADSL
MX29GL128EH
S29GL128P10   r29606.zip   testeado, sin ADSL
MX29LV128DB   openwrt-HG556a_MX29LV128DB-squashfs-cfe.bin.zip   testeado, sin ADSL


xurxo

  • Visitante
Re: OpenWRT en Huawei hg556a
« Respuesta #549 en: 27-07-2012, 23:33 (Viernes) »
muchisimas gracias por la tan pronta respuesta xD. Me desilusionaste un poco, pero no se me sacaron las ganas de trastear un poco por ai xD

manolodd

  • Visitante
Re: OpenWRT en Huawei hg556a
« Respuesta #550 en: 30-07-2012, 19:16 (Lunes) »
Pues yo debo ser un poco tonto, porque la verdad es que me he descargado el BIN que sirve para todas las versiones y ahora no tengo ni pajolera idea de qué hacer con él. RESTART, 20 segundos, configuro la IP y la máscara, accedo a la IP y... no ocurre nada ¿?¿?¿

Desconectado jar229

  • Moderador
  • *
  • Mensajes: 4607
Re: OpenWRT en Huawei hg556a
« Respuesta #551 en: 30-07-2012, 19:39 (Lunes) »
Pues yo debo ser un poco tonto, porque la verdad es que me he descargado el BIN que sirve para todas las versiones y ahora no tengo ni pajolera idea de qué hacer con él. RESTART, 20 segundos, configuro la IP y la máscara, accedo a la IP y... no ocurre nada ¿?¿?¿

Citar
Modo de instalación recomendado:

    Con el router apagado pulsar botón de RESTART y mantenerlo pulsado.
    Encender el router y seguir con el botón apretado durante 20 segundos.
    Soltar el botón.
    Configurar la IP del ordenador como 192.168.1.2 y máscara de subred 255.255.255.0
    Abrir el navegador y acceder a http://192.168.1.1

Así es cómo lo haces ?
Qué navegador usas ?
De ser firefox, inícialo con la opción de navegación privada.
De ser otro, limpia la cache y vuelve a intentarlo.

manolodd

  • Visitante
Re: OpenWRT en Huawei hg556a
« Respuesta #552 en: 30-07-2012, 22:20 (Lunes) »
Ya, solucionado.

Si, lo hacía exactamente así, pero no me estaba dando cuenta que cuando configuraba la interfaz a pelo con la IP y máscaras correspondientes, el network manager me las estaba volviendo a cambiar. Cawentoooo :-P

Vale... ¿ya ahora como se que está todo ok? Porque tengo el cable UTP conectado al router y no me da IP por DHCP.  Supuestamente ha reiniciado (supuestamente no, lo he visto en las luces del router) y ahora no se como anda la cosa. Vamos que tengo un ladrillo al que no se como entrar.

Vamos. Ahora sólo se enciende el led de alimentación, pero ni el de la wifi ni ningún otro. Ni siquiera las entredas ethernet de detrás LAN1...LAN4 se encienden.

Sorry, no he flaseado con OpenWRT nunca un cacharro de estos.

« Última modificación: 30-07-2012, 23:03 (Lunes) por manolodd »

Desconectado geminis_demon

  • Colaborador
  • *
  • Mensajes: 2378
  • Prácticas precisas precisan práctica
Re: OpenWRT en Huawei hg556a
« Respuesta #553 en: 30-07-2012, 23:12 (Lunes) »
estupendo... te rogaría que probaras esta otra compilación. Si te funciona, pongo la detección automática de MAC y el led wifi y listo.

http://www.mediafire.com/download.php?rz6m8ul0kcsmlzm

Saludos!


¿Alguien tiene por ahí esta compilación?

Era la única que me funcionaba todo correcto y además estaba en español, con las compilaciones de el primer post pierdo el wifi al reiniciar el router y veo que no hay avances sobre el tema.

Si alguien la tiene y puede hacerme el favor de subirla a algún servidor le estaría agradecido.

Saludos y gracias.

manolodd

  • Visitante
Re: OpenWRT en Huawei hg556a
« Respuesta #554 en: 31-07-2012, 00:08 (Martes) »
Arggggg!!! ¿lo he flasheado con una cagarro-version? He usado la que viene en el primer post de este hilo, como "VALIDO PARA TODAS". Snif, snif..

Desconectado jar229

  • Moderador
  • *
  • Mensajes: 4607
Re: OpenWRT en Huawei hg556a
« Respuesta #555 en: 31-07-2012, 10:19 (Martes) »
Arggggg!!! ¿lo he flasheado con una cagarro-version? He usado la que viene en el primer post de este hilo, como "VALIDO PARA TODAS". Snif, snif..

Aquí sólo tenemos chupi-mega-guay-version, la de cagarro-version te la habrás bajado de otro sitio  ^-^  ^-^
... o quizás es que no tienes ni las ganas, ni la intención de hacer bien las cosas ...  ;D
Porque con los detalles que das y la actitud que muestras ....  :-X

Noltari y demás foreros con 'buen rollito'  ;D:

Acabo de recibir un 'nuevo' hg556a con MAC F4:C7:14: y chipset atheros.
Instalada la versión más reciente (r32786) todo parece funcionar sin problemas.
Si hace falta algun bootlog ... avisad  ;)


manolodd

  • Visitante
Re: OpenWRT en Huawei hg556a
« Respuesta #556 en: 31-07-2012, 10:45 (Martes) »
Jar229 no te enfades hombre, que lo que he dicho ha sido en plan jocoso :-). No me malinterpretes. Demasiado que alguien se molesta en poner un paquete preparado para estos routers sin que esté soportado por OpenWRT oficialmente.

Me he descargado openwrt-HW556-squashfs-cfe_r32786.bin y he seguido los pasos que comentabais en el post #1. Me ha dicho que estaba grabandose la imagen en la flash y que iba a reiniciar y el router al final. Ha estado parpadeando un rato la luz de alimentación del router y después ha hecho el chasquido típico de que está reiniciando. Y acto seguido sólo se enciende la luz de alimentación del router, pero no se enciende ningún LED más.

A partir de ese momento... muerto. tengo enchufado el router al PC a través de la entrada LAN1 del router y al eth0 del PC. Con dhclient no consigo que me de IP el router al PC. Configurando el eth0 del PC a mano con ip 192.168.1.2 y máscara 255.255.255.0 tampoco consigo acceder a 192.168.1.1 (supuestamente la del router). Ni responde al ping, ni accedo por web, ni por ssh, ni por telnet. No hay ruta al router. Supongo que una vez se ha reiniciado el router, simplemente no ha arrancado con la imagen que le he flasheado.

He repetido el proceso varias ocasiones, por probar. Siempre me hace lo mismo: parpadea mientras se graba la imagen en la flash y luego reinicia y... muere.

He visto que a denis111 en el post #2 le ocurría exactamente lo mismo y que posteriormente le fue bien, pero no ha posteado lo que ha realizado para que le volviera a funcionar. La verdad es que no se si es un problema que os ya habéis encontrado antes o no, para por lo menos poder meterle mano.

Mi router tiene MAC: 64:16:F0.... de Shehzhen Huawei Communication Technologies Co., Ltd. y por lo que he podido ver en otros posts, según el HW version que aparece en la etiqueta de mi router lo que tengo es:

ETIQUETA
  Logo: Negro
  HW version: HG55VDFA VER.C
  DLNA: No se menciona
  MAC 64:16
HARDWARE
  Wifi: Atheros AR9223
  Mem. flash: MX29GL128EH

Y... poco más puedo decir. Si por lo menos pudiese entrar por telnet para cacharrear, levantar la interfaz o lo que fuese... pero nada.

:-) Un saludo.

---

Manuel Domínguez-Dorado
www.manolodominguez.com
« Última modificación: 31-07-2012, 10:47 (Martes) por manolodd »

Desconectado jar229

  • Moderador
  • *
  • Mensajes: 4607
Re: OpenWRT en Huawei hg556a
« Respuesta #557 en: 31-07-2012, 11:36 (Martes) »
El problema principal de este router, son las montones de 'versiones' que tiene: distintas flash, distintos chipsets wifi ...
Cuando dices que has probado la última versión, supongo que te refieres a la r32786 no ?
Inténtalo con la versión r30964 (http://www.mediafire.com/download.php?p9duu3gpubg1bdx)
Para hacerlo, tendrás que volver a entrar al CFE

Citar
Modo de instalación recomendado:

    Con el router apagado pulsar botón de RESTART y mantenerlo pulsado.
    Encender el router y seguir con el botón apretado durante 20 segundos.
    Soltar el botón.
    Configurar la IP del ordenador como 192.168.1.2 y máscara de subred 255.255.255.0
    Abrir el navegador y acceder a http://192.168.1.1

Si te funciona, haz una copia de seguridad de la partición wifi, y pon por aquí un bootlog, que seguro que al 'master' Noltari le permitirá saber qué está pasando (o al menos alguna pista le dará).

Y no me enfado, es que de vez en cuando entra algún 'personaje' con la única intención de 'tocar la moral'  >:D

Menos mal que tú no eres uno de ellos  ;D

manolodd

  • Visitante
Re: OpenWRT en Huawei hg556a
« Respuesta #558 en: 31-07-2012, 12:58 (Martes) »
Ahora si. Esa versión si que me arranca sin problemas.

************
Linaro GCC 4.6-2012.02) ) #1 Sat Mar 17 21:52:31 CET 2012
Detected Broadcom 0x6358 CPU revision a1
CPU frequency is 300 MHz
64MB of RAM installed
registering 40 GPIOs
board_bcm963xx: Boot address 0xbe000000
board_bcm963xx: CFE version: 100.48.56-49.46
bootconsole [early0] enabled
CPU revision is: 0002a010 (Broadcom BMIPS4350)
board_bcm963xx: board name: HW556
Determined physical RAM map:
 memory: 04000000 @ 00000000 (usable)
Initrd not found or empty - disabling initrd
Zone PFN ranges:
  Normal   0x00000000 -> 0x00004000
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
    0: 0x00000000 -> 0x00004000
On node 0 totalpages: 16384
free_area_init_node: node 0, pgdat 8027c650, node_mem_map 81000000
  Normal zone: 128 pages used for memmap
  Normal zone: 0 pages reserved
  Normal zone: 16256 pages, LIFO batch:3
Reserving 0MB of memory at 0MB for crashkernel
pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
pcpu-alloc:
  • 0

Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
Kernel command line:  root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200
PID hash table entries: 256 (order: -2, 1024 bytes)
Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Primary instruction cache 16kB, VIPT, 2-way, linesize 16 bytes.
Primary data cache 16kB, 2-way, VIPT, cache aliases, linesize 16 bytes
Memory: 62056k/65536k available (2116k kernel code, 3480k reserved, 366k data, 160k init, 0k highmem)
NR_IRQS:128
Calibrating delay loop... 299.26 BogoMIPS (lpj=598528)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 512
NET: Registered protocol family 16
cal_data0 = 0xffff ≠ 0xa55a, switching athdata address to 0x1EF7E000
changed ath9k regdomain to 0xff
registering PCI controller with io_map_base unset
bio: create slab <bio-0> at 0
pci 0000:00:01.0: [168c:ff1d] type 0 class 0x000200
pci 0000:00:01.0: fixup device configuration
pci-ath9k-fixup: Writing 0x0029168c to register 0x6000
pci-ath9k-fixup: Writing 0x02800001 to register 0x6008
pci-ath9k-fixup: Writing 0x2091168c to register 0x602c
pci-ath9k-fixup: Writing 0x002a168c to register 0x5000
pci-ath9k-fixup: Writing 0x02800001 to register 0x5008
pci-ath9k-fixup: Writing 0x2091168c to register 0x502c
pci-ath9k-fixup: Writing 0x05040cc0 to register 0x5064
pci-ath9k-fixup: Writing 0x00033811 to register 0x506c
pci-ath9k-fixup: Writing 0x0040073b to register 0x4004
pci-ath9k-fixup: Writing 0x00000003 to register 0x4074
pci-ath9k-fixup: Writing 0x01c20000 to register 0x4000
pci-ath9k-fixup: Writing 0x00000044 to register 0x6034
pci-ath9k-fixup: Device vendor 0x168c, id 0x0029
pci 0000:00:01.0: reg 10: [mem 0x00000000-0x0000ffff]
pci 0000:00:01.0: PME# supported from D0 D3hot
pci 0000:00:01.0: PME# disabled
pci 0000:00:01.0: BAR 0: assigned [mem 0x30000000-0x3000ffff]
pci 0000:00:01.0: BAR 0: set to [mem 0x30000000-0x3000ffff] (PCI address [0x30000000-0x3000ffff])
Switching to clocksource MIPS
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 2048 (order: 2, 16384 bytes)
TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
TCP: Hash tables configured (established 2048 bind 2048)
TCP reno registered
UDP hash table entries: 256 (order: 0, 4096 bytes)
UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
NET: Registered protocol family 1
PCI: CLS 0 bytes, default 32
audit: initializing netlink socket (disabled)
type=2000 audit(0.232:1): initialized
squashfs: version 4.0 (2009/01/31) Phillip Lougher
JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
msgmni has been set to 121
io scheduler noop registered
io scheduler deadline registered (default)
bcm63xx_uart.0: ttyS0 at MMIO 0xfffe0100 (irq = 10) is a bcm63xx_uart
console [ttyS0] enabled, bootconsole disabled
bcm963xx-flash bcm963xx-flash.0: 0x02000000 at 0x1e000000
bcm963xx: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x0000c2 Chip ID 0x00227a
bcm963xx: Found an alias at 0x1000000 for the chip at 0x0
Amd/Fujitsu Extended Query Table at 0x0040
  Amd/Fujitsu Extended Query version 1.3.
number of CFI chips: 1
bcm963xx_flash: Read Signature value of CFE1CFE1
bcm963xx-flash bcm963xx-flash.0: CFE bootloader detected
bcm963xx_flash: CFE boot tag found with version 8 and board type HW556
bcm963xx_flash: Partition 0 is CFE offset 0 and length 20000
bcm963xx_flash: Partition 1 is kernel offset 20100 and length dff00
bcm963xx_flash: Partition 2 is rootfs offset 100000 and length d00000
bcm963xx_flash: Partition 3 is ath_data offset e00000 and length 1e0000
bcm963xx_flash: Partition 4 is nvram offset fe0000 and length 20000
bcm963xx_flash: Partition 5 is linux offset 20000 and length de0000
bcm963xx_flash: Spare partition is 380000 offset and length a80000
Creating 6 MTD partitions on "bcm963xx":
0x000000000000-0x000000020000 : "CFE"
0x000000020100-0x000000100000 : "kernel"
mtd: partition "kernel" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
0x000000100000-0x000000e00000 : "rootfs"
mtd: partition "rootfs" set to be root filesystem
mtd: partition "rootfs_data" created automatically, ofs=360000, len=AA0000
0x000000360000-0x000000e00000 : "rootfs_data"
0x000000e00000-0x000000fe0000 : "ath_data"
0x000000fe0000-0x000001000000 : "nvram"
0x000000020000-0x000000e00000 : "linux"
bcm63xx-wdt bcm63xx-wdt.0:  started, timer margin: 30 sec
Registered led device: message
Registered led device: hspa
Registered led device: dsl
Registered led device: power
Registered led device: all_leds
TCP westwood registered
NET: Registered protocol family 17
802.1Q VLAN Support v1.8
VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
Freeing unused kernel memory: 160k freed
roboswitch: Probing device eth0: found a 5325! It's a 5350.
There is already a switch registered on the device 'eth0'
Compat-wireless backport release: compat-wireless-2012-02-27-1-r30964
Backport based on wireless-testing.git master-2012-02-27
cfg80211: Calling CRDA to update world regulatory domain
cfg80211: World regulatory domain updated:
cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
SCSI subsystem initialized
There is already a switch registered on the device 'eth0'
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Enabling device 0000:00:01.0 (0000 -> 0002)
board_bcm963xx: Setting device platform data
ath: eeprom contains invalid mac address: ff:ff:ff:ff:ff:ff
ath: random mac address will be used: 6a:25:8b:ca:e4:f4
ath: EEPROM regdomain: 0xff
ath: EEPROM indicates we should expect a direct regpair map
ath: Country alpha2 being used: JP
ath: Regpair used: 0xff
ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Registered led device: ath9k-phy0
ieee80211 phy0: Atheros AR9280 Rev:2 mem=0xc0280000, irq=39
cfg80211: Calling CRDA for country: JP
Button Hotplug driver version 0.4.1
cfg80211: Regulatory domain changed to country: JP
cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (N/A, 2000 mBm)
cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
cfg80211:   (4910000 KHz - 4930000 KHz @ 10000 KHz), (N/A, 2300 mBm)
cfg80211:   (4910000 KHz - 4990000 KHz @ 40000 KHz), (N/A, 2300 mBm)
cfg80211:   (4930000 KHz - 4950000 KHz @ 10000 KHz), (N/A, 2300 mBm)
cfg80211:   (5030000 KHz - 5045000 KHz @ 10000 KHz), (N/A, 2300 mBm)
cfg80211:   (5030000 KHz - 5090000 KHz @ 40000 KHz), (N/A, 2300 mBm)
cfg80211:   (5050000 KHz - 5060000 KHz @ 10000 KHz), (N/A, 2300 mBm)
cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
cfg80211:   (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2300 mBm)
PPP generic driver version 2.4.2
ip_tables: (C) 2000-2006 Netfilter Core Team
NET: Registered protocol family 24
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
bcm63xx_ehci bcm63xx_ehci.0: BCM63XX integrated EHCI controller
bcm63xx_ehci bcm63xx_ehci.0: new USB bus registered, assigned bus number 1
bcm63xx_ehci bcm63xx_ehci.0: irq 18, io mem 0xfffe1300
bcm63xx_ehci bcm63xx_ehci.0: USB 2.0 started, EHCI 1.00, overcurrent ignored
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
nf_conntrack version 0.5.0 (972 buckets, 3888 max)
usb 1-1: new high speed USB device number 2 using bcm63xx_ehci
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 2 ports detected
ath_hal: module license 'Proprietary' taints kernel.
Disabling lock debugging due to kernel taint
ath_hal: 2009-05-08 (AR5210, AR5211, AR5212, AR5416, RF5111, RF5112, RF2413, RF5413, RF2133, RF2425, REGOPS_FUNC, XR)
ath_pci: trunk
wlan: trunk
wlan: mac acl policy registered
ath_rate_minstrel: Minstrel automatic rate control algorithm 1.2 (trunk)
ath_rate_minstrel: look around rate set to 10%
ath_rate_minstrel: EWMA rolloff level set to 75%
ath_rate_minstrel: max segment size in the mrr set to 6000 us
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
bcm63xx_ohci bcm63xx_ohci.0: BCM63XX integrated OHCI controller
bcm63xx_ohci bcm63xx_ohci.0: new USB bus registered, assigned bus number 2
bcm63xx_ohci bcm63xx_ohci.0: irq 13, io mem 0xfffe1400
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 1 port detected
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
input: gpio-buttons as /devices/platform/gpio-buttons.0/input/input0
eth0: link forced UP - 100/full - flow control off/off
device eth0 entered promiscuous mode
br-lan: port 1(eth0) entering forwarding state
br-lan: port 1(eth0) entering forwarding state
jffs2_scan_eraseblock(): End of filesystem marker found at 0x0
jffs2_build_filesystem(): unlocking the mtd device... done.
jffs2_build_filesystem(): erasing all blocks after the end marker... done.
JFFS2 notice: (1036) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
************

:-) Muchas gracias. Si os hace falta más información comentadlo. Ahora ya que puedo entrar, puedo cacharrear.

Noltari

  • Visitante
Re: OpenWRT en Huawei hg556a
« Respuesta #559 en: 31-07-2012, 13:04 (Martes) »
Ahora si. Esa versión si que me arranca sin problemas.

************
Linaro GCC 4.6-2012.02) ) #1 Sat Mar 17 21:52:31 CET 2012
Detected Broadcom 0x6358 CPU revision a1
CPU frequency is 300 MHz
64MB of RAM installed
registering 40 GPIOs
board_bcm963xx: Boot address 0xbe000000
board_bcm963xx: CFE version: 100.48.56-49.46
bootconsole [early0] enabled
CPU revision is: 0002a010 (Broadcom BMIPS4350)
board_bcm963xx: board name: HW556
Determined physical RAM map:
 memory: 04000000 @ 00000000 (usable)
Initrd not found or empty - disabling initrd
Zone PFN ranges:
  Normal   0x00000000 -> 0x00004000
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
    0: 0x00000000 -> 0x00004000
On node 0 totalpages: 16384
free_area_init_node: node 0, pgdat 8027c650, node_mem_map 81000000
  Normal zone: 128 pages used for memmap
  Normal zone: 0 pages reserved
  Normal zone: 16256 pages, LIFO batch:3
Reserving 0MB of memory at 0MB for crashkernel
pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
pcpu-alloc:
  • 0

Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
Kernel command line:  root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200
PID hash table entries: 256 (order: -2, 1024 bytes)
Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Primary instruction cache 16kB, VIPT, 2-way, linesize 16 bytes.
Primary data cache 16kB, 2-way, VIPT, cache aliases, linesize 16 bytes
Memory: 62056k/65536k available (2116k kernel code, 3480k reserved, 366k data, 160k init, 0k highmem)
NR_IRQS:128
Calibrating delay loop... 299.26 BogoMIPS (lpj=598528)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 512
NET: Registered protocol family 16
cal_data0 = 0xffff ≠ 0xa55a, switching athdata address to 0x1EF7E000
changed ath9k regdomain to 0xff
registering PCI controller with io_map_base unset
bio: create slab <bio-0> at 0
pci 0000:00:01.0: [168c:ff1d] type 0 class 0x000200
pci 0000:00:01.0: fixup device configuration
pci-ath9k-fixup: Writing 0x0029168c to register 0x6000
pci-ath9k-fixup: Writing 0x02800001 to register 0x6008
pci-ath9k-fixup: Writing 0x2091168c to register 0x602c
pci-ath9k-fixup: Writing 0x002a168c to register 0x5000
pci-ath9k-fixup: Writing 0x02800001 to register 0x5008
pci-ath9k-fixup: Writing 0x2091168c to register 0x502c
pci-ath9k-fixup: Writing 0x05040cc0 to register 0x5064
pci-ath9k-fixup: Writing 0x00033811 to register 0x506c
pci-ath9k-fixup: Writing 0x0040073b to register 0x4004
pci-ath9k-fixup: Writing 0x00000003 to register 0x4074
pci-ath9k-fixup: Writing 0x01c20000 to register 0x4000
pci-ath9k-fixup: Writing 0x00000044 to register 0x6034
pci-ath9k-fixup: Device vendor 0x168c, id 0x0029
pci 0000:00:01.0: reg 10: [mem 0x00000000-0x0000ffff]
pci 0000:00:01.0: PME# supported from D0 D3hot
pci 0000:00:01.0: PME# disabled
pci 0000:00:01.0: BAR 0: assigned [mem 0x30000000-0x3000ffff]
pci 0000:00:01.0: BAR 0: set to [mem 0x30000000-0x3000ffff] (PCI address [0x30000000-0x3000ffff])
Switching to clocksource MIPS
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 2048 (order: 2, 16384 bytes)
TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
TCP: Hash tables configured (established 2048 bind 2048)
TCP reno registered
UDP hash table entries: 256 (order: 0, 4096 bytes)
UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
NET: Registered protocol family 1
PCI: CLS 0 bytes, default 32
audit: initializing netlink socket (disabled)
type=2000 audit(0.232:1): initialized
squashfs: version 4.0 (2009/01/31) Phillip Lougher
JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
msgmni has been set to 121
io scheduler noop registered
io scheduler deadline registered (default)
bcm63xx_uart.0: ttyS0 at MMIO 0xfffe0100 (irq = 10) is a bcm63xx_uart
console [ttyS0] enabled, bootconsole disabled
bcm963xx-flash bcm963xx-flash.0: 0x02000000 at 0x1e000000
bcm963xx: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x0000c2 Chip ID 0x00227a
bcm963xx: Found an alias at 0x1000000 for the chip at 0x0
Amd/Fujitsu Extended Query Table at 0x0040
  Amd/Fujitsu Extended Query version 1.3.
number of CFI chips: 1
bcm963xx_flash: Read Signature value of CFE1CFE1
bcm963xx-flash bcm963xx-flash.0: CFE bootloader detected
bcm963xx_flash: CFE boot tag found with version 8 and board type HW556
bcm963xx_flash: Partition 0 is CFE offset 0 and length 20000
bcm963xx_flash: Partition 1 is kernel offset 20100 and length dff00
bcm963xx_flash: Partition 2 is rootfs offset 100000 and length d00000
bcm963xx_flash: Partition 3 is ath_data offset e00000 and length 1e0000
bcm963xx_flash: Partition 4 is nvram offset fe0000 and length 20000
bcm963xx_flash: Partition 5 is linux offset 20000 and length de0000
bcm963xx_flash: Spare partition is 380000 offset and length a80000
Creating 6 MTD partitions on "bcm963xx":
0x000000000000-0x000000020000 : "CFE"
0x000000020100-0x000000100000 : "kernel"
mtd: partition "kernel" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
0x000000100000-0x000000e00000 : "rootfs"
mtd: partition "rootfs" set to be root filesystem
mtd: partition "rootfs_data" created automatically, ofs=360000, len=AA0000
0x000000360000-0x000000e00000 : "rootfs_data"
0x000000e00000-0x000000fe0000 : "ath_data"
0x000000fe0000-0x000001000000 : "nvram"
0x000000020000-0x000000e00000 : "linux"
bcm63xx-wdt bcm63xx-wdt.0:  started, timer margin: 30 sec
Registered led device: message
Registered led device: hspa
Registered led device: dsl
Registered led device: power
Registered led device: all_leds
TCP westwood registered
NET: Registered protocol family 17
802.1Q VLAN Support v1.8
VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
Freeing unused kernel memory: 160k freed
roboswitch: Probing device eth0: found a 5325! It's a 5350.
There is already a switch registered on the device 'eth0'
Compat-wireless backport release: compat-wireless-2012-02-27-1-r30964
Backport based on wireless-testing.git master-2012-02-27
cfg80211: Calling CRDA to update world regulatory domain
cfg80211: World regulatory domain updated:
cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
SCSI subsystem initialized
There is already a switch registered on the device 'eth0'
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Enabling device 0000:00:01.0 (0000 -> 0002)
board_bcm963xx: Setting device platform data
ath: eeprom contains invalid mac address: ff:ff:ff:ff:ff:ff
ath: random mac address will be used: 6a:25:8b:ca:e4:f4
ath: EEPROM regdomain: 0xff
ath: EEPROM indicates we should expect a direct regpair map
ath: Country alpha2 being used: JP
ath: Regpair used: 0xff
ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Registered led device: ath9k-phy0
ieee80211 phy0: Atheros AR9280 Rev:2 mem=0xc0280000, irq=39
cfg80211: Calling CRDA for country: JP
Button Hotplug driver version 0.4.1
cfg80211: Regulatory domain changed to country: JP
cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (N/A, 2000 mBm)
cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
cfg80211:   (4910000 KHz - 4930000 KHz @ 10000 KHz), (N/A, 2300 mBm)
cfg80211:   (4910000 KHz - 4990000 KHz @ 40000 KHz), (N/A, 2300 mBm)
cfg80211:   (4930000 KHz - 4950000 KHz @ 10000 KHz), (N/A, 2300 mBm)
cfg80211:   (5030000 KHz - 5045000 KHz @ 10000 KHz), (N/A, 2300 mBm)
cfg80211:   (5030000 KHz - 5090000 KHz @ 40000 KHz), (N/A, 2300 mBm)
cfg80211:   (5050000 KHz - 5060000 KHz @ 10000 KHz), (N/A, 2300 mBm)
cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
cfg80211:   (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2300 mBm)
PPP generic driver version 2.4.2
ip_tables: (C) 2000-2006 Netfilter Core Team
NET: Registered protocol family 24
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
bcm63xx_ehci bcm63xx_ehci.0: BCM63XX integrated EHCI controller
bcm63xx_ehci bcm63xx_ehci.0: new USB bus registered, assigned bus number 1
bcm63xx_ehci bcm63xx_ehci.0: irq 18, io mem 0xfffe1300
bcm63xx_ehci bcm63xx_ehci.0: USB 2.0 started, EHCI 1.00, overcurrent ignored
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
nf_conntrack version 0.5.0 (972 buckets, 3888 max)
usb 1-1: new high speed USB device number 2 using bcm63xx_ehci
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 2 ports detected
ath_hal: module license 'Proprietary' taints kernel.
Disabling lock debugging due to kernel taint
ath_hal: 2009-05-08 (AR5210, AR5211, AR5212, AR5416, RF5111, RF5112, RF2413, RF5413, RF2133, RF2425, REGOPS_FUNC, XR)
ath_pci: trunk
wlan: trunk
wlan: mac acl policy registered
ath_rate_minstrel: Minstrel automatic rate control algorithm 1.2 (trunk)
ath_rate_minstrel: look around rate set to 10%
ath_rate_minstrel: EWMA rolloff level set to 75%
ath_rate_minstrel: max segment size in the mrr set to 6000 us
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
bcm63xx_ohci bcm63xx_ohci.0: BCM63XX integrated OHCI controller
bcm63xx_ohci bcm63xx_ohci.0: new USB bus registered, assigned bus number 2
bcm63xx_ohci bcm63xx_ohci.0: irq 13, io mem 0xfffe1400
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 1 port detected
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
input: gpio-buttons as /devices/platform/gpio-buttons.0/input/input0
eth0: link forced UP - 100/full - flow control off/off
device eth0 entered promiscuous mode
br-lan: port 1(eth0) entering forwarding state
br-lan: port 1(eth0) entering forwarding state
jffs2_scan_eraseblock(): End of filesystem marker found at 0x0
jffs2_build_filesystem(): unlocking the mtd device... done.
jffs2_build_filesystem(): erasing all blocks after the end marker... done.
JFFS2 notice: (1036) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
************

:-) Muchas gracias. Si os hace falta más información comentadlo. Ahora ya que puedo entrar, puedo cacharrear.
Tienes un atheros con la flash MX29LV128DB.
No veo por qué no debería funcionarte la compilación más actualizada del primer post :$...

Saludos.