With much thanks to 67GTA (MUCH much thanks) we now have a working DSDT.aml for the G6062ea laptop from HP.
download the attatched file, copy it to /etc/initramfs-tools/ and then run the command "sudo update-initramfs -u -k kernel-version" in a terminal substituting "kernel-version" for your actual kernel version (you can find this from "uname -r") (my command was "sudo update-initramfs -u -k 2.6.28-11-generic") You then need to also edit /boot/grub/menu.lst (that's lower case LST, btw) and put in: acpi_osi="Linux" On the kernel line, then save and run "sudo update-grub" example version: title Ubuntu 9.04, kernel 2.6.28-11-generic uuid 1c99f655-3e3f-43aa-a9a2-7fb6831c98db kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=1c99f655-3e3f-43aa-a9a2-7fb6831c98db ro acpi_osi="Linux" quiet splash initrd /boot/initrd.img-2.6.28-11-generic ** Attachment added: "DSDT.aml" http://launchpadlibrarian.net/25986010/DSDT.aml -- System freezes during boot, unless I hold a key down https://bugs.launchpad.net/bugs/272247 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
