Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Complete freeze
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
cogitate
n00b
n00b


Joined: 05 Dec 2003
Posts: 46
Location: Ontario, Canada

PostPosted: Tue Jun 01, 2004 9:53 pm    Post subject: Complete freeze Reply with quote

Just gone through a fresh install (two really) and everything went fine. Boot the computer after install, trying to emerge gnome and it freezes. This is not the only freeze that happens. Sometimes (but not always) the keyboard does not respond after startup (can't even log in).

A freeze has always been during either of the following
Code:
emerge gnome
xf86config (emerged earlier)
after startup (at login prompt)


There are times when it seems frozen, but it comes back after a little bit (couple of minutes)

What I've done. Aside from searching google and the forums. I've run memtest86 with no problems. I'm on kernel compile number 7 with different options. ACPI in or out does nothing, APM is not in at all.

BIOS hardware monitor shows the following:
CPU Temp: 54C
Motherboard Temp: 29C
CPU Fan: 2537RPM
Chassis Fan: 1418RPM
Vcore 1.34V
3.8V: 3.26V
5V: 4.97V
12V: 11.71V

Specs:
Intel Pentium 4 @ 2.8GHz
Asrock P4VT8+ Motherboard (ACPI)
Antec Sonata case with 380W power supply
512MB DDR RAM
development-sources 2.6.6

Been working at this for two days now, checked every connection in the box and I'm out of ideas. Also of note, although not a big deal is that it detects my floppy drive but I cannot access it, saying fd0 is not a block device, nor is /dev/floppy/0 (which has the b flag on). The motherboard detects the device but will not boot with a boot floppy in it, leaving me to believe its the device itself. Mostly, I am far more concerned with the freezing problem.
Back to top
View user's profile Send private message
nyteryda
Guru
Guru


Joined: 26 Jul 2003
Posts: 337
Location: London

PostPosted: Tue Jun 01, 2004 10:19 pm    Post subject: Reply with quote

If you dual boot it might be worth trying prime95

and are the tempretures taken strait after a crash/freeze ?

Im only saying these things because I had freezes during large emerges and mine was a temprature problem
_________________
Code:
#include "forums.h"
     int main() {while (bollox) postcount++;}
Back to top
View user's profile Send private message
cogitate
n00b
n00b


Joined: 05 Dec 2003
Posts: 46
Location: Ontario, Canada

PostPosted: Tue Jun 01, 2004 10:29 pm    Post subject: Reply with quote

This is a brand new box with new everything, the only thing on there is gentoo. The temperatures are taken immediately after a crash. If I sit there and watch the temps they don't alter much from when the box is first started.

*Edit: The box has also now frozen during two kernel compiles
Back to top
View user's profile Send private message
nyteryda
Guru
Guru


Joined: 26 Jul 2003
Posts: 337
Location: London

PostPosted: Tue Jun 01, 2004 10:43 pm    Post subject: Reply with quote

did you install from stage1/2 or stage 3 ?

when you compile your kernel are you pretty sure you know what to put in and what not ? i.e how experienced are you?

what other processes do you have running at the moment

you have got swap space running ?

your harddisks are fine and dandy ?

what are your CFLAGS ?

(I'm shot in darks/guessing here...)

you could try vanilla 2.4 sources (i think they are supposed to be most stable at moment) only to see if it makes a difference
_________________
Code:
#include "forums.h"
     int main() {while (bollox) postcount++;}
Back to top
View user's profile Send private message
cogitate
n00b
n00b


Joined: 05 Dec 2003
Posts: 46
Location: Ontario, Canada

PostPosted: Tue Jun 01, 2004 11:23 pm    Post subject: Reply with quote

The first attempt at the install was a stage1, the second attempt was stage2 (pentium4 sources). I've been using linux for about 3 years now, gentoo for the quite some time now (over a year at least), but there are still some parts of the kernel that confuse me. I've set up 4 other computers on gentoo though, so I'm not totally new at it.

Swap is on and as far as I can tell the hd's are fine. I pulled them out of another computer and put them in this one (hda 10GB, hdb 6GB). I've never had a problem with them, although I realize that means nothing. The kernel has always recognized them fine on boot as far as I can tell.

Code:
CFLAGS="-02 -march=pentium4 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"


I honestly have very little idea of what those flags do so I never mess with them. That's the way they came with the stage2. It was a 2004.1 stage2 that I used.

By the way, thanks for all the help to everyone.
Back to top
View user's profile Send private message
nyteryda
Guru
Guru


Joined: 26 Jul 2003
Posts: 337
Location: London

PostPosted: Tue Jun 01, 2004 11:38 pm    Post subject: Reply with quote

first the CFLAGS seem fine to me...

did you try a different kernel ? like i said i found the the vanilla sources were good when you have problems cos they are just plain. if you try them and you have a problem still send me the .config file and ill see if i can see anything in it (not that im an expert I just made alot of mistakes of my own :P)

oh incase you don't know you can check your hard disks by using
Code:
 fsck -fc /dev/(device for example hda1)


that will look for bad blocks soo can take a while!
_________________
Code:
#include "forums.h"
     int main() {while (bollox) postcount++;}
Back to top
View user's profile Send private message
b0fh_
Tux's lil' helper
Tux's lil' helper


Joined: 01 Jun 2004
Posts: 142
Location: Brazil

PostPosted: Wed Jun 02, 2004 12:21 am    Post subject: Reply with quote

are you compiling in a framebuffer console? the fact the system also freezes in xf86config may indicate video card/agp problem. what video card is it and are you using framebuffer console or X?

Peace.
_________________
"Contrary to popular belief, UNIX is user-friendly. It only happens to be picky on its friends."
Back to top
View user's profile Send private message
cogitate
n00b
n00b


Joined: 05 Dec 2003
Posts: 46
Location: Ontario, Canada

PostPosted: Wed Jun 02, 2004 1:08 am    Post subject: Reply with quote

I'm using an old ati mach 64 pci card, the agp slot is empty because I haven't bought a card yet (getting a capture card eventually), but I don't think that is the problem because its a card that I pulled out of an older computer (P3 @ 733) that was running 2.6.1 kernel. I have framebuffer support in the kernel, but no vga line in grub so the screen blanks for a moment during startup as it realizes that the framebuffer isn't set up properly, but then it goes back to basic terminal. If I take framebuffer out of the kernel this doesn't happen.

One thing I tried is that the Antec Sonata has a special "Fan Only" power connector (molex 4 pin), and it says in the manual that the fan speed is varied to try to keep the box quiet. The manual states that when using the fan only connector some hardware sensors might notice a very low fan speed and give false alarms about a problem with the fan. I've tried changing to a regular molex connector and I've begun an emerge gnome, this has been working good for about 45 minutes now, but I have yet to determine if this solved the problem.

Is there a way to alter settings for acceptable fan speeds?
Back to top
View user's profile Send private message
cogitate
n00b
n00b


Joined: 05 Dec 2003
Posts: 46
Location: Ontario, Canada

PostPosted: Wed Jun 02, 2004 1:26 am    Post subject: Reply with quote

I haven't tried a different kernel yet, but I have thought about going back to an old one if this emerge fails on me. Its still going strong with gnome (over half way through) so it might be the strange fan connectors. Unfortunately they really do make the box quieter, so I wish I could use them.
Back to top
View user's profile Send private message
dalek
Veteran
Veteran


Joined: 19 Sep 2003
Posts: 1353
Location: Mississippi USA

PostPosted: Wed Jun 02, 2004 4:38 am    Post subject: Reply with quote

I ran into that exact problem once and I had the wrong IDE driver installed in the kernel. You may want to check that.

Hope that helps or you find the fix.

Later

:D :D :D :D
_________________
My rig: Gigabyte GA-970A-UD3P mobo, AMD FX-8350 Eight-Core CPU, ZALMAN CNPS10X Performa CPU cooler,
G.SKILL 32GB DDR3 PC3 12800 Memory Nvidia GTX-650 video card LG W2253 Monitor
60TBs of hard drive space using LVM
Cooler Master HAF-932 Case
Back to top
View user's profile Send private message
cogitate
n00b
n00b


Joined: 05 Dec 2003
Posts: 46
Location: Ontario, Canada

PostPosted: Wed Jun 02, 2004 4:11 pm    Post subject: Reply with quote

For anyone that comes accross this. The problem seems to be solved by using a regular molex instead of the "Fan only" power connectors. Anyone that buys this case (Antec Sonata), the special connectors cause problems. If I ever find a way around this I'll post it here.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum