PINE64
Xenial Mate (Pinebook) 20170505 - 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: Xenial Mate (Pinebook) 20170505 (/showthread.php?tid=4502)

Pages: 1 2


RE: Ubuntu Mate (PINEBOOK) 20170505 - pagesix1536 - 05-10-2017

Wireless seems to have some kind of weird issue occasionally when coming back from a suspend.  I've only experienced it twice lately, but seems like the panel applet shows the connection as a wired connection sometimes (seems to still work though) but you won't be able to switch to another SSID when its in that state.


RE: Ubuntu Mate (PINEBOOK) 20170505 - Luke - 05-10-2017

(05-10-2017, 10:21 AM)pagesix1536 Wrote: Wireless seems to have some kind of weird issue occasionally when coming back from a suspend.  I've only experienced it twice lately, but seems like the panel applet shows the connection as a wired connection sometimes (seems to still work though) but you won't be able to switch to another SSID when its in that state.

On the newest image ?


RE: Ubuntu Mate (PINEBOOK) 20170505 - Pirolocito - 05-10-2017

How is video running in this image? youtube, netflix?


RE: Ubuntu Mate (PINEBOOK) 20170505 - Luke - 05-10-2017

(05-10-2017, 12:17 PM)Pirolocito Wrote: How is video running in this image? youtube, netflix?

Poorly. If you want that sort of stuff, then go with android. I am glad to say however that SMplayer works great with some tweaks. 1080p plays back smooth as butter for the most part.


RE: Ubuntu Mate (PINEBOOK) 20170505 - MarkHaysHarris777 - 05-10-2017

(05-10-2017, 10:21 AM)pagesix1536 Wrote: Wireless seems to have some kind of weird issue occasionally when coming back from a suspend.  I've only experienced it twice lately, but seems like the panel applet shows the connection as a wired connection sometimes (seems to still work though) but you won't be able to switch to another SSID when its in that state.

hi, wireless (nor any other connection) can come back from suspend;  suspend by definition breaks the connection.  Waking up from suspend must reconnect; not sure about the icon though.

I have noticed the opposite ;  sometimes the wired connection appears briefly on the tool-bar as wireless!  ... not often.


RE: Ubuntu Mate (PINEBOOK) 20170505 - pagesix1536 - 05-10-2017

(05-10-2017, 10:34 AM)Luke Wrote:
(05-10-2017, 10:21 AM)pagesix1536 Wrote: Wireless seems to have some kind of weird issue occasionally when coming back from a suspend.  I've only experienced it twice lately, but seems like the panel applet shows the connection as a wired connection sometimes (seems to still work though) but you won't be able to switch to another SSID when its in that state.

On the newest image ?

Yep...the one from the 5th.  I'll see if I can snag a screenshot when I see it happen next.

(05-10-2017, 12:33 PM)Luke Wrote:
(05-10-2017, 12:17 PM)Pirolocito Wrote: How is video running in this image? youtube, netflix?

Poorly. If you want that sort of stuff, then go with android. I am glad to say however that SMplayer works great with some tweaks. 1080p plays back smooth as butter for the most part.

Youtube is ok if you don't go full screen.  I wouldn't rely on your Pinebook to be a TV/Movie watching device.  Luke's right though, the Android images seem to be far better for performance, even at full screen video was good.  Linux won't be awesome on this thing unless there's a proper X video driver for the hardware.  I think the Linux install is using a juiced up version of a FrameBuffer driver which historically is one of the most compatible you can get, but the most terrible for performance.  Plus the Mali400 isn't really all that awesome.  I kinda wish the would have at least put the Mali450 in the Pine hardware.


RE: Ubuntu Mate (PINEBOOK) 20170505 - pagesix1536 - 05-10-2017

Wireless flipping to a wired adapter happened again.  Here's a screenshot. You can see the icon has changed.  When clicked, it shows "Wi-Fi Networks" greyed out and not accessible.  The connection still works, but you can't change anything with regards to it being a wireless connection.  From the command line, all looks well though.  Seems like just a bug with the panel applet maybe.

cmiller@pinebook:~$ nmcli d

DEVICE  TYPE      STATE      CONNECTION 
wlan0   wifi      connected  Tardis   
dummy0  dummy     unmanaged  --         
sit0    iptunnel  unmanaged  --         
lo      loopback  unmanaged  --         



[Image: zVekbCp.png]


RE: Ubuntu Mate (PINEBOOK) 20170505 - Luke - 05-11-2017

Ok, you're not the only one ... take a look here (hint, its on wifi) 
Its still connected and works just fine.

Edit:  longsleep solved it. Restarting NM solves the problem:
Code:
systemctl restart NetworkManager.service


You can add this to prevent it from happening again in your current build. 
The fix will be added to future iterations of the images.


RE: Ubuntu Mate (PINEBOOK) 20170505 - pagesix1536 - 05-11-2017

Awesome... I figured a restart would probably fix it, just hadn't tried it yet.
I setup the systemd service. Thanks for the tip!


RE: Ubuntu Mate (PINEBOOK) 20170505 - Luke - 05-12-2017

Quick note, if you want to update to a pre-release kernel (such as 0.5.1 at the time of writing) then add the kernel nr. after the kernel and uboot scripts, for instance: 

Code:
sudo ./pine64_update_kernel.sh 0.5.1
sudo ./pine64_update_uboot.sh 0.5.1

Needless to say, pre-release stuff can have issues. This particular pre-release however is worth updating too as it allows you to run chromium as you normally would (which I recommend, as its much snappier than firefox)