カーネルにアップデートがあったので適用してみましたよ。
カーネル変更点
- drm/radeon: fix amd afusion gpu setup aka sumo v2
- drm/radeon: fix eDP clk and lane setup for scaled modes
- Fixes flickering with some high res montiors
- KVM: PPC: 44x: fix DCR read/write
- KVM: Fix user memslot overlap check
- iwlwifi: fix PCIe interrupt handle return value
- iwlwifi: fix the reclaimed packet tracking upon flush queue
- ALSA: pxa27x: fix ac97 warm reset
- video: mxsfb: fix crash when unblanking the display
- cpuidle / coupled: fix ready counter decrement
- sony-laptop: fix SNC buffer calls when SN06 returns Integers
- EDAC: Fix kernel panic on module unloading
- drm/i915: fix OOPS in lid_notify
- Add device quirk for Microsoft Lifecam VX700 v2.0 webcams.
- Fixes squeaking noise of the microphone.
- drm/nouveau/clock: fix support for more than 2 monitors on nve0
- b43: Fix firmware loading when driver is built into the kernel
- staging: zram: fix invalid memory references during disk write
- ext4: fix extent tree corruption caused by hole punch
カーネルのインストール
ubuntu 11.10 or12.04 or 12.10 が要件です。
コマンドプロンプトを開き、コマンドを打ち込んでゆきます。
1 2 3 4 5 | cd /tmp wget http://dl.dropbox.com/u/47950494/upubuntu.com/kernel-3.7.3 -O kernel-3.7.3 chmod +x kernel-3.7.3 sudo sh kernel-3.7.3 sudo reboot |
途中で Enterを押して進んでゆきます。
はい。適用できました。
アンインストール
もし調子が悪かったりしたら以下のコマンドでアンインストールしてくださいね。
1 | sudo apt-get purge linux-image-3.7.3* |