LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Software > Linux - Kernel
User Name
Password
Linux - Kernel This forum is for all discussion relating to the Linux kernel.

Notices

View Poll Results: How many times did you compile your kernel?
Never, I always use the distro's initial kernel 31 16.76%
1-20 65 35.14%
20-100 47 25.41%
I don't remember how many times! 42 22.70%
Voters: 185. You may not vote on this poll

Tags used in this thread
Popular LQ Tags , , , , , ,

Reply
 
Thread Tools
Old 04-27-2006, 11:56 PM   #61
mrcheeks
Senior Member
 
Registered: Mar 2004
Location: far enough
Distribution: Snow Leopard, FreeBSD, Linux distros.
Posts: 1,689
Thanked: 1

[Log in to get rid of this advertisement]
compiled from 2.0 to 2.6.17-rc1 maybe 400 or more now
mrcheeks is offline     Reply With Quote
Old 04-28-2006, 12:50 PM   #62
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,216
Thanked: 1
LOL, all those kernels in the maternity ward, but the best-est most beautiful one is always yours!
Tuttle is offline     Reply With Quote
Old 04-29-2006, 01:21 AM   #63
rick.2g
Member
 
Registered: Sep 2005
Posts: 41
Thanked: 0
does "several thousand times" count? I didn't see an option in the poll.
rick.2g is offline     Reply With Quote
Old 04-29-2006, 12:39 PM   #64
mimithebrain
Member
 
Registered: Nov 2003
Location: ~
Distribution: Main: Ubuntu 7.04, Secondary: DamnSmallLinux, Server: Slackware 12.0
Posts: 841
Blog Entries: 1
Thanked: 0

Original Poster
Several thousand times?

Go for the last option.

Out of curiosity, for how long do you know linux?
mimithebrain is offline     Reply With Quote
Old 04-30-2006, 12:44 AM   #65
prozac
Member
 
Registered: Oct 2005
Location: Australia
Distribution: slackware 12.1
Posts: 767
Thanked: 0
Thumbs up

I forgot the count. I still remember those days when compiling a new kernel was a BIG and scary issue. All my colleagues would advise me against it. But I am a nerd and I don't listen to what others say many a times
since then i have compiled my own kernel countless times, i distinctly remember the first five times when my computer would boot up normally but fail to play my usb mouse, sound, network card and .... but i got over it. I started to see how i could make my devices work most of the time. the output of lspci and lsmod from the old kernel provided much the support i needed.
Now when i think of it, i still miss to include some support when i compile but i am getting better at this. All one has to do is handle the menuconfig to the best he can to get the best from the new kernel. all other steps are just routine.
prozac is offline     Reply With Quote
Old 04-30-2006, 09:03 AM   #66
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: Dali, China
Distribution: Slackware
Posts: 6,620
Thanked: 50
As others have said, I've compiled tons of kernels. Not only on my personal workstation, but also on comps I've built for others.

My greatest personal satisfaction in kernel building is getting everything properly supported and booting without a single error or warning in syslog.
Bruce Hill is offline     Reply With Quote
Old 04-30-2006, 10:25 PM   #67
debasish_5849
Member
 
Registered: Jan 2006
Location: India
Distribution: fedora core 5
Posts: 38
Thanked: 0
Quote:
Originally Posted by spooon
What does "the distro's initial kernel" mean? I have never compiled a kernel (nor many other programs for that matter, nor plan to), but my distro (Fedora Core) comes out with very updated kernels every 2 or 3 weeks or so, with many of the latest features and fixes, and so I always have the most updated Fedora Core kernel. That's not what you call the "initial" kernel, is it?
Yes the the kernels are updated 2 or 3 weeks. But that leaves us with two questions
1> Is it not a good idea download only the kernel instead of the whole distro everytime.
2>The kelnel that comes with the distro is updated but is not optimeised for your specific harware and your need. Have you ever needed ntfs support in your linux?
debasish_5849 is offline     Reply With Quote
Old 04-30-2006, 11:41 PM   #68
Penguin of Wonder
Senior Member
 
