PINE64
BSP Linux woes, early adopter information and a poll - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook (https://forum.pine64.org/forumdisplay.php?fid=76)
+--- Forum: General Discussion on Pinebook (https://forum.pine64.org/forumdisplay.php?fid=77)
+--- Thread: BSP Linux woes, early adopter information and a poll (/showthread.php?tid=4472)

Pages: 1 2 3 4 5


RE: BSP Linux woes, early adopter information and a poll - Pirolocito - 06-06-2017

(06-06-2017, 09:37 AM)Luke Wrote:
(06-06-2017, 09:22 AM)Pirolocito Wrote:
(06-06-2017, 07:18 AM)Luke Wrote: The most recent kernel patch brings the hz refresh rate from 56hz to 63hz. 
While it doesn't have a 'real' impact on the PBs performance, it sure does 'feel' smoother. 
You can upgrade your current image using the available scripts like so 
Code:
sudo ./pine64_update_kernel.sh 0.5.5
sudo ./pine64_update_uboot.sh 0.5.5
sudo ./pine64_update_package.sh 0.5.5

I felt some flickering in PB11 and returned to 0.5.4

flickering ? I haven't experienced anything of the sort and I have been trying it out for the past few hours. Perhaps I missed something ? When does the screen flicker - generally when working in the desktop, when opening an application, when watching a movie in SMPlayer/ VLC, etc ? (I tried all the above, no flickering on my end).

right after login in the reduced distro using the upgrades.


RE: BSP Linux woes, early adopter information and a poll - Ajinkya - 06-27-2017

I'm facing issues while installing software from the 'Software Boutique'. I can only see the following error essage displayed on all tabs - 'Sorry, welcome feature could not feature any software for this category that is compatible on this system'. Anyone else notice this too? Please let me know how we can fix this & install additional software like audacity etc which is prsent in the software boutique, This would be well appreciated by users who are not that well versed with advanced Linux & prefer installing stuff using GUI.

I managed to fix the low audio issue by plugging in a USB sound card & conneting my earphones. Now the sound is really loud Smile
I'm guessing that users can solve this issue using a bluetooth speakers a well... haven't tested this out though. If anyone has done this please update.


RE: BSP Linux woes, early adopter information and a poll - Luke - 06-27-2017

(06-06-2017, 12:47 PM)Pirolocito Wrote:
(06-06-2017, 09:37 AM)Luke Wrote:
(06-06-2017, 09:22 AM)Pirolocito Wrote:
(06-06-2017, 07:18 AM)Luke Wrote: The most recent kernel patch brings the hz refresh rate from 56hz to 63hz. 
While it doesn't have a 'real' impact on the PBs performance, it sure does 'feel' smoother. 
You can upgrade your current image using the available scripts like so 
Code:
sudo ./pine64_update_kernel.sh 0.5.5
sudo ./pine64_update_uboot.sh 0.5.5
sudo ./pine64_update_package.sh 0.5.5

I felt some flickering in PB11 and returned to 0.5.4

flickering ? I haven't experienced anything of the sort and I have been trying it out for the past few hours. Perhaps I missed something ? When does the screen flicker - generally when working in the desktop, when opening an application, when watching a movie in SMPlayer/ VLC, etc ? (I tried all the above, no flickering on my end).

right after login in the reduced distro using the upgrades.

try 0.6.0

(06-27-2017, 04:17 PM)Ajinkya Wrote: I'm facing issues while installing software from the 'Software Boutique'. I can only see the following error essage displayed on all tabs - 'Sorry, welcome feature could not feature any software for this category that is compatible on this system'. Anyone else notice this too? Please let me know how we can fix this & install additional software like audacity etc which is prsent in the software boutique, This would be well appreciated by users who are not that well versed with advanced Linux & prefer installing stuff using GUI.

I managed to fix the low audio issue by plugging in a USB sound card & conneting my earphones. Now the sound is really loud Smile
I'm guessing that users can solve this issue using a bluetooth speakers a well... haven't tested this out though. If anyone has done this please update.

The issue with the software boutique isnt our fault - it just looks like ubuntu mate hasnt considered adding packages for an arm64 SOC to the boutique. So, if you want GUI consider using synaptic package manager.

Regarding, audio: looks through recent posts, Xalius explained how to set the volume correctly (if I find it I will edit it in) take a look at Xalius response in this thread.


RE: BSP Linux woes, early adopter information and a poll - pfeerick - 06-27-2017

(06-27-2017, 04:17 PM)Ajinkya Wrote: I'm facing issues while installing software from the 'Software Boutique'. I can only see the following error essage displayed on all tabs - 'Sorry, welcome feature could not feature any software for this category that is compatible on this system'. Anyone else notice this too? 

As Luke said, this is a Software Boutique issue as it hasn't been updated for arm64. It should work if you use these parameters to force it into armhf mode instead (when run from the terminal). Hopefully they will update it in the future to support arm64.

Code:
ubuntu-mate-welcome --software-only --force-arch=armhf
(workaround shamelessly stolen from : http://www.minchev.eu/pinebook/)

In the meantime , you are much better off using the Synaptic Package manager, as it will let you search through all the arm64 amd armhf packages available for install. To install it:

Code:
sudo apt install synaptic

And you'll find it under System -> Administration -> Synaptic Package Manger on Ubuntu Mate once installed.


RE: BSP Linux woes, early adopter information and a poll - Ajinkya - 06-28-2017

(06-27-2017, 04:40 PM)Luke Wrote:
(06-06-2017, 12:47 PM)Pirolocito Wrote:
(06-06-2017, 09:37 AM)Luke Wrote:
(06-06-2017, 09:22 AM)Pirolocito Wrote:
(06-06-2017, 07:18 AM)Luke Wrote: The most recent kernel patch brings the hz refresh rate from 56hz to 63hz. 
While it doesn't have a 'real' impact on the PBs performance, it sure does 'feel' smoother. 
You can upgrade your current image using the available scripts like so 
Code:
sudo ./pine64_update_kernel.sh 0.5.5
sudo ./pine64_update_uboot.sh 0.5.5
sudo ./pine64_update_package.sh 0.5.5

I felt some flickering in PB11 and returned to 0.5.4

flickering ? I haven't experienced anything of the sort and I have been trying it out for the past few hours. Perhaps I missed something ? When does the screen flicker - generally when working in the desktop, when opening an application, when watching a movie in SMPlayer/ VLC, etc ? (I tried all the above, no flickering on my end).

right after login in the reduced distro using the upgrades.

try 0.6.0

(06-27-2017, 04:17 PM)Ajinkya Wrote: I'm facing issues while installing software from the 'Software Boutique'. I can only see the following error essage displayed on all tabs - 'Sorry, welcome feature could not feature any software for this category that is compatible on this system'. Anyone else notice this too? Please let me know how we can fix this & install additional software like audacity etc which is prsent in the software boutique, This would be well appreciated by users who are not that well versed with advanced Linux & prefer installing stuff using GUI.

I managed to fix the low audio issue by plugging in a USB sound card & conneting my earphones. Now the sound is really loud Smile
I'm guessing that users can solve this issue using a bluetooth speakers a well... haven't tested this out though. If anyone has done this please update.

The issue with the software boutique isnt our fault - it just looks like ubuntu mate hasnt considered adding packages for an arm64 SOC to the boutique. So, if you want GUI consider using synaptic package manager.

Regarding, audio: looks through recent posts, Xalius explained how to set the volume correctly (if I find it I will edit it in) take a look at Xalius response in this thread.

Thanks very much. The speaker volume works much better now after tweaking with alsamixer. And yes, i hope that Ubuntu inludes support for ARM in the very near future. I'll put in more questions soon. Thanks! Smile

(06-27-2017, 09:07 PM)pfeerick Wrote:
(06-27-2017, 04:17 PM)Ajinkya Wrote: I'm facing issues while installing software from the 'Software Boutique'. I can only see the following error essage displayed on all tabs - 'Sorry, welcome feature could not feature any software for this category that is compatible on this system'. Anyone else notice this too? 

As Luke said, this is a Software Boutique issue as it hasn't been updated for arm64. It should work if you use these parameters to force it into armhf mode instead (when run from the terminal). Hopefully they will update it in the future to support arm64.

Code:
ubuntu-mate-welcome --software-only --force-arch=armhf
(workaround shamelessly stolen from : http://www.minchev.eu/pinebook/)

In the meantime , you are much better off using the Synaptic Package manager, as it will let you search through all the arm64 amd armhf packages available for install. To install it:

Code:
sudo apt install synaptic
 
And you'll find it under System -> Administration -> Synaptic Package Manger on Ubuntu Mate once installed.

Hey thanks for the cool tip. (y)


RE: BSP Linux woes, early adopter information and a poll - jordanjay29 - 06-28-2017

I feel like we need to start collecting these tips into one massive thread, or wiki article. The Firefox tweaks Luke posted, the alsamixer adjustments, etc.


RE: BSP Linux woes, early adopter information and a poll - Luke - 06-29-2017

(06-28-2017, 06:15 PM)jordanjay29 Wrote: I feel like we need to start collecting these tips into one massive thread, or wiki article. The Firefox tweaks Luke posted, the alsamixer adjustments, etc.

What WE REALLY should be doing collectively is cataloguing all of this nefore we and pass it ayufan so it gets fixed in the next image iteration...


RE: BSP Linux woes, early adopter information and a poll - jordanjay29 - 06-30-2017

Like starting an issue on Github for each?


RE: BSP Linux woes, early adopter information and a poll - zer0sig - 06-30-2017

(06-28-2017, 06:15 PM)jordanjay29 Wrote: I feel like we need to start collecting these tips into one massive thread, or wiki article. The Firefox tweaks Luke posted, the alsamixer adjustments, etc.

263 weird tips to make your Pinebook into a computer!

(I keed, I keed. I think the progress is going quite well for such a new device, but I agree about a wiki or similar with a compendium of basic things that many or most folks might want to do.)


RE: BSP Linux woes, early adopter information and a poll - Luke - 07-03-2017

These are the alsa settings for getting microphone to work. Credit for fixing the config goes to pfeerick
Will be fixed in next img iterations.