| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Thinking about memory bot...
Forum: General Discussion on Pinebook Pro
Last Post: xiley32050
09-02-2026, 01:21 AM
» Replies: 0
» Views: 104
|
Hardware Feature Suggesti...
Forum: Quartz64 Hardware and Accessories
Last Post: Independent Researcher
08-30-2026, 07:19 PM
» Replies: 0
» Views: 132
|
Single-board computers an...
Forum: General
Last Post: Spaker
08-29-2026, 08:12 PM
» Replies: 0
» Views: 145
|
Pinephone visibly losing ...
Forum: General Discussion on PinePhone
Last Post: baptx
08-29-2026, 11:18 AM
» Replies: 9
» Views: 8,500
|
Fixing the Quartz64 USB3 ...
Forum: Quartz64 Tutorials
Last Post: mig
08-28-2026, 01:32 AM
» Replies: 1
» Views: 12,835
|
Pinecil as a Pocket-Sized...
Forum: General
Last Post: Arsen
08-27-2026, 09:15 AM
» Replies: 0
» Views: 165
|
SlateOS feedback needed!
Forum: Development Discussion on PineTime
Last Post: highjumpman
08-24-2026, 08:00 AM
» Replies: 0
» Views: 282
|
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: Nambo
08-23-2026, 12:17 AM
» Replies: 18
» Views: 13,780
|
Hello, I am a new member ...
Forum: General
Last Post: WhiteRabbit0
08-20-2026, 12:17 PM
» Replies: 0
» Views: 451
|
Need help compiling andro...
Forum: Android on Pine A64(+)
Last Post: ahegarosib97
08-20-2026, 08:45 AM
» Replies: 2
» Views: 2,099
|
|
|
| Minor forum suggestion about "View New Posts", "View Today's Posts" |
|
Posted by: Thra11 - 08-14-2019, 07:36 AM - Forum: General
- Replies (3)
|
 |
If I click on "View New Posts" or "View Today's Posts", it shows a table of new posts, with the columns "Thread / Author", "Forum", and so on. The "Forum" column shows the sub-forum which the post is in. As the sub-forum is often called something like "Linux" or "Hardware and Accessories", it's not always possible to tell which product the post relates to.
Is it possible to include the parent forum name in the Forum column, as well as the sub-forum?
|
|
|
|
| Emmc issue? |
|
Posted by: stuartiannaylor - 08-13-2019, 03:57 PM - Forum: RockPro64 Hardware and Accessories
- Replies (6)
|
 |
Is there a problem with the emmc chips mine on image writes dips and crests but is extremely slow.
Its sometime dips to 3MB/s averages about 7.5MB/s sometimes manages 12MB/s.
Even cheap SD cards manage a faster write than this thing?!
I notice this especially when writing the image and it gets quite warm as it is when removed.
|
|
|
|
| Anyone tried the new mainline images (Panfrost)? |
|
Posted by: stuartiannaylor - 08-13-2019, 07:04 AM - Forum: Linux on RockPro64
- No Replies
|
 |
