Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 29,405
» Latest member: Hoodsong
» Forum threads: 16,173
» Forum posts: 116,789
Full Statistics
|
Latest Threads |
Need new eMMC
Forum: General Discussion on Pinebook Pro
Last Post: KC9UDX
8 hours ago
» Replies: 1
» Views: 34
|
A host named regret
Forum: General Discussion on PinePhone
Last Post: 1111
Today, 09:48 AM
» Replies: 7
» Views: 1,445
|
U.FL plug on the Wifi/BT ...
Forum: RockPro64 Hardware and Accessories
Last Post: clairelafitte21
Today, 06:27 AM
» Replies: 9
» Views: 15,872
|
Pinephone pro ee bricked?
Forum: General Discussion of PinePhone Pro
Last Post: Dendrocalamus64
Today, 12:06 AM
» Replies: 3
» Views: 70
|
PinePhone Pro EU no warra...
Forum: General Discussion on PinePhone
Last Post: P. Siera
Yesterday, 12:08 AM
» Replies: 0
» Views: 53
|
pinetab2 danctnix broken ...
Forum: PineTab Software
Last Post: acruhl
07-20-2025, 05:33 PM
» Replies: 4
» Views: 131
|
irradium (based on crux l...
Forum: Linux on Rock64
Last Post: mara
07-20-2025, 01:00 PM
» Replies: 9
» Views: 3,049
|
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
07-20-2025, 05:13 AM
» Replies: 8
» Views: 4,027
|
is there any settings men...
Forum: Pinecil Software
Last Post: ejames82
07-19-2025, 08:45 AM
» Replies: 0
» Views: 38
|
Zig booting up on PinePho...
Forum: General
Last Post: WhiteHexagon
07-19-2025, 03:11 AM
» Replies: 0
» Views: 72
|
|
|
New Ubuntu ML-Anderal 4-20-16 Issues |
Posted by: AUDIOTEK - 08-14-2016, 04:14 PM - Forum: Ubuntu
- Replies (2)
|
 |
Anybody has major issues with New Ubuntu ML-Anderal 4-20-16.img image?
I just installed it and I'm having major issues. It constantly loses connection even if it says it's connected. Firefox keeps crashing. kodi is unusable. Can't send bug reports etc... the list goes on and on. I was just wondering if anybody got that release to work.
Is this the closest to Ubuntu 16.04?
|
|
|
RPi.GPIO with C |
Posted by: Wolfenstein - 08-14-2016, 02:26 PM - Forum: Pi2, Euler and Exp GPIO Ports
- Replies (4)
|
 |
Related to this thread http://forum.pine64.org/showthread.php?tid=723 I am trying to build and use the functions in C. I copied all files from RPi.GPIO-PineA64/source and I made these files
test.c
Code: #include "c_gpio.h"
#include "test.h"
int main(void)
{
printf("testfunktoin()=%i\n", testfunktion());
setup();
return 0;
}
makefile
Code: HEADERS = test.h c_gpio.h
OBJECTS = test.o c_gpio.o
default: test
%.o: %.c $(HEADERS)
gcc -c $< -o $@
test: $(OBJECTS)
gcc $(OBJECTS) -o $@
clean:
-rm -f $(OBJECTS)
-rm -f test
test.h
Code: int testfunktion(void)
{
return 44;
}
And I get this compile error:
Code: $ make
gcc test.o c_gpio.o -o test
c_gpio.o: In function `setup':
c_gpio.c:(.text+0x40): undefined reference to `pinea64_found'
c_gpio.c:(.text+0x44): undefined reference to `pinea64_found'
c_gpio.c:(.text+0x2cc): undefined reference to `pinea64_found'
c_gpio.c:(.text+0x2d0): undefined reference to `pinea64_found'
c_gpio.o: In function `clear_event_detect':
c_gpio.c:(.text+0x378): undefined reference to `pinea64_found'
c_gpio.o:c_gpio.c:(.text+0x37c): more undefined references to `pinea64_found' follow
collect2: error: ld returned 1 exit status
makefile:12: recipe for target 'test' failed
make: *** [test] Error 1
|
|
|
What should I see on login? (Missing stuff, I think) |
Posted by: TheGear - 08-14-2016, 01:45 PM - Forum: Debian
- Replies (2)
|
 |
First, thanks to Lenny for his answers in thread 1143, regarding changing screen resolution.
I want to make sure I'm seeing everything on the screen that I'm supposed to. My guess is that something is being truncated off the top and/or bottom. I haven't been able to accomplish useful work yet except via the terminal.
Here's what's on the screen when I log in:
the Pine64 logo
Computer
Debian's home
Trash
A couple of these are truncated on the left side by the edge of the screen. Nothing else. No menu bars, no shutdown buttons, nothing. Is this correct?
Similar to another person in thread 1143, my monitor does not have controls to allow adjusting width and height of the image.
Thanks for your help
Bill in SoFla
|
|
|
New to the Pine64 : Distro recommendation |
Posted by: Charles_2016 - 08-14-2016, 12:51 PM - Forum: Getting Started
- Replies (5)
|
 |
I am new to the world of one board computer and the Pine64 is my first experience.
I have purchase a 1GB and a 2GB model with one Wifi board.
I have put small heatsinks on both processor
Using the linux dd command, I successfully burned a RemixOs on a 16GB class 10 micro-SD card and I am able to boot busing my HDMI TV
But they are is very slow. Much slower than expected.
I am looking for a suggestion for another distribution that would be faster (more responsive) than RemixOs.
|
|
|
For packet loss in 1GbE |
Posted by: kometchtech - 08-14-2016, 05:17 AM - Forum: Ubuntu
- Replies (1)
|
 |
Hi, all
Also on the debian image it is to reproduce in Ubuntu image, but if you use the Ethernet in the 1GbE, packet loss will occur as follows.
Code: 64 bytes from nrt12s13-in-f196.1e100.net (172.217.25.196): icmp_seq=31 ttl=55 time=4.20 ms
64 bytes from nrt12s13-in-f196.1e100.net (172.217.25.196): icmp_seq=33 ttl=55 time=4.12 ms
64 bytes from nrt12s13-in-f196.1e100.net (172.217.25.196): icmp_seq=34 ttl=55 time=3.90 ms
64 bytes from nrt12s13-in-f196.1e100.net (172.217.25.196): icmp_seq=35 ttl=55 time=4.03 ms
^C
--- www.google.com ping statistics ---
35 packets transmitted, 32 received, 8% packet loss, time 34055ms
rtt min/avg/max/mdev = 3.864/4.070/4.478/0.189 ms
Code: $ uname -a
Linux dns02.kometch.local 3.10.102-2-pine64-longsleep #66 SMP PREEMPT Sat Jul 16 10:53:13 CEST 2016 aarch64 aarch64 aarch64 GNU/Linux
When secured to the 100MbE, but the problem is to eliminate, what this problem is a known problem?
Best regards .
|
|
|
ABS cases - shipping news |
Posted by: janeku - 08-14-2016, 02:06 AM - Forum: Shipment Related Discussion
- Replies (1)
|
 |
Hello to every one.
I did not see any information regarding missing ABS cases except info that they will be shipped starting end of July. Today is August 14th.
Has any one received confirmation e-mail his ABS case has been shippdor still nothing ?
Sending e-mail to Pine company is useless knowing their response time and pattern answer we get every time on our questions.
Regards,
|
|
|
Losing WiFi Connection on Android Everytime |
Posted by: mribunal - 08-13-2016, 03:33 PM - Forum: Wifi/BT Module
- Replies (4)
|
 |
My Pine64+ 2GB (Android) & wifi module worked out of the box. There was no problem for the first 2 weeks or so.
But I am recently having a problem with losing internet connection. What has been working is reseating the module & the SD card. When I do those, the wifi connection works fine, although poorly.
The wifi is ok for the duration of my use session. The next time I use my Pine64 again, I'm back to square one with my wifi connection problem.
My Pine64+ & Verizon FiOS Quantum router can see each other. Attempt to ping the Pine64 from the router is unsuccessful, though.
Is there any troubleshoot I can do to address the issue. Obviously, the WiFi module works, but does not work all the time. I hope this is just a software issue.
|
|
|
|