sábado, 31 de enero de 2015

Actualizar el TPlink WR841ND a openwrt BB 14.07 por comandos

Tenia la version 12 y estaba algo corrupta:

cd /tmp/

wget http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/openwrt-ar71xx-generic-tl-wr841n-v8-squashfs-sysupgrade.bin

sysupgrade /tmp/openwrt-ar71xx-generic-tl-wr841n-v8-squashfs-sysupgrade.bin

Despues de esto se reinicio solo

Si quieres hacer un arranque limpio, sin conservar la configuracion hay que:

mtd -r erase rootfs_data && reboot

domingo, 18 de enero de 2015

Cambiar el dpi en Lubuntu (LXDE)

Crear un fichero ~/.Xresources con el contenido:

! Xft settings ---------------------------------------------------------------

Xft.dpi: 192
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight


Pongo el dpi a 192 para duplicar su valor por defecto (96)

Referencia:

http://forum.lxde.org/viewtopic.php?f=24&t=1486

lunes, 5 de enero de 2015

TerraTec Cinergy 2400i DVB-T

Desde el kernel 3.9 no es necesario compilarlo, pero hay un driver que falta:

https://github.com/LibreELEC/dvb-firmware/tree/master/firmware

http://forums.fedoraforum.org/archive/index.php/t-296606.html


Esta es la solucion:
cd /lib/firmware
sudo wget https://github.com/LibreELEC/dvb-firmware/tree/master/firmware/drxd-a2-1.1.fw
#sudo cp drxd-a2-1.1.fw /lib/firmware