Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 30,105
» Latest member: kiwigoldfish
» Forum threads: 16,362
» Forum posts: 117,531

Full Statistics

Latest Threads
Rock64 v2.0 u-boot SPI is...
Forum: General Discussion on ROCK64
Last Post: ju0n
5 hours ago
» Replies: 0
» Views: 27
Libby - ebook reader that...
Forum: PineNote Software
Last Post: kiwigoldfish
Yesterday, 04:41 PM
» Replies: 6
» Views: 4,006
Pinephone software
Forum: General Discussion on PinePhone
Last Post: Csanderson0313
Yesterday, 08:23 AM
» Replies: 0
» Views: 69
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
07-02-2026, 02:52 AM
» Replies: 0
» Views: 175
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 84
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,558
Star64/Starpro64 kernel b...
Forum: General
Last Post: tgbgreen
06-30-2026, 12:17 PM
» Replies: 1
» Views: 2,179
Manjaro affected by Arch ...
Forum: General
Last Post: tantamount
06-28-2026, 10:45 AM
» Replies: 0
» Views: 241
Fix Bricked SPI Flash, Pi...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
06-27-2026, 05:00 PM
» Replies: 0
» Views: 168
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
06-27-2026, 04:09 PM
» Replies: 12
» Views: 19,653

 
  DCOP communications error (Welcome screen)
Posted by: jschall - 11-17-2018, 12:22 PM - Forum: General Discussion on Pinebook - Replies (2)

Error message after login on Q4OS/KDE Plasma DE:

"DCOP communications error (Welcome screen)
There was an error setting up inter-process communications for TDE. The message returned by the system was:

Could not open network socket

Please check that the "dcopserver" program is running!"

How can I correct this error?


  Tips and Tricks for Ayufan's Bionic LXDE Image
Posted by: NoraCodes - 11-17-2018, 09:32 AM - Forum: Linux on Pinebook - Replies (8)

Thanks to a lot of hard work from Ayufan and others, we have a working Bionic image that does sound, hardware video, suspend-to-RAM, and has good power efficiency. Unfortunately, it doesn't quite work out of the box, so here are the tweaks I've used to enable and enhance my experience on Ayufan's Bionic LXDE 0.7.28.

Getting WiFi

Installing network-manager-gnome and gnome-keyring (used for storing configurations securely) permits connecting to all kinds of WiFi networks including WPA2-Enterprise.

Make sure to use wlan0 and not p2p0 as the interface.

BUGS: No icon in system tray; you just have to click in the tray area until you get it.

HiDPI Scaling

The 1080p display on the 11.6 inch form factor is very high-DPI and thus scaling may be desired. To enable this on LXDE, create a .Xresources file in the home directory and add

Xft.dpi: 130

Replace 130 with whatever DPI setting is desired. 130 is a sane default, if a little small for some.

Enabling GPU Acceleration

Ayufan makes available packages for the the sunxi / Mali drivers (run pine64_enablea_sunxidrm.sh and install), but in order to use them, the libMali.so binary (in /usr/lib/aarch64-linux-gnu/mali/) needs to be symlinked at /usr/lib/aarch64-linux-gnu/libEGL.so.1 and at /usr/lib/aarch64-linux-gnu/libGLESv2.so.2 and those libraries need to be entirely moved away or removed somehow.

Getting a Better Panel

XFCE4 provides very useful software for use with LXDE. Installing xfce4-power-manager, xfce4-panel, and xfce4-goodies gives you access to a much nicer panel and menu (Whisker Menu).

Edit .config/lxsession/LXDE/autostart and replace the lxpanel line with a line for xfce4-panel, then log in and out and configure xfce4-panel to your liking.

PulseAudio Control

PulseAudio is installed by default, but you need pavucontrol to change settings in a sensible way.

To add keyboard shortcuts, you need xfce4-pulseaudio-plugin and lxhotkey-plugin-openbox. Install them and add the pulseaudio plugin to your panel.


  linux-4.20 PCIe Fixup
Posted by: ddimension - 11-17-2018, 06:29 AM - Forum: Linux on RockPro64 - No Replies

Hi,

for those of you testing the PCIe port of the rockpro64, you should apply the attached patch:

