Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Strony: 1
Jak w temacie
mam problem z bledami w dsdt w laptopie
root@ubuntu:/home/foreste/dsdt# iasl -tc dsdt.dsl Intel ACPI Component Architecture ASL Optimizing Compiler version 20100528 [Jul 2 2010] Copyright (c) 2000 - 2010 Intel Corporation Supports ACPI Specification Revision 4.0a dsdt.dsl 183: Acquire (\_SB.PCI0.LPC0.EC0.MUT0, 0x0100) Warning 1105 - Possible operator timeout is ignored ^ dsdt.dsl 3612: Acquire (MUT0, 0x5000) Warning 1105 - Possible operator timeout is ignored ^ dsdt.dsl 4237: Acquire (\_SB.PCI0.LPC0.EC0.MUT0, 0x1000) Warning 1105 - Possible operator timeout is ignored ^ dsdt.dsl 4488: Acquire (\_SB.PCI0.LPC0.EC0.MUT0, 0x5000) Warning 1105 - Possible operator timeout is ignored ^ dsdt.dsl 4523: Acquire (\_SB.PCI0.LPC0.EC0.MUT0, 0x5000) Warning 1105 - Possible operator timeout is ignored ^ dsdt.dsl 4597: Acquire (\_SB.PCI0.LPC0.EC0.MUT0, 0x5000) Warning 1105 - Possible operator timeout is ignored ^ ASL Input: dsdt.dsl - 5201 lines, 178232 bytes, 2134 keywords AML Output: dsdt.aml - 19759 bytes, 610 named objects, 1524 executable opcodes Compilation complete. 0 Errors, 6 Warnings, 0 Remarks, 738 Optimizations
z dwoma błędami dałem rade wyszukałem w google ale tych nie mogę znalesc
a to przed naprawą
root@ubuntu:/home/foreste/dsdt# iasl -tc dsdt.dsl Intel ACPI Component Architecture ASL Optimizing Compiler version 20100528 [Jul 2 2010] Copyright (c) 2000 - 2010 Intel Corporation Supports ACPI Specification Revision 4.0a ACPI Warning: 0xb7667868, No parent method (20100528/aslanalyze-905) dsdt.dsl 183: Acquire (\_SB.PCI0.LPC0.EC0.MUT0, 0x0100) Warning 1105 - Possible operator timeout is ignored ^ dsdt.dsl 211: Method (_WAK, 1, NotSerialized) Warning 1081 - ^ Reserved method must return a value (Integer/Package required for _WAK) dsdt.dsl 676: 0x00000000, // Length Error 4122 - ^ Invalid combination of Length and Min/Max fixed flags dsdt.dsl 3610: Acquire (MUT0, 0x5000) Warning 1105 - Possible operator timeout is ignored ^ dsdt.dsl 4235: Acquire (\_SB.PCI0.LPC0.EC0.MUT0, 0x1000) Warning 1105 - Possible operator timeout is ignored ^ dsdt.dsl 4486: Acquire (\_SB.PCI0.LPC0.EC0.MUT0, 0x5000) Warning 1105 - Possible operator timeout is ignored ^ dsdt.dsl 4521: Acquire (\_SB.PCI0.LPC0.EC0.MUT0, 0x5000) Warning 1105 - Possible operator timeout is ignored ^ dsdt.dsl 4595: Acquire (\_SB.PCI0.LPC0.EC0.MUT0, 0x5000) Warning 1105 - Possible operator timeout is ignored ^ ASL Input: dsdt.dsl - 5199 lines, 178224 bytes, 2134 keywords Compilation complete. 1 Errors, 7 Warnings, 0 Remarks, 738 Optimizations
Debian sid 32b
Ostatnio edytowany przez foreste (2012-01-23 16:32:45)
Offline
Strony: 1
Time (s) | Query |
---|---|
0.00006 | SET CHARSET latin2 |
0.00004 | SET NAMES latin2 |
0.00069 | SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='3.145.8.139' WHERE u.id=1 |
0.00076 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '3.145.8.139', 1732691029) |
0.00042 | SELECT * FROM punbb_online WHERE logged<1732690729 |
0.00067 | SELECT topic_id FROM punbb_posts WHERE id=191293 |
0.00073 | SELECT id FROM punbb_posts WHERE topic_id=20471 ORDER BY posted |
0.00077 | SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=20471 AND t.moved_to IS NULL |
0.00005 | SELECT search_for, replace_with FROM punbb_censoring |
0.00065 | SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=20471 ORDER BY p.id LIMIT 0,25 |
0.00071 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=20471 |
Total query time: 0.00555 s |