service_name = networking
service_name = ntpdate
$ sudo gedit /etc/hotplug/blacklist
pciehp shpchp hw_random
$ sudo gedit /boot/grub/menu.lst
... title Ubuntu, kernel 2.6.8.1-3-386 root (hd0,0) kernel /boot/vmlinuz-2.6.8.1-3-386 root=/dev/hda1 ro quiet splash ...
title Ubuntu, kernel 2.6.8.1-3-386 root (hd0,0) kernel /boot/vmlinuz-2.6.8.1-3-386 root=/dev/hda1 ro quiet splash acpi=off apm=off
$ sudo gedit /etc/modules
* Añade la siguiente línea al final del fichero
apm
$ gst-register-0.8
$ sudo gedit /etc/default/rcS
... UTC=yes ...
UTC=no
$ sudo /etc/init.d/hwclock.sh restart
$ sudo rm -fr $HOME/.Trash/
$ sudo killall esd $ sudo cp /etc/esound/esd.conf /etc/esound/esd.conf_backup $ sudo gedit /etc/esound/esd.conf
... auto_spawn=0 spawn_options=-terminate -nobeeps -as 5 ...
auto_spawn=1 spawn_options=-terminate -nobeeps -as 2 -d default
$ sudo aptitude install libesd-alsa0 $ sudo gedit /etc/asound.conf
pcm.card0 {
type hw
card 0
}
pcm.!default {
type plug
slave.pcm "dmixer"
}
pcm.dmixer {
type dmix
ipc_key 1025
slave {
pcm "hw:1,0"
period_time 0
period_size 2048
buffer_size 32768
rate 48000
}
bindings {
0 0
1 1
}
}
sudo ln -s /usr/lib/libesd.so.0 /usr/lib/libesd.so.1
— Iván Alcaraz - Extraído de la guía oficial de Ubuntu en inglés 2005/04/28 14:54