LinuxQuestions.org
Help answer threads with 0 replies.
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-28-2003, 03:45 PM   #46
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47

ok, when you have trouble compiling after changing something than it means you make a majior change in most cases
do a make dep
make clean
make bzImage
not just the bzImage as you normally would

also if you patched the kernel you need to start completely new by make mrproper, but that will remove every change you made, so only do it if everything else fails simply so that you dn't have to make the changes again.
 
Old 08-28-2003, 03:58 PM   #47
flapjackboy
Member
 
Registered: Jul 2003
Location: Norwich, UK
Distribution: Mandrake 9.1
Posts: 310

Original Poster
Rep: Reputation: 30
Nope, it's still giving me a segmentation fault, I think I'm gonna have to do a make mrproper.
 
Old 08-28-2003, 04:27 PM   #48
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
one thing to point out, if your kernel won't compile and you are pretty sure you did everythin correct you might want to check your cpu fan and temperature, compiling takes a lot of cpu, while a cpu might be fine with a faulty fan most of the time compiling is an activity that can fry it if not cooled, and when cpu's get hot they have a lot of errors, so check that.
 
Old 08-28-2003, 04:34 PM   #49
flapjackboy
Member
 
Registered: Jul 2003
Location: Norwich, UK
Distribution: Mandrake 9.1
Posts: 310

Original Poster
Rep: Reputation: 30
The fan seems fine and I've got the case side off as well. (Well, I'm in there so often, it's not worth putting it back on...)

Is there a way to do it from within linux?
 
Old 08-28-2003, 04:42 PM   #50
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
there is, it is called lmsensores, a kernel patch for 2.4 or builtin to 2.6, then software to recognise it, I havn't tried it myself I did once long ago but my board was not supported so I didn't actually go past the readme.
 
Old 08-28-2003, 04:47 PM   #51
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
I know how you feel about taking side off, until a week ago when I got the thermaltake xaser III my comp was actually spannign 2 cases with cables going back and fourth also 2 oiwersupplies one had a switch I made fo rit myself because atx has no switch (jumper pin 14 to any ground turns it on)

p4 2.2 1ghz ddr, via p4pb400 4 ata 133 7200rpm in linux software raid5 (85% full) on promise ata/133 80gb main drive 40gb home/games drive, dvd-rw pioneer A05, dvd-rom pioneer 16x, geforce4-4600ti agp, sblive! 5.1, tulip nic card + onboard via,onboard via 6 channel as second sound card for tv-out, dxr3 for dvd-decoding & tv-out, pinacle tv pro thingy for fm radio and cable tv, usb2.0 with usb trackman wheel mouse and belkin kick-@$$ keyboard. (Yes I use trackball for games and love it!) antec truepower 550watt p/s with fan control, and a case builting 4 fan fancontrol + cpu temp monitor.
 
Old 08-28-2003, 04:47 PM   #52
flapjackboy
Member
 
Registered: Jul 2003
Location: Norwich, UK
Distribution: Mandrake 9.1
Posts: 310

Original Poster
Rep: Reputation: 30
Well, I guess I could always shut down in about an hour, give the beast a good rest and try again from cold tomorrow...
 
Old 08-28-2003, 04:52 PM   #53
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
lol, still a segfault is strange, I don't think I have gotten that in kernel.. maybe try going to 2.4.21 rather than 2.4.22
I never used 2.4.22 and can't tell you if it is stable or not, 2.4.21 is really good though
 
Old 08-28-2003, 04:53 PM   #54
flapjackboy
Member
 
Registered: Jul 2003
Location: Norwich, UK
Distribution: Mandrake 9.1
Posts: 310

Original Poster
Rep: Reputation: 30
Strange though, that it managed to compile right up until I added ext3 support. And on a stable kernel revision too...
 
Old 08-29-2003, 07:25 AM   #55
flapjackboy
Member
 
Registered: Jul 2003
Location: Norwich, UK
Distribution: Mandrake 9.1
Posts: 310

Original Poster
Rep: Reputation: 30
OK, what is IPVS? That doesn't load up on startup any more either...

Ah, found it... IP Virtual Server.

Last edited by flapjackboy; 08-29-2003 at 08:29 AM.
 
Old 08-29-2003, 11:49 AM   #56
flapjackboy
Member
 
Registered: Jul 2003
Location: Norwich, UK
Distribution: Mandrake 9.1
Posts: 310

Original Poster
Rep: Reputation: 30
Okay, I decided to go back to the 2.4.21 mandy-specific kernel and tweaked it for my setup. It's sorted out everything bar the sound and printing. The printer's picked up, but the print spooler just doesn't send anything to it.
 
Old 08-29-2003, 11:51 AM   #57
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
hmm, for some reason I am net getting e-mails about posts anymore.. hm. well, let me know when you have the kernel booting to the correct stuff with devfs and all so that I can give you alsa instructions
 
Old 08-29-2003, 12:05 PM   #58
flapjackboy
Member
 
Registered: Jul 2003
Location: Norwich, UK
Distribution: Mandrake 9.1
Posts: 310

Original Poster
Rep: Reputation: 30
OK, kernel's booting fine, although there were some unresolved symbols regarding wireless network cards. Still boots fine, though. (Strange, I'm sure I stripped all the wireless drivers out of the compile... )
 
Old 08-29-2003, 12:06 PM   #59
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
lol once again msg at almost the same time, well ok with the mandrake kernel.

if sound is working I won't bother with alsa

as for printer you are on your own, it took 32 years for me to make my printer (that is supposedly supported by 8 different meathods and 4 drivers) to work, and I also don't use the rh/madrake/suse print filters.
 
Old 08-29-2003, 12:10 PM   #60
flapjackboy
Member
 
Registered: Jul 2003
Location: Norwich, UK
Distribution: Mandrake 9.1
Posts: 310

Original Poster
Rep: Reputation: 30
Sorry, no... Sound's still not working...

But erm, yeah, printing would be good to sort out, sound can wait for now, lol.

Last edited by flapjackboy; 08-29-2003 at 01:13 PM.
 
  


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
apt-get install bind9? all sorted? f0rmula Linux - Software 2 09-07-2005 11:23 AM
Filenames are sorted in wrong order Simoncifer Linux - Newbie 4 01-07-2005 12:52 AM
Speedtouch 330 Mandrake 9.1 SORTED : ) trevalex Linux - Newbie 5 11-16-2003 04:04 AM
Qt issues SORTED adriaanbw Linux - Software 0 05-18-2003 04:35 AM
I've got it sorted. lithium Linux - Software 1 01-06-2002 12:40 AM

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

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