07-03-2020, 06:33 AM
(07-02-2020, 09:44 PM)devrtz Wrote:It looks like there's another step needed in the manual upgrade process - the new kernel package is installed but the older 5.6 kernel is still present and being used after reboot. 'apt autoremove' doesn't remove the 5.6 kernel package.(07-02-2020, 07:18 PM)arturo2bodegas Wrote: just tried ...installs, opens, but no light when I click the button...ran all apt updates, including dist and other above...wonder what could be the problem?Did you also reboot your phone after the upgrade?
Code:
root@mobian:~# apt-cache policy u-boot-sunxi
u-boot-sunxi:
Installed: 2020.04+dfsg-2+pinephone5
Candidate: 2020.04+dfsg-2+pinephone5
Version table:
*** 2020.04+dfsg-2+pinephone5 700
700 http://repo.mobian-project.org mobian/main arm64 Packages
100 /var/lib/dpkg/status
2020.04+dfsg-2 500
500 http://deb.debian.org/debian bullseye/main arm64 Packages
root@mobian:~# apt-cache policy linux-image-5.7-pinephone
linux-image-5.7-pinephone:
Installed: 5.7.0+pinephone4
Candidate: 5.7.0+pinephone4
Version table:
*** 5.7.0+pinephone4 700
700 http://repo.mobian-project.org mobian/main arm64 Packages
100 /var/lib/dpkg/status
root@mobian:~# uname -a
Linux mobian 5.6-pinephone #5.6.0+pinephone10 SMP PREEMPT Thu May 28 14:13:07 CEST 2020 aarch64 GNU/Linux
root@mobian:~# apt-cache policy linux-image-5.6-pinephone
linux-image-5.6-pinephone:
Installed: 5.6.0+pinephone10
Candidate: 5.6.0+pinephone10
Version table:
*** 5.6.0+pinephone10 700
700 http://repo.mobian-project.org mobian/main arm64 Packages
100 /var/lib/dpkg/status
root@mobian:~# apt autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.