Ubottu factoids

Home · Launchpad · Ubuntu database file

1
Order by
Name + · Name - · Popularity + · Popularity - · Date added + · Date added -

Factoid Value Author
binarydriver binarydrivers binarydrivershowto gatos nv <reply> Most Linux graphics drivers are now open source (with binary firmware blobs). !Nvidia *kernel* drivers can be open source since series 515, but the main driver is now a firmware blob. More info: !nvidia !fglrx and https://help.ubuntu.com/community/VideoDriverHowto Added by Seveas
Date: 2006-07-16 15:07:36
Last edited by tomreyn
Date: 2022-07-04 02:17:24
Requested 16404 times
kernel compilekernel kernelcompile kernelhowto customkernel <reply> The core of Ubuntu is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, and if you need to troubleshoot issues, you can try a !Mainline kernel instead, but if you insist, see https://help.ubuntu.com/community/Kernel/Compile (see also !Stages) Added by apokryphos
Date: 2006-06-18 22:01:25
Last edited by IdleOne
Date: 2011-04-10 12:12:54
Requested 3536 times
nomodeset <reply> Systems with certain graphics chipsets may not boot properly out of the box. "Temporarily Add a Kernel Boot Parameter for Testing" as discussed at https://wiki.ubuntu.com/Kernel/KernelBootParameters to add the "nomodeset" parameter there. Added by oCean
Date: 2011-06-26 11:54:38
Last edited by hggdh
Date: 2020-01-14 00:59:37
Requested 3194 times
fuse captive <reply> FUSE (Filesystem in Userspace) is a !kernel driver that allows non-root users to create their own filesystems. See http://en.wikipedia.org/wiki/Filesystem_in_Userspace for more on FUSE. Some examples of filesystems that use FUSE are !ntfs-3g, sshfs and isofs. A full list of Filesystems that use FUSE is here: http://fuse.sourceforge.net/wiki/index.php/FileSystems Added by apokryphos
Date: 2006-06-19 11:48:16
Last edited by Amaranth
Date: 2007-08-07 14:36:30
Requested 1130 times
linux <reply> Linux is the kernel (core) of the Ubuntu operating system. Many operating systems use Linux as a kernel. For more information on Linux in general, visit http://en.wikipedia.org/wiki/Linux Added by Seveas
Date: 2006-06-18 16:35:48
Last edited by jrib
Date: 2009-11-15 15:39:12
Requested 1045 times
nox text <reply> To start your system in text-only mode append 'text' (without the quotes) to the kernel line in the grub menu. You can access the grub menu by pressing Esc (Grub legacy) or Shift (Grub2) during boot. For more info see https://help.ubuntu.com/community/BootOptions#Text%20Mode Added by tsimpson
Date: 2010-07-04 16:51:35
Last edited by nhandler
Date: 2010-07-15 19:18:33
Requested 790 times
mainline kernel-mainline <reply> The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds Added by IdleOne
Date: 2011-04-10 12:07:20
Requested 700 times
ltse hwe <reply> The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack Added by IdleOne
Date: 2015-02-08 14:00:25
Last edited by Unit193
Date: 2015-06-28 18:48:56
Requested 615 times
pae <reply> Ubuntu provides only PAE-enabled kernels for 32-bit systems now. Some older CPUs may have issues with it. For more info and troubleshooting, see https://help.ubuntu.com/community/PAE Added by Myrtti
Date: 2010-03-30 20:27:56
Last edited by krytarik
Date: 2016-11-21 06:22:02
Requested 439 times
generic smp <reply> Background to the decision to replace -686, k7 and -smp kernels with -generic can be found here https://lists.ubuntu.com/archives/ubuntu-devel/2006-August/019983.html (the -386 kernel is still available if needed) Added by bimberi
Date: 2006-11-13 02:36:49
Requested 343 times
stages <reply> The Ubuntu Kernel gets updated in stages. If you have the updated kernel, but do not have the corresponding restricted modules, you may be leaving yourself with no X when you reboot. If you have compiled binary versions of your video driver, eg from the nVidia site, you will need to recompile them for the new kernel. This is normal, and not a bug. Added by Hobbsee
Date: 2007-10-06 16:47:05
Last edited by Hobbsee
Date: 2007-10-06 16:48:34
Requested 310 times
headers kernel source <reply> To install the Linux (kernel) headers, open a terminal and: sudo apt-get install linux-headers-$(uname -r) To install headers for libraries, you need the accompanying -dev packages Added by Seveas
Date: 2006-06-18 21:42:46
Requested 277 times
amd ati fglrx amdgpu <reply> On Ubuntu, AMD's official Linux graphics driver "amdgpu" is automatically loaded for matching hardware. Very old cards use driver "radeon" (r300, r600) instead. See the !man pages for X options, "modinfo -p <graphics-driver>" for kernel parameters. Both drivers are open source and integrate with MESA and !DRI. Drivers "amdgpu-pro", "fglrx" and "ati" are not supported here. Added by knome
Date: 2015-08-03 19:17:31
Last edited by tomreyn
Date: 2022-06-17 18:21:56
Requested 170 times
rt realtime <reply> The RT kernel is the Linux kernel with special realtime patches applied. It is not available in Ubuntu. See also !lowlatency and https://help.ubuntu.com/community/UbuntuStudio/RealTimeKernel Added by Tm_T
Date: 2007-12-18 11:26:52
Last edited by dax
Date: 2020-02-26 16:33:48
Requested 151 times
dmesg a console command which outputs the kernel ring buffer - an important log for diagnosing problems in Linux. Often when something errors with hardware it will result in additional lines reported which can be seen by running dmesg in a console. Added by popey
Date: 2009-04-18 21:31:37
Last edited by Seeker`
Date: 2009-04-18 21:41:19
Requested 139 times
kqemu a kernel module (now free under the GPL license) for speeding up the !QEMU virtual machine. Installation instructions can be found at https://help.ubuntu.com/community/KQEmu Added by LjL
Date: 2006-06-22 03:32:12
Last edited by dax
Date: 2017-10-30 06:53:36
Requested 137 times
modules <reply> To compile modules and drivers that are not bundled with the standard kernel, for more info /msg $nick kernel , install the relevant package, usually called "<modulename>-source", and run « sudo module-assistant » (you will have to do this again after kernel updates). To prevent specific modules from loading, see /msg $nick blacklist Added by LjL
Date: 2007-01-26 02:51:55
Last edited by m4v
Date: 2013-02-28 16:58:33
Requested 126 times
kernelparm kernelparam cmdline <reply> To add a one-time or permanent kernel boot parameter see https://wiki.ubuntu.com/Kernel/KernelBootParameters Added by hggdh
Date: 2019-01-08 19:23:03
Last edited by hggdh
Date: 2019-01-08 20:06:45
Requested 96 times
dkms <reply>DKMS is Dynamic Kernel Module Support. See https://launchpad.net/dkms for more. Added by elkbuntu
Date: 2008-07-27 09:52:47
Last edited by Flannel
Date: 2008-07-27 10:06:21
Requested 93 times
highno <reply> A higher version number does not mean that it's better. Especially with packages such as the linux kernel. The packages in the Ubuntu repositories are stable and will work fine. You should have a better reason than "newer" when considering compiling from source or using 3rd party repos. Added by PriceChild
Date: 2007-07-27 20:06:24
Last edited by PriceChild
Date: 2007-07-27 20:06:36
Requested 89 times
bootlog <reply> To show errors during boot and shutdown, edit the kernel command line: https://wiki.ubuntu.com/Kernel/KernelBootParameters and replace "quiet splash" by "debug systemd.log_level=info". Disable "Full screen logo" and "Fastboot" options in your BIOS setup, or hit 'Esc' when the logo shows on power up. Added by hggdh
Date: 2019-07-29 16:30:49
Last edited by tomreyn
Date: 2023-10-26 12:36:26
Requested 58 times
meltdown kpti <reply> Meltdown is a security issue with (primarily) Intel processors. It's mitigated by kernel patches named KPTI. Ubuntu released them in security updates for 14.04, 16.04, and 17.10. 17.04 will not receive this update. 18.04 will ship with kernel 4.15, which is patched already. 16.04 has updates for Linux 4.4 (release) and 4.13 (HWE), installs with 4.10 should upgrade to 4.13. See also !spectre, !nopti Added by dax
Date: 2018-01-03 22:56:33
Last edited by dax
Date: 2018-01-10 01:35:19
Requested 54 times
livepatch <reply> Canonical Livepatch is a service offered by Canonical for 64 bit 14.04 and higher installs that modifies the currently running kernel for updates without the need to restart. More information can be found at https://ubottu.com/y/livepatch and https://www.ubuntu.com/server/livepatch Added by Pici
Date: 2016-10-28 15:56:01
Last edited by hggdh
Date: 2018-08-29 19:47:45
Requested 48 times
acpi_osi <reply> If your system is unstable or power management does not work well and logs show ACPI issues, you can try to make the Linux kernel pretend it was Windows during boot (which can help on hardware which was only tested with Windows): http://iam.tj/prototype/enhancements/Windows-acpi_osi.html Added by hggdh
Date: 2020-01-14 00:58:00
Last edited by hggdh
Date: 2020-01-14 00:58:28
Requested 36 times
hurd <reply> The GNU Hurd is the GNU project's replacement for the Unix kernel. It is not ready for production use, as there are still many bugs and missing features. http://www.gnu.org/software/hurd/hurd.html Added by apokryphos
Date: 2007-01-20 16:13:01
Requested 35 times
enablementstack <reply> The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases. see https://wiki.ubuntu.com/Kernel/LTSEnablementStack Added by k1l
Date: 2015-02-08 13:52:20
Last edited by IdleOne
Date: 2015-02-08 13:58:37
Requested 35 times
ops-#ubuntu-kernel <reply> Help! lamont, zul, T-Bone, mdz, or jdub Added by gnomefreak
Date: 2007-04-02 12:16:11
Requested 32 times
lowlatency <reply> The lowlatency kernel is a special Ubuntu kernel build with modifications, such as realtime preemption, for systems which require low latency when communicating with some hardware, such as some audio devices. Included with Ubuntu Studio by default. Added by hggdh
Date: 2019-02-10 16:12:33
Last edited by genii
Date: 2020-02-27 00:30:27
Requested 22 times
kernelcleanup <reply> For information about removing old kernels to free up space on /boot, see https://help.ubuntu.com/community/RemoveOldKernels Added by dax
Date: 2017-11-27 17:55:17
Requested 18 times
audio-#ubuntu+1 <reply> If you're having problems with sound, first ensure ALSA is selected, by double clicking on the volume control, then File -> Change Device (ALSA Mixer). If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - On Jaunty, please check bug https://launchpad.net/bugs/330814 and help test the new kernel image Added by LjL
Date: 2009-03-26 15:49:34
Last edited by LjL
Date: 2009-03-26 15:54:28
Requested 16 times
zram <reply>zRAM is a module of the Linux kernel which increases performance by avoiding paging on disk and instead uses a compressed block device in RAM, useful on systems with less RAM, and SSDs. Install zram-config to enable zRAM. Added by IdleOne
Date: 2013-11-04 22:09:52
Requested 16 times
bigiron <reply> Ubuntu's "bigiron" server kernel (linux-image-server-bigiron) is geared towards systems with more than 8 CPUs. Added by bimberi
Date: 2006-11-30 02:44:44
Requested 11 times
mds <reply> Microarchitectural Data Sampling is a security issue with Intel processors. Update your system to receive the kernel and microcode patches. Visit https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/MDS for more info and recommendations. Added by dax
Date: 2019-05-15 16:56:23
Requested 7 times
printk <reply> If your !tty is flooded with error messages, you can limit the kernel logging daemons' log level below the default of 4 (KERN_WARNING), e.g. by running "echo 3 | sudo tee -a /proc/sys/kernel/printk". More info at https://wiki.ubuntu.com/Kernel/KernelDebuggingTricks#printk_is_your_friend and syslog(2) Added by Unit193
Date: 2019-09-23 00:41:31
Last edited by dax
Date: 2019-10-03 18:21:48
Requested 5 times
kernel-faq <reply> A list of common questions about the Ubuntu Kernel can be found in https://wiki.ubuntu.com/Kernel/FAQ Added by Tm_T
Date: 2011-07-08 09:10:03
Last edited by dax
Date: 2017-10-30 06:46:02
Requested 4 times
mainline-#ubuntu-se <reply> Ubuntus kernel-team tillhandahåller kontinuerliga byggen av den senaste Linuxkärnan, som kan vara änvändbara för att isolera fel eller att testa de senaste ändringarna. Mer information finns via https://wiki.ubuntu.com/Kernel/MainlineBuilds Added by pangolin
Date: 2012-02-25 10:40:43
Requested 4 times
kernelparam <alias> kernelparm Added by dax
Date: 2019-10-23 18:40:22
Requested 4 times
kernel-source <reply> You can access all the kernels for previous and current development releases at http://kernel.ubuntu.com/git. There are repositories for each supported release under ubuntu/ubuntu-<release>.git - For more details see: https://wiki.ubuntu.com/Kernel/SourceCode Added by apokryphos
Date: 2006-06-18 22:02:30
Last edited by Pici
Date: 2011-07-07 13:18:49
Requested 3 times
customkernel custom kernel <alias> kernel Added by imbrandon
Date: 2006-09-21 01:33:41
Requested 3 times
rollinghwe <reply> Since the release of 16.04.2, the setup for the !HWE kernel has changed. See https://wiki.ubuntu.com/Kernel/RollingLTSEnablementStack Added by dax
Date: 2017-03-03 16:56:31
Requested 2 times
custom kernel <alias> customkernel Added by imbrandon
Date: 2006-09-21 01:34:45
Requested 1 times
lts-hardware <reply> If you experience issues with the LTS kernel, please check https://wiki.ubuntu.com/Kernel/LTSEnablementStack to see if you may upgrade to a newer kernel and X stack. Added by rww
Date: 2014-02-05 03:18:31
Requested 1 times
compilekernel <alias> kernel Added by apokryphos
Date: 2006-06-18 22:01:52
Requested 0 times
kernelcompile <alias> kernel Added by apokryphos
Date: 2006-06-18 22:01:58
Requested 0 times
kernelhowto <alias> kernel Added by Seveas
Date: 2006-06-18 22:02:20
Requested 0 times
kernel source <alias> headers Added by apokryphos
Date: 2006-06-18 22:02:42
Requested 0 times
kernel-mainline <alias> mainline Added by Tm_T
Date: 2011-07-08 09:03:57
Last edited by Tm_T
Date: 2011-07-08 09:08:16
Requested 0 times
cmdline <alias> kernelparm Added by dax
Date: 2019-10-23 18:40:56
Requested 0 times

©2006-2007 Dennis Kaarsemaker
©2008-2009 Terence Simpson
©2018 Krytarik Raido