Running the following commands on Raspbian updates all packages, the distribution and firmware. The system has to reboot twice.
Software
sudo apt-get update
sudo apt-get dist-upgrade
reboot
Firmware
sudo rpi-update
reboot
Running the following commands on Raspbian updates all packages, the distribution and firmware. The system has to reboot twice.
sudo apt-get update
sudo apt-get dist-upgrade
reboot
sudo rpi-update
reboot
This installation guide should work with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Kubuntu and Mint. The included kernel files have been compiled using the generic Ubuntu configuration. A low latency version is also available in the directory of the linked files.
This post is an update of “Ubuntu Linux kernel 4.12 installation guide”
The files can be found at kernel.ubuntu.com/~kernel-ppa/mainline/v4.13/
Installation Guide (GUI)
sudo update-grub
This installation guide should work with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Kubuntu and Mint. The included kernel files have been compiled using the generic Ubuntu configuration. A low latency version is also available in the directory of the linked files.
This post is an update of “Ubuntu Linux kernel 4.11 installation guide”
The files can be found at kernel.ubuntu.com/~kernel-ppa/mainline/v4.12/
Installation Guide (GUI)
sudo update-grub
If you have a HP printer or scanner and you want to be able to use it on your Raspberryi Pi running the Raspbian operating system, you`ll have to install HP Linux Imaging and Printing and CUPS.
In the terminal run the following commands:
sudo su
apt-get update
apt-get install hplip cups
usermod -a -G lpadmin pi
In a browser, on the raspberry pi you can now access the CUPS configuration screen at http://127.0.0.1:631/
If you also would like to use your MFP/scanner also run the following commands in the terminal:
apt-get install sane
sane-find-scanner
The configuration and applications are up to you, the requirements are now installed.
This installation guide should work with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Kubuntu and Mint. The included kernel files have been compiled using the generic Ubuntu configuration. A low latency version is also available in the directory of the linked files.
This post is an update of “Ubuntu Linux kernel 4.10 installation guide”
The files can be found at kernel.ubuntu.com/~kernel-ppa/mainline/v4.11/
Installation Guide (GUI)
sudo update-grub