LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Cannot locate error in logs (https://www.linuxquestions.org/questions/linux-newbie-8/cannot-locate-error-in-logs-541295/)

anilbh 03-28-2007 07:48 AM

Cannot locate error in logs
 
While booting I get an error about
Quote:

error while inserting xxxx module
.
I have used dmesg | grep error and looked through the system logfiles . Also looked through boot.log.
Where can I find this error.
This is certainly Newbie confusion but I am not new to Linux.

DJNolz83 03-28-2007 07:54 AM

Have you tried grep'ing for the module?
i.e:
Code:

dmesg | grep <name of module>


All times are GMT -5. The time now is 05:43 PM.