Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Gentoo Linux Help
Reload this Page Why is linux crashing?
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Gentoo Linux Help For help and discussion related to Gentoo Linux

Reply
 
Thread Tools Display Modes
Old 07-24-2008   #1 (permalink)
fish199902
Just Joined!
 
fish199902's Avatar
 
Join Date: Sep 2007
Location: Colorado
Posts: 12
Why is linux crashing?

Recently, my computer began crashing for no apparent reason. I cant move the mouse, kill the X server or switch to a console.

I recently recompiled my kernel to include the 'visor' module, but I'm not sure if this is causing it. I am using the vanilla 2.6.25.9 kernel.

Is there a log file for crashes, and has anyone else had this problem?

Please help, Thanks.
fish199902 is offline   Reply With Quote
Old 07-24-2008   #2 (permalink)
i92guboj
Linux Engineer
 
Join Date: Nov 2007
Location: Córdoba (Spain)
Posts: 994
Hello,

Quote:
Originally Posted by fish199902 View Post
Recently, my computer began crashing for no apparent reason. I cant move the mouse, kill the X server or switch to a console.

I recently recompiled my kernel to include the 'visor' module, but I'm not sure if this is causing it. I am using the vanilla 2.6.25.9 kernel.

Is there a log file for crashes, and has anyone else had this problem?

Please help, Thanks.
Let's discard things. There's a bazillion of reasons why a computer can crash or freeze.

First, try without X. Start in single user mode, and check if it freezes. If it does, it's probably a hardware issue, check ram and cpu temperature before anything else.

If not, it could be an issue with your video driver.

Those are just some ideas, it could virtually be *anything*.

I assume that you are not messing with your hardware (not overclocking nor doing any other funny thing).
i92guboj is offline   Reply With Quote
Old 07-24-2008   #3 (permalink)
fish199902
Just Joined!
 
fish199902's Avatar
 
Join Date: Sep 2007
Location: Colorado
Posts: 12
Quote:
First, try without X. Start in single user mode, and check if it freezes. If it does, it's probably a hardware issue, check ram and cpu temperature before anything else.
My CPU temperature is 53 C, and my M/B temperature is 36 C. Last night I tried without X and it still froze.

Quote:
If not, it could be an issue with your video driver.

Those are just some ideas, it could virtually be *anything*.
I also remembered that I installed bluetooth, so I tried turning it off. It hasn't frozen yet but I don't know how long it will take. If it is bluetooth, is it possible to stop it from freezing? I've used bluetooth in other distributions so I know my bluetooth adapter works.

Quote:
I assume that you are not messing with your hardware (not overclocking nor doing any other funny thing).
Not overclocking, but I did upgrade my graphics card about a week ago, but that was before these problems
fish199902 is offline   Reply With Quote
Old 07-24-2008   #4 (permalink)
bigtomrodney
Bigtomrodinator
 
bigtomrodney's Avatar
 
Join Date: Nov 2004
Location: Sunny South-East of Ireland
Posts: 5,118
Quote:
Originally Posted by fish199902 View Post
Not overclocking, but I did upgrade my graphics card about a week ago, but that was before these problems
Did you need to change the driver for your new card?
__________________
In the land of the blind, the night vision users are laughing at the king

Registered Linux user #378740

New members read here / Forum Rules
bigtomrodney is offline   Reply With Quote
Old 07-24-2008   #5 (permalink)
fish199902
Just Joined!
 
fish199902's Avatar
 
Join Date: Sep 2007
Location: Colorado
Posts: 12
Quote:
Originally Posted by bigtomrodney View Post
Did you need to change the driver for your new card?
No, they were both Nvidia cards using the same version of the driver. When I recompiled my kernel I reinstalled the nvidia driver, but it was the same version as before.

It's been a few more hours since I turned off bluetooth and it still hasn't frozen, so it looks like that was it.
fish199902 is offline   Reply With Quote
Old 07-24-2008   #6 (permalink)
i92guboj
Linux Engineer
 
Join Date: Nov 2007
Location: Córdoba (Spain)
Posts: 994
Quote:
Originally Posted by fish199902 View Post
My CPU temperature is 53 C, and my M/B temperature is 36 C. Last night I tried without X and it still froze.
A bit hight that of the cpu, if that's idle, then it can easily go up to +70's when doing heavy work, which is enough for some cpu's to fail. In most cases, even if not healthy, those values shouldn't cause an immediate problem.

Quote:
I also remembered that I installed bluetooth, so I tried turning it off. It hasn't frozen yet but I don't know how long it will take. If it is bluetooth, is it possible to stop it from freezing? I've used bluetooth in other distributions so I know my bluetooth adapter works.
It might be some kind of hardware/drivers conflict. Rare as it seems I think I have read something similar somewhere, but right now I can't remember where. I will look around and let you know if I can find something.

Quote:
It's been a few more hours since I turned off bluetooth and it still hasn't frozen, so it looks like that was it.
Let's see.

PS: google with "bluetooth linux freeze" reports some entries about freezes, kernel paniscs and the like when plugin/using bluetooth adapters.
i92guboj is offline   Reply With Quote
Old 07-25-2008   #7 (permalink)
fish199902
Just Joined!
 
fish199902's Avatar
 
Join Date: Sep 2007
Location: Colorado
Posts: 12
I think that it was spacifically the hci_usb module, because once it is removed my computer does not freeze, however I dont see any errors from it in dmesg. Would this be the driver for my bluetooth adapter?
fish199902 is offline   Reply With Quote
Old 07-26-2008   #8 (permalink)
i92guboj
Linux Engineer
 
Join Date: Nov 2007
Location: Córdoba (Spain)
Posts: 994
Quote:
Originally Posted by fish199902 View Post
I think that it was spacifically the hci_usb module, because once it is removed my computer does not freeze, however I dont see any errors from it in dmesg. Would this be the driver for my bluetooth adapter?
That's part of the usb sussystem, but it could be part of the problem since bluetooth adapters are often plugged in via an usb port, and both parts have to interact.

Or maybe it's that you have both uhci and ohci enabled in your kernel. I have found configurations where having both enabled can be problematic. You usually need only one of the two (in pc it's normally uhci, but not always). In addition you need ehci for usb 2.0. All of these are somewhere in the usb related config section of your kernel configuration.
i92guboj is offline   Reply With Quote
Old 4 Weeks Ago   #9 (permalink)
fish199902
Just Joined!
 
fish199902's Avatar
 
Join Date: Sep 2007
Location: Colorado
Posts: 12
It seems it was UHCI and OHCI conflicting, I removed OHCI from my kernel and it no longer freezes.

Thank you for all the help!
fish199902 is offline   Reply With Quote
Old 4 Weeks Ago   #10 (permalink)
i92guboj
Linux Engineer
 
Join Date: Nov 2007
Location: Córdoba (Spain)
Posts: 994
I am glad that it's fixed. It's certainly something that's not trivial to diagnose. I just thought of it because I have seen it many times.

Enjoy
i92guboj is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT. The time now is 04:16 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0