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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,999
» Latest member: shuaibAhmedlashari
» Forum threads: 16,337
» Forum posts: 117,447

Full Statistics

Latest Threads
Mobian image for the Pine...
Forum: Mobian on PinePhone
Last Post: Korfou
04-27-2026, 09:57 AM
» Replies: 2
» Views: 151
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
04-19-2026, 12:56 PM
» Replies: 13
» Views: 14,958
Pine Time dead
Forum: General Discussion on PineTime
Last Post: chris.burmajster
04-18-2026, 10:08 AM
» Replies: 0
» Views: 195
Booting Issues
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:17 PM
» Replies: 24
» Views: 19,496
App launcher shows tiny i...
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:12 PM
» Replies: 1
» Views: 1,123
my pinecil v2 is not work...
Forum: General Discussion on Pinecil
Last Post: jagrav
04-17-2026, 06:28 AM
» Replies: 0
» Views: 127
Freezes and kernel panics...
Forum: Linux on RockPro64
Last Post: prahal
04-15-2026, 06:48 PM
» Replies: 4
» Views: 1,458
Looking for engineer for ...
Forum: PinePhone Pro Hardware
Last Post: Andrey_voce
04-06-2026, 08:44 AM
» Replies: 0
» Views: 315
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 9,291
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 445

 
  Lakka poor performance experience
Posted by: Danielsan - 02-11-2018, 06:24 PM - Forum: General Discussion on ROCK64 - Replies (2)

Hi guys,

The performance with Rock64 and Lakka aren't good enough to have a good experience out of the box, I got a better experience with a PI2 and Retropie.
Probably Lakka needs a better tuning so I would like to understand where is the place to get help to solve these issues, I mean here or on the Libretro forum.

Thanks in advance,

Daniel


Question How can I use the internal 100M ethernet?
Posted by: gabrielmartinslima - 02-11-2018, 03:31 PM - Forum: Rock64 Hardware and Accessories - Replies (1)

Please, i need to enable the P5+ header ethernet interface, but the latest ayufan's image have it disabled. How can I re-enable it?


  snapd
Posted by: c1derly - 02-11-2018, 01:48 PM - Forum: Linux on Rock64 - Replies (4)

I am trying to install NextCloud on my rock64 but i'm running into a problem.  NextCloud uses snapd to install its packages which is supposed to come with ubuntu 16.04 by default.  It does not appear to be installed on the rock64 xenial image version 0.5.15-136.  I tried installing it manually but it failed because it failed to mount the core.  The error was: "mount[31508]: mount: unknown filesystem type 'squashfs'".  I tried to do an internet search and it mentioned this can be an issue with custom linux kernals.  I wasn't able to find anything more helpful then that though in how to fix the issue.  Does anyone have any suggestions on how to fix this issue?  Also in case the forum manager sees this i might have made this thread on the wrong board earlier for the pine64.  If it did go through please remove it.


  VNC server (x11vnc)
Posted by: Skazochnik - 02-11-2018, 12:09 PM - Forum: Linux on Rock64 - Replies (1)

Hello.

I have some issue with setup remote connection to VNC bu using x11vnc. The main idea is provide remote connection to logon window .
What i did:
Make changes in:

Code:
nano /etc/X11/xorg.conf.d/20-modesetting.conf
Code:
Section "Monitor"
       Identifier      "Configured Monitor"
EndSection

Section "Screen"
       Identifier      "Default Screen"
       Monitor         "Configured Monitor"
       Device          "Rockchip Graphics"
       SubSection "Display"
               Virtual 1920 1200
       EndSubSection
EndSection

Section "Device"
   Identifier  "Rockchip Graphics"
   Driver      "modesetting"
   Option      "AccelMethod"    "glamor"
   Option      "Dri2Vsync"      "false"
EndSection
Just setup resolution 1920x1200

install x11vnc and password:


Code:
sudo apt install x11vnc

Code:
$ x11vnc -storepasswd "password" /etc/x11vnc.pass

creating service:
 vi /lib/systemd/system/x11vnc.service 


Code:
[Unit]
Description=Start x11vnc at startup.
After=multi-user.target
[Service]
Type=simple
ExecStart=/usr/bin/x11vnc -auth guess  -forever -loop -noxdamage -repeat -rfbauth /etc/x11vnc.pass -rfbport 5900 -shared

[Install]
WantedBy=multi-user.target

