Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,567
» Latest member: nov8r1
» Forum threads: 16,213
» Forum posts: 116,984

Full Statistics

Latest Threads
bookworm vs trixie discus...
Forum: Mobian on PinePhone
Last Post: anonymous
8 hours ago
» Replies: 68
» Views: 30,457
Special keys stopped work...
Forum: General Discussion on PineNote
Last Post: j_s
Yesterday, 04:04 PM
» Replies: 3
» Views: 8,554
Tips for accurate reading...
Forum: General
Last Post: jaydenlord07
09-18-2025, 12:55 AM
» Replies: 0
» Views: 1,935
Wifi 5Ghz Issue
Forum: PineNote Software
Last Post: nicolaos
09-17-2025, 06:36 PM
» Replies: 0
» Views: 2,091
the self built bl602_boot...
Forum: Getting Started
Last Post: pinecheng
09-16-2025, 02:15 PM
» Replies: 2
» Views: 3,128
Why projects like PinePho...
Forum: General Discussion on PinePhone
Last Post: Gary2003
09-16-2025, 01:13 PM
» Replies: 13
» Views: 11,723
Cannot flash the modem fi...
Forum: Mobian on PinePhone
Last Post: anonymous
09-16-2025, 12:18 PM
» Replies: 7
» Views: 4,580
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
09-16-2025, 11:18 AM
» Replies: 8
» Views: 7,397
Mobian MMS/SMS text probl...
Forum: Mobian on PinePhone
Last Post: georgegohl888
09-15-2025, 02:42 AM
» Replies: 16
» Views: 23,310
Default password for KDE ...
Forum: General Discussion on PinePhone
Last Post: Toni
09-14-2025, 06:35 PM
» Replies: 0
» Views: 3,679

 
  A few questions SERIOUS ANSWERS ONLY
Posted by: yourhighpriestess - 04-19-2016, 02:02 PM - Forum: Getting Started - Replies (6)

The last two posts I did were hijacked by idiots who wanted to know how real my cards were. I'm going to try this again. 

