Update your RPi to the latest 4.5 Kernel. Simply copy and paste these on your Raspberry Pi. You might need build essentials etc....
- sudo apt-get install bc unzip -y
- wget https://github.com/raspberrypi/linux/archive/rpi-4.5.y.zip
- unzip rpi-4.5.y.zip
- cd linux-rpi-4.5.y
- KERNEL=kernel7
- make bcm2709_defconfig
- make -j4 zImage modules dtbs
- sudo make modules_install
- sudo cp arch/arm/boot/dts/*.dtb /boot/
- sudo cp arch/arm/boot/dts/overlays/*.dtb* /boot/overlays/
- sudo cp arch/arm/boot/dts/overlays/README /boot/overlays/
- sudo scripts/mkknlimg arch/arm/boot/zImage /boot/$KERNEL.img