Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
06-16-2007, 08:17 PM
|
#106
|
|
Guru
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594
Original Poster
|
Hmm, I agree, and good point. Well, it might be a bit later than I thought before I get to the very end (that is, the end of the DIY stuff; not 'the end' where I have a new complete Slackware) but still going well.
Only place I have had an error lately was building VIM; there was one test failure (test 23) but I won't put too much stock into that till I rebuild all this with the libstdc++ fixed; I'm pretty sure that can be done, because one of the first times I built the first half of all this, libstdc++ passed all tests OK, so chances are the compiler flags will affect it. Everything else is very good though, and there is an obvious difference in speed compiling stuff now, over my host tools -- inside chroot, stuff seems to 'fly'  .
|
|
|
|
06-17-2007, 01:25 AM
|
#107
|
|
Amigo developer
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,595
|
You don't need to worry about or even build g++ during the first or inetrmediate toolchain phases, since all the code for the tools is written in C. The g++ compiler is written in C and can be finally produced when you have the other early stuff working okay.
libstdc++ are the runtime libraries needed for running C++ programs. Notice that they get installed to the same directory where the compiler libs are? That's because C++ programs are dependent on the specific libraries of the compiler used to compile with. If you build a multi-compiler system, each compiler will have its' own libstdc++ libs even though each compiler is using the same glibc.
|
|
|
|
06-17-2007, 06:47 PM
|
#108
|
|
Guru
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594
Original Poster
|
Hmm, thanks for that explanation Gnashley
All was going very well last night, but it seems there has been a wrench thrown into the gears, so to speak; I think my CPU bought the farm :/
It froze up while I was un-tarring something, and was totally hung. I rebooted but the 4 D-bracket lights are just ALL red, and nothing happens, no screen power-up, no beeps, no bios screen... I mean, the peripherals turn on, so there's power, and I still had video when it froze, so I presume the video card is OK, but I fear my CPU is toast
LOL, anyone got a spare socket 478 P4 lying around? 
Well, in any event, the only other machine here that's internet-enabled is this hellish rotten Windoze heXP thing, so till I either get the modem in the laptop working (Zenwalk now) or find a new CPU, my project is obviously on hold, and I'll be updating a bit less here 'cause I REALLY dislike using this WXP machine I am typing on right now. I'm unemployed too, so it might be a while :/
Take care everyone!
~ As the Terminator said, "I'll be back."
|
|
|
|
06-17-2007, 07:19 PM
|
#109
|
|
Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,706
|
Hmmm ....
When I was installing Gentoo (and compiling all those packages over a couple days), my laptop ran real hot ... I had to stop it for fear of meltdown. Technically it shouldn't meltdown, but who knows. I don't trust intel enough to gamble on whether excessive CPU usage for extended periods of time when my laptop is not optimally ventilated ... may cause meltdown.
Does the processor look toasted ?
(I would still bet that the processor is not toasted ... it may be something else in there that is toasted, beep codes would help)
Last edited by H_TeXMeX_H; 06-17-2007 at 07:21 PM.
|
|
|
|
06-17-2007, 08:09 PM
|
#110
|
|
Guru
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594
Original Poster
|
Nah, there are no beep codes.. When I turn it on, it powers up, the drives all come on, the fans turn on, and the D-bracket stays all red. No beeps or anything, and my monitor doesn't power up either.
The monitor works, I had the laptop plugged into it today.
I suppose there is a remote chance my video card bit the dust, but if that were the case, I would get 8 beeps from the machine (from experience) but that doesn't happen.
I haven't yet opened up the machine, but I wouldn't expect to see physical signs of a burnt CPU, do you think?
I am 99% certain it wasn't a heat issue as I had the sensors monitored all the time, and lots of cooling.
I'll open it and have a peek tomorrow, but it sure looks like the CPU quit.
|
|
|
|
06-17-2007, 09:00 PM
|
#111
|
|
Member
Registered: Mar 2007
Location: North Carolina
Distribution: Slackware 12.0, Gentoo, LFS, Debian, Kubuntu.
Posts: 906
Rep:
|
Ram Chip
Nother possibility would be a ram chip. if you have two could remove one try to boot, if not swap the chips and try booting again. Have lost 1 or 2 ram chips before compiling so it would not be unheard of. Would be as suspect to them as the processor though.
|
|
|
|
06-17-2007, 09:19 PM
|
#112
|
|
Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,706
|
It could be a RAM stick too. But, usually, it still boots even if one is bad. Really, it could be many things. Just take a look inside and see if there's anything obviously wrong in there.
EDIT: for burn processor, here's what it looks like (AMDs tend to burn more often than pentiums ... pentiums automatically throttle down when they overheat. Newer AMDs have a kill switch that kills the processor on overheat .... theoretically, just in time to save the m-board from being melted through)
http://i2.neoseeker.com/a/OCguide/burnt1.jpg
Last edited by H_TeXMeX_H; 06-17-2007 at 09:22 PM.
|
|
|
|
06-18-2007, 05:42 AM
|
#113
|
|
LQ 5k Club
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Laptop: Slackware 14.0 // Desktop: Slackware64 14.0 // Netbook: Slackware 14.0
Posts: 6,196
|
That's a real shame! To have put all that effort into your project & then have your computer shuffle off it's mortal coil. Hope it turns out to be nothing too serious or expensive.
Brian
|
|
|
|
06-18-2007, 09:12 AM
|
#114
|
|
Senior Member
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914
Rep:
|
Ugh.. That does suck. Sorry to hear that GrapefruiTgirl... But yea, open it up and start poking around. Something may jump out at you.
|
|
|
|
06-18-2007, 12:25 PM
|
#115
|
|
Guru
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594
Original Poster
|
Hiya people
Well, I poked around in there, to no avail.. Nothing appears out of place, nothing smells burnt; the processor socket looks like new, and the processor itself appears normal.
When I turn the machine on, with the CPU heatsink removed, I can feel the processor warm up quite quickly, though I can't compare how it feels to anything else, because it's the only one Ive ever tried this with.
I pulled out the memory, and turned the machine on; same deal. No go. There's only one memory stick in there.
Same with the video card removed; no beeps, no difference..
Just those same malicious red lights on the back of the box :/
Further suggestions welcome, but I am really suspecting the CPU -- anyone disagree?
I mean, I doubt it would be the northbridge, or some other obscure thing on the board, right? It's usually the PS, the CPU, the memory, or... well, that's about it, no?
|
|
|
|
06-18-2007, 12:41 PM
|
#116
|
|
Member
Registered: Mar 2006
Posts: 381
Rep:
|
the mainboard?
http://graphics.cs.uni-sb.de/new/upl...ics/elko02.jpg
really, could be just about anything. only way to know is to test every component in another box.
EDIT: about those lights: i guess it's better to ask around on hardware sites
Last edited by erklaerbaer; 06-18-2007 at 12:43 PM.
|
|
|
|
06-18-2007, 01:12 PM
|
#117
|
|
Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,706
|
Does the power supply seem ok ? Maybe it's failing.
If the processor doesn't look burnt, then it probably isn't. As erklaerbaer says, it's likely you'll have to test each component either in a another box or with testing equipment. (it's probably cheaper to do it in another box if you have one)
You could also take it to a repair shop ...
|
|
|
|
06-18-2007, 01:19 PM
|
#118
|
|
Member
Registered: Mar 2007
Location: North Carolina
Distribution: Slackware 12.0, Gentoo, LFS, Debian, Kubuntu.
Posts: 906
Rep:
|
Remove Everything
Might try removing and disconnecting everything (except the pc speaker,lights, and power button connectors ) including the processor from the mb, clearing the cmos and then powerup the mb empty and see if you can get the error beeps from the mb.
Would narrow down do motherboard and power supply (or pc speaker  ).
|
|
|
|
06-18-2007, 02:38 PM
|
#119
|
|
Guru
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594
Original Poster
|
Yikes, Erklaerbaer those are some nasty looking capacitors  but mine don't look like that  .
I will try powering the board with no cards and no processor, and see what happens..
As for the red lights, I did look up their meanings, and when all 4 are red, at apparently means the processor is either not installed or not working. When all is well, they change colors a bunch of times and when it's all booted up, they are all green.
I spose yes, it could be anything.. It could be the power supply. I can't afford to take it to a shop, so if I can't figure it out at home, then it'll hafta sit and wait.. I'll try Hern's suggestion..
|
|
|
|
06-18-2007, 02:46 PM
|
#120
|
|
Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,706
|
Quote:
|
Originally Posted by GrapefruiTgirl
As for the red lights, I did look up their meanings, and when all 4 are red, at apparently means the processor is either not installed or not working. When all is well, they change colors a bunch of times and when it's all booted up, they are all green.
|
Hmmm ... that's not good. So, all four light are red ? If so, that means it may just be the processor 
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:34 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|