PINE64

Full Version: Netrunner 18.03 Idolon for the Pinebook
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10
After reinstall the sound started working, after sleep it stopped.
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)
Does anyone of you also have problems with wifi?
Anyone alse tried that?

It would be a good OS if the sound and sleep mode worked correctly.
(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.
(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'...
(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
(05-14-2018, 05:37 AM)shadeslayer Wrote: [ -> ]
Code:
alsactl -f /var/lib/alsa/asound.state restore

shared memfd open() failed: Function not implemented
Try it as root please (with sudo) Smile
(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.
Pages: 1 2 3 4 5 6 7 8 9 10