はいいつものです。
カーネルにアップデートがあったので適用してみましたよ。
今回から画像なしでいきます(いいよね
カーネル変更点
- ACPI: Add fixups for AMD P-state figures
- ACPI / processor: Get power info before updating the C-states
- ALSA: hda – Fix mute led for another HP machine
- ACPI / cpuidle: Fix NULL pointer issues when cpuidle is disabled
- module: fix missing module_mutex unlock
- usb: gadget: FunctionFS: Fix missing braces in parse_opts
- usb: dwc3: gadget: fix ep->maxburst for ep0
- USB: UHCI: fix IRQ race during initialization
- arm64: elf: fix core dumping to match what glibc expects
- arm64: makefile: fix uname munging when setting ARCH on native machine
- vfio-pci: Fix buffer overfill
- ioat: Fix DMA memory sync direction correct flag
カーネルのインストール
ubuntu 11.10 or 12.04 or 12.10 が要件です。
コマンドプロンプトを開き、コマンドを打ち込んでゆきます。
1 2 3 4 5 | cd /tmp wget http://dl.dropbox.com/u/47950494/upubuntu.com/kernel-3.7.5 -O kernel-3.7.5 chmod +x kernel-3.7.5 sudo sh kernel-3.7.5 sudo reboot |
途中で Enterを押して進んでゆきます。
アンインストール
もし調子が悪かったりしたら以下のコマンドでアンインストールしてくださいね。
1 | sudo apt-get purge linux-image-3.7.5* |