You are not logged in.
Pages: 1
Hello,
I'm new to ArchLinux and I'm trying to use it. The problem I have is about my laptop. CPU is overheating after running windows or Linux. I have found what is the problem and I know that new 2.6.27 kernel has a fix for it. On Ubuntu 8.10 it works as it has 2.6.27 kernel. I tried it and it is fine. However I want to use ArchLinux .
I read wiki pages on compiling kernel using manual and automatic way. Unfortunately I can't use any of them as my computer overheats fast and then reboots. The only way I found to get the new kernel is to compile it on Ubuntu and then copy the kernel, update modules and create intramfs on Arch. I tried to configure the kernel but I'm quite new to Linux .. and it doesn't boot up after adding GRUB entry. So my question is:
How to get the original Arch .config kernel configuration file? Is it the basic default .config I get with kernel from kernel org? Or maybe default kernel is somehow configured in Arch and available for download?
Thanks,
MJ
Offline
Arch Linux uses the 2.6.28.4 kernel. It should be superior to the 2.6.27 kernel that comes with Ubuntu.
Check if your problem is solved, just by using the kernel which is provided by Arch Linux
Offline
I checked /var/log/kernel.log and it says it's using 2.6.25-ARCH. I downloaded the 2008.6 CD. Isn't 2.6.28 provided by automatic updates? I cannot configure network when my laptops overheats so fast.
Offline
Time to move to Antarctica
On a serious note: you could download the kernel tar.gz from the Arch ftp server and then, once you installed Arch from the CD, do a pacman -U kernel26.tar.gz.
Maybe you have to move your computer to the ice compartment of your fridge.
Offline
Is installing kernel as easy as pacman -U kernel? That's what I call KISS . Ok, I'll try to find the file on the server. There is some snow outside so I could work there .
Thanks for your help, guys
Offline
Is installing kernel as easy as pacman -U kernel? That's what I call KISS . Ok, I'll try to find the file on the server. There is some snow outside so I could work there .
Thanks for your help, guys
You don't need to just upgrade the kernel, you need to upgrade the system. The iso that you're using is far behind where Arch currently is. So, pacman -Syy to refresh the database, then pacman -Suy. You're going to run into the klibc error, which has it's own thread. As well there's going to be a bit of work to get everything working they the way that it's supposed to. All of it is covered in the forums.
Offline
Thanks, Scottish. The only problem I see is that I don't have a working network connection. But I'll read forums and try to see what is to be done. I want Arch, and I will have it .
Offline
if your laptop is modern enough to overheat that fast, it should also be modern enough that you can use the bios to underclock it... that might allow it to run slow (and thus cool) enough to give you the time to configure a network connection and update.
alternately, since ubuntu *doesn't* overheat your laptop, you could chroot into the arch install (as described in installation guide on the wiki, iirc) and update from there.
the arch kernel package is kernel26, and the PKGBUILD available from the ABS contains the file 'config' with the arch kernel configuration.
is that at all helpful?
[23:00:16] dr_kludge | i want to invent an olfactory human-computer interface, integrate it into the web standards, then produce my own forked browser.
[23:00:32] dr_kludge | can you guess what i'd call it?
[23:01:16] dr_kludge | nosilla.
[23:01:32] dr_kludge | i really should be going to bed. i'm giggling madly about that.
Offline
masterjau wrote:Is installing kernel as easy as pacman -U kernel? That's what I call KISS . Ok, I'll try to find the file on the server. There is some snow outside so I could work there .
Thanks for your help, guys
You don't need to just upgrade the kernel, you need to upgrade the system. The iso that you're using is far behind where Arch currently is. So, pacman -Syy to refresh the database, then pacman -Suy. You're going to run into the klibc error, which has it's own thread. As well there's going to be a bit of work to get everything working they the way that it's supposed to. All of it is covered in the forums.
or even
pacman -Syyu
to update databases and upgrade all system
If people do not believe that mathematics is simple, it is only because they do not realize how complicated life is.
Simplicity is the ultimate sophistication.
Offline
Maybe install using the FTP method to get the most recent packages from base/dev.
Offline
Masterjau, I'm having a similar problem with kernels over 2.6.27.6. The kapcid process takes up >20% of the cpu at all times, which causes temps to rise. Can you check your running processes with the 'top' command to see if this is your problem? If it is, I can give you a PKGBUILD for a lower kernel version that doesn't experience the problem.
Offline
Pages: 1