Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 29,329
» Latest member: Pamax9
» Forum threads: 16,152
» Forum posts: 116,696
Full Statistics
|
|
|
No HDMI Audio |
Posted by: lenwe33 - 05-01-2016, 11:17 PM - Forum: Remix OS
- Replies (10)
|
 |
Has anybody had any issues with this?
I can get audio out of the audio jack but I cant get any audio from the HDMI.
I have the pine 64 with the 2gig board.
|
|
|
Flash size? |
Posted by: jcdoe - 05-01-2016, 09:14 PM - Forum: Android on Pine A64(+)
- Replies (3)
|
 |
I haven't seen this mentioned yet, apologies if it has been answered.
I used win32 disk imager and the latest Android image on a 32 GB card. The system runs like a dream, but only reports 4 GB of usable space (it detects 32 GB of flash, interestingly).
So I popped the card back in my reader on my pc and noticed that the disk has 3 partitions--I'm guessing a small boot partition, the android partition, and the usable flash. The remaining 20+ GB are simply unpartitioned.
How do I gain access to that extra space?
|
|
|
very disappointed |
Posted by: strontium62 - 05-01-2016, 04:52 PM - Forum: General Discussion on PINE A64(+)
- Replies (7)
|
 |
What am I doing wrong?
1. All distributions (Remix, Ubuntu, Debian, Android) have a big lags in video 720P. Android lag in the interface, some applications can not be opened, is very slow.
2. Board sometimes hangs (from overheating?)
3. The first time after idle HDMI is not working. Need to reboot
4. Do not work USB 3.0 Hard Drive 1TB
5. No sound via HDMI
I have Nillkin 2A DC adapter and Transcend Premium 300x micro SD card
I would like to make a simple file server... Any ideas?
|
|
|
USB Wifi Dongle |
Posted by: XFSmiles - 05-01-2016, 04:04 PM - Forum: Accessories
- Replies (18)
|
 |
Is there a usb wifi dongle that works? I've tried WiPi and 2 others and haven't had much luck. Am I missing something?
|
|
|
Can we force the ethernet link to 100mbps? |
Posted by: moondark - 05-01-2016, 03:59 PM - Forum: Android on Pine A64(+)
- Replies (10)
|
 |
Like other people here, I'm experiencing problems with the network connection when using gigabit ethernet on Android 5 (and Remix OS). The connection becomes unreliable and very slow. On Remix OS I can use my USB/Ethernet dongle, this does not work on Android.
Since a rooted image of Android is now available, I have been trying to force the eth0 link to 100mbps without success.
What I did was:
su
ifconfig eth0 media 100baseTX
Tried also several other strings such as 100, 100baseT, etc.. no go.
Someone knows which mode correspond to the 100mbps mode?
Ethtool may help on this? How to install it?
This may be a good workaround for people without wifi card and that can't change downgrade the speed on the router.
Thanks.
|
|
|
Case question |
Posted by: Fosterocalypse - 05-01-2016, 02:24 PM - Forum: General Discussion on PINE A64(+)
- Replies (5)
|
 |
I received my package in the past week and just now getting to mess with it. I bought the official pine 64 clear case but i didn't get any screws or the posts to connect the two pieces together....is this normal? If so can someone point me in the direction to get the necessary hardware...if not how do we notify them that there are parts missing?
|
|
|
Pine64 makes snappy file server |
Posted by: RaimundEge - 05-01-2016, 11:30 AM - Forum: Archlinux
- Replies (11)
|
 |
Got my pine64 2GB 3 days ago: so far so good !
I installed/updated the latest longsleep Archlinux system with Xfce4.
Only snafu so far is the Chromium problem reported in this forum.
My goal is to use the pine64 as a file server to my home network.
Installed samba via pacman, configured the smb.conf file and was up and running.
With the help of the friendly folks at altdrive.com I was able to install
the altdrive Java-based backup service, including its GUI client.
I will give this setup a little time to settle, and then will swap out my old trusty i386-based server.
|
|
|
Compile AOSP Fail |
Posted by: mrjerome - 05-01-2016, 11:28 AM - Forum: Android on Pine A64(+)
- Replies (6)
|
 |
