- El mouse pad de la laptop (Touchpad) dejó de funcionar en arranque con Ubuntu, arrancando con Windows funciona bien
- Mensaje de error en [¨0.344001] MP-BIOS bug:8254 timer not connected to IO-APIC
Antecedentes:
- Se actualizó a Ubuntu 9.04 a la versión 9.10
Búsqueda de la solución:
-Entre otras cosas lo que me llevó a encontrar la solución fue: determinar si el touchpad fue detectado con el comando, tiene que detectar "Synaptics" o "ALPS" Fuente:https://help.ubuntu.com/community/SynapticsTouchpad
$xinput list
- Como no encontró el touchpad (synaptics), busque en internet el mensaje de error "[0.344001] MP-BIOS bug:8254 timer not connected to IO-APIC" y encontré el foro:
http://ubuntuforums.org/showthread.php?t=191355
aunque me dio pistas encontré la solución
Solución:
$cd /boot/grub/
editar menu.lst y agregar:
title Ubuntu 9.10, kernel 2.6.31-18-generic
uuid ce919f06-bc70-422d-8975-db70dc3510cd
kernel /boot/vmlinuz-2.6.31-18-generic root=UUID=ce919f06-bc70-422d-8975-db70dc3510cd ro quiet splash
initrd /boot/initrd.img-2.6.31-18-generic
quiet
al código
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
## ## End Windows Options ##
title Ubuntu 9.04, kernel 2.6.28-16-generic
uuid ce919f06-bc70-422d-8975-db70dc3510cd
kernel /boot/vmlinuz-2.6.28-16-generic root=UUID=ce919f06-bc70-422d-8975-db70dc3510cd ro quiet splash
initrd /boot/initrd.img-2.6.28-16-generic
quiet
title Ubuntu 9.04, kernel 2.6.28-16-generic (recovery mode)
uuid ce919f06-bc70-422d-8975-db70dc3510cd
kernel /boot/vmlinuz-2.6.28-16-generic root=UUID=ce919f06-bc70-422d-8975-db70dc3510cd ro single
initrd /boot/initrd.img-2.6.28-16-generic
title Ubuntu 9.04, kernel 2.6.28-11-generic
uuid ce919f06-bc70-422d-8975-db70dc3510cd
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=ce919f06-bc70-422d-8975-db70dc3510cd ro quiet splash
initrd /boot/initrd.img-2.6.28-11-generic
:
ya que sólo tenía el inicio a Ubuntu 9.04 y le faltaba iniciar con el Ubuntu 9.10
No hay comentarios:
Publicar un comentario