Pages

Wednesday, January 26, 2011

KDE Meeting this Saturday

KDE LAUNCH FESTIVAL



Fecha y hora: 29 de enero a las 2:00pm (sábado)
Lugar: Fass C/Rodríguez Marín 84
(paralela al Paseo de la Castellana, a la altura del Santiago Bernabéu)
<Metro> Concha Espina
Mapa: http://www.openstreetmap.org/?lat=40.45153&lon=-3.67883&zoom=17&layers=M

Tuesday, January 4, 2011

La vida sin el sol

Ya han pasado unos meses desde que Sun Microsystems fuera comprada por Oracle.

Aunque todavía no se ha visto se ha visto el final del camino, parece
que Oracle esta des-andando el camino que recorrio con mucho trabajo
Sun, estamos viendo el abandono de muchos proyectos de software libre.

¿En serio se estan abandonando los proyectos?

Pues no porque OpenOffice esta saliendo adelante como Libre Office, y
parece que se esta desarrollando porque ya tiene repositorio PPA para
Ubuntu, y la gente esta reportando los bugs a ellos en vez de al de
Oracle.

Aunque quedan otros campos de batalla que tiene que volver a ganar el
terreno perdido por Oracle, entre ellos Solaris (que ya hay un intento
de seguir hacia adelante con OpenIndiana), MySQL que esta comenzando
la labor con el nombre tan castizo como MariaDB.

Quedan dos proyectos libres de la vieja Sun que no sabemos que pasara
con ellos, Java que puede que google lo salve por sus intereses con
Android, y Virtual Box que por lo pronto al dia siguiente que Sun fue
enguillida por Oracle salio una actualización solo para cambiarle el
nombre.

Hp Mini 110 From "Al Campo"

Just bought a Netbook and according to Ubuntu, the mini 110 works fine with Karmic

https://wiki.ubuntu.com/HardwareSupport/Machines/Netbooks

So, I made the USB (after 9.04 and 10.10 didn't work) and installed it. Just like the posting says, everything works fine. However, I hate the power button on the Netbook. I did, as the post also states, have a problem with my Broadcom wireless card 4727. Ran a lspci -vnn and got the details.

I tried all of the fixes around and nothing worked. Here's what I ended up doing to make it all work:
first install the header tools etc...
n Ubuntu, you will need headers and tools. Try these commands:
# apt-get install build-essential linux-headers-generic
# apt-get build-dep linux

first remove any broadcom drivers , search in synaptic for broadcom, there should be two entries, remove them

if you don't remove them they will stick a wl.ko file that you don't want in the updates folder...

so, use the driver here hybrid....tar.gz

I did a sudo make clean, sudo make, sudo make install, it will create a wl.ko in your home directory

now, get the modules ready...

sudo modprobe lib80211_crypt_tkip
also
sudo modprobe lib80211
I put that one in just in case
now copy the new wl.ko file to your /lib/modules/..../kernel/net/wireless/ directory
go to that directory and run
sudo depmod -a
also insure that these modules aren't loaded
sudo modprobe -r b43 ssb wl
now reload it
sudo modprobe wl

add your mod to the list

sudo vi /etc/modules

add lines
lib80211_crypt_tkip
lib80211

blacklist the ones that you dont want
in
sudo vi /etc/modprobe.d/blacklist.conf

add lines

#added by john ortega
blacklist ssb
blacklist b43
restart the machine and voila

Saturday, December 4, 2010

Madrid Linux User Group Meetings




Madrid Linux User Group
Meets Every Thursday Evening -21:00hrs
@ Cafe Commercial - 1st Floor,
Glorieta Bilbao, 7, 28004 Madrid

Metro: Bilbao - Linea 1 y 4



Viva la MLUG!

Wednesday, December 1, 2010

Make An Eclipse Project A Java Project

go into the project file and add this line

             <nature>org.eclipse.jdt.core.javanature</nature>

inside of the natures xml.