Registered: Sep 2005
Location: West Virginia
Distribution: Gentoo
Posts: 1,249
Thanked: 0
Quote:
Originally Posted by debasish_5849
1> Is it not a good idea download only the kernel instead of the whole distro everytime.
I don't really think its that simple. Of course a new version of your operating system is going to use a new kernel. Most of the time though you don't have to upgrade the whole OS just to say "current." I guess in short, its much easier to just do the kernel than the whole OS. IMHO
Penguin of Wonder is offline     Reply With Quote
Old 05-01-2006, 09:21 AM   #69
postb99
LQ Newbie
 
Registered: Jul 2003
Location: France
Distribution: Ubuntu (current stable version)
Posts: 13
Thanked: 0
I started compiling kernels when giving a try to Debian in 2003. So I first played with some 2.4 kernel. I admit it is indeed a thrill to boot a new one :-)

But I recently had bad experience with 2.6.15 with broken USB 2 support (at least for my external hard drive), so I counted days until 2.6.16 arrival.

I compile a new kernel every 3 or 4 months, depends on mood :-)
postb99 is offline     Reply With Quote
Old 05-01-2006, 10:38 AM   #70
lin_user2004
Member
 
Registered: May 2004
Location: india
Distribution: Gentoo 2006.1
Posts: 54
Thanked: 0
I have compiled a kernel about 5-6 times for gentoo. And I did it once for slackware 3 days back but wasn't so successful then.
Will be compiling a lot kernels in the days to come.
lin_user2004 is offline     Reply With Quote
Old 05-01-2006, 10:46 AM   #71
Penguin of Wonder
Senior Member
 
Registered: Sep 2005
Location: West Virginia
Distribution: Gentoo
Posts: 1,249
Thanked: 0
Gentoo took the scare factor out of compiling a kernel for me. Not that Gentoo makes it any easier, its just that after you do all the other things required to install Gentoo, compiling your kernel dosen't seem that bad.
Penguin of Wonder is offline     Reply With Quote
Old 05-01-2006, 12:18 PM   #72
mimithebrain
Member
 
Registered: Nov 2003
Location: ~
Distribution: Main: Ubuntu 7.04, Secondary: DamnSmallLinux, Server: Slackware 12.0
Posts: 841
Blog Entries: 1
Thanked: 0

Original Poster
***But I recently had bad experience with 2.6.15 with broken USB 2 support***
So that's what happened!

***Gentoo took the scare factor out of compiling a kernel for me.***
Agreed
Gentoo guide me through my first -real- kernel compile. (aprx 6 months ago)
The two first with mandrake were 30 minutes of compilling failures. (aprx 2 years ago)

I keep learning everyday.
mimithebrain is offline     Reply With Quote
Old 05-01-2006, 12:20 PM   #73
SpecHackers
LQ Newbie
 
Registered: May 2006
Location: Chennai , India
Distribution: RHEL 5
Posts: 16
Thanked: 0
5 - 6 times, i have complied kernal for gentoo,
SpecHackers is offline     Reply With Quote
Old 05-01-2006, 05:49 PM   #74
DaBlade
Member
 
Registered: Aug 2004
Distribution: Debian Sid
Posts: 381
Thanked: 0
1-20, don't remember specifically how many times.
DaBlade is offline     Reply With Quote
Old 05-04-2006, 02:04 PM   #75
gloomy
Member
 
Registered: Jan 2006
Location: Finland
Distribution: Mainly Gentoo
Posts: 119
Thanked: 0
About 100 times on five or six machines.

The process is always pain in the ass when the kernel is to be compiled for an old machine with partly unknown hardware.
gloomy is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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
Kernel Panic after trying to update Kernel to 2.6 several times LearningToLive Slackware 10 01-19-2006 09:57 AM
System hangs; Atheros Madwifi-ping times out every 15/16 times james 456 Linux - Networking 0 01-12-2006 07:55 PM
I've compiled my 2.6.12.3 kernel 3 times!!! CPUFreak91 Linux - General 11 08-04-2005 04:33 PM
New kernel = font problem at times! Slovak Slackware 2 12-20-2004 04:55 PM
kernel compile times danchan Linux - General 2 04-11-2004 07:33 PM


All times are GMT -5. The time now is 08:26 PM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration