LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


View Poll Results: Do You Compile Your Own Kernel or Use The One Shipped With Your Distribution?
I compile my own kernel (official tree) 51 17.47%
I compile my own kernel (other tree) 6 2.05%
I use the kernel shipped with my distribution 223 76.37%
Other 12 4.11%
Voters: 292. You may not vote on this poll

Reply
  Search this Thread
Old 08-30-2016, 06:44 PM   #61
geoland
LQ Newbie
 
Registered: May 2016
Posts: 1

Rep: Reputation: Disabled
First post - rolled my own with Slackware


I used to roll my own with Slackware. No time for such things these days, so I use Ubuntu...
 
Old 08-30-2016, 06:58 PM   #62
j42cpw
LQ Newbie
 
Registered: Feb 2016
Location: Texas America
Distribution: fedora 19-23
Posts: 3

Rep: Reputation: Disabled
Smile about configuring the kernel

It has been about four (4) years since I have felt the need to reconfigure a kernel.
 
Old 08-30-2016, 07:20 PM   #63
CustomDesigned
LQ Newbie
 
Registered: Sep 2011
Posts: 12

Rep: Reputation: Disabled
I use the distro (Fedora) kernel - but quite often compile my own kernel modules for special drivers.
 
Old 08-30-2016, 07:35 PM   #64
rzhtm4
LQ Newbie
 
Registered: Feb 2013
Posts: 3

Rep: Reputation: Disabled
Kernel development

I started to build the main kernel because I wanted to do Kernel development and found the kernel was really easy to build:

https://kernelnewbies.org/KernelBuild
 
Old 08-30-2016, 07:47 PM   #65
dsmetts
LQ Newbie
 
Registered: Feb 2016
Posts: 1

Rep: Reputation: Disabled
Compiling?

When I only had DOS I compiled. MS then offered GWBasic. I used that to compile a variety of apps. I got older. Completely disgusted with Windows. I switched to Ubuntu. Happy, but dumbfounded wuth Terminal. So just surviving with updated Ubuntu adorned with some much appreciated add-ons.
 
Old 08-30-2016, 09:01 PM   #66
GabrielEleazarRodriguez
LQ Newbie
 
Registered: Aug 2016
Location: Buenos Aires
Distribution: Fedora, MX Linux, Debian, Slackware
Posts: 12

Rep: Reputation: 2
When in the past, Ubuntu (for a month) and mainly Debian were my desktop/production distros, I never had to do modify anything from the provided kernel. Now and recently, with Slackware, I started doing that and realized that (at least in my laptop) it adds a performance improvement (subtle in comparison to Debian, huge against Ubuntu)... Only a little and unqualified opinion.

Edit: as I never made that on the default Ubuntu kernel, I obviously can't make a real comparison...

Last edited by GabrielEleazarRodriguez; 08-30-2016 at 09:04 PM.
 
Old 08-31-2016, 12:28 AM   #67
aljosa.bakalovic
LQ Newbie
 
Registered: Jun 2015
Posts: 4

Rep: Reputation: Disabled
I used to compile them, even patch them to a new version 1997 to 2004. Couple of years ago, 2014 too but it didn't solve the problem I was having with the debian wheezy I migrated to (partition copyiing) other maschine.
 
Old 08-31-2016, 01:53 AM   #68
GaitBoxman
LQ Newbie
 
Registered: Jan 2014
Posts: 3

Rep: Reputation: Disabled
I did build my own kernels (and compilers) way back when I was in college, Linux version was still 0.97-0.99 at the time. But now, I've Mint on the family desktop and use the shipped kernel.
--Gait.
 
Old 08-31-2016, 02:25 AM   #69
scdbackup
Member
 
Registered: Oct 2013
Posts: 158

Rep: Reputation: Disabled
As upstream developer of burn software i use a shipped kernel of Debian.

Kernel 3 and 4 show substantial regressions towards 2.6 and have
insufficient fixes for old bugs (sr mutex chokes simultaneous burn,
drive tray moves in by read(2) but kernel does not wait for drive
becomming ready, end of TAO CDs is still not read properly).

I prefer to develop workarounds in userspace (/dev/sg instead of /dev/sr,
continue to use old CD TAO padding, let burn programs load the tray
before letting the kernel try to read from the medium).
 
Old 08-31-2016, 02:48 AM   #70
thim
Member
 
Registered: Nov 2013
Location: Greece
Distribution: Slackware current, MX Linux, Salix
Posts: 113

Rep: Reputation: 57
Most of the time, i using kernels shipped with my distribution. I also have tried LEiquorix kernels in my Debian days.
The last 4 years i am using exclusively Slackware. Have compiled a few kernels downloading source from kernel.org.
But for the last couple of months i am running the stock (new Slackware's kernel) and i feel bored to compile again...
 
Old 08-31-2016, 03:13 AM   #71
jfh
LQ Newbie
 
Registered: Feb 2016
Posts: 1

Rep: Reputation: Disabled
I use the one shipped with my distribution Ubuntu 14.04
 
Old 08-31-2016, 07:12 AM   #72
Irish666
Member
 
Registered: Jun 2016
Location: Cape Girardeau, MO (we escaped IL ;-) )
Distribution: Mint 20.2
Posts: 51

Rep: Reputation: Disabled
Smile What does that mean?

I am a real stranger to Linux. Were it not for Ubuntu and my new favorite, Mint, I'd still be stuck in windows :-( So, I have no idea what it means to 'compile a kernel' and I want to thank whoever does it so this works.
 
Old 08-31-2016, 09:00 AM   #73
ghughes5669
LQ Newbie
 
Registered: Oct 2012
Posts: 23

Rep: Reputation: Disabled
I use the stock kernel on all production and test machines, but I've been known to go full roll-your-own in the past. Nowadays, using the stock kernel answers just about every question outside of the infosec paranoids......
 
Old 08-31-2016, 09:20 AM   #74
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,573
Blog Entries: 19

Rep: Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452
Quote:
Originally Posted by Irish666 View Post
I am a real stranger to Linux. Were it not for Ubuntu and my new favorite, Mint, I'd still be stuck in windows :-( So, I have no idea what it means to 'compile a kernel' and I want to thank whoever does it so this works.
Compiling just means taking source code written by a programmer and getting the computer to translate it into binary machine code. For most software, this is a largely automated process. And given the huge amount of precompiled software available from your distro's repositories, you rarely have to build anything locally anyway.

But the Linux kernel is unique in the great variety of options that can be compiled in (or not), so building it yourself can allow you to speed up booting considerably by not including drivers and other facilities that you aren't going to use.
 
1 members found this post helpful.
Old 08-31-2016, 09:50 AM   #75
Davdi
Member
 
Registered: May 2013
Location: Wellingborough
Distribution: Mint 19, Open Suse tumbleweed, Xubuntu
Posts: 30

Rep: Reputation: Disabled
But if there's a newer kernel in the my distro's repository, I'll always use that
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
change the shipped kernel on a Live CD scmbg Linux - Kernel 1 10-31-2008 12:28 AM
cannot re-compile fedora8 distribution kernel bjharker Fedora 1 09-19-2008 08:54 PM
Compile Wine to be distribution independent ? Dark Carnival Linux - Software 0 11-28-2007 04:38 AM
sound driver shipped in kernel, not listed in xconfig reetep Linux - General 4 01-29-2004 03:25 PM
Slackware 8.1 shipped? lto Slackware 7 07-15-2002 12:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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