PINE64
Netrunner 18.03 Idolon for the Pinebook - 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: Netrunner 18.03 Idolon for the Pinebook (/showthread.php?tid=5984)

Pages: 1 2 3 4 5 6 7 8 9 10


RE: Netrunner 18.03 Idolon for the Pinebook - erchache2000 - 06-05-2018

(06-01-2018, 04:54 AM)erchache2000 Wrote: I can use netrunner from sd and detects emmc but I don't know how to install on emmc.

I did dd if=/mmcblk0p1 of=/mmcblk1p1 without sucess...

I see I have mccblk0p1 for sd, and mmcblk1p1 for emmc, but appears too mmcblk1p1boot1 and mmcblk1p1boot0...

How I can fix it to use from emmc? O_o

I can solve it myself.

making a dd into emmc with image installer runs...

now trying suspend.


RE: Netrunner 18.03 Idolon for the Pinebook - leszek - 06-07-2018

Update:
We found the issue why standby and restore is not working for everyone.
Basically our script which resets the display (dpms off and dpms on basically) tries to search for the username (to execute dpms off and on) and assumes that it is loginctl session c1 always. This is however not always the case and therefore fails in all other cases.
Ultimatively this needs a fix in the driver itself as it should take care of it and we should not have a workaround script.


RE: Netrunner 18.03 Idolon for the Pinebook - ctrlaltbeast - 06-13-2018

(06-07-2018, 11:20 AM)leszek Wrote: Update:
We found the issue why standby and restore is not working for everyone.
Basically our script which resets the display (dpms off and dpms on basically) tries to search for the username (to execute dpms off and on) and assumes that it is loginctl session c1 always. This is however not always the case and therefore fails in all other cases.
Ultimatively this needs a fix in the driver itself as it should take care of it and we should not have a workaround script.

But is there a workaround script available? Based on how Arm and Allwinner have worked on issues in the past, we probably won't have a fix for a VERY long time. Or am I misunderstanding something?


RE: Netrunner 18.03 Idolon for the Pinebook - leszek - 06-14-2018

Quote:But is there a workaround script available?
It is not publicly available yet.


RE: Netrunner 18.03 Idolon for the Pinebook - ctrlaltbeast - 06-16-2018

(06-14-2018, 10:56 AM)leszek Wrote:
Quote:But is there a workaround script available?
It is not publicly available yet.

I think most people with the pinebook would be willing to take a look at it and test it out, i mean, it's a dev board in a laptop case after all. We all knew what we were getting when we bought it. I'd rather not wait months on a driver fix that may not ever come because it's closed source.


RE: Netrunner 18.03 Idolon for the Pinebook - leszek - 06-18-2018

You can find the updated script (meant to be as a temporary workaround) here: https://github.com/netrunner-pinebook/netrunner-pinebook-desktop-settings/blob/master/lib/systemd/system-sleep/screen

Just replace the content of your /lib/systemd/system-sleep/screen file with it and it should work. (You need root rights)


RE: Netrunner 18.03 Idolon for the Pinebook - Wizzard - 06-19-2018

Does it work?


RE: Netrunner 18.03 Idolon for the Pinebook - CaptainZalo - 06-19-2018

I had to dismantle my Pinebook in order to get the emmc out and flash it, but on boot it worked quite well. Impressive work, gentlemen.


RE: Netrunner 18.03 Idolon for the Pinebook - Wizzard - 06-19-2018

I tried that, but it does not work. After first closing and opening the lid and unlocking the computer the sound does not work anymore, even after restart.


RE: Netrunner 18.03 Idolon for the Pinebook - stealthbanana - 07-23-2018

WOW, excellent work, think I have found the distro that makes the pinebook fit for everyday use. KDE is my usual desktop on my other systems (KDE Neon) and to have plasma,

I know its early days, but any chance of latte-dock in the netrunner repo?