LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-29-2017, 05:59 PM   #1
spaceboy909
LQ Newbie
 
Registered: Mar 2008
Location: Missouri, USA
Posts: 23

Rep: Reputation: 0
Question 2 distros have major failures on old system (presumed hardware issue)


Hi all,

I'm posting this here because it seems obvious this is a hardware issue of some kind.

The system:

AMD Athlon XP @1.2 GHz (I think it's a model 2000 or 2000+)
1 Gb ram

------------

It previously had Windows XP on it, and it ran fine up through 2013 when we got a new system.

I first tired Lubuntu 16.04 Alternate. The install and upgrades went fine.

However, Firefox always crashes after anywhere from a few seconds to a few minutes of light use and on basic web pages like google and Ubuntu wiki. It can stay open longer sometimes if I just let it sit there and don't use it, but that is unpredictable.

I then tried Chromium. But it won't even fully load. It crashes when it gets to around 40Mb or so.

I then downloaded Midori and Qupzilla, but both of those exhibit the same problem as FF.

I decided at that point that it must be a distro issue with the old hardware, so I installed Peppermint. So far, both FF and Chromium and having the exact same issue.

Peppermint has an additional problem. The pkg manager works, but the software manager does not. It refuses to load up. I have not used either distro beyond the browsers and managers, so there could be other issues (I'm planning to give this box away once I get a successful install)

Peppermint seems to be Ubuntu based so maybe that wasn't a good 2nd test. I plan to try Puppy and 1 or 2 others today.

Someone suggested that it could be a memory module issue, so I've been running memtest for 16 hours now but there are no errors.

Does have any ideas on this? Have you heard of this type of problem before? Any help is appreciated.

The only post I've come across so far was from about 8 months ago where someone said that FF was crashing because his old athlon xp cpu did not have SSE2 support.

I just looked up the Athlon XPs on wikipedia and it seems that virtually none of them have SSE2 support.

Last edited by spaceboy909; 08-29-2017 at 11:57 PM. Reason: typo
 
Old 08-29-2017, 07:29 PM   #2
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,006
Blog Entries: 26

Rep: Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522
Firefox requires SSE2

You're going to have to run a different browser, probably one based on an older core, or a completely different core. I'd try dillo, it's one of the most lightweight I'm aware of that still is functional. According to that site, ESR should still work for now at least if it has access to install the ESR instead.

Last edited by Timothy Miller; 08-29-2017 at 07:31 PM.
 
Old 08-30-2017, 12:33 PM   #3
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Salix
Posts: 6,145

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
I don't think you have SSE2: check with
cat /proc/cpuinfo | grep sse2

If you don't, you need a distro that supports Pentium 3, like AntiX, Salix, or Vector. That will choose an older browser, or one that doesn't need SSE2. Try a live disk and see what happen before you install, of course.
 
Old 08-30-2017, 12:48 PM   #4
spaceboy909
LQ Newbie
 
Registered: Mar 2008
Location: Missouri, USA
Posts: 23

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Timothy Miller View Post
Firefox requires SSE2

You're going to have to run a different browser, probably one based on an older core, or a completely different core. I'd try dillo, it's one of the most lightweight I'm aware of that still is functional. According to that site, ESR should still work for now at least if it has access to install the ESR instead.
Thanks for the help. I'll give that browser a try, as well as seeing if I can get the older versions of other browsers, although those won't have the security updates.

Quote:
Originally Posted by DavidMcCann View Post
I don't think you have SSE2: check with
cat /proc/cpuinfo | grep sse2

If you don't, you need a distro that supports Pentium 3, like AntiX, Salix, or Vector. That will choose an older browser, or one that doesn't need SSE2. Try a live disk and see what happen before you install, of course.
I checked wikipedia earlier for my cpu, and my cpu definitely does not support SSE2. Out of the many different lines of Athlon XP, there was only one line of late model mobile cpu's that supported it. So that is definitely the problem.

I will check out the distros you suggest and hunt around for some others too. Sounds like that's the best way to go, as I have no idea what other aspects of the system would be affected by running an incompatible distro.

Last edited by spaceboy909; 08-30-2017 at 12:49 PM. Reason: clarity
 
Old 08-30-2017, 04:08 PM   #5
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,006
Blog Entries: 26

Rep: Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522
If you can get the ESR, that will still have security updates. ESR = Extended Service Release.
 
Old 08-30-2017, 08:56 PM   #6
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
Debian installs with Firefox-ESR out-of-box. So, maybe give Debian a try next. When you get to the software selection menu, choose the XFCE4 desktop environment. Or choose LXDE if you prefer that.
 
Old 08-31-2017, 10:52 AM   #7
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Salix
Posts: 6,145

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
A quick check shows that both Debian Stable (not Testing) and AntiX use Firefox 52, which is the last version not to require SSE2.
 
  


Reply

Tags
browser, crashing



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
new distros install failures newindustar Linux - Newbie 4 10-01-2014 02:14 PM
Error messages for system and hardware failures willisoften Linux - Server 1 08-05-2010 01:55 PM
Problem Running Some Distros: Hardware Issue? Professor Bagelwood Linux - Hardware 6 06-13-2006 02:09 AM
Hardware issue? GUI Freeze on Linux Distros reeprflame Linux - Hardware 5 10-12-2004 10:37 AM
Major Hardware issue: System keeps freezing tsw Linux - Hardware 2 08-04-2004 11:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:37 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