Saturday, July 08, 2006

Pasando de Breezy a Dapper

Como me llegaron los cds oficiales de Dapper, me pico la guia de pasarme de distro.

Lo que hice fue textual del primer hit que salio cuando googlee "upgrade breezy dapper" http://www.macewan.org/2006/02/23/upgrading-breezy-to-dapper/

pero pego las instrucciones por si no lo quieren ir a ver al original

Copy the text between [snip] & [/snip] and paste over your existing sources.list when you sudo gedit (this is the second sudo command listed below.

sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup

sudo gedit /etc/apt/sources.list

sudo apt-get update

sudo apt-get dist-upgrade

[snip]

deb http://us.archive.ubuntu.com/ubuntu dapper main restricted
deb-src http://us.archive.ubuntu.com/ubuntu dapper main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu dapper-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu dapper-updates main restricted

## Uncomment the following two lines to add software from the ‘universe’
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu dapper universe
deb-src http://us.archive.ubuntu.com/ubuntu dapper universe

## Uncomment the following two lines to add software from the ‘backports’
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu dapper-security main restricted
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted

deb http://security.ubuntu.com/ubuntu dapper-security universe
deb-src http://security.ubuntu.com/ubuntu dapper-security universe

deb http://archive.ubuntu.com/ubuntu dapper multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper multiverse

## Backports
deb http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse

[/snip]


Observaciones:
- Comenté las sources de las distros anteriores en vez de borrarlas o reemplazarlas, por si las moscas :P

- Cuando el upgrade llegó a un archivo de configuración de sonido, me preguntó que ya que tenía configuraciones personalizadas, si es que prefería mantener mis opciones antiguas, instalar la nueva, ver las diferencias y algo mas...le puse ver las diferencias (D) y la secuencia de actualización se me fue a un camino sin retorno, por lo que tuve que reiniciar en terminal y aplicar dpkg --configure -a para retomar el punto donde habia quedado y responder (N) para mantener las configuraciones antiguas. El sonido aparecio mudo cuando entre en sesion normal de gnome, pero repeti los pasos que habia descubierto antes y listo.

- Al actualizar, la configuración de mi tarjeta wifi me quedo un poco inestable, cuando ejecuto ndiswrapper -l me muestra que tengo el hardware presente y software activo, pero eth1 no queda como predeterminada y no he logrado devolverla a su estatus original...bueno...algo tenía que requerir tunning con el upgrade...

- Por alguna razon marciana, necesite instalar openoffice por separado.

- El touchpad funcionaba decente, pero sin scrolling lateral, hasta que cambie el driver a xserver-xorg-input-synaptics en vez del que traia por defecto.

0 comments: