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 - Wizzard - 04-29-2018

After reinstall the sound started working, after sleep it stopped.


RE: Netrunner 18.03 Idolon for the Pinebook - ctrlaltbeast - 04-30-2018

This is awesome! I'm downloading the image now! Great work shadeslayer & co! Quick question though, did you ever get suspend/resume working correctly with drm enabled? (or at least working as well as the xenial mate images without it)


RE: Netrunner 18.03 Idolon for the Pinebook - milkaca - 04-30-2018

Does anyone of you also have problems with wifi?


RE: Netrunner 18.03 Idolon for the Pinebook - Wizzard - 05-05-2018

Anyone alse tried that?

It would be a good OS if the sound and sleep mode worked correctly.


RE: Netrunner 18.03 Idolon for the Pinebook - shadeslayer - 05-07-2018

(04-30-2018, 07:57 AM)amilino Wrote: Does anyone of you also have problems with wifi?

Hey
We've discovered that we do not set a static MAC address for the WiFi card, this will be fixed in the next image. For now you can workaround this issue by using issuing this command :

Code:
echo 'options 8723cs rtw_initmac=00:81:c1:55:17:0a' > /etc/modprobe.d/8723cs.conf

(05-05-2018, 08:01 AM)Wizzard Wrote: Anyone alse tried that?

It would be a good OS if the sound and sleep mode worked correctly.

Hey
Could you try out :



Code:
alsactl restore /var/lib/alsa/asound.state


After resuming from sleep to check if it fixes your sound issues?

(04-30-2018, 07:52 AM)ctrlaltbeast Wrote: This is awesome! I'm downloading the image now! Great work shadeslayer & co! Quick question though, did you ever get suspend/resume working correctly with drm enabled? (or at least working as well as the xenial mate images without it)

Hey
Yes, this should work.


RE: Netrunner 18.03 Idolon for the Pinebook - Wizzard - 05-08-2018

(05-07-2018, 07:20 AM)shadeslayer Wrote:
Code:
alsactl restore /var/lib/alsa/asound.state

alsactl: load_state:1763: Cannot find soundcard '/var/lib/alsa/asound.state'...


RE: Netrunner 18.03 Idolon for the Pinebook - shadeslayer - 05-14-2018

(05-08-2018, 12:59 PM)Wizzard Wrote:
(05-07-2018, 07:20 AM)shadeslayer Wrote:
Code:
alsactl restore /var/lib/alsa/asound.state

alsactl: load_state:1763: Cannot find soundcard '/var/lib/alsa/asound.state'...

Ah oops, that should have been :

Code:
alsactl -f /var/lib/alsa/asound.state restore



RE: Netrunner 18.03 Idolon for the Pinebook - Wizzard - 05-14-2018

(05-14-2018, 05:37 AM)shadeslayer Wrote:
Code:
alsactl -f /var/lib/alsa/asound.state restore

shared memfd open() failed: Function not implemented


RE: Netrunner 18.03 Idolon for the Pinebook - leszek - 05-15-2018

Try it as root please (with sudo) Smile


RE: Netrunner 18.03 Idolon for the Pinebook - Wizzard - 05-15-2018

(05-15-2018, 03:10 AM)leszek Wrote: Try it as root please (with sudo) Smile

I run it with sudo, of course. Without sudo, there were a lot of other errors.