LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-22-2004, 09:19 AM   #1
[Aerox]
LQ Newbie
 
Registered: Aug 2004
Posts: 4

Rep: Reputation: 0
Linux problems (freezing)


Hi guys.. I'm new here.. I'm new in Linux, also...

So, here are my problems...

I tried to install Mandrakelinux 10.0. The install was succesfull. The first problem started when I wanted to launch linux for the first time.. During booting, i't freezed when he was "building Mozzila registry" or smt like that. Anyway, It needed a hard reset. Then I tried failsafe and got into linux succesfully.

I started to search around.. Then I decided to make a new internet connection.. I made it all, then it wanted the first CD. It started copying and than it freezed. Mouse was dead, hard drive didn't move, CD-rom also on stand by. So, hard reset again...

Then I got in again.. Watched a DVD, then i wanted to listen music, and it freezed again, when i was searching the hard drive..

So, it freezes randomly.. I don't know what to do.. I tried to reinstall twice, but it's the same thing...

I'm starting to lose my nerves.. If I can't fix this, I'm gonna try fedora core 2..

Please help me guys.

Thank you.

Regards,
Jaka
Slovenia
 
Old 08-22-2004, 09:44 AM   #2
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
What kind of hardware do you have? Some motherboards, most notably nvidia nforce2 and 3 based boards, have severe APIC problems. Passing "noapic" to the kernel at boot-time solves this in most cases.


Håkan
 
Old 08-22-2004, 09:58 AM   #3
JARofHERB
Member
 
Registered: Apr 2004
Location: Pacific Northwest
Distribution: Debian unstable
Posts: 60

Rep: Reputation: 15
that as well,,as maby youre system is frezing because youre processor is running a tad to hot?
does it freze like this under w$ndows?
 
Old 08-22-2004, 10:07 AM   #4
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
everyone is probably sick of hearing this... but it has to be said...

did you download mandrake ? if so, did you test mandrake's iso md5sums ?

on the server you diwnloaded mandrake, there will be a file named the same as the mandrake iso, except it will end in '.md5' download that and save to the same folder as the iso's then use the program md5sum to test the iso...

this will test to see if the mandrake iso was corrupted, or tampered with.

also... maybe Linux itself wasnt frozen,,, just the graphical X server... if it happens again.. see if you can Ctrl+Alt+F2 into a second login console, ten login as root. and 'shutdown -h now' instead of hard reseting.

Last edited by qwijibow; 08-22-2004 at 10:08 AM.
 
Old 08-22-2004, 11:23 AM   #5
amosf
Senior Member
 
Registered: Jun 2004
Location: Australia
Distribution: Mandriva/Slack - KDE
Posts: 1,672

Rep: Reputation: 46
Are you using KDE... Disable the KDE sound server in the KDE control center. This has a habit of locking up the system esp when using media type apps...
 
Old 08-22-2004, 12:43 PM   #6
[Aerox]
LQ Newbie
 
Registered: Aug 2004
Posts: 4

Original Poster
Rep: Reputation: 0
Hi guys...

The configuration of my system is:

Amd athlon 2500+
Abit NF7-S v2.0
Maxtor 120gb sata
Kingston HyperX 512mb
Radeon 9800pro

I had to use the command "linux noapic nolapic" to pass the installation. If I started it without this command, it freezed randomly.. Once at the first Cd, and the second time at the third CD. Then i used this command, and it worked okay..

So, I think this command is the solution.. How can I add it to the bootloader?

Btw, the system isn't overheating, the temperatures are around 44.
I didn't download it from a web site, I got the iso files on a CD in one of Slovenian Computer magazines.. There is also a guide, but it says nothing about freezing and so...

Sorry for these n00b questions, but I want to explore Linux, because I like it..


Thank you all.

REgards

EDIT:

I tried again, when it freezed, i tried ctrl + alt +f2 and it has no response.. I also tried alt + ctrl + backspace.. No response...

Anyway, i got to the bootloader setting.. The onli selected item is "Force NO apic".
There are 2 remaining options.. One to allow apic, and another one to force no apic on hdd or smt..

So, i'm lost.. No more ideas.. I would really like some help, before I format the whole thing and install fedora core 2 :\

Last edited by [Aerox]; 08-22-2004 at 01:28 PM.
 
Old 08-22-2004, 01:38 PM   #7
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
do you use lilo or grub... ? if you use grub, add the noapic lines as kernel parameters in the grub congig file /boot/grub/menu.lst

example...
kernel /bzImage root=/dev/hda1 ro vga=755 mem=nopentium noapic (other kernel parameters)

im not sure about lilo.
 
Old 08-22-2004, 01:45 PM   #8
[Aerox]
LQ Newbie
 
Registered: Aug 2004
Posts: 4

Original Poster
Rep: Reputation: 0
I use Lilo.

Should I use Grub? I don't know which one is better.. I just want that it works normaly..
 
Old 08-22-2004, 05:10 PM   #9
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
lilo and grub both work... i prefere grub, but thats just my opinion.
search this forum for a guide on how to add kernel options / parameters in lilo then add use it to add your noapic option.... i think lilo keeps its config in /etc/lilo.conf have a look in it, maybe it will be self explaitory..
 
Old 08-22-2004, 05:41 PM   #10
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
In Lilo you can add the line:
Code:
append="noapic nolapic"
...to /etc/lilo.conf and then run the command /sbin/lilo to make the changes apply.


Håkan
 
Old 08-22-2004, 05:50 PM   #11
[Aerox]
LQ Newbie
 
Registered: Aug 2004
Posts: 4

Original Poster
Rep: Reputation: 0
okay, does it matter where i put it in the file?
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Intermittent freezing problems w/Mandrake 10.1 shamrock_uk Linux - Newbie 1 04-06-2005 06:18 AM
KDE freezing problems sumguy231 Linux - General 1 01-17-2005 03:36 PM
Problems with Fedora freezing during/after install... Mr.Radar Fedora 2 03-27-2004 04:40 PM
Problems with KDE Freezing kvilbig Linux - Newbie 7 10-15-2003 07:22 PM
Laptop Problems !!! Freezing francisjk Linux - Hardware 2 07-26-2002 08:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:02 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration