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

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

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

parotris

  • Visitante
Re: [Desarrollo] OpenWrt en Huawei HG556a
« Respuesta #1700 en: 29-09-2013, 16:50 (Domingo) »
Hola, me estoy volviendo loco con el pyload, os cuento.

He logrado instalarlo, actualizarlo a la v0.49 y hacerlo funcionar perfectamente, pero tengo que arrancarlo desde una instancia de putty con el comando pyload y entonces ya puedo acceder via web o gui.
El problema viene en que en cuanto cierro el putty, el pyload también se cierra, por lo que para tener el pyload funcionando tengo que tener el pc encendido con una instancia de putty corriendo.

¿No hay forma de iniciar pyload con el router? o aunque tenga que arrancarlo a mano ¿cómo puedo hacer para que siga ejecutándose aunque cierre el putty o apague el pc?.

En el init.d tengo el pyload y lo tengo activado en el arranque.
Incluso en /etc/rc.local he añadido estas líneas:

Código: [Seleccionar]
/etc/init.d/pyload start
pyload

Pero no hay manera, si meto en putty /etc/init.d/pyload start me devuelve Daemon PID 3595 pero sigo sin poder conectarme hasta que no ejecuto pyload.

Edito: he encontrado un script modificado que sí me funciona al poner /etc/init.d/pyload start, pero sigue sin funcionar al meterlo en rc.local
Por lo menos ya me sigue funcionando aunque cierre putty, solo tengo que arrancarlo manualmente.

¿alguna idea para que lo haga solo en el arranque?
Gracias y saludos.
« Última modificación: 29-09-2013, 17:31 (Domingo) por parotris »

Desconectado jar229

  • Moderador
  • *
  • Mensajes: 4607
Re: [Desarrollo] OpenWrt en Huawei HG556a
« Respuesta #1701 en: 29-09-2013, 18:59 (Domingo) »
Usa screen para ejecutar pyload ;)

Código: [Seleccionar]
opkg update && opkg install screen
http://es.wikipedia.org/wiki/Screen

parotris

  • Visitante
Re: [Desarrollo] OpenWrt en Huawei HG556a
« Respuesta #1702 en: 02-10-2013, 17:06 (Miércoles) »
Gracias, no conocía screen, todo un descubrimiento ;)

Otra pregunta, tengo un disco duro conectado a una TV panasonic que uso para grabar. La tv lo formatea en UFS de freebsd y quería conectarlo esporádicamente al router, pero aunque lo detecta y con blkid me muestra que es ufs, al intentar montarlo me dice siempre "no such device"
Parece que openwrt no es compatible con ufs, al menos no nativamente, pero ¿hay alguna forma de conseguir montar un disco ufs en openwrt?

Gracias y saludos.

Pteridium

  • Visitante
Re: [Desarrollo] OpenWrt en Huawei HG556a
« Respuesta #1703 en: 02-10-2013, 17:43 (Miércoles) »
Tienes que incluir el driver UFS, pero es de sólo lectura.
Para seleccionarlo ejecuta "make kernel_menuconfig" y sigue estos pasos:
File systems  --->
  • Miscellaneous filesystems  ---> < >   UFS file system support (read only)

Seleccionas UFS, salvas la configuración del kernel, compilas y a probar. ;)

parotris

  • Visitante
Re: [Desarrollo] OpenWrt en Huawei HG556a
« Respuesta #1704 en: 02-10-2013, 21:10 (Miércoles) »
Vaya, entonces ¿me será imposible escribir nada en él?
Mi idea era aprobecharlo para alguna pequeña descarga con transmisión o pyload pero si no puedo escribir no me sirve :(

Gracias y saludos.

Polo

  • Visitante
Re: [Desarrollo] OpenWrt en Huawei HG556a
« Respuesta #1705 en: 04-10-2013, 11:20 (Viernes) »
Hola

Llevo demasiados días intentando hacer funcionar el HG556a con openwrt en modo repetidor. Mi idea es conectar por wifi mediante un adaptador con Rt 3070, y repetir por cable y el wifi del huawei. He probado "casi" todos los firms que he encontrado, incluso he llegado a compilar los mios propios.

Cargo el firm, voy a network > interfaces y le asigno la ip 192.168.10.1 a la lan.
Voy a network > wifi > Radio1, le doy a scan y me conecto a al router principal.
Finalmente activo el wireless del radio0.
El resultado siempre el mismo: tengo 9 Mb al conectarme por cable, y solo 1 Mb por wifi.
Actualmete tengo cargada la revisión 37180 del principio de este hilo.

El archivo wireless:

root@OpenWrt:/etc/config# cat wireless

config wifi-device 'radio0'
        option type 'mac80211'
        option channel '11'
        option hwmode '11ng'
        option path 'pci0000:00/0000:00:01.0'
        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'

config wifi-iface
        option device 'radio0'
        option network 'lan'
        option mode 'ap'
        option ssid 'OpenWrt'
        option encryption 'none'

config wifi-device 'radio1'
        option type 'mac80211'
        option hwmode '11ng'
        option path 'platform/ehci-platform/usb1/1-1/1-1.2/1-1.2:1.0'
        option htmode 'HT20'
        list ht_capab 'GF'
        list ht_capab 'SHORT-GI-20'
        list ht_capab 'SHORT-GI-40'
        list ht_capab 'RX-STBC1'
        option disabled '0'
        option channel '6'
        option txpower '27'
        option country 'US'

config wifi-iface
        option network 'wwan'
        option bssid 'XX:XX:XX:XX:XX:XX'
        option ssid 'XXXXXX'
        option encryption 'wep-open'
        option device 'radio1'
        option mode 'sta'
        option key1 'XXXXX'
        option key '1'

Alguna idea?

Un saludo
« Última modificación: 04-10-2013, 11:21 (Viernes) por Polo »

Desconectado jar229

  • Moderador
  • *
  • Mensajes: 4607
Re: [Desarrollo] OpenWrt en Huawei HG556a
« Respuesta #1706 en: 04-10-2013, 11:30 (Viernes) »
Es normal, que por wifi, siempre se obtenga peor rendimiento que por cable pero ... esa diferencia no es normal  >:D

Has probado a poner encriptación WPA o WPA2 al interface wifi (el del propio router) que tienes en modo AP ?

Supongo que cuando mides la diferencia entre la conexión por cable y por wifi, lo haces con el mismo equipo no ?

Polo

  • Visitante
Re: [Desarrollo] OpenWrt en Huawei HG556a
« Respuesta #1707 en: 04-10-2013, 11:35 (Viernes) »
He probado con encriptación wpa, wep, sin encriptación, en el mismo canal, en distintos canales.......
Hemos probado diferentes ordenadores pero siempre obteniendo el mismo resultado

Salu2!
« Última modificación: 04-10-2013, 11:40 (Viernes) por Polo »

Desconectado jar229

  • Moderador
  • *
  • Mensajes: 4607
Re: [Desarrollo] OpenWrt en Huawei HG556a
« Respuesta #1708 en: 04-10-2013, 11:49 (Viernes) »
He probado con encriptación wpa, wep, sin encriptación, en el mismo canal, en distintos canales.......
Hemos probado diferentes ordenadores pero siempre obteniendo el mismo resultado

Salu2!

Y poniendo la wifi en modo 'g' ?

Postea el log del router (desde LuCi: Estado / Registro del Sistema) cuando acabes de conectar un equipo por wifi y después de hacer un test de velocidad. A ver si eso nos da alguna pista ...  ^-^

El hg556a qué wifi tiene, atheros o ralink ?

Polo

  • Visitante
Re: [Desarrollo] OpenWrt en Huawei HG556a
« Respuesta #1709 en: 04-10-2013, 12:22 (Viernes) »
Se me olvido; es Ver. C, chip atheros.
Ya había probado en modo g, y modo b.

El System log despues del test:

Citar
Fri Oct  4 12:16:19 2013 auth.err kernel: [  871.388000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 2 in queue 2
Fri Oct  4 12:16:19 2013 auth.err kernel: [  871.400000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 2 in queue 2
Fri Oct  4 12:16:19 2013 auth.err kernel: [  871.408000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 2 in queue 2
Fri Oct  4 12:16:19 2013 auth.err kernel: [  871.528000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 7 in queue 2
Fri Oct  4 12:16:19 2013 auth.err kernel: [  871.536000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 7 in queue 2
Fri Oct  4 12:16:19 2013 auth.err kernel: [  871.548000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
Fri Oct  4 12:16:19 2013 auth.err kernel: [  871.560000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
Fri Oct  4 12:16:19 2013 auth.err kernel: [  871.572000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
Fri Oct  4 12:16:19 2013 auth.err kernel: [  871.628000] ieee80211 phy1: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
Fri Oct  4 12:16:20 2013 auth.err kernel: [  872.768000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 15 in queue 2
Fri Oct  4 12:16:20 2013 auth.err kernel: [  872.776000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 15 in queue 2
Fri Oct  4 12:16:21 2013 auth.err kernel: [  873.308000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 5 in queue 2
Fri Oct  4 12:16:21 2013 auth.err kernel: [  873.316000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 5 in queue 2
Fri Oct  4 12:16:21 2013 auth.err kernel: [  873.328000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 5 in queue 2
Fri Oct  4 12:16:21 2013 auth.err kernel: [  873.340000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 5 in queue 2
Fri Oct  4 12:16:21 2013 auth.err kernel: [  873.352000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 5 in queue 2
Fri Oct  4 12:16:21 2013 auth.err kernel: [  873.360000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 5 in queue 2
Fri Oct  4 12:16:21 2013 auth.err kernel: [  873.372000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 5 in queue 2
Fri Oct  4 12:16:21 2013 auth.err kernel: [  873.384000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 5 in queue 2
Fri Oct  4 12:16:21 2013 auth.err kernel: [  873.396000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 5 in queue 2
Fri Oct  4 12:16:21 2013 auth.err kernel: [  873.408000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 7 in queue 2
Fri Oct  4 12:16:23 2013 auth.err kernel: [  874.644000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 1 in queue 2
Fri Oct  4 12:16:23 2013 auth.err kernel: [  874.652000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 1 in queue 2
Fri Oct  4 12:16:23 2013 auth.err kernel: [  874.664000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 1 in queue 2
Fri Oct  4 12:16:23 2013 auth.err kernel: [  874.676000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 1 in queue 2
Fri Oct  4 12:16:23 2013 auth.err kernel: [  874.688000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 1 in queue 2
Fri Oct  4 12:16:23 2013 auth.err kernel: [  874.696000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 1 in queue 2
Fri Oct  4 12:16:23 2013 auth.err kernel: [  874.708000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 1 in queue 2
Fri Oct  4 12:16:23 2013 auth.err kernel: [  874.720000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 1 in queue 2
Fri Oct  4 12:16:23 2013 auth.err kernel: [  874.728000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 1 in queue 2
Fri Oct  4 12:16:23 2013 auth.err kernel: [  874.740000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 1 in queue 2
Fri Oct  4 12:16:23 2013 auth.err kernel: [  874.752000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 2 in queue 2
Fri Oct  4 12:16:23 2013 auth.err kernel: [  874.760000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 2 in queue 2
Fri Oct  4 12:16:23 2013 auth.err kernel: [  874.772000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 2 in queue 2
Fri Oct  4 12:16:23 2013 auth.err kernel: [  874.784000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 3 in queue 2
Fri Oct  4 12:16:23 2013 auth.err kernel: [  874.792000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 3 in queue 2
Fri Oct  4 12:16:23 2013 auth.err kernel: [  874.804000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 4 in queue 2
Fri Oct  4 12:16:23 2013 auth.err kernel: [  874.816000] ieee80211 phy1: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
Fri Oct  4 12:16:23 2013 auth.err kernel: [  874.824000] ieee80211 phy1: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
Fri Oct  4 12:16:23 2013 auth.err kernel: [  874.836000] ieee80211 phy1: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
Fri Oct  4 12:16:23 2013 auth.err kernel: [  874.844000] ieee80211 phy1: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
Fri Oct  4 12:16:24 2013 auth.err kernel: [  876.480000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 4 in queue 2
Fri Oct  4 12:16:24 2013 auth.err kernel: [  876.492000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 5 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.116000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 4 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.124000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 4 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.136000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 4 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.148000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 4 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.156000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 4 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.168000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 4 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.180000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 4 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.192000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 4 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.200000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 4 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.212000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 4 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.224000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 4 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.232000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 4 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.244000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 5 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.256000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 5 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.268000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 6 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.276000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 6 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.288000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 7 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.300000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 7 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.336000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 8 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.344000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 8 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.356000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 8 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.368000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 8 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.376000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 8 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.388000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 8 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.400000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 8 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.412000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 8 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.420000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 9 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.432000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 9 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.444000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.452000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.464000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.476000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 11 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.484000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 11 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.496000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 12 in queue 2
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.508000] ieee80211 phy1: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.520000] ieee80211 phy1: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.528000] ieee80211 phy1: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.536000] ieee80211 phy1: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.548000] ieee80211 phy1: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.556000] ieee80211 phy1: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.568000] ieee80211 phy1: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.576000] ieee80211 phy1: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
Fri Oct  4 12:16:26 2013 auth.err kernel: [  878.584000] ieee80211 phy1: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
Fri Oct  4 12:16:27 2013 auth.err kernel: [  878.928000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  878.936000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  878.948000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  878.960000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  878.972000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  878.980000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  878.992000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  879.004000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  879.016000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  879.024000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  879.036000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  879.048000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  879.056000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  879.068000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  879.080000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 11 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  879.092000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 11 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  879.104000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 12 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  879.112000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 12 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  879.124000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 12 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  879.136000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 12 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  879.144000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 12 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  879.156000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 12 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  879.168000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 12 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  879.180000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 12 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  879.188000] ieee80211 phy1: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 12 in queue 2
Fri Oct  4 12:16:27 2013 auth.err kernel: [  879.200000] ieee80211 phy1: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
Fri Oct  4 12:16:27 2013 auth.err kernel: [  879.212000] ieee80211 phy1: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
Fri Oct  4 12:16:27 2013 auth.err kernel: [  879.220000] ieee80211 phy1: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping

Gracias por el interes.
« Última modificación: 04-10-2013, 12:25 (Viernes) por Polo »

Desconectado jar229

  • Moderador
  • *
  • Mensajes: 4607
Re: [Desarrollo] OpenWrt en Huawei HG556a
« Respuesta #1710 en: 04-10-2013, 13:35 (Viernes) »
Pues el problema parece estar en la wifi USB  ...  >:D

Lo que no entiendo es si es problema está en la parte cliente (wifi usb) porque te funciona bien cuando conectas un equipo por cable ... o eso has dicho no ?

Has probado a configurar el router como repetidor usando únicamente el wifi atheros del router ?

Polo

  • Visitante
Re: [Desarrollo] OpenWrt en Huawei HG556a
« Respuesta #1711 en: 04-10-2013, 15:03 (Viernes) »
Gracias jar por tu paciencia  ;)

Efectivamente, por cable, entiendo yo el modo cliente, funciona de perlas con ese mismo adaptador. Lo he probado con un rtl8187 y pasa lo mismo; por cable OK y por wifi KO.

He empezado de cero otra vez, haciendo un test en modo cliente y no aparece nada de errores ni warning's... , conecto por wifi y aparece lo mismo en el log.

Es dificil que puede hacer nada más hasta el lunes. Ya probaré a usar el wifi del huawei a modo cliente, aunque el enlace es lejano y es mejor con un adaptador potenciado. Ya te cuento

Gracias por todo

Polo

  • Visitante
Re: [Desarrollo] OpenWrt en Huawei HG556a
« Respuesta #1712 en: 05-10-2013, 11:12 (Sábado) »
Vaya...

He cambiado de entorno y funciona!!!!! De 7 Mb por cable, repito 5 y algo por wifi, sin tocar nada, ni seguridad, ni modo, ni canal.... ya haré más pruebas. Esta perdida ya me parece normal. Parece ser que el router del trabajo, donde he estado haciendo pruebas a ratos durante un par de meses tiene algo que no le gusta al huawei.
Ahora ya podré seguir explorando el openwrt, y plantear mis dudas en su sitio.

Quiero agradecerte el interés, y aprovecho para darte las gracias por el tuto de compilar, me funcionó a la primera sin tener ni idea.  >:(

Un saludo

Desconectado jar229

  • Moderador
  • *
  • Mensajes: 4607
Re: Re: [Desarrollo] OpenWrt en Huawei HG556a
« Respuesta #1713 en: 05-10-2013, 12:09 (Sábado) »
Me alegro que se haya solucionado.

Por curiosidad, qué router (marca y modelo) era el que te daba problemas ?

Enviado desde mi CUBOT GT99 usando Tapatalk

Polo

  • Visitante
Re: [Desarrollo] OpenWrt en Huawei HG556a
« Respuesta #1714 en: 05-10-2013, 16:41 (Sábado) »
Buenas

Es un Xavi 7968 de telefonica. Lo malo que el del curro no puedo trastearlo.

Saludos

pabloc

  • Visitante
Re: [Desarrollo] OpenWrt en Huawei HG556a
« Respuesta #1715 en: 06-10-2013, 12:53 (Domingo) »
Tengo instalado openwrt-HW556-squashfs-cfe_r37180.bin y no puedo instlar openvpn ni openssh.

Código: [Seleccionar]
root@OpenWrt:~# opkg install openvpn openvpn-easy-rsa
Unknown package 'openvpn'.
Installing openvpn-easy-rsa (2013-01-30-1) to root...
Downloading http://downloads.openwrt.org/snapshots/trunk/brcm63xx/packages/openvpn-easy-rsa_2013-01-30-1_brcm63xx.ipk.
Installing openssl-util (1.0.1e-2) to root...
Downloading http://downloads.openwrt.org/snapshots/trunk/brcm63xx/packages/openssl-util_1.0.1e-2_brcm63xx.ipk.
Installing libopenssl (1.0.1e-2) to root...
Downloading http://downloads.openwrt.org/snapshots/trunk/brcm63xx/packages/libopenssl_1.0.1e-2_brcm63xx.ipk.
Installing zlib (1.2.8-1) to root...
Downloading http://downloads.openwrt.org/snapshots/trunk/brcm63xx/packages/zlib_1.2.8-1_brcm63xx.ipk.
Configuring zlib.
Configuring libopenssl.
Configuring openssl-util.
Configuring openvpn-easy-rsa.
Collected errors:
 * opkg_install_cmd: Cannot install package openvpn.

Código: [Seleccionar]
root@OpenWrt:~# opkg install openssh
Unknown package 'openssh'.
Collected errors:
 * opkg_install_cmd: Cannot install package openssh.

Desconectado jar229

  • Moderador
  • *
  • Mensajes: 4607
Re: Re: [Desarrollo] OpenWrt en Huawei HG556a
« Respuesta #1716 en: 06-10-2013, 15:12 (Domingo) »
Pues te dice bastante claramente que no existe un paquete con ese nombre.

Supongo que será algún problema del repositorio de OpenWrt.

Enviado desde mi CUBOT GT99 usando Tapatalk

pabloc

  • Visitante
Re: [Desarrollo] OpenWrt en Huawei HG556a
« Respuesta #1717 en: 06-10-2013, 15:30 (Domingo) »
ya sabia que el paquete no existe, lo que no se es porque es devido, si debería instalara otra compilación para poder instalarlo.

Desconectado jar229

  • Moderador
  • *
  • Mensajes: 4607
Re: Re: [Desarrollo] OpenWrt en Huawei HG556a
« Respuesta #1718 en: 06-10-2013, 17:02 (Domingo) »

Noltari

  • Visitante
Re: [Desarrollo] OpenWrt en Huawei HG556a
« Respuesta #1719 en: 09-10-2013, 02:10 (Miércoles) »
Actualizado el primer post con la versión 38342.

Saludos!.