Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 29,566
» Latest member: Arisha22Ki
» Forum threads: 16,214
» Forum posts: 116,982
Full Statistics
|
Latest Threads |
verified girls for adult ...
Forum: General
Last Post: simic
6 hours ago
» Replies: 0
» Views: 229
|
Special keys stopped work...
Forum: General Discussion on PineNote
Last Post: j_s
Yesterday, 04:04 PM
» Replies: 3
» Views: 8,099
|
Tips for accurate reading...
Forum: General
Last Post: jaydenlord07
09-18-2025, 12:55 AM
» Replies: 0
» Views: 1,507
|
Wifi 5Ghz Issue
Forum: PineNote Software
Last Post: nicolaos
09-17-2025, 06:36 PM
» Replies: 0
» Views: 1,625
|
the self built bl602_boot...
Forum: Getting Started
Last Post: pinecheng
09-16-2025, 02:15 PM
» Replies: 2
» Views: 2,673
|
Why projects like PinePho...
Forum: General Discussion on PinePhone
Last Post: Gary2003
09-16-2025, 01:13 PM
» Replies: 13
» Views: 11,170
|
Cannot flash the modem fi...
Forum: Mobian on PinePhone
Last Post: anonymous
09-16-2025, 12:18 PM
» Replies: 7
» Views: 4,158
|
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
09-16-2025, 11:18 AM
» Replies: 8
» Views: 7,007
|
Mobian MMS/SMS text probl...
Forum: Mobian on PinePhone
Last Post: georgegohl888
09-15-2025, 02:42 AM
» Replies: 16
» Views: 22,831
|
Default password for KDE ...
Forum: General Discussion on PinePhone
Last Post: Toni
09-14-2025, 06:35 PM
» Replies: 0
» Views: 3,281
|
|
|
Booting off iSCSI |
Posted by: mgamble - 07-07-2016, 12:43 PM - Forum: Linux on Pine A64(+)
- Replies (2)
|
 |
After building kernel 3.10.102 based on longsheep's sources I now have working iSCSI support on my Pine64, however, I can't figure out the correct arguments to put into uEnv.txt to actually boot off iSCSI - has anyone gotten this working and if so, what does your uEnv.txt look like?
Thanks!
|
|
|
Installing remix os |
Posted by: fooclueshoedo - 07-07-2016, 11:57 AM - Forum: Getting Started
- Replies (3)
|
 |
Hey y'all. So I purchased a preloaded sd card with Android. It works just fine, but after seeing a friend use remix os, I've decided to switch.
On this wiki page there what look to be a bunch of images I can burn to using dd on linux. Last I had looked we have to use this phoenix tool on windows.
Am I able to use these dd images safely?
|
|
|
Airmouse Issues |
Posted by: warpwookie - 07-07-2016, 11:27 AM - Forum: Accessories
- Replies (9)
|
 |
Hello all,
So I've tried using the airmouse that comes with the kick starter backer kit and cannot seem to get the thing to do anything. The sparse instruction sheet that came with it is no help so I figured I would reach out to you guys to see if anyone else has had issue or can help me.
I'll relay what I've done to try and use it with me dell laptop. I plug in the wifi dongle and it shows in my devices as "airmouse". Then I try to pair it to the receiver and from what the instruction sheet says it looks like it pairs correctly, but when I try to use it to move the mouse around, nothing. To pair, I press down vol - and vol + until the green light goes solid, let go and then wait till the light goes off before I try using it.
What am I doing wrong here?
|
|
|
Dead USB Port |
Posted by: BlackJack - 07-07-2016, 11:25 AM - Forum: USB 2.0 Ports
- Replies (15)
|
 |
Hey everybody,
I was very exited when I received my pine. First impressions were really good! But I discovered that one of my USB ports was dead. There Is not even 5V(I tested an sub fan). I contacted the support but I didn't get a response yet... So I hope I will get contact to someone of the support team this way...
|
|
|
DTS options for HDMI-DVI adapters |
Posted by: xalius - 07-07-2016, 09:57 AM - Forum: Linux on Pine A64(+)
- No Replies
|
 |
