cd /usr/src
git clone --depth=1 https://github.com/raspberrypi/linux
apt-get install bc
cd linux
KERNEL=kernel7
make bcm2709_defconfig
make -j4 zImage modules dtbs
make modules_install
このあとwifi 5GHz usb adapterのドライバをインストールする
この方法でまたfirefoxがほぼ快適に使えるようになった
コメント