How will I know if the board is working? Right now I have just power, HDMI and a mouse. I just put the 32GB card (NOT A FAKE SO DON'T BOTHER ME WITH THAT) in that is loaded with Android 20160216. The only thing I'm getting is a black screen for the last 5 minutes. It turns on for 15 seconds and then the light on the monitor light flashes.


  lighttpd
Posted by: wymand - 04-19-2016, 01:06 PM - Forum: Linux on Pine A64(+) - Replies (5)

Ubuntu newbie here.  Loaded lighttpd  (apt-get) and it failed.

Pine64 2gb memory
NEW Ubuntu Pine64 ML-Anderal.img

lighttpd failed

Apr 19 11:47:57 TMS-160 systemd[1]: Starting Lighttpd Daemon...
-- Subject: Unit lighttpd.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/lis...temd-devel
--
-- Unit lighttpd.service has begun starting up.
Apr 19 11:47:57 TMS-160 lighttpd[13991]: /usr/sbin/lighttpd: symbol lookup error: /usr/sbin/lighttpd: undefined symbol: FAMNoExists
Apr 19 11:47:58 TMS-160 systemd[1]: lighttpd.service: Control process exited, code=exited status=127
Apr 19 11:47:58 TMS-160 systemd[1]: Failed to start Lighttpd Daemon.
-- Subject: Unit lighttpd.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/lis...temd-devel
--
-- Unit lighttpd.service has failed.
--
-- The result is failed.
Apr 19 11:47:58 TMS-160 systemd[1]: lighttpd.service: Unit entered failed state.
Apr 19 11:47:58 TMS-160 systemd[1]: lighttpd.service: Failed with result 'exit-code'.


FWIW, I uninstalled lighttpd and installed apache2
It is working fine.

Thank you


  Use a iMac as Monitor
Posted by: SirLenuxx - 04-19-2016, 10:39 AM - Forum: General Discussion on PINE A64(+) - Replies (4)

Hello everyone ,

I bought the pine 64 on march but i have a question , 

I have a iMac 2010 screens and i want to use it as a monitor but the question is how ?

Actually isn't a display port is the older model i have searched and didn't found any answer / full specs .

I searched how it will work with Raspberry but i think i need a newer model ( Later 2011 ) to do it .

Thanks for any responses .


  Trouble Installing PHP5
Posted by: JCMPine64 - 04-19-2016, 08:59 AM - Forum: General Discussion on PINE A64(+) - Replies (3)

I'm trying to install PHP5 so that I can run a Dokuwiki server, but I get this error message:

Code:
ubuntu@Pine64:~$ sudo apt-get install php5-fpm php5-gd                                   Reading package lists... Done
Building dependency tree
Reading state information... Done
Package php5-fpm is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package php5-gd is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'php5-fpm' has no installation candidate
E: Package 'php5-gd' has no installation candidate

I've added additional repositories and then run apt-get update, but no luck.
Code:
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"

Any suggestions on how to get PHP5 installed?

Thanks.


  Set Static IP
Posted by: JCMPine64 - 04-19-2016, 07:58 AM - Forum: General Discussion on PINE A64(+) - Replies (25)

I know this just me being a bonehead, but I can't figure out how to set a static IP on the Pine64.  I managed to set the address once with no problems, but after I re-imaged the sd card and tried to set the address the next couple of times, I managed to screw it up so badly that I had to re-image the sd card after each attempt.

I tried a couple of ways that failed (I can't remember what I did the first successful time):
Edited /etc/network/interfaces

Added these lines:
auto eth0
iface eth0 inet static
address 192.168.1.206
netmask 255.255.255.0
gateway 192.168.1.1

This didn't work.

Then I noticed a strange (to me) lines in the interfaces file:
# interfaces(5) file used by ifup(8) and ifdown(8)
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d

So I edited the eth0 file in interfaces.d and added the lines above to it.

Didn't work either.

Anyone have an idea on what I am doing wrong?
Thanks.


  Pi2 Server Comparison - Rough
Posted by: JCMPine64 - 04-19-2016, 07:48 AM - Forum: General Discussion on PINE A64(+) - Replies (10)

I just stood up a simple Samba server on my Pine64, configured the same as my existing Pi2 server.  I tested it using a robocopy backup script with a set of sample files.  Here are the details:

Files:
1 ripped dvd
1000+ epub books
Miscellaneous small files

Configuration:
Pi 2 model B
WD Red 3tb drive
Sabrent USB3.0 enclosure

Pine64 2mb
WD Red 3tb drive
Sabrent USB3.0 enclosure

Quick results:
Pi2
----------------------------------------------------------------------------------
               Total    Copied   Skipped  Mismatch    FAILED    Extras
    Dirs :      1752      1752         0         0         0         0
   Files :      4482      4482         0         0         0         0
   Bytes :   5.490 g   5.490 g         0         0         0         0
   Times :   0:17:20   0:15:55                       0:00:00   0:01:25


   Speed :             6170786 Bytes/sec.
   Speed :             353.095 MegaBytes/min.
   Ended : Tuesday, April 19, 2016 9:16:25 AM

Pine64
----------------------------------------------------------------------------------
               Total    Copied   Skipped  Mismatch    FAILED    Extras
    Dirs :      1752      1752         0         0         0         0
   Files :      4482      4482         0         0         0         0
   Bytes :   5.490 g   5.490 g         0         0         0         0
   Times :   0:06:47   0:06:06                       0:00:00   0:00:41


   Speed :            16096822 Bytes/sec.
   Speed :             921.067 MegaBytes/min.
   Ended : Tuesday, April 19, 2016 9:27:49 AM
-------------------------------------------------------------------------------

I also then deleted test files, and the Pine64 won easily.

Pi2 - avg 33 items/sec, time 3:40
Pine64 - avg 45 items/sec, time 2:40

--------------------------------------------------------------------------
This is just what I was hoping for.   Now to install DokuWiki and see how it compares to the Pi.


  Ongoing HDMI limited compatability
Posted by: rahlquist - 04-19-2016, 07:21 AM - Forum: General Discussion on PINE A64(+) - Replies (39)

tllim in particular, but anyone else in the know too.

What plans if any are being made to help address the large amount of HDMI issues folks are reporting (myself included).  Of particular interest is simply being able to use the board at this point.

Thanks,


  No signal (HDMI)
Posted by: romaswe - 04-18-2016, 03:51 PM - Forum: Getting Started - No Replies

Hi i have a problem whit start up  Sad
i use the "NEW Ubuntu Pine64 ML-Anderal.img" that i download from Wiki
Then i format the SD card to standard size so its nothing left on it
After that i burn it to the sd card whit win32diskimager
Then i plug the sd-card in to the pine and plugg in the HDMI then i use a 5V 2A powersuplie and get the red power led on and i only get "no signal" on my screen

I have The PINE A64+ (1.2Ghz board and 1GB SDRAM)

Do some one have a ide on what my problem can be?


NEW Ubuntu Pine64 ML-Anderal.img


  Chromium?
Posted by: Sailing_Nut - 04-18-2016, 02:52 PM - Forum: Debian - Replies (63)

This may be a bit of a n00b question.....

I was trying to install chromium but apt-get fails to locate a package, but I can in the Debian Jessie package list that there is an ARM variant of Chromium available.

Do I need to add a new source to pick that up?

Thanks!


  third party wifi
Posted by: rahlquist - 04-18-2016, 12:52 PM - Forum: Linux on Pine A64(+) - Replies (3)

Has anyone gotten a 3rd party wifi adapter to work yet with Debian or Ubuntu? I have tried ad TPlink TL-W722N (AR9271 based) and a non name RT5370 based and despite pulling their respective firmware libraries from non-free I am not having much luck. I have to assume it is because neither the adapters modules are included? Any thoughts or insite?