Linux - KernelThis forum is for all discussion relating to the Linux kernel.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Documentation/kernel-parameters.txt reads that some parameters (irqpoll, pci=routeirq, irqfixup, acpi_pm_good, biosirq....) are used as workaround for buggy or broken BIOSes.
However, there are too many of them. It is practically impossible to check all combinations.
A kernel parameter would not be appropriate as a true, permanent solution to a problem like that. For example, noapic turns-off a major subsystem ... basically "so you can reboot the thing long enough to fix the problem."
The kernel-configuration is normally specified when you build the kernel. It's in a hidden-file .config (note the leading "." which hides the file...) in /usr/src/linux. If you are using packages, the package-build or autodetect software ought to handle that messy chore for you.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.