http://bugzilla.kernel.org/show_bug.cgi?id=12901
------- Comment #9 from [email protected] 2009-03-22 21:56 ------- reboot=p has no effect - the hanging still occurs. reboot=b is the only boot option I've tried (p & e) that seems to work. A quick google search I just did turned up this: http://74.125.95.132/search?q=cache:P8wuFKJjK4sJ:ftp.gnu.org/tmp/linux-libre-fsf2_2.6.28/linux-2.6.28/arch/x86/kernel/reboot.c+dell+dimension+9200+enable+acpi&cd=15&hl=en&ct=clnk&gl=us&client=firefox-a The code below is copied from the above link - It is not included in my /arch/x86/kernel/reboot.c file (2.6.28.8). { /* Handle problems with rebooting on Dell Dimension 9200 */ .callback = set_bios_reboot, .ident = "Dell Dimension 9200", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), DMI_MATCH(DMI_PRODUCT_NAME, "Dell DXP061"), DMI_MATCH(DMI_BOARD_NAME, "0CT017"), }, }, -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