I came across several hints on other Allwinner SoCs like the H3 (which has similar peripherals to the A64, just 32bit cores) where to enable better inter-operability with DVI-HDMI adapters a certain device tree option has to be set:
Code: ...
hdmi_hdcp_enable = <0x00000000>;
hdmi_cts_compatibility = <0x00000001>;
...
http://linux-sunxi.org/Xunlong_Orange_Pi...converters (for example)
We have that option in the extracted device tree used for our Linux Images...
https://github.com/longsleep/build-pine6....dts#L2003
Did anyone with DVI issues try that yet?
Edit: The dts option seems to enable "something" in the display driver, but what exactly is hidden in the binary portion if I see it correctly....
Code: disp_hdmi.c
...
if(gdisp.init_para.hdmi_cts_compatibility == 0) {
DE_INF("bsp_disp_hdmi_open: disable dvi mode\n");
bsp_disp_hdmi_dvi_enable(screen_id, 0);
} else if(gdisp.init_para.hdmi_cts_compatibility == 1) {
DE_INF("bsp_disp_hdmi_open: enable dvi mode\n");
bsp_disp_hdmi_dvi_enable(screen_id, 1);
} else {
bsp_disp_hdmi_dvi_enable(screen_id, bsp_disp_hdmi_dvi_support(screen_id));
}
...
|
|
|
Image sizes too big for SD card? |
Posted by: montero65 - 07-07-2016, 09:12 AM - Forum: Android on Pine A64(+)
- Replies (29)
|
 |
I imagine I'm not the only person who has encountered this, but I recently picked up a few microSD cards that I wanted to use with the Pine. The problem I'm having is when I try to use the DD images for a 32GB card, it says that the image is too big, not enough sectors available (using Win32DiskImager).
I purchased three of the same card, SanDisk Ultra 32GB class 10, UHS-1. All three show the exact same size of 29.8GB. I know companies do the 1000 instead of 1024 thing for how they calculate GB, and if you do that for KB, MB, and GB, you're looking at 29.8GB actual, so that makes sense.
But I would think the image for a 32Gb card should fit on a "32GB" card. Is anyone else having this same issue? Am I missing something? Do I need to format the cards first in a different way? I tried to format, I think it was exFAT32. I could also select sector size (it was at 512). What are the correct settings to format the card to? Or, should I use the 16GB image on the 32Gb card in order to have some storage space available? Thanks for the help.
|
|
|
Cannot install Dstat on Debian Base PineA64 image |
Posted by: ywoody - 07-07-2016, 07:28 AM - Forum: Debian
- Replies (6)
|
 |
Using the new Debian Base image: pine64-image-debianbase-310102bsp.img
Got following error when install Dstat. Any help?? This is the first distro i encounter that cannot install dstat.
root@pine64:/home/debian# apt-get install dstat
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
dstat
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 50.5 kB of archives.
After this operation, 351 kB of additional disk space will be used.
Get:1 http://ftp.us.debian.org/debian/ jessie/main dstat all 0.7.2-4 [50.5 kB]
Fetched 50.5 kB in 1s (31.1 kB/s)
Selecting previously unselected package dstat.
(Reading database ... 88108 files and directories currently installed.)
Preparing to unpack .../archives/dstat_0.7.2-4_all.deb ...
Unpacking dstat (0.7.2-4) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up dstat (0.7.2-4) ...
Traceback (most recent call last):
File "/usr/bin/pycompile", line 35, in <module>
from debpython.version import SUPPORTED, debsorted, vrepr, \
File "/usr/share/python/debpython/version.py", line 1
SyntaxError: Non-ASCII character '\xdb' in file /usr/share/python/debpython/version.py on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
dpkg: error processing package dstat (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
dstat
E: Sub-process /usr/bin/dpkg returned an error code (1)
|
|
|
|