Skip navigation.

:::FoxM:::

Weak and Powerless

Posts tagged with "pc"

Rebooting is obsolete

, , , ...

A few days ago a competition for a linux ad was over and the finalists, and winner, of course, were finally public. A lot of work, time and immagination went through all those videos, some of them, very good. Others very strange or funny.

Here, the 5 who made it to the end.

(Comments after each video)

Read more...

New photos added, and a big THANK YOU!

, , , ...

This is just a 'thank you' post to Michel Xhaard for his effort in writing (ALONE!!!) the drivers for around 260 webcams for the Linux Operating System!

http://mxhaard.free.fr/download.html

Read more...

There and Back Again

, , , ...

So here I am.

Late, as always. After a month of thinking and rethinking, a bit of crying, being busy here and there and, of course, studying, I'm here again. Renewed and efervescent. Although my life hasn't changed technically a bit, I feel better and relieved. Like when you go to take a relaxing bath.

I started an study group in my college, and that was a bit time-consuming at the beginning. It's still starting (!) but here we go. This experience made me feel strange. I've never started a project in which anyone could enter an participate. All my projects have always been completely and unbelivable personal, non transferable, lonely and slow; but this opportunity has changed my point of view about a lot of things I can't enumerate, but specially, I noticed something in myself, a shiny ligth that embraces me... hahaha noonono... I'm not dying and the ligth embracing me it's just a metaphorical joke. I mean that I found myself in the leading position. Talking, breaking or dismanteling barriers, melting my own ice and freely speaking, researching... quite some aspects of me I haven't had in years! Creating a wiki was something to underline... Nobody still shares my idea and so I feel like hunting bears alone, but a document that anyone can modify, comment, complement, expand... it's exciting.

On the other hand, I've been feeling a sensation... a strange attraction to researching. Just starting in this field, but I've already shown some interest to some teachers, and so I'll begin a new project soon, just a matter of weeks, and I hope this or some derived work will be my undergraduate dissertation. What an interesting topic that of scientific research, or general reserach.

By the way... I deleted that stupid Windows from the Dell Inspiron and installed SuSE 10.1. That deserves a beer! So see you soon.

Note to self - Intel High Audio Definition

, , , ...

I have an Intel D945GNT board wich has Intel High Definition Audio subsystem. I discovered today that if I want to use the microphone, I have to enable the line and mic as output and select the front mic as source for capture. Otherwise, and with no apparent reason, the recording line won't catch a single sound. It's a shame, as I hate when something is working in strange ways.



I also discovered that Krec and Krecord do not work as I thought they would. I record something and then save it as a wav file, but the results are not quite the expected. I know I need to read the documentation P: but... let's face it, that's the last thing I do. I then had to use the gnome-sound-recorder, which actually records a lot better than Audacity in Windows. I like KDE, but if some gnome software works better or easier, why not use it? At least there's KDE support for Gnome applications and I thank to the KDE developers for it.

Note to self - VMware installation

, , , ...

Being a little bit egoist here, I found that I forget quite easily some details of the things I do in Linux. The last one was related with the VMware Workstation installation.

