| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,699
» Latest member: bigyoshi
» Forum threads: 16,260
» Forum posts: 117,188
Full Statistics
|
| Latest Threads |
Volumio (PINE A64-LTS / S...
Forum: Linux on PINE A64-LTS / SOPINE
Last Post: kapqa
Today, 02:02 AM
» Replies: 8
» Views: 15,508
|
Reinstallation Arch Linux...
Forum: General Discussion on PineTab
Last Post: rth
Yesterday, 08:25 PM
» Replies: 1
» Views: 205
|
Old Danctnix server in Pa...
Forum: PineTab Software
Last Post: brorean
11-21-2025, 08:45 PM
» Replies: 1
» Views: 129
|
PinePhone, PinePhone Pro,...
Forum: PinePhone Hardware
Last Post: brb78
11-20-2025, 04:15 PM
» Replies: 0
» Views: 107
|
Recycling pinephone as ho...
Forum: PinePhone Hardware
Last Post: biketool
11-20-2025, 09:04 AM
» Replies: 5
» Views: 605
|
Light Sensor / Proximity ...
Forum: General Discussion on PinePhone
Last Post: WhiteHexagon
11-18-2025, 03:07 PM
» Replies: 1
» Views: 170
|
How to stop it turning on
Forum: General Discussion on PinePhone
Last Post: biketool
11-18-2025, 02:30 PM
» Replies: 3
» Views: 476
|
8/24 status of JumpDrive
Forum: PinePhone Software
Last Post: biketool
11-18-2025, 01:27 PM
» Replies: 5
» Views: 2,166
|
Questions about running U...
Forum: General Discussion on PineTime
Last Post: alicesphere
11-18-2025, 12:48 AM
» Replies: 0
» Views: 103
|
Difficulty with openSUSE ...
Forum: PinePhone Software
Last Post: danm1988
11-17-2025, 07:49 AM
» Replies: 0
» Views: 103
|
|
|
| How to enable widevine in firefox (PrimeVideo) |
|
Posted by: sirspate - 01-17-2020, 11:00 PM - Forum: Pinebook Pro Tutorials
- Replies (18)
|
 |
The steps below worked for me in getting Amazon Prime Video working in firefox. I'm assuming they'll also enable Netflix, but who knows. It's possible some subset of these instructions is enough, but I'm just going to spew out everything I did before it started working. If someone else wants to figure out what subset of these steps is needed to get it working, be my guest. 
I've basically borrowed liberally from this how-to:
https://www.reddit.com/r/firefox/comment...plugin_to/
..and borrowed values as needed from the widevine files on my Windows desktop machine. Not all of this may be necessary. e.g., Rather than put in the incorrect version number for widevine (I have no idea what version is on my system), I'm just using 0. Likewise, x-cdm-codecs is taken from my windows machine so it could be completely wrong for the platform..
Steps:
1. Make sure widevine is up-to-date and working in chromium on your PBP, because we're going to 'borrow' those libs.
2. Figure out what your mozilla profile directory is (about upport, see "Profile Folder")
3. Open a terminal and change to that directory.
4. mkdir -p gmp-widevinecdm/0/ && cd gmp-widevinecdm/0/
5. cp /usr/lib/chromium-browser/libwidevinecdm* .
6. create a file called manifest.json, and fill it with:
{
"name": "WidevineCdm",
"description": "Widevine Content Decryption Module",
"version": "0",
"x-cdm-module-versions": "4",
"x-cdm-interface-versions": "10",
"x-cdm-host-versions": "10",
"x-cdm-codecs": "vp8,vp9.0,avc1",
"x-cdm-persistent-license-support": true
}
7. Open firefox, and open about:config. Create the following entries:
media.gmp-widevinecdm.version - string - "0"
media.gmp-widevinecdm.visible - bool - true
media.gmp-widevinecdm.enabled - bool - false
and then change the following already-existing entries:
media.eme.enabled - true
media.eme.encrypted-media-encryption-scheme.enabled - true
8. Open about:addons. You should now see an entry for Widevine. Click on the drop down on the right, and select Always enabled.
|
|
|
|
| Power leech when powered off? |
|
Posted by: jazzmans - 01-17-2020, 08:55 PM - Forum: Linux on Pinebook Pro
- No Replies
|
 |
I shut my Pinebook Pro off a week or so ago, (real busy working time right now, no time to play)
Went to power her back up this evening, as I've three days off, and wanted to start playing, and the battery is dead, dead, dead.
Is there a parasitic power drain when the machine is powered off?
If so, is there any way to defeat it?
One of the main reasons for a PineBook pro for me is battery life. I've got four different laptops, two phones, and it's a pita to keep them all 'topped up', so I'd like to be able to power it down, and not worry about the battery for a week, or so.
I've only drained the battery once, and have re-charged it from ~40% once since getting it, if that matters.
running the default oldstable debian.
Thanks. It's a great device, and I'm hoping to make it my 'daily driver' soon.
|
|
|
|
| Keyboard Loses Focus While typing |
|
Posted by: nomadicoder - 01-17-2020, 05:00 PM - Forum: General Discussion on Pinebook Pro
- Replies (6)
|
 |
I received my PineBook Pro this week and so far it's living up to expectations, and it is good value for the price.
I have encountered one problem, and that is while typing in a text field on any app or in a Mate Terminal, the application has a habit of losing focus after I type a few characters. I'll be typing away and the window hides under another application, and I loose subsequently typed characters. I then have to stop, find the window I was typing on and bring it to focus and continue. I've been careful to keep my hand away from the track pad, but have not yet figured out what is causing this. Any advice?
|
|
|
|
| Crash in brcmfmac joining WPA2 network |
|
Posted by: rillian - 01-17-2020, 03:40 PM - Forum: Linux on Pinebook Pro
- Replies (7)
|
 |
Has anyone had trouble with WPA2 wireless networks? I seem to be getting a driver crash after authentication. Wifi works fine on my home network and an unsecured network on the same access points as the failing WPA2 network. This is danielt's Debian Bullseye image, which I believe is using the tsys kernel.
--> log here <--
|
|
|
|
| Homebrew on Linux |
|
Posted by: skyfaller - 01-17-2020, 02:13 PM - Forum: Linux on Pinebook Pro
- Replies (1)
|
 |
Hi folks, I tried to install Homebrew on Linux on my Pinebook Pro, and I got stuck at installing Portable Ruby. It says:
Code: nelson@Debian-Desktop:~$ brew doctor
==> Downloading https://linuxbrew.bintray.com/bottles-portable-ruby/portable-ruby-2.6.3.aarch64_linux.bottle.tar.gz
Already downloaded: /home/nelson/.cache/Homebrew/portable-ruby-2.6.3.aarch64_linux.bottle.tar.gz
==> Pouring portable-ruby-2.6.3.aarch64_linux.bottle.tar.gz
Error: Failed to vendor ruby 2.6.3.
Error: Failed to install vendor Ruby.
I don't quite understand why it failed to install. I appear to have satisfied all of the listed requirements, including reasonable versions of GCC, Glibc, and the Linux kernel. It appears to be a bottle for the correct architecture.
I'm able to install an older version of Ruby through apt, but it appears to be too old for homebrew.
Does anyone have any ideas as to what is going wrong, or what I should try next? Do I need to compile Portable Ruby myself?
|
|
|
|
| Rebooting my clusterboard |
|
Posted by: jgullickson - 01-17-2020, 11:21 AM - Forum: Clusterboard
- Replies (3)
|
 |
Greetings all,
It's been almost a year since I spent any serious time working with my Clusterboard. I'm wondering what developments have been made in the meantime, if there is a "go-to" distribution, etc.
Specifically, I'm interested in network booting the SOPINE modules from a single head node (A separate PINE64 board connected via Ethernet that will serve as a gateway between the Clusterboard network and the LAN). Previously I had installed SD cards and O/S images on each SOPINE and I'd like to avoid doing that again if possible.
Has anyone successfully set this up, and/or can point me in the right direction?
Thanks!
|
|
|
|
| Frustrating trackpad |
|
Posted by: twirlydog - 01-17-2020, 11:07 AM - Forum: Linux on Pinebook Pro
- Replies (10)
|
 |
I just received my Pinebook Pro. The trackpad seems very frustrating to use: It seems to keep moving for a few pixels after my finger stops moving (I just spent about a minute trying to resizze this browser window because I could not get the pointer precisely on the window border!) I've tried fiddling with the sensitivty/acceleration settings, I can see that the settings are applying but they do not help me be any more precise with the touchpad. I also updated the trackpad firmware to no avail. Any other suggestions to make the trackpad more usable?
Also, when scrolling using two fingers, the direction seems unintuitive to me. I'm used to the trackpad on a MacBook Pro (but I think I may have also reversed the scrolling direction there). Any way to reverse this on th PineBook?
|
|
|
|
|