LINUX.ORG.RU

Gentoo «ACPI: BIOS _OSI(Linux) query ignored»


0

1

Доброго времени суток

Имеется ноут Asus k52jv. Поставил Gentoo и Win7 (подпиливал grub). Грузится нормально, все работает (вроде как :)).

При загрузке, сразу после выбора ОСи в Грубе, Гента мельком показывает какое-то сообщение, которое сразу исчезает - никак не успеваю прочитать, что там такое (что-то связанное с файловой системой, вроде).

Посему полез смотреть dmesg, вот чего насмотрел: http://paste.pocoo.org/show/488356/

1) [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored - щито это такое и как с ним бороться (и нужно бороться ли?)

2) ну, коль речь зашла о проблемах - что делать с jme 0000:04:00.5: eth0: UDP Checksum error ? Интернет используется кабельный, от роутера. DHCP добавлен в автостарт.

И по первому, и по второму вопросу гугл толком ничего не подсказал, посему решил объеденить оба вопроса тут.



Последнее исправление: Nearga (всего исправлений: 1)

>BIOS _OSI(Linux) query ignored - щито это такое

What is OSI and how is it used
OSI is an ACPI method provided by the operating system that can be invoked by ACPI BIOS code. It is used by BIOS developers to detect which operating system is running. The method that should be used (cmp. ACPI spec[1], chapter 5.7.2 and 5.7.3) is OS, but for various reasons, OSI is used to identify recent operating systems. The intent of the OSI function is to identify features provided by the OS. For example some BIOSes check for Vista which supports and demands the latest ACPI backlight functions (compare ACPI spec Appendix B). Vendors sometimes update BIOS to use OSI to work around specific oper- ating system problems. This is very dangerous and should always be avoided. Here is an example of how a vendor wrongly fixed his ACPI BIOS implemen- tation trying to work around a Linux bug. It then broke when newer kernels were fixed after the bug got identified: http://bugzilla.kernel.org/show bug.cgi?id=7787

ftp://ftp.suse.com/pub/people/trenn/ACPI_BIOS_on_Linux_guide/acpi_guideline_for_vendors.pdf

anonymous
()

У dmesg как не страннно есть

dmesg --help

Usage: dmesg [options]

(cut)

Supported log levels (priorities): emerg - system is unusable alert - action must be taken immediately crit - critical conditions err - error conditions warn - warning conditions notice - normal but significant condition info - informational debug - debug-level messages

Так вот обращай внимание с какого _уровня_ идут сообщения в dmesg

init_6 ★★★★★
()
Ответ на: комментарий от init_6

Хм.. мануал пишет:

-n level

Set the level at which logging of messages is done to the console. For example, -n 1 prevents all messages, except panic messages, from appearing on the console.

Тоесть мне теперь нужно выставлять # dmesg -n 4 ребутится, и смотреть, с какого уровня ошибки? ладно :)

Nearga
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.