Q4os upgraded from Jessie to Stretch - how to upgrade kernel - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook (https://forum.pine64.org/forumdisplay.php?fid=76) +--- Forum: Linux on Pinebook (https://forum.pine64.org/forumdisplay.php?fid=79) +--- Thread: Q4os upgraded from Jessie to Stretch - how to upgrade kernel (/showthread.php?tid=5124) |
Q4os upgraded from Jessie to Stretch - how to upgrade kernel - tillea - 09-13-2017 Hi, thanks to the great Q4os developers I now have a quite decent Debian Stretch system running. After I managed to flash the eMMC with Q4os I simply editet sources.list to point to Stretch instead of Jessie and did a dist-upgrade. I needed to fiddle a bit with the graphics since X was lost but rebuilding libump and xf86-video-fbturbo under Stretch did the trick. (I'm a Debian developer and might consider creating at least an official libump package - need to check the license of fbturbo whether it is acceptable in Debian.) I installed XFCE4 which I prefer over the desktop choice of the Q4os developers. So far my desktop now looks quite similar to my Intel based laptop. :-) However, I came across two problems:
Kind regards, Andreas. RE: Q4os upgraded from Jessie to Stretch - how to upgrade kernel - gfa - 10-29-2017 Hello I'm using this repo and its scripts to build a newer kernel https://github.com/ayufan-pine64/linux-build and this kernel source https://github.com/ayufan-pine64/linux-pine64 i havent finished yet, probably next weekend Regarding disk encryption, i did not encrypt my / but my /home/$USER using luks and pam_mount. it works fine. About the battery, pinebook's battery does not expose as much information as other laptops so whatever you want to use to monitor it has to have support for it, there is more info in this ticket https://github.com/i3/i3status/issues/244 RE: Q4os upgraded from Jessie to Stretch - how to upgrade kernel - q4osteam - 11-01-2017 @tillea There is now Q4OS Scorpion based on Debian Stretch, see https://forum.pine64.org/showthread.php?tid=4506&pid=33166#pid33166 RE: Q4os upgraded from Jessie to Stretch - how to upgrade kernel - gfa - 11-01-2017 @q4osteam where can i get libump and xserver-xorg-video-fbturbo debian source package, i want to rebuild it I have this repos on my sources.list deb http://q4os.org/q4repo q4os-2-0-cn main deb-src http://q4os.org/q4repo q4os-2-0-cn main RE: Q4os upgraded from Jessie to Stretch - how to upgrade kernel - q4osteam - 11-02-2017 @gfa You need to add deb-multimedia stretch repository and compile the fbturbo module from http://deb-multimedia.org/ , package 'xserver-xorg-video-fbturbo' |