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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,714
» Latest member: listtodata
» Forum threads: 16,264
» Forum posts: 117,212

Full Statistics

Latest Threads
what is the point?
Forum: General Discussion on PinePhone
Last Post: biketool
Yesterday, 10:32 AM
» Replies: 6
» Views: 307
Irradium (based on crux l...
Forum: Linux on Pinebook
Last Post: mara
11-28-2025, 07:38 AM
» Replies: 3
» Views: 11,850
Danctnix USB GPS for Pine...
Forum: PineTab Software
Last Post: biketool
11-28-2025, 06:09 AM
» Replies: 0
» Views: 70
Pinetab2 camera drivers
Forum: PineTab Software
Last Post: biketool
11-28-2025, 03:39 AM
» Replies: 10
» Views: 6,786
Old Danctnix server in Pa...
Forum: PineTab Software
Last Post: realchunkyflea
11-27-2025, 05:01 PM
» Replies: 3
» Views: 335
PinePhone sensors - Gyros...
Forum: General Discussion on PinePhone
Last Post: WhiteHexagon
11-27-2025, 04:23 PM
» Replies: 2
» Views: 115
irradium (based on crux l...
Forum: Linux on Rock64
Last Post: mara
11-27-2025, 10:30 AM
» Replies: 10
» Views: 15,933
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
11-26-2025, 02:45 PM
» Replies: 10
» Views: 16,863
PinePhone, PinePhone Pro,...
Forum: PinePhone Hardware
Last Post: j_s
11-26-2025, 11:33 AM
» Replies: 4
» Views: 340
Quill OS for the PineNote
Forum: PineNote Software
Last Post: JhonSmith
11-26-2025, 01:42 AM
» Replies: 1
» Views: 213

 
  Portable USB-Powered Monitor
Posted by: mribunal - 04-19-2016, 03:19 PM - Forum: POT modules - Replies (4)

I still don't have my Pine64+. I have a question for those familiar with the board's spec.

Can the Pine64 power a Portable USB Monitor such as the Asus MB168B+. Info is here: https://www.asus.com/us/Monitors/MB168BPlus/overview/


  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!