To install VMware, follow the steps (grealty resumed into a few lines):

  1. Check that kernel-source, gcc (and/or gcc-c++) and make are installed. I think I will never forget to install those, as I use them a lot. The kernel-source packages must match the installed kernel! running YOU will find the proper packages.

  2. Download the latest vmware-any-any patch. (Probably available at cvut). This is needed because it's higly probable that compilation errors might appear when running the vmware-config.pl script. The last error I got was from a confligting defined variable in the kernel source against the vmware client code

  3. Be sure to have the vmware rpm ready and anxious to get installed

  4. Prepare the kernel to recive new modules: remember the
    make mrproper
    (for cleanup),
    make cloneconfig
    (for cloning the kernel and configuring it to the current version) and
    make modules_prepare
    (well... it's self explanatory)

  5. With a prepared and happy kernel, the rpm installation can be done by the typical
    rpm -ivh PACKAGE
    where the package here it's, of course, the vmware file.

  6. After this, I normally do a step I think it's not really necessary. I like to run
    ldconfig; SuSEconfig
    sequence, just to see how happily my PC works :wink:

  7. Now the update. I've seen it tarred and gzipped, so a
    tar -xz -f vmware-any-any-update.tar.gz
    will do the work. Changing to the vmware-any-any-update directory (I wonder... that any-any name), and executing
    ./runme.pl
    will do the rest, even call vmware-config.pl for me. When this is done, answering a few questions it's all it's needed for completing the procedure. The default options are fine for my SuSE 10.1 so if any compilation error occurs, be sure to check this and the vmware-any-any-update version.

  8. Configure the three network devices (bridged, NAT and host-only); that it's normally just accepting the default options.

  9. Mount the USB system to access those devices from the Virtual Machine. As root:
    mount -t usbfs /dev/bus/usb /proc/bus/usb



And that's it... at least as I remember. I'm not sure where did I get this "any-any-update" info, but I'm sure it's not that difficult to get. Wait... I found it in my history (I love opera :wink:)


I decided that when I see it fit (and achievable or worthly), I should translate some of what I write in english to spanish, or viceversa. This is one of those cases.

--- Versión en español ---

Para instalar VMWare, seguir los siguientes pasos de la receta (resumida en pocas líneas):

  1. Verificar que los paquetes de kernel-source, gcc (y gcc-c++) y make están instalados, pero creo que no hay problema con eso pues los uso mucho y no creo que los olvide. Los paquetes del kernel source deben encajar con la versión del kernel instalado! Correr YOU sería una buena idea en este momento para asegurarse.

  2. Bajar la última versión del vmware-any-any-update (Probablemente disponible en cvut). Esto lo necesito para evitar algunos errores de compilación en el proceso. La última vez salió un error de una variable en conflicto por estar definida tanto en el kernel como en el cliente

  3. No olvidar tener listo el rpm de vmware (hihihi)

  4. Preparar el kernel para recibir nuevos módulos: No olvidar:
    make mrproper
    (para limpiar, o eso me dijeron),
    make cloneconfig
    (para clonar el kernel, configurándolo a la versión correcta) y
    make modules_prepare
    (para preparar en sí la utilización de los módulos)

  5. Con un kernel listo y felíz, la instalación del rpm es cosa de niños:
    rpm -ivh PACKAGE
    donde PACKAGE es obviamente el archivo del VMware.

  6. Después, lo que hago no es realmente necesario... solo me gusta hacerlo por poner el pc a hacer algo:
    ldconfig; SuSEconfig
    . En teoría eso actualiza las variables del sistema, entre otras cosas.

  7. Ahora la actualización. Como viene en tar.gz, ya se sabe que está comprimido y unificado, pero tar nos ayuda fácilmente con ese trabajo.
    tar -xz -f vmware-any-any-update.tar.gz
    hace todo el trabajo. El resto se hace cambiando al directorio creado por tar para vmware y ejecutando
    ./runme.pl
    . Esto inclusive llama vmware-config.pl por mi. Cuando todo haya pasado, solo falta responder unas preguntas. Las opciones preseleccionadas que trae el script funcionan perfecto en mi SuSE 10.1, así que si algo falla (como errores de compilación, yo supongo), este es el primer sitio a revisar, junto con la versión del any-any-update.

  8. Configurar los tres dispositivos de redes (es otro módulo montado en el kernel), bridged, NAT y host-only. En general es al estilo windows: yes, yes, yes, yes P:

  9. Montar el sistema USB para tener acceso a estos dispositivos en la máquina virtual: como root:
    mount -t usbfs /dev/bus/usb /proc/bus/usb




Y listo... ahí la instalación correcta del vmware... antes que se me olvide.

Jabber

, , , ...

Me cansé del tal MSN. Me aburrió la discriminación que tienen con otros clientes que no sean MSN Messenger.




Como soy un loco de el Open Source y esas cosas que suenan a libertad, decidí pasarme a utilizar Jabber, así que ahora hay que contactarse conmigo por (
foxm@jaim.at
)

foxm@jabber.linux.it

con cualquier cliente Jabber.




Para los que no sepan (y por primera vez hablo a otras personas que no sean yo) Jabber es como MSN o Yahoo! Messenger, pero Open Source, estándar y muy fácil.




En general lo único que hay que hacer es:


1. Bajar un cliente (yo uso Kopete en Linux)


2. Seleccionar un servidor (me gusta myjabber.net)


3. Seleccionar un nombre (nick) de la forma miNombre@servidor.ext


4. Utilizar el cliente para registrarse


5. Listo.




Nada de preguntar la edad, año, vida social, número de pelos del gato... y además aceptar un contrato de servicio sin sentido para instalar el msn o el yahoo o el aim.




Sin embargo, si hubiera puesto este post hace unas horas, mi decisión habría sido definitiva: A partir de esta noche dejo el msn y me dedico a la vida tranquila en Jabber. El que quiera contactarme, ya sabe: (
foxm@jaim.at
)

foxm@jabber.linux.it

. Pero no... me entró un remordimiento cuando me encontré conectado de nuevo al msn (supuestamente por última vez) y me dí cuenta que hay personas que aprecio y que aún utilizan el tal msn, y entonces me entró la maluquera porque si mi idea es olvidarme de msn (¿msnqué?) y no apoyar el uso de esos productos tan malos, ¿qué voy a hacer con mis amigos?




Pues bueno, en parte para eso es este post en mi blog, para comentarles a mis amigos que de ahora en adelante me voy a conectar cada vez más en Jabber y cada vez menos en MSN.




Aquí se puede leer las instrucciones básicas, pero más detalladas que las que yo acabo de dar (muy recomendado... me reí mucho con Romeo y Julieta):


User Guide


User FAQ




Hay muchos clientes para Jabber... (muchos más de los que imaginaba) y hay para todos los gustos. Como ya no uso Windows, pues ni modo de saber qué tal es uno u otro.


La lista de clientes:


Clients




La lista de servidores:


Servers
Download Opera, the fastest and most secure browser
December 2009
M T W T F S S
November 2009January 2010
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31