https://bugzilla.novell.com/show_bug.cgi?id=416921 User psankar@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=416921#c26 --- Comment #26 from Sankar P <psankar@novell.com> 2008-12-05 09:03:49 MST --- I tired building kernel and hence went through Greg 's lkn book. It had a script: for i in `find /sys/ -name modalias -exec cat {} \;`; do /sbin/modprobe --config /dev/null --show-depends $i ; done | rev | cut -f 1 -d '/' | rev | sort -u I ran this script before compiling my kernel in my terminal and I got some error messages. FATAL: Module platform:thinkpad_acpi not found. FATAL: Module platform:thinkpad_hwmon not found. FATAL: Module platform:dock not found. FATAL: Module acpi:LNXPOWER: not found. The above error messages could be completely harmless and could be irrelevant for this bug. But since I had my intuition saying that it could be related and people wont mind reading an extra mail, I am reporting this. Please ignore if it is not useful to the bug :-) -- 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.