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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,454
» Latest member: Pattienner
» Forum threads: 16,190
» Forum posts: 116,850

Full Statistics

Latest Threads
Full desktop Surfing and ...
Forum: General Discussion on Pinebook Pro
Last Post: Pattienner
1 hour ago
» Replies: 2
» Views: 359
Any recommended brands/mo...
Forum: Pinebook Pro Hardware and Accessories
Last Post: fnfgopro
3 hours ago
» Replies: 2
» Views: 793
Thoughts after a year wit...
Forum: General Discussion on Pinebook Pro
Last Post: tantamount
10 hours ago
» Replies: 3
» Views: 564
Upgrading Armbian from v2...
Forum: Linux on Pinebook Pro
Last Post: Sb2024
08-09-2025, 06:53 AM
» Replies: 1
» Views: 700
PulseAudio dropouts after...
Forum: Linux on Pinebook Pro
Last Post: P. Siera
08-09-2025, 03:03 AM
» Replies: 3
» Views: 172
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: P. Siera
08-09-2025, 03:02 AM
» Replies: 6
» Views: 320
Hello from Ukraine
Forum: P64-LTS / SOPINE Projects, Ideas and Tutorials
Last Post: Dendrocalamus64
08-08-2025, 07:13 PM
» Replies: 1
» Views: 49
Simple Outdoor Weather St...
Forum: General Discussion on PineTab
Last Post: aria22
08-08-2025, 12:47 PM
» Replies: 0
» Views: 63
Armbian fix, current vers...
Forum: Linux on Pinebook Pro
Last Post: Sb2024
08-08-2025, 08:49 AM
» Replies: 0
» Views: 55
Experimental Mobian kerne...
Forum: PinePhone Pro Software
Last Post: teekay
08-08-2025, 05:39 AM
» Replies: 2
» Views: 167

 
  Audio Extractor
Posted by: Ralck - 05-24-2017, 09:40 PM - Forum: Pine A64 Hardware, Accessories and POT - Replies (1)

Hey all,

First, I apologize if this is not in the right section.  Please move it if there is a better section!

Second, I did a search and from what I could tell, there was only one other thread regarding using an audio extractor and they never mentioned if they tried it or if it worked.

I recently bought one of those cheap audio extractors off Ebay to try to get optical audio to my receiver.  It doesn't have an option to pull the audio directly out of the HDMI signal.  Unfortunately, I cannot seem to get the device to work with the Pine.  It doesn't appear to ever negotiate the HDMI signal or something so it displays no video and no sound.  As a test, I used my laptop and it is able to display video and extract audio (albeit at only 2 channels) just fine.  Has anyone been successful in getting one of these devices to work?

I'm trying to use Android TV to use the Pine as an HTPC replacement.  I have never been able to get the analog audio jack to work either, if that makes any difference.  I bought my Pine (1GB model) through the kickstarter campaign.

Thanks in advance!


Question Nginx proxy on Remix OS -- possible?
Posted by: mitchmitchell - 05-24-2017, 09:20 AM - Forum: Remix OS - Replies (1)

Hello,

I have Remix OS on my Pine64+ set up to act as a proxy for my security camera dvr setup because the dvr is very insecure.  I'm using IP Cam by Robert Chou as a front end which at least closes the glaring holes in the dvr, but I'd like to add an additional layer of security in front of that by using nginx as a proxy with password protection before the IP Cam webserver can be accessed.   

Is it possible to install and configure nginx on Remix OS?

Thanks!

Mitch


  Parrot OS coming to Pinebook
Posted by: Luke - 05-23-2017, 11:28 AM - Forum: News - Replies (8)

According to Softpedia, Parrot OS - an ethical hacking and security Linux distribution - is slated for release on the Pinebook in the not-to-distant future.

Click here to learn more


  REACT OS
Posted by: sarge1950au - 05-22-2017, 11:48 PM - Forum: General Discussion on PINE A64(+) - Replies (1)

Hi,

Can anyone advise if it is possible to run react os on pine64?

Thanks
Sarge

https://www.reactos.org/


  Exagear Desktop on Pinebook
Posted by: AndyK - 05-22-2017, 03:44 PM - Forum: Linux on Pinebook - Replies (2)

Searching around to see if Dropbox have an ARM client that might run on the Pinebook, I stumbled across something called Exagear Desktop which claims to run i686 apps on ARM and I note there is a version for Pine64. They claim 5x quicker than QEMU. Just wondering if anyone has tried it (particularly on a Pinebook) and whether it is worth the $25 they're asking or is it snake oil? 


  Armbian - Xenial (SOPINE)
