Schlagwort: kernel

Ubuntu 16.04 Compiz Hang Kernel

After Ubuntu published the latest Kernel Patches for Meltdown and Spectre the Kernel 4.4.0-104/109-generic let Intel Graphics freeze or hang on Compiz with Unity. Howto fix: Install the latest Kernel 4.4.0-112-generic do: sudo apt-get install linux-image-4.4.0-112-generic sudo apt-get install linux-image-extra-4.4.0-112-generic reboot then: sudo apt-get autoremove –purge -y This removes older kernels and save Space! Do test the […]

Ubuntu Vivid Debian: Kernel I/O Errors SSD SATA NVIDIA Chipsets

If you use a PC with a SSD Drive and a Motherboard which uses NVIDIA chipsets you may see Errors on boot Command „dmesg“ Output like.. Buffer I/O error on device sdc, logical block 41 ata5: EH complete ata5: EH in SWNCQ mode,QC:qc_active 0x1 sactive 0x1 ata5: SWNCQ:qc_active 0x1 defer_bits 0x0 last_issue_tag 0x0 dhfis 0x1 […]

Debian Squeeze Bug: udevd-work: kernel-provided name ‘uinput’ and NAME= ‘input/uinput’ disagree, please use SYMLINK+

Problem: After a fresh Setup and first Reboot of Squeeze the Boot Message udevd-work[77]: kernel-provided name 'uinput' and NAME= 'input/uinput' disagree, please use SYMLINK+= or change the kernel to provide the proper name appears Solution: edit: sudo nano /lib/udev/rules.d/50-udev-default.rules and change, KERNEL=="uinput", NAME="input/%k" to: KERNEL=="uinput", SYMLINK+="input/%k"

Ubuntu 10.04 Lucid Lynx AMD64 Nvidia 195 Current freeze hang randomly

System: AMD Phenom X4 Geforce 7900 GTS or 8400GS Lucid Lynx AMD64 Problem: The current driver fails on some Systems with default kernel 2.6.32 Solution: – go http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.34-lucid/ – download kernel images for your System and headers into a folder named kernel – go into folder kernel with #cd kernel – install pakets with #sudo […]

How to compile the Centos SME Server 7.4 Linux Kernel 2.6.34

Download the latest stable kernel from the http://www.kernel.org/ unpack the downloaded source file. Steps: # wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.34.tar.bz2 # tar xjf tar xjf linux-2.6.34.tar.bz2 # ln -s linux-2.6.34 linux # cd linux # cp /boot/config-`uname -r` ./.config # make menuconfig (here you can select .config as preselected .config from old kernel) # make rpm (Compile the […]

Design copyright www.linuxonlinehelp.com - Linux PC & Server Support