| 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,507
|
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: 127
|
PinePhone, PinePhone Pro,...
Forum: PinePhone Hardware
Last Post: brb78
11-20-2025, 04:15 PM
» Replies: 0
» Views: 105
|
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: 169
|
How to stop it turning on
Forum: General Discussion on PinePhone
Last Post: biketool
11-18-2025, 02:30 PM
» Replies: 3
» Views: 475
|
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: 101
|
Difficulty with openSUSE ...
Forum: PinePhone Software
Last Post: danm1988
11-17-2025, 07:49 AM
» Replies: 0
» Views: 102
|
|
|
| *** MyDigitalSSD SBXe 960 GB success story *** |
|
Posted by: as400 - 01-15-2020, 10:05 AM - Forum: Pinebook Pro Hardware and Accessories
- Replies (12)
|
 |
Today I installed this drive with @danielt hack (thanks ).
PBP was at 14% of battery at the time I booted it and the boot was successful. Then I copied almost entire filesystem from eMMC to SSD and it went fine.
So I think one might say it works OK. If anything bad happens I will update this thread.
I ordered it on amazon and it came quite quick delivered straight from amazon warehouse by DHL.
edit1: I have put it into hardware accessory compatibility list on wiki.
edit2: Some performance comparison between eMMC and NVME:
[root@pbp ~]# hdparm -Tt --direct /dev/nvme0n1
/dev/nvme0n1:
Timing O_DIRECT cached reads: 1934 MB in 2.00 seconds = 966.69 MB/sec
HDIO_DRIVE_CMD(identify) failed: Inappropriate ioctl for device
Timing O_DIRECT disk reads: 2646 MB in 3.00 seconds = 881.86 MB/sec
[root@pbp ~]# hdparm -Tt --direct /dev/mmcblk2
/dev/mmcblk2:
Timing O_DIRECT cached reads: 300 MB in 2.01 seconds = 149.55 MB/sec
HDIO_DRIVE_CMD(identify) failed: Invalid argument
Timing O_DIRECT disk reads: 440 MB in 3.01 seconds = 146.42 MB/sec
|
|
|
|
| nVME crashes system |
|
Posted by: mamboman777 - 01-15-2020, 05:47 AM - Forum: General Discussion on Pinebook Pro
- Replies (29)
|
 |
I'm having issues using my nVME drive with my pinebook pro. Any time I do any sort of major read or write the entire system freezes. I have attempted the power reduction settings listed in the wiki, however, the state is not saveable and does not fix the issue. I'm using a Samsung 970 500gb. Any help would be appreciated; I'm at a loss.
|
|
|
|
| Installing Docker on Pinebook Pro - update 1/18/20 |
|
Posted by: SuperXkoodA - 01-15-2020, 02:49 AM - Forum: Pinebook Pro Tutorials
- Replies (4)
|
 |
Follow directions on the official Docker site here and use the armhf set of instructions. This is confirmed to work for me on MrFixIt2001's build of Debian at this time.
The remainder of this post was hastefully written by me on my first night owning my PBP. The excitement must have gotten the best of me and can be ignored. It may still be useful if someone decides to use a distro that is configured for aarch64 and thus not supported by docker in a packaged form at this time. I am changing the repo name from being specific for the pinebook to being more generic as I feel it is misleading as it stands.
The steps taken in a nutshell are as follows
- Choose from one of the available versions on docker.com and download the tarball
- Extract the tarball to somewhere in your path. eg /usr/local/bin
- Create the docker user group and add yourself to it.
- Don't reinvent the wheel download both docker.service and docker.socket located here https://github.com/docker/docker-ce/tree...it/systemd and modify to your needs. Specifically make sure the ExecStart directive in the file matches the path you installed dockerd to.
- Copy these files to /etc/systemd/system/
- Enable docker via `systemctl enable docker` so that the docker daemon starts at boot.
- Be sure to log out and log in for the group changes to take effect.
- Enjoy docker!
You could skip steps 4-6 if using systemd is not your thing.
https://github.com/superxkooda/generic_docker_installer can do all the above steps for you.
This was all done on the base Debian install that comes with the Pinebook. I do not see why it wouldn't work for other distributions as is or with some modification. Please let me know if there is anything that is unclear!
|
|
|
|
| Swapping Fn and L Ctrl keys |
|
Posted by: altacus - 01-14-2020, 09:08 PM - Forum: Accessories
- Replies (1)
|
 |
Just curious if it's possible to swap the left control key with the fn key?
On the OS Level, the FN key doesn't even register so remapping on this level is not possible.
|
|
|
|
| Hardware video decoding question |
|
Posted by: sgx2 - 01-14-2020, 07:01 PM - Forum: General Discussion on Pinebook Pro
- Replies (1)
|
 |
Well, my PBP (ANSI) arrived yesterday! 
It's been great fun to use so far -- I've even updated the keyboard and trackpad firmware (after finding an external keyboard after step 1 and a panicked moment), then discovered that my 5V power supply seems to be dead -- so I am borrowing a 3A USB power supply with a USB A to C cable and charging (sloooowly - about 1% an hour) through USB-C.
So - to my question - I've been reading that there are some kernel options to enable VPU decoding, but they don't seem to be configured with the kernel that shipped with the unit (or, rather, then one the Mr.Fixit script updated me to). Is this still an important step in maximizing performance? If so, what are the best next steps?
SGx2
|
|
|
|
working play/pause media keys in Manjaro KDE |
|
Posted by: clover - 01-14-2020, 06:46 PM - Forum: Pinebook Pro Tutorials
- No Replies
|
 |
I noticed that the default keyboard shortcuts for playing and pausing media does not work on Manjaro.
This is useful to have if you are like me and have headphones that have a play/pause button or a keyboard with media keys.
This works with my Razer Hammerhead USB-C Headphones and Logitech Craft Keyboard
First step is remove the default keyboard shortcuts.
Global Shortcuts -> Other Shortcuts -> Media Controller -> Play/Pause Media Playback. Set this to None. It doesn't work so
we are getting it out of the way.
Interesting to note that volume up and down work out of the box. Less work for us!
xbindkeys allows you to map any key to any command...
Code: sudo pacman -S xbindkeys
playerctl is a client that automatically finds media sources and allows you to play/pause them, go forward/backward, etc...
Code: sudo pacman -S playerctl
add this to .xbindkeysrc (you need to create this file in your home directory)
Code: "playerctl play-pause"
XF86AudioPlay
now start xbindkeys program
make it permanent if you want by adding it to Autostart:
Autostart -> add program -> click the folder and find it in /usr/bin/xbindkeys -> make it executable and that should be it!
Enjoy your new ability to quickly play and pause media from peripherals. Even works on Youtube videos in Chromium! Don't think it works in Firefox though.
Should work for Spotify, vlc, and other media players... untested though.
|
|
|
|
|