LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 08-15-2002, 03:02 PM   #1
Edward78
Member
 
Registered: Jul 2002
Distribution: OpenSuSE 11
Posts: 441

Rep: Reputation: 30
Exclamation SuSE 8.0 personal freezes :(


Ok I was tired of windows crashing so I get SuSE 8.0 & the thing freezes most of the time it comes back in a few secs, but the last few times it has not come back, lasted atleast a min, it sems to only realy happen when I enter YaST2, or some part of it & I had to reboot the last few times (3 I think) someone said I might need to recompile my kernel. Well I can't do that it is annoying and a awful reminder of windows. Maybe I need to end some survices, I got rid of sendmail, and everthing to do with it. I stopped the NSCD. What else should I stop?
 
Old 08-15-2002, 09:04 PM   #2
jetblackz
Member
 
Registered: Mar 2002
Location: Debian Galaxy
Distribution: Debian
Posts: 711

Rep: Reputation: 30
It might as well be an hardware issue. Post your setup.
 
Old 08-16-2002, 03:30 PM   #3
Edward78
Member
 
Registered: Jul 2002
Distribution: OpenSuSE 11
Posts: 441

Original Poster
Rep: Reputation: 30
ECS K7S5A motherboard with SiS 7012 wave onboard sound & onboard SiS 900 PCI fast Ethernet, AMD Thunderbird 1Gig, 256meg SDRAM, AGP Elsa Gladiac 511 Geforce2 MX400 with 64meg of video ram with USB mouse abd keyboard

Last edited by Edward78; 08-16-2002 at 03:32 PM.
 
Old 08-16-2002, 04:19 PM   #4
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
ok try so-called fix for Athlon bug
in the /etc/lilo.conf
after root entry on a separate line add:
append="mem=nopentium"
and rerun lilo
/sbin/lilo
everything must be done as root
See if it clears the problem.
Also I encourage you to have a look at memtest86 http://www.memtest86.com/ it is a little utility to stress test your computer's memory.
 
Old 08-17-2002, 01:24 PM   #5
Edward78
Member
 
Registered: Jul 2002
Distribution: OpenSuSE 11
Posts: 441

Original Poster
Rep: Reputation: 30
what do you mean rerun lilo? I added it at the begining of lilo, that should do it right?

Last edited by Edward78; 08-17-2002 at 01:45 PM.
 
Old 08-17-2002, 01:51 PM   #6
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
It must be the entry within image definition and path to working kernel
like this

image=/boot/must_work
label=linux_athy
root=/dev/hda8
append="hdc=ide-scsi mem=nopentium"
read-only
initrd=/boot/initrd-2.5.20.img

After you edited lilo configuration file re-run lilo as root
/sbin/lilo -v

Last edited by neo77777; 08-17-2002 at 01:56 PM.
 
Old 08-17-2002, 07:58 PM   #7
Edward78
Member
 
Registered: Jul 2002
Distribution: OpenSuSE 11
Posts: 441

Original Poster
Rep: Reputation: 30
So just adding mem=nopentium to lilo.conf won't work?
 
Old 08-17-2002, 08:09 PM   #8
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
This was a snapshot of my /etc/lilo.conf. If yours has an append entry already add mem=nopentium as I highlighted it, if there is no append statement in the file then add it
append="mem=nopentium" teh best place to add it is below the root=/.... entry
 
Old 08-17-2002, 08:17 PM   #9
Edward78
Member
 
Registered: Jul 2002
Distribution: OpenSuSE 11
Posts: 441

Original Poster
Rep: Reputation: 30
so put append="mem=nopentium" just likke that with quotes and everything is there a certain place or just add it to the file anyware? Is this good?

append="mem=nopentium"
boot = /dev/hda
change-rules
reset
read-only
menu-scheme = Wg:kw:Wg:Wg
lba32
prompt
timeout = 120
message = /boot/message
default = windows

other = /dev/hda1
label = windows

image = /boot/vmlinuz
label = linux

It still locks up, and I don't think it is a AMD bug, SuSE's site says 8.0 Personal is amd compatible. Could upgrading konqueror help?

Last edited by Edward78; 08-18-2002 at 12:40 PM.
 
Old 08-20-2002, 09:47 AM   #10
DaFrEQ
Member
 
Registered: Mar 2002
Location: Earth... for now
Distribution: SuSE9.2 AMD64; LFS; GentooAMD64; Ubuntu10.04; RHEL 5.5; Solaris10(SPARC)
Posts: 418

Rep: Reputation: 30
Sup. First of all, I have used SuSE (still do) on several boxes.
8.0 is by far the most stable of the SuSEs. (That I have found, other than 7.3 for sparc but thats a differnt story all together)

I currently have SuSE running on a number of boxes ranging from a really really old 486x166MHz to the most up-to-date i386 archs out there.
Personally, I use NOTHING but AMD. Intel (to me) is like the M$ horde of hardware. It's fine for multimedia, and PC snooping, but not for an actual computer that requires power.

As far as your problems:
I wouldn't use Konq. It's just not worth it. SuSE comes shipped with a crap load of other proggies that can do as much and more than KingKonq.
The "locking" up problem is most likely your SiS chipsets. SiS is known to have buggy equip. On-board works fine with SuSE, but I still normally frown on on-board. You just get better perfomance and quality from external to mobo parts. At least in my world.

If you like, I'll send you a detailed list of all the systems I've used. I have actually used a mobo with SiS onboard for SuSE, but that was a while back.

L8rz
 
Old 08-20-2002, 01:57 PM   #11
Edward78
Member
 
Registered: Jul 2002
Distribution: OpenSuSE 11
Posts: 441

Original Poster
Rep: Reputation: 30
So it is my SiS chipset? Anyway around it?
 
Old 08-20-2002, 02:04 PM   #12
DaFrEQ
Member
 
Registered: Mar 2002
Location: Earth... for now
Distribution: SuSE9.2 AMD64; LFS; GentooAMD64; Ubuntu10.04; RHEL 5.5; Solaris10(SPARC)
Posts: 418

Rep: Reputation: 30
No I didn't say that. Not necessarily.
I'll have to dabble a bit in my post notes to see what I can retrieve/remember.
Gimme 'bout a day or so to tread back thru all my "shtuff" and I'll see what I can do.

Deal? Pickle...

L8rz
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
suse 9.1 personal deucedlt SUSE / openSUSE 4 10-04-2005 11:06 PM
SUSE personal Dirty_Ink SUSE / openSUSE 2 02-06-2005 03:29 PM
Suse 9.1 Personal Triple5 SUSE / openSUSE 2 12-11-2004 11:44 AM
Help with Suse 9 Personal Ed. jamescov Linux - Networking 1 11-02-2003 04:27 AM
ftp upgrade from SuSE 7.1 personal to SuSE 7.2 SlCKB0Y Linux - General 5 11-04-2001 09:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 06:13 AM.

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