https://github.com/ayufan-rock64/linux-m...118-ayufan
Has Panfrost compiled!! HDMI audio & PCIe!! Ayufan at his industrious usual.
Seems to sit well with https://github.com/ayufan-rock64/linux-b.../tag/0.9.4
As a test I install the tasksel version of kde-plasma and its rather great with the above 2.
You need to set the network renderer to NatworkManager in the netplan yaml
Also just a slight one but the symlink in /etc/alternatives sets the sddm greeter to moai whilst all the rest is breeze so you might want to change that.
sudo apt-get install sddm-theme-breeze
I have tried gnome and its ok vanila but soon as you theme it, then it starts to get a bit clunky.
Its all opinion though, but think I waiver to criticism than optimism so suggest giving kde-plasma a go.
Burn the image, boot and sudo tasksel and select kde-plasma.
Presuming LXQT will be even more snappy.
I used dd to copy to my integral 120gb £20 nvme and apart from a slow boot in operation its extremely good.
The dts is
Code: &pcie0 {
ep-gpios = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
num-lanes = <4>;
pinctrl-names = "default";
pinctrl-0 = <&pcie_perst>;
vpcie12v-supply = <&vcc12v_dcin>;
vpcie3v3-supply = <&vcc3v3_pcie>;
status = "okay";
So I did a quick bodge and cross compiled on my pc and inserted after num-lanes = <4>;
max-link-speed = <2>;
So it acts a pcie gen 2.0 otherwise you get 1.0
|
|
|
|
| Need to add various Wifi chipset support |
|
Posted by: slappymcphee - 08-12-2019, 02:17 PM - Forum: RockPro64 Hardware and Accessories
- Replies (6)
|
 |
So I run The Retro Arena and we are working on the Debian build from mrfixit. I am attempting to add more robust support for more of the modern chipsets that are out there to include N and AC. Even when using N on an AC adapter they seem to produce faster speeds than the older N series adapters. I have tried to installed several adapters, but when it comes to compiling for example many times I run into the following:
Code: rtl8812au$ make
make ARCH=arm64 CROSS_COMPILE= -C /lib/modules/4.4.186/build/ M=/home/pigaming/rtl8812au
make[1]: Entering directory '/lib/modules/4.4.186/build'
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory '/lib/modules/4.4.186/build'
Makefile:1077: recipe for target 'modules' failed
This one for example I attempted to compile with instructions on the following thread:
Code: https://forum.pine64.org/showthread.php?tid=5768&pid=35964#pid35964
I see from evilbunny that he has various packages put together in the deb package format however those are failing as well with the following:
Code: sudo dpkg -i rtl8812au-dkms_5.20.2-1_all.deb
(Reading database ... 165392 files and directories currently installed.)
Preparing to unpack rtl8812au-dkms_5.20.2-1_all.deb ...
Unpacking rtl8812au-dkms (5.20.2-1) over (5.20.2-1) ...
Setting up rtl8812au-dkms (5.20.2-1) ...
Loading new rtl8812au-5.20.2 DKMS files...
It is likely that 4.4.186 belongs to a chroot's host
Building for 4.4.186
Building initial module for 4.4.186
Error! Bad return status for module build on kernel: 4.4.186 (aarch64)
Consult /var/lib/dkms/rtl8812au/5.20.2/build/make.log for more information.
I do have the kernel headers applied. I have the following drivers that I really need to work on getting added to give the community plenty of options and ones that aren't slow as molasses so any assistance would be greatly appreciated especially since I am on a crunch to have to return many of the adapters to the sponsor.
Code: Realtek RTL8821CU
Realtek RTL8188CUS
Mediatek Ralink RT5370N
Mediatek Ralink RT5572N
Realtek RTL8188EU
Realtek RTL8811AU
Realtek RTL8811CU
I also fully understand that each may require their own Makefile adjustments, etc
|
|
|
|
| Rock64 Rev3 doesn't boot and leds blinking fast |
|
Posted by: dishins - 08-11-2019, 07:57 PM - Forum: Linux on Rock64
- Replies (6)
|
 |
Hello,
I just purchased a 4gb Rock64 Rev3 model and i'm struggling in getting any image to boot properly, i tried latest Armbian, mrfixit and ayufan's image. Whenever i plug my power supply (5v 4A) the white, red and ethernet led starts blinking very fast while the green blink slowly. If i plug in and out my power supply it will eventualy boot, but never from the first time. Maybe my board is defective? Anyone else has this issue?
|
|
|
|
| KDE Neon Image - Where can i find the Kernel Source ? |
|
Posted by: matze79 - 08-11-2019, 08:12 AM - Forum: Linux on Pinebook
- Replies (4)
|
 |
i run a modified KDE Neon Image on EMMC and want to compile some kernel modules
but i`m not sure what files i should get, is the pine64 kernel the same ?
Ayufan`s Repository is listen some versions.
But i`m not sure what i`m running i have 3.10.105-bsp-1.2 from 27 Oct.
I only need to the Source Code Tarball to compile 3G Modem Drivers.
can anyone point me in the right direction ?
Thanks
Matthias
|
|
|
|
| Lakka-nightlies for Pine A64 (and H64) |
|
Posted by: roel - 08-11-2019, 03:02 AM - Forum: Linux on Pine A64(+)
- Replies (11)
|
 |
Hello,
I just recently discovered that Lakka is available in the nightlies for the pine allwinner boards. I tested it on my A64+ and what I tested (NES, SNES, GBA, PSX, DOOM, Quake) worked. N64 and NDS didn't work. (I didn't have other roms to try).
What also didn't work was HDMI sound, I couldn't test analog out as I broke my headphones.
Here is the link: http://nightly.builds.lakka.tv/Lakka-LE9.2/latest/
Probably most thanks to Jernej as he made this boards available in the libreelec 9.2 build system.
I don't have a pine H64 to test the lakka builds. And I'm sill wondering wich board would be better, the rock64 or the pineH64 to run emulation on.
|
|
|
|
| Emails from pine64 received as spam by gmail |
|
Posted by: Matan - 08-11-2019, 01:36 AM - Forum: Getting Started
- Replies (2)
|
 |
Hi everyone,
I have recently registered an account to join the forums and I received no confirmation email at first, I later found it in the spam folder of my gmail account.
The header says:
Quote:Why is this message in spam? It is in violation of Google's recommended email sender guidelines.
Not sure if this is the place to note this and I couldn't find a reference for it when searching through the forums.
I clicked the 'Report Not Spam' button, but I figured you might want to take care of it on your side as well.
|
|
|
|
|