Code:
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts b/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts
index 1d35f5406b5e..b59b05ea1dc5 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts
@@ -97,7 +97,7 @@
    vcc3v3_pcie: vcc3v3-pcie-regulator {
        compatible = "regulator-fixed";
        enable-active-high;
-        gpio = <&gpio1 RK_PC1 GPIO_ACTIVE_HIGH>;
+        gpio = <&gpio1 RK_PD0 GPIO_ACTIVE_HIGH>;
        pinctrl-names = "default";
        pinctrl-0 = <&pcie_pwr_en>;
        regulator-name = "vcc3v3_pcie";
@@ -690,3 +690,18 @@
&vopl_mmu {
    status = "okay";
};
+
+&pcie_phy {
+    status = "okay";
+};
+
+&pcie0 {
+    ep-gpios = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;    
+    num-lanes = <4>;
+    max-link-speed = <2>;
+    pinctrl-names = "default";
+    pinctrl-0 = <&pcie_clkreqn_cpm>;
+    vpcie3v3-supply = <&vcc3v3_pcie>;
+    status = "okay";
+};
+

Have fun!


  slarm64 (unofficial slackware) ROCKPro64 RK3399 (aarch64)
Posted by: mara - 11-17-2018, 06:02 AM - Forum: Linux on RockPro64 - Replies (54)

support for slarm64 for rockpro64 development boards (aarch64 unofficial port slackware)
the system can be assembled as armhf and aarch64, assemblies are made under aarch64


links:

         site: fail.pp.ua
         forum: linuxquestions
         development: https://gitlab.com/sndwvs/images_build_kit


first release:
         README.TXT


  Screen Overscan Fix?
Posted by: NightCrawler504 - 11-17-2018, 05:09 AM - Forum: Linux on RockPro64 - Replies (2)

So have some screen overscan and atm have a 1024x768 res cause it fits perfect in screen, when I change to 1080 there is too much overscan, cant see menu bar and all sides of screen are overscanned, Im no dev but have half a brain, with some simple instructions or pointing out where to go, I'm sure ill manage. ATM image is horrible, 1080 looks awesome but not at all functional, plz help

Already checked this page for fix, to no avail  lxrandr page

Already tried all settings in TV


Code:
rock64@rockpro64:~$ xrandr -q
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
HDMI-1 connected primary 1024x768+0+0 708mm x 398mm
  1920x1080     60.00    50.00    59.94    30.00    24.00    29.97    23.98  
  1920x1080i    60.00    50.00    59.94  
  1280x720      60.00    50.00    59.94  
  1024x768      60.00*
  1440x480i     59.94  
  800x600       60.32  
  720x576       50.00  
  720x576i      50.00  
  720x480       60.00    59.94  
  720x480i      60.00    59.94  
  640x480       60.00    59.94  
DP-1 disconnected
Code:
rock64@rockpro64:~$ xrandr --prop
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
HDMI-1 connected primary 1024x768+0+0 708mm x 398mm
    EDID:
        00ffffffffffff004f4d300001000000
        101b0103806036780acf74a3574cb023
        09484c21080001010101010101010101
        01010101010108e80030f2705a80b058
        8a00c48e2100001e023a801871382d40
        582c4500c48e2100001e000000fc004c
        45442054560a202020202020000000fd
        00173d0f883c000a2020202020200129
        020334f15105030112131416071f2022
        02061115100426090707150750830100
        006e030c002000004420008001020304
        e30e60618c0ad08a20e02d10103e9600
        c48e210000188c0aa01451f01600267c
        4300c48e210000980000000000000000
        00000000000000000000000000000000
        000000000000000000000000000000ec
    hue: 50
        range: (0, 100)
    saturation: 50
        range: (0, 100)
    contrast: 50
        range: (0, 100)
    brightness: 50
        range: (0, 100)
    hdmi_output_mode_capacity: 15
        range: (0, 15)
    hdmi_color_depth_capacity: 1
        range: (0, 255)
    hdmi_output_colorimetry: None
        supported: None, ITU_2020
    hdmi_output_format: output_rgb
        supported: output_rgb, output_ycbcr444, output_ycbcr422, output_ycbcr420, output_ycbcr_high_subsampling, output_ycbcr_low_subsampling, invalid_output
    hdmi_output_depth: 24bit
        supported: Automatic, 24bit, 30bit
  1920x1080     60.00    50.00    59.94    30.00    24.00    29.97    23.98  
  1920x1080i    60.00    50.00    59.94  
  1280x720      60.00    50.00    59.94  
  1024x768      60.00*
  1440x480i     59.94  
  800x600       60.32  
  720x576       50.00  
  720x576i      50.00  
  720x480       60.00    59.94  
  720x480i      60.00    59.94  
  640x480       60.00    59.94  
DP-1 disconnected
    hue: 50
        range: (0, 100)
    saturation: 50
        range: (0, 100)
    contrast: 50
        range: (0, 100)
    brightness: 50
        range: (0, 100)
    Content Protection: Undesired
        supported: Undesired, Desired, Enabled

This one in the bottom actually made me have to reflash sdcard, just broke the board:

Code:
$ xrandr --output HDMI1 --transform 0.80,0,-35,0,1.04,-19,0,0,1


maybe it can be manually configured somewhere else, just not so obvious for the layman.


  Boot from MicroSD
Posted by: ramboton - 11-16-2018, 11:36 AM - Forum: General Discussion on Pinebook - Replies (3)

New owner here, received my Pinebook yesterday, I wanted to try some of the other OS options but can not seem to get anything to boot from the MicroSD slot.  I have tried Android 7, Xenial and Q4OS.  I have written them to the MicroSD card with Etcher, and with the Pine64 version of Etcher, I have used 3 different MicroSD cards, 32g or less, one is a high speed card, nothing seems to work.  I power the unit on, the green power light comes on, the screen stays black, nothing ever loads. If I take the MicroSD card out the unit boots fine to the pre-installed OS.  What am I doing wrong?


  Netflix on KDE Plasma
Posted by: SoccerCrazed - 11-16-2018, 10:11 AM - Forum: Linux on Pinebook - No Replies

Is it possible to get Netflix running on the Pinebook in KDE Plasma?

I've tried just about everything I could find from Google searches, but it seems that all of the methods to get Netflix to work are either outdated or not compatible with the Pinebook. I've been unable to install Google Chrome for some reason, and I haven't been able to get DRM content to play in either Firefox or Chromium because I haven't been able to get Widevine to work.

Any suggestions would be greatly appreciated.


  [SOLVED] Can't boot when SD card inserted
Posted by: jschall - 11-16-2018, 09:21 AM - Forum: General Discussion on Pinebook - Replies (5)

I used a 64GB microSD card to install Q4OS to the EMMC card.

I was able to boot to Q4OS from the SD card when the original KDE Neon was on the EMMC.

Now, I normally boot from EMMC to Q4OS.

So, I re-formatted the microSD card, in order to use it for extra storage.

It works OK, I can mount the card and read/write files on it.

BUT -

If I reboot with the card inserted, my Pinebook will not boot. Black screen, no error message.

I have to remove the card and hard-reboot, then re-insert the card.

There is something on the card that makes the Pinebook try to boot from it, but there's no boot partition on the card:


adminq@pinebook1080p:~$ df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/root        15G  5.7G  8.1G  42% /
devtmpfs        798M     0  798M   0% /dev
tmpfs           995M   17M  979M   2% /dev/shm
tmpfs           995M  8.7M  987M   1% /run
tmpfs           5.0M  4.0K  5.0M   1% /run/lock
tmpfs           995M     0  995M   0% /sys/fs/cgroup
/dev/mmcblk0p1  100M   23M   77M  23% /boot
tmpfs           199M   12K  199M   1% /run/user/1000
adminq@pinebook1080p:~$ lsblk
NAME         MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
mmcblk0      179:0    0 14.6G  0 disk
├─mmcblk0p1  179:1    0  100M  0 part /boot
└─mmcblk0p2  179:2    0 14.5G  0 part /
mmcblk0boot0 179:8    0    4M  1 disk
mmcblk0boot1 179:16   0    4M  1 disk
mmcblk1      179:24   0   60G  0 disk
└─mmcblk1p1  179:25   0   60G  0 part
adminq@pinebook1080p:~$

If I insert a different microSD card, from my Android tablet, there is no such problem.

What do I have to remove or add to the 64GB card so that Pinebook doesn't try to boot from it?


Further to this problem.

I used the Pinebook Installer to write ARCH Linux image onto the 64GB card.

It still won't boot, and now it won't mount, either.

Does this dmesg|tail output suggest what is wrong with the card?

adminq@pinebook1080p:~$ dmesg|tail
[  195.062891] sunxi-mmc 1c0f000.sdmmc: sdc set ios: clk 400000Hz bm PP pm ON vdd 16 width 1 timing LEGACY(SDR12) dt B
[  195.098407] mmc2: host does not support reading read-only switch. assuming write-enable.
[  195.107276] sunxi-mmc 1c0f000.sdmmc: sdc set ios: clk 25000000Hz bm PP pm ON vdd 16 width 1 timing LEGACY(SDR12) dt B
[  195.119012] sunxi-mmc 1c0f000.sdmmc: sdc set ios: clk 25000000Hz bm PP pm ON vdd 16 width 4 timing LEGACY(SDR12) dt B
[  195.130659] mmc2: new SDXC card at address 0001
[  195.137285] mmcblk1: mmc2:0001 SD16G 60.0 GiB
[  195.145172]  mmcblk1: p1 p2 p3
[  227.609344] systemd[1]: local-fs.target: Cannot add dependency job, ignoring: Unit -.mount is masked.
[  274.112550] JBD2: Unrecognised features on journal
[  274.125997] EXT4-fs (mmcblk1p3): error loading journal
adminq@pinebook1080p:~$


  Rk3399 isp documentation
Posted by: ktc - 11-16-2018, 07:14 AM - Forum: General Discussion on ROCKPRO64 - Replies (3)

I am unable find any documentation regarding the ISP block in RK3399. Is this available ? Where can I find it ?


  PCIe Endpoint Cable/Converter
Posted by: dlh - 11-16-2018, 02:52 AM - Forum: RockPro64 Hardware and Accessories - No Replies

I would like to use the RockPro64 as a PCIe endpoint. To do this, I believe I need a special adaptor / male to male cable. Any information on how I could do this or where to purchase such an adaptor would be much appreciated.


Thanks