lunes, noviembre 13, 2006

La frase de Horatio - 13 nov 2006

Horatio: "A partir de este momento, es un hombre libre"
Valery:"Y entonces, ¿quién me violó?"

... sintonía ...

P.D. Se jodió, esta vez no ha sido H quien tuvo la última palabra.

ONO y sus DNS con Linux

En fin, que tras mucho pelearme con mi router wifi, resulta que el problema viene del DNS de ONO, que no se entiende bien con mi Linux. Admitiré haber inciado el Windows por breves instantes y ver que todo iba bien.

Ya, estáis pensando: "la culpa es del Linux" ¡POZ NO! Porque en el curro mi mismo PC portátil, misma tarjeta, mismo todo, funciona OK.

Además, mi "vecino" está teniendo idénticos problemas con otras distros iguales y diferentes a la mía (el notas tiene más de un PC). Así que me ha pasado un par de direcciones de servidores DNS y las tengo fijas.

192.224.52.36 y el 37 también va. ¿Adivináis de quién son?

chetoo @ furia $ whois 192.224.52.36 ...
[...]
inetnum: 194.224.52.0 - 194.224.53.255
netname: TSAI
descr: Telefonica Servicios Avanzados de Informacion (TSAI)
descr: Telecommunications research
[...]

Por cierto, aseguraos de que vuestro cliente DHCP (dhcpcd en mi caso) no cambie los dns y machaque el /etc/resolv.conf (en mi caso pasándole la opción "-R" a dhcpcd).

Feliz navegación.

domingo, noviembre 12, 2006

El prosexo de Boloña

No, desgraciadamente no es una película tipo "Lucía y el sexo", sino el enorme movimiento que se está produciendo a nivel europeo en cuanto a educación universitaria se refiere. Aquí estoy, en lugar de estar haciendo cosas interesantes por ahí con la parienta, ella a Boston y yo aquí en Casifornia currando. Vaya m.

Un sucinto resumen sobre el proceso de Bolonia se puede ver en:

http://www.eua.be/eua/en/policy_bologna.jspx

Y el calendario de actividades de 2005 a 2007 se puede consultar en:

http://www.dfes.gov.uk/bologna/

martes, noviembre 07, 2006

La frase de Horatio - 6 Nov 2006

Horatio: "Voy a llegar hasta la verdad, Frank"

... sintonía ...

lunes, noviembre 06, 2006

Gentoo 2006.1 Linux (from Live CD) on a Dell Inspiron 8200

I've re-installed the great Gentoo Linux on my laptop (Dell Inspiron 8200 + Nvidia GeForce 440 Go 64 MB).

This time I've choosen to use the Live CD installer, that comes with quite a lot of precompiled things, so in a very short time you end up with a running system.

The first trouble I found was with the keyboard: when in X, it was not responding to CTRL+ALT+Fn to switch back to consoles. I've read the modular X HOWTO, and there it shows the solution: unmerge xkeyboard-config and emerge xkbdata solved the thing for me (also note that in xorg.conf the option xkbrules is no more "xfree" but "xorg").

At this point it was good to do an 'emerge --sync' and then an update 'emerge -uD worl', which took one night to put everything compiled with '-march=pentium4m -O3'. Yes, I compiled things again, but I found very useful not to start with the minimal CD and chrooting ... this is more intuitive, and gets Gentoo closer to the big audience.

Well, regarding the specificic configuration of the Dell i8k2, (I will attach here my kernel .config file). Note that I have included everything I use in my laptop, and only support for the wireless card I have (Benq AWL 1000), so you will need to add support for other cards if you use it.

Next, I have used the NVidia Beta drivers for x86 ia32, which provide direct support for the GL based Beryl window manager. This, along with the X 7.1 server, yields compositing in your Dell i8k2, without the need of Xgl server, just the plain X 7.1 server.

It is also fairly easy to have framebuffer text consoles, also with nice backgrounds. Please, follow the gentoo fbplash and gensplash HOWTO.