Skip to content
General

Linux Kernel 3.12 install in Ubuntu 13.10

Chit Ko Ko

Contributor

1 min read

Linux Kernel 3.12သည် bug fixes ပြုပြင်၍ ပိုမို ကောင်းမွန်စေသော kernel အသစ် တစ်ခုဖြစ်ပါသည်။ Kernel 3.12 တွင်အသစ်ထပ်မံပြုပြင်ပြောင်းလဲမှု များကိုအောက်ပါအတိုင်းလေ့လာနိုင်သည်-

kernel 3.12

– Improved Dynamic Power Management support for newer Radeon GPUs and other changes after the Radeon DPM feature was merged in Linux 3.11

– A Snapdragon KMS/DRM driver from the Freedreno project for the Qualcomm Adreno.

– Runtime GPU power management for NVIDIA Optimus laptops to be able to dynamically power on/off secondary GPUs.

– Experimental support for DRM render nodes.

– AMD Berlin APU support for the first HSA server APU.

– Intel Haswell graphics improvements with eLLC DRAM support now enabled for the systems with Iris Pro 5200 graphics bearing dedicated memory for graphics.

– Staging driver updates.

– Sound driver work.

– EXT4 gained new features of aggressive extent caching and better recovery.

– F2FS file-system improvements.

– Lenovo Ideapad Slidebar support.

– XFS file-system improvements.

– Btrfs file-system performance improvements.

 Linux Kernel 3.12 Installation

Kernel 3.12 ကိုလွယ်လင့်တစ်ကူ သင်၏ system သို့ထည့်သွင်းနိုင်ရန် Bash Script ကိုဖန်တီးပေးထားပါသည်။ Kernel 3.12 ကို စက်အတွင်းထည့်သွင်းရန် အတွက် – Ubuntu 13.10 တို့တွင်ထည့်သွင်းရန်Terminal ကိုဖွင့်ပြီး ၊ အောက်ဖော်ပြပါ commands တို့ကို ရိုက်ပါ။

cd /tmp 

wget http://dl.dropboxusercontent.com/u/47950494/upubuntu/kernel-3.12 -O kernel-3.12

chmod +x kernel-3.12

sudo sh kernel-3.12

sudo reboot

Linux Kernel 3.12 checking

အကယ်၍သင်သည် kernel 3.12  ရှိ -မရှိ စစ်ဆေးချင်လျှင် အောက်ဖော်ပြပါ commands ကို terminal တွင်ရိုက်၍ အသုံးပြုနိုင်ပါသည်။

uname -a

Linux Kernel 3.12 Removal

အကယ်၍သင်သည် kernel 3.12 ကို ပြန်ဖျက်ချင်လျှင် အောက်ဖော်ပြပါ commands ကို terminal တွင်ရိုက်၍ အသုံးပြုနိုင်ပါသည်။

sudo apt-get purge linux-image-3.12*

* becareful at your own risk !!