| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 30,107
» Latest member: yt808
» Forum threads: 16,362
» Forum posts: 117,532
Full Statistics
|
| Latest Threads |
Pinephone software
Forum: General Discussion on PinePhone
Last Post: zetabeta
8 hours ago
» Replies: 1
» Views: 127
|
Rock64 v2.0 u-boot SPI is...
Forum: General Discussion on ROCK64
Last Post: ju0n
Yesterday, 11:02 AM
» Replies: 0
» Views: 69
|
Libby - ebook reader that...
Forum: PineNote Software
Last Post: kiwigoldfish
07-04-2026, 04:41 PM
» Replies: 6
» Views: 4,026
|
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
07-02-2026, 02:52 AM
» Replies: 0
» Views: 225
|
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 118
|
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,589
|
Star64/Starpro64 kernel b...
Forum: General
Last Post: tgbgreen
06-30-2026, 12:17 PM
» Replies: 1
» Views: 2,202
|
Manjaro affected by Arch ...
Forum: General
Last Post: tantamount
06-28-2026, 10:45 AM
» Replies: 0
» Views: 269
|
Fix Bricked SPI Flash, Pi...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
06-27-2026, 05:00 PM
» Replies: 0
» Views: 192
|
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
06-27-2026, 04:09 PM
» Replies: 12
» Views: 19,669
|
|
|
| Need help in selecting boards |
|
Posted by: ripcord - 03-06-2019, 02:51 AM - Forum: Getting Started
- Replies (1)
|
 |
I have a Raspberry Pi3+ running OpenMediaVault. I have a USB 3.0 HDD connected to the Pi where I have installed Plex on OMV.
It is running fine so far but I have issues with
1. Buffering
2. x265 decoding
3. 4K for future.
I am aware that Pi doesn't have dedicated USB 3.0 and Gigabit ethernet.
I was looking for some alternatives and came across the Pine boards.
There are many boards on Pine. Which one would suit my need of running Plex without above limitations and running NAS server.
Also are there any online retailers in Germany?
|
|
|
|
| x does not start: armsoc_drv.so undefined symbol AddGeneralSocket |
|
Posted by: e3k - 03-05-2019, 06:45 AM - Forum: Linux on RockPro64
- Replies (2)
|
 |
i did install: http://wiki.pine64.org/index.php/ROCKPro...an_Stretch
when trying to run 'startx' i get the following message:
$ startx
X.Org X Server 1.19.2
Release Date: 2017-03-02
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.9.0-8-arm64 aarch64 Debian
Current Operating System: Linux rockpro64 4.4.132-1075-rockchip-ayufan-ga83beded8524 #1 SMP Thu Jul 26 08:22:22 UTC 2018 aarch64
Kernel command line: earlycon=uart8250,mmio32,0xff1a0000 swiotlb=1 rw panic=10 init=/sbin/init coherent_pool=1M ethaddr=b6:2f:3e:b8:61:d2 eth1addr= serial=99afcb5d19e3b02 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 root=LABEL=linux-root rootwait rootfstype=ext4
Build Date: 03 November 2018 03:03:37AM
xorg-server 2:1.19.2-1+deb9u5 (https://www.debian.org/support)
Current version of pixman: 0.34.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.5.log", Time: Tue Mar 5 12:40:21 2019
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(WW) armsoc: module ABI major version (20) doesn't match the server's version (23)
/usr/lib/xorg/Xorg: symbol lookup error: /usr/lib/xorg/modules/drivers/armsoc_drv.so: undefined symbol: AddGeneralSocket
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
what is wrong with the armsoc driver?
|
|
|
|
| MX-Linux; antiX Linux |
|
Posted by: chessie - 03-05-2019, 06:27 AM - Forum: Linux on Pinebook
- Replies (3)
|
 |
The MX-Linux and antiX-Linux distributions are very similar, and have become quite popular. MX-Linux has held the #1 position on Distrowatch for the past 3 months (beating out Linux Mint by a two-to-one margin, no less), and antiX-base is (almost) a full featured version of MX (a truly full-featured distro at 1200 MB--MX 17.3), and about 2/3 the size--approx. 800 MB vs 1200MB / 1400 MB (MX-17.3 / MX-18).
Does any one know if the PineBook group has any plans to engage with MX / antiX? It seems as if this would be a really good move on PineBook's part.
Does any one have any ideas on the difficulty--or lack thereof--of installing MX-Linux 17.3 / 18.1 on the PineBook Pro if it is not a 'supported distribution'?
|
|
|
|
| .bashrc to show battery percentage at prompt |
|
Posted by: e-minguez - 03-05-2019, 05:45 AM - Forum: Linux on Pinebook
- Replies (1)
|
 |
Code: #
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
battery_status(){
# From http://www.basicallytech.com/blog/archive/110/Colour-coded-battery-charge-level-and-status-in-your-bash-prompt
BATTERY=/sys/class/power_supply/axp20x-battery
BATSTATE=$(cat ${BATTERY}/status)
CHARGE=$(cat ${BATTERY}/capacity)
NON='\033[00m'
BLD='\033[01m'
RED='\033[01;31m'
GRN='\033[01;32m'
YEL='\033[01;33m'
COLOUR="$RED"
case "${BATSTATE}" in
'Charged')
BATSTT="$BLD=$NON"
;;
'Charging')
BATSTT="$BLD+$NON"
;;
'Discharging')
BATSTT="$BLD-$NON"
;;
esac
# prevent a charge of more than 100% displaying
if [ "$CHARGE" -gt "99" ]
then
CHARGE=100
fi
if [ "$CHARGE" -gt "15" ]
then
COLOUR="$YEL"
fi
if [ "$CHARGE" -gt "30" ]
then
COLOUR="$GRN"
fi
echo -e "${COLOUR}${CHARGE}%${NON} ${BATSTT}"
}
PS1='[$(battery_status)][\u@\h \W]\$ '
|
|
|
|
| How to configure optee_os to build for rockpro64 |
|
Posted by: yakman2020 - 03-04-2019, 12:44 PM - Forum: Linux on RockPro64
- Replies (2)
|
 |
Have a rockpro64. Great board!
I want to develop trusted apps for the board, and in order to do so apparently I need to build optee repos. The configuration for those repos is chipset/board specifc and so far I'm a bit in the dark.
It looks like the correct platform setting would be plat-sunxi with PLATFORM_FLAVOR_sunxi501-a64. Is this correct? Is there a rockpro64 configuration somewhere already set up?
Thanks in advance.
|
|
|
|
| Ethernet not found. error during boot |
|
Posted by: Surehand53 - 03-04-2019, 11:03 AM - Forum: Linux on Pinebook
- Replies (1)
|
 |
Hi.
Every now and then when I boot from a SD card I get the error `Ethernet not found.` during the boot sequence and then I am in some shell.
After a power off/on booting eventually works.
I experienced that with more than one Linux, so I think it is not release specific.
Has anyone an idea what the reason could be?
|
|
|
|
| Shipment missing NAS case |
|
Posted by: hkratz - 03-04-2019, 10:30 AM - Forum: Shipment Related Discussion
- Replies (3)
|
 |
Hi!
I received a shipment for order #98199 on Februar 5. Unfortunately it was missing the NAS case.
I wrote an email on the same day and on February 12 without any reply so far.
Please tell me when I can expect a shipment of the missing case.
Best regards,
Hans
|
|
|
|
| Errors were encountered while processing: initramfs-tools |
|
Posted by: MotoTom - 03-03-2019, 11:53 AM - Forum: Linux on Rock64
- No Replies
|
 |
Hi All,
Last week I upgraded from Ubuntu 16.01 to Ubuntu 18.01 and am now running 4.4.132-1075-rockchip-ayufan-ga83beded8524.
While my core functions are working (SFTP and Samba) I keep getting "Errors were encountered while processing: initramfs-tools" when trying to update. I'm not particularly experienced in reading logs so below is the most recent apt-get upgrade log in the hopes some one can point me to a solution for this error. I suspect that failure to fix this will prevent future image upgrades.
Any help is greatly appreciated.
Many thanks.
Tom
Code: user@Rock64:~$
sudo apt-get update
Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
Reading package lists... Done
user@Rock64:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up initramfs-tools (0.130ubuntu3.6) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.130ubuntu3.6) ...
update-initramfs: Generating /boot/initrd.img-4.4.132-1075-rockchip-ayufan-ga83beded8524
Warning: root device does not exist
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/aarch64-linux-gnu_EGL.conf: No such file or directory
Using DTB: rk3328-rock64.dtb
Installing /usr/lib/linux-image-4.4.132-1075-rockchip-ayufan-ga83beded8524/rockchip/rk3328-rock64.dtb into /boot/dtbs/4.4.132-1075-rockchip-ayufan-ga83beded8524/rk3328-rock64.dtb
Taking backup of rk3328-rock64.dtb.
Installing new rk3328-rock64.dtb.
Installing /usr/lib/linux-image-4.4.132-1075-rockchip-ayufan-ga83beded8524/rockchip/rk3328-rock64.dtb into /boot/dtbs/4.4.132-1075-rockchip-ayufan-ga83beded8524/rk3328-rock64.dtb
Taking backup of rk3328-rock64.dtb.
Installing new rk3328-rock64.dtb.
flash-kernel: installing version 4.4.132-1075-rockchip-ayufan-ga83beded8524
Taking backup of Image.
Installing new Image.
find: '/lib/firmware/4.4.132-1075-rockchip-ayufan-ga83beded8524/device-tree/': No such file or directory
run-parts: /etc/initramfs/post-update.d//flash-kernel exited with return code 1
dpkg: error processing package initramfs-tools (--configure):
installed initramfs-tools package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
user@Rock64:~$
|
|
|
|
|