Posted by: pineadmin - 05-21-2017, 11:56 PM - Forum: Linux on PINE A64-LTS / SOPINE - Replies (6)

Armbian - Xenial (SOPINE) 5.27


  Armbian
Posted by: Luke - 05-21-2017, 04:11 PM - Forum: Linux on PINE A64-LTS / SOPINE - Replies (1)

There are now stable legacy and experimental mainline kernel Amrbian images available for the SoPine.


  Extend the capacity of PB to 50GB with MEGA.nz
Posted by: Pirolocito - 05-20-2017, 04:14 PM - Forum: General Discussion on Pinebook - Replies (10)

I wanted to exchange some files as easy as I do in all my machines, phones, tablets, etc. However there was nothing available in arm architecture, such as Dropbox, Ubuntu One as far as I see is no longer available, so I had to be creative, and I managed to find that mega had a binary for Raspbian, so from here it was a learning process...

This can also be used to run all the binaries that are made for armhf (raspberry pi an so on) on arm64 machines.


Lets go for the real HOW TO...


1st - it is necessary to download the software from the MEGA website. There is only one option when it comes to arm, so you need to go to https://mega.nz/cmd and download Raspbian 8.0 (Jessie) in 64 bits. The file name should be megacmd-Raspbian_8.0_armhf.deb


2nd - this binary comes for architecture armhf, so we need to activate multi-architecture in Pinebook Ubuntu Xenial so that we have access to all the requested libraries necessary to run. For that you should run:


sudo dpkg --add-architecture armhf

sudo apt update

3rd - we are not there yet, as Mega uses some fancy cryptografic libraries, we need to add a source to the resources list. just run


sudo nano /etc/apt/sources.list


and add this line


deb http://ports.ubuntu.com/ trusty main universe


after press control+x and say yes.


now run


sudo apt update


4th - now we have all resources to make the installation, run the instalation in the same folder were the megacmd is located


sudo gdebi megacmd-Raspbian_8.0_armhf.deb


just follow the instructions and reply yes, it might be the case that it ends in error, just ignore.


5th - now you are ready to run mega-cmd from the terminal. you will be asked your username and login, and after login it is similar to a linux terminal. You can also open another terminal and use the scripts mega-ls, mega-cd, etc, etc... just read tru the help... 


Very important is that you can also sync folders which can be very useful, just read the help on mega-sync command, nothing special to do.


BUGS - so far only bug found, and already reported to Mega.nz is that the get function (to download to your computer) does not work with filenames containing spaces. However using the folder syncing it works without any issues using the same files.


Anything that is not working properly, or you would like some explanation just drop a message or contact me in the Pine 64 irc channel.


Pinebook (or any arm64) - Linux Mega.nz Howto

Special Thanks to Xalius_PB11 on the multiarch...


  EULER bus question...
Posted by: ealbers - 05-20-2017, 05:19 AM - Forum: General Discussion on PINE A64(+) - Replies (10)

I'm trying to figure out how many GPIO pins I can use on the EULER bus, from the schematic I see some which look like they may be usable as GPIO so long as I don't need their 'primary' functions....

For example PB3,PB5,PB6 are labeled as I2S_MCLK,I2S_BCLK and I2S_DOUT, can I use the as gpio??

If so, I see the following pins available for GPIO (please correct me if any of these won't work as GPIO)

PB3,PB5,PB6,PD2,PD3,PD1,PB2,PB8 on one side (assuming I don't use the uart for uart stuff)

And PH8,PB4,PB7,PD4,PD5,PD0,PD6,PD7 AND PB9 on the 'right side of the schematic'

Total: 8 + 9 = 17 GPIO available on EULER??

My project needs as many GPIO as possible, communications etc will all be by ethernet once data is collected into ram)
Thanks!


  solar power on a Pine64 tablet
Posted by: Little_Johnny - 05-20-2017, 02:48 AM - Forum: DC Power In - Replies (11)

im making a Pine64 tablet with a c4 labs screen case, i want to put a 5v solar panel with a 5v 2A voltage regulator on the back to charge the 3.7V Li ion battery, im thinking about using a usb plug from the voltage regulator to the pine64 board, my questions are is this possible and do i have the voltage and amps correct to charge?