reload services list:
sudo systemctl daemon-reload
enable autostart:
sudo systemctl enable x11vnc.service
start service:
sudo systemctl start x11vnc.service
check status:
sudo systemctl status x11vnc.service

but afre connection i getting black screen with mouse but on monitor i can run application and etc. 
Question: Whan have to be changed to get picture on VNC client ?  


  ROCK64 works for me
Posted by: rabinnh - 02-11-2018, 10:47 AM - Forum: Linux on Rock64 - Replies (2)

Just received my Rock64.  I already have PIs, Wandboard Quads, Odroid-XU4, etc.  Loaded Stretch minimalon an SD, booted up and it booted right; everything worked.

I'll grant that I won't be using the multimedia features, but what I wanted was USB3, GB ethernet, quad core at a decent clock speed, and adequate RAM (4GB).  Not only that, this board is silent unlike the Odroid-XU4 which drives me a little crazy with the fan.

Currently, the Odroid functions as a NAS.  This board will replace it.  Very happy after spending a few hours doing Linuxy/Debiany type things with it.

I just wish there was a US distributor so it didn't take so long to get them.


  Preliminary findings...
Posted by: 11b2p508 - 02-10-2018, 09:37 PM - Forum: General Discussion on ROCK64 - Replies (1)

Received Rock64 the other day found some time to mess with it. 

So finding there are some tools to add that I would like, just the same I decided to proceed without them, i.e. serial port setup, etc.  Hesitated a bit since I had not done one of these before, didn't want to hose it up beyond repair first time around.  But.. did anyway.

Loaded bionic.  Boots fine, do not have a working monitor on it, got to find the right combo.  I am logged in and updating bionic as I speak.

I have not pinpointed, but am investigating as I observe.  There is no apparent reason for it, do not know if it specifically has been mentioned, but ethernet is show RX errors, I noticed right off the bat.  Superficially, it should not have errors, i.e. a fairly new cable from Wally-World (it is one of those flat ones), but technically between my router and the rock64, the cable is the only thing.  Except for low level OS drivers... in ubuntu.  I am pretty confident in my network in house, as I am 4 TV cord cutter as well as internet... it is pretty solid.  And running ubuntu 17.10 vm under windows on the same subnet same route, no RX errors.

I have not noticed anyone else mentioning that, but have noticed the mention of poor network I/O.

Been trying to setup qemu dev environment for this (not really much luck booting anything on it).

Will continue to observe, and inform as I progress.


  Debian Mate arm64 0.5.15 - mouse polling rate
Posted by: S3phi40T - 02-10-2018, 02:08 PM - Forum: Linux on Rock64 - No Replies

Hello,

Anyone with idea how to force polling rate for mouse?

It gets auto rate from device (1000hz in my case that is OK) but I would like to force 100, 250, 500 or 1000.

Throwing some reference:
https://wiki.archlinux.org/index.php/Mouse_polling_rate
http://gimx.fr/wiki/index.php?title=Mouse_tweaks
https://elinux.org/RPi_cmdline.txt

Mousepolling = 0.

Code:
cat /sys/module/usbhid/parameters/mousepoll

mousepoll=0 → auto (controlled by mouse)
mousepoll=1 → 1000
mousepoll=2 → 500
mousepoll=4 → 250
mousepoll=8 → 125

Any ideas?


  Time to ship...
Posted by: jerryfudd - 02-09-2018, 03:31 PM - Forum: Shipment Related Discussion - Replies (7)

Hi,

Like many before me I'm curious how long it takes to ship, I know its only been a few days but on the site says

"Note: PINE64 next shipment date will be on February 9th, 2018. Ship from Shenzhen China. "

so I've been eagerly waiting on some sort of notification but nothing Sad

Dan (order 57448)


  booting android
Posted by: dan1972 - 02-09-2018, 01:47 PM - Forum: Android on Rock64 - Replies (3)

is it possible to boot android from a usb hard drive or are we limited to the emmc/sd card? do i need a u-boot file separate from the linux one?


  SPI on mainline
Posted by: jeroen79 - 02-09-2018, 11:10 AM - Forum: Pi2, Euler and Exp GPIO Ports - Replies (2)

Hi,


How does one get spi to work on mailine kernel?

i added the following to /boot/armbianEnvt.txt so it would load the overlay but that doesn't seem to help, are the overlays outdated for mainline?
 

verbosity=1
overlay_prefix=sun50i-a64
overlays=spi-spidev
param_spidev_spi_bus=0


Thx,
Jeroen