https://bugzilla.kernel.org/show_bug.cgi?id=42725
--- Comment #34 from Alex Shi <[email protected]> 2012-06-18 07:27:38 --- (In reply to comment #33) > I'm afraid there must be something I'm doing wrong, every step of the bisect > process gave me a non bootable kernel so I did as you suggested and tried the > 2 > last stable ones from kernel.org, they all fail in the same way: > > https://dl.dropbox.com/u/2231399/panic.jpg > > This is the first time I build a kernel from source and I'm sure there's > something very elemental that I am missing, I'd appreciate any help. If > someone > else with a similar model can try the same bisect process to see if they get > different results that would be immensely helpful. I appreciate for what you did, since you never to do a kernel compile. According to your picture, your kernel missed the hard disk controller driver. Actually, I did not find what the controller are you using from modules list. You can check it under workable system from dmesg (by $dmesg) or from pci info (by $lspci). and enable it in kernel directly(set 'y' to this driver). If you cannot find what the driver you are using. give me the lspci or dmesg output, let me try to help you. :) -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are watching the assignee of the bug. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