I download source code from here (http://www.cnx-software.com/2015/12/10/a...urce-code/)
I download android_A64_A5.1_V1.0.tar.gz and android_prebuilts_A64_A5.1_V1.0.tar.gz file.
And I unzip these files and compile those on unbuntu 14.04 LTS
I type these commands.
A64_AOSP$source build/envsetup.sh
A64_AOSP$lunch // < -----I choose [aosp_arm64-eng]
A64_AOSP$make -j4
Then ... it's compile start .. but occurs some error messages that
[6~make: *** No rule to make target `hardware/aw/widevine/widevine_L/Android.mk'. Stop.]
Have any body compile it successful ? or Any help is appreciated.
Thanks ~
|
|
|
Programming languages support under PINE64 |
Posted by: baryluk - 05-01-2016, 10:56 AM - Forum: Linux on Pine A64(+)
- Replies (6)
|
 |
I am mostly interested in programming under ARM64 in Linux, so I am starting this thread here.
I want to gather peoples interests in different programming languages and the current state of them under ARM64. This includes the programming language itself, and the libraries. I am doing that because ARM64 is very new platform. And PINE64 is basically first generally available computer with ARM64. Previous ones were very expensive, so anything other than few languages needed to run some basic functions (C, C++, Python, Bash, Perl and PHP to run maybe a web server), was not really tested or easy to port without access to cheap hardware by developers.
This is both for my amusement, for showing the state of the platform, and maybe as a guide for other people what can be done with Pine.
Let me divide support into 3 categories or classes. If somebody have some experience about these languages/libraries under Pine64 or other ARM64 board, or under other systems (MacOS, Windows, Linux, FreeBSD) under normal PC (x86, amd64), and want to add something to the list, by testing it under PINE64, please post comments below.
1st class support (compilers and most libraries fully available upstream, and packaged into all major Linux distributions, works out of the box, and there is no major obstacles to use fully the language). This will also include most of the interpreted languages, with working interpreter. But remember that even interpreted languages often interact with C, C++ and host systems in many libraries (i.e. PHP libraries are often written in C, same with Python)
- C (gcc and clang compilers)
- C++ (gcc and clang compilers)
- Go (gcgo compiler)
- PHP
- Python 2.x and 3.x
- Perl 5
- Ruby
- JavaScript, Node.js - under V8, Chromium and Firefox
- Unix shell scripting like Bash, ZSH, KSH, etc.
- Erlang and Elixir (no HiPE support for aarch64, just arm and other archs, but interpreter works. LLVM backend in the works).
- Scheme (multiple implementations works just fine. not tested native code compilers)
- Java using OpenJDK environment (Tested OpenJRE9, but it older should work too, including OpenJDK too)
- Ada (tested gnat-6 6.1.1)
- Haskell (tested Glagow Haskell Compiler 7.10.3 with -fllvm backend)
- OCaml (tested ocaml 4.02.3)
- Fortran (tested gfortran-5 5.3.1)
- Forth (tested gforth 0.7.3)
2nd class support (compilers partially working, some libraries maybe working, not fully tested, but there is a progress in making it run just fine). Some languages landed here because I didn't confirmed if they belong to 1st class fully. But probably half of them can be moved to 1st class category after proper confirmation of their status.
- Rust - compiler should work (LLVM based), but core libraries are not yet ready
- D 2.x (gdc compiler, ldc compiler maybe) - gdc compiler almost works, phobos almost ready
- Groovy
- Elm
- Kotlin
- C#, F#, etc under Mono virtual machine and its compilers
- Haskell
- OCaml
- OpenCL
- Clojure
- Swift
- Objective-C
- PyPy
- Lua, and LuaJIT
- Lisp, ie. Common Lisp
- Scala
- Dart
- Fortran (i.e. gfortran
- Ada (i.e. gnat)
- Jython
- Octave
- R
- Nemerle
- Pascal (i.e. Gnu Pascal)
- Vala
3rd class support. Status unknown, no porting started, or the existing implementations are already limited in portability.
- Eiffel
- Visual Basic
- Fortress
- Delphi
- Maple
- Matlab
- Mathematica
- Sawzall
- Oberon
- Escher
- Factor
I limited myself to languages I had some contact in the past, or are reasonably popular with big community. I explicitly excluded many esoteric languages (the ones made just for fun), even if they are in 1st or 2nd category, because they were not really done for practical purposes, and I do not want to pollute this list too much with them. I also explicitly excluded many languages that run in the web browser, with few minor exceptions like Dart and Elm, but in general, they are platform independent and do not even really run on the development host but in the clients browser. I included some, and they inclusion stats the status of the development, tools and compilers to Java or JavaScript target, not whatever you can run the programs in the browser correctly (but usually some support for execution would be also necessary for example to run tests). I also excluded very old languages, that nobody expect to be running even on modern PCs (like Algol variants, or Modula), or do have extremely small community or numbers of libraries available.
Anything more to add? Again, if you do have expirience with some of the above languages, and if you already tested them to work correctly, comment about moving the language to the proper category. (In example I feel that the Lua, Haskell and Ocaml might just work out of the box, same with Octave and R libraries. I just had no time to test anything in them yet). If you are under Debian, or Ubuntu, try installing provided packages, and see how things work, and report back. If so please provide distribution version, and version of the language tools and libraries you used for testing.
Changes: Moved Erlang and Elixir up. Moved Scheme up. Moved Haskell and Ocaml up. Moved Ada and Fortran up. Added comments to D and Rust.
|
|
|
Problems Connecting to Google Services? |
Posted by: GunnerKB - 05-01-2016, 10:56 AM - Forum: Android on Pine A64(+)
- No Replies
|
 |
Pine64 2gb with the wifi module and power supply. Everything Boots up perfectly fine and seems to work great with both Remix OS and Android 5.1; however, when I try to add my google account I get a message that says it cant connect to google services. I've tried on wifi and on ethernet with the same results. Additionally, when I open chrome, many websites will not load. So far I have only been able to connect to facebook, pine64's homepage, and youtube (which will only let me play videos if I request the desktop page). Exact same issues with android 5.1 and Remix OS. I've tried formatting and rewriting the image file multiple time. Any help is appreciated.
|
|
|
|