| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,697
» Latest member: john9
» Forum threads: 16,260
» Forum posts: 117,187
Full Statistics
|
| Latest Threads |
Old Danctnix server in Pa...
Forum: PineTab Software
Last Post: brorean
9 hours ago
» Replies: 1
» Views: 90
|
Hi everybody!
Forum: General
Last Post: MadisynErnser
11-20-2025, 10:03 PM
» Replies: 2
» Views: 2,247
|
PinePhone, PinePhone Pro,...
Forum: PinePhone Hardware
Last Post: brb78
11-20-2025, 04:15 PM
» Replies: 0
» Views: 73
|
Recycling pinephone as ho...
Forum: PinePhone Hardware
Last Post: biketool
11-20-2025, 09:04 AM
» Replies: 5
» Views: 562
|
Light Sensor / Proximity ...
Forum: General Discussion on PinePhone
Last Post: WhiteHexagon
11-18-2025, 03:07 PM
» Replies: 1
» Views: 137
|
How to stop it turning on
Forum: General Discussion on PinePhone
Last Post: biketool
11-18-2025, 02:30 PM
» Replies: 3
» Views: 468
|
8/24 status of JumpDrive
Forum: PinePhone Software
Last Post: biketool
11-18-2025, 01:27 PM
» Replies: 5
» Views: 2,138
|
Questions about running U...
Forum: General Discussion on PineTime
Last Post: alicesphere
11-18-2025, 12:48 AM
» Replies: 0
» Views: 80
|
Difficulty with openSUSE ...
Forum: PinePhone Software
Last Post: danm1988
11-17-2025, 07:49 AM
» Replies: 0
» Views: 91
|
Second screen mirroring
Forum: General
Last Post: andrekyler
11-17-2025, 01:06 AM
» Replies: 3
» Views: 1,909
|
|
|
| HELO files.pine64.org (email config problem) |
|
Posted by: sdgathman - 08-14-2019, 10:20 AM - Forum: General
- No Replies
|
 |
The forum emails provide only the classic HELO <fqdn> for authentication. This is fine, and RFC correct, although only a few knowledgeable email admins actually check it (or configure it correctly). Big Email providers like to insist on PTR (which is not RFC correct - that is what HELO is for). There is also a valid IP4 PTR record at 207.136.193.31.in-addr.arpa for files.pine64.org. But there is no IPv6 PTR record:
7.0.2.0.6.3.1.0.3.9.1.0.1.3.0.0.0.0.8.0.0.b.a.f.8.f.a.0.2.0.a.2.ip6.arpa not found: 3(NXDOMAIN)
Sending to Big Email providers that insist on PTR via IPv6 may fail.
The HELO for the forums emails is HELO files.pine64.org, and the DNS for files.pine64.org lists only an A record for 31.193.136.207. This is fine for sending emails to IP4 servers. files.pine64.org has entered the 21st century, and also sends emails via IPv6! Great job! Unfortunately, the IPv6 address is not listed in DNS, so the HELO authentication fails in that case. (The FQDN in HELO must resolve to the connect ip.) Since no other authentication is provided, my email server rejects the emails by default. (I, of course, have overridden this by adding a local SPF record for files.pine64.org.)
To simplest solution is to simply add the missing AAAA record to DNS:
files.pine64.org IN AAAA 2a02:af8:fab0:800:31:193:136:207
It would also be a good idea to add the PTR ("reverse DNS") for the IPv6 address to keep Big Email happy.
In addition, I could not find a button to resend the activation email. My account had to be manually activated by an admin on IRC.
|
|
|
|
| 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.
|
|
|
|
|