https://bugzilla.novell.com/show_bug.cgi?id=623393 https://bugzilla.novell.com/show_bug.cgi?id=623393#c27 --- Comment #27 from Markus Kohm <jabber@gmx.org> 2011-01-19 08:30:44 UTC --- I'll test commenting out acoi_bus_osc_support() soon. Currently I've done some more tests and after adding a counter, I've found out, that the 35th call of acpi_init_one_device does not return from acpi_ns_evaluate. With even /* * Because of an earlier namespace analysis, all subtrees that contain an * _INI method are tagged. * * If this device subtree does not contain any _INI methods, we * can exit now and stop traversing this entire subtree. */ /* MKOHM: EXIT FROM THIS TREE, if it is the 35th call of * acpi_init_one_device */ if ( (device_number == 35) || !(device_node->flags & ANOBJ_SUBTREE_HAS_INI)) { printk( KERN_INFO "return\n" ); return_ACPI_STATUS(AE_CTRL_DEPTH); } at acpi_init_one_device, Linux does boot! After boot Num-Lock is active but system seems to work. I know device_node->type is 6 and nesting_level is 4. So: How can I find out more information about 35th device? For bugzilla.kernel.org I fist have to create a account. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.