| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Womens In Your City - Ano...
Forum: General
Last Post: Hipocrates
Today, 01:01 AM
» Replies: 0
» Views: 34
|
BT PAN - we need iptables...
Forum: Mobian on PinePhone
Last Post: biketool
Yesterday, 12:57 PM
» Replies: 1
» Views: 448
|
How can I record video on...
Forum: General Discussion on PinePhone
Last Post: baptx
Yesterday, 12:55 PM
» Replies: 23
» Views: 18,359
|
u-boot rk356х (rockchip r...
Forum: Quartz64 Tutorials
Last Post: hamsterbacke
Yesterday, 09:39 AM
» Replies: 18
» Views: 33,991
|
A/V output enable
Forum: Linux on Rock64
Last Post: 8lall0
03-24-2026, 04:45 PM
» Replies: 0
» Views: 55
|
If your USB-C port is fla...
Forum: PinePhone Pro Hardware
Last Post: Zebulon Walton
03-24-2026, 02:25 PM
» Replies: 0
» Views: 68
|
Pinebook problem
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
03-18-2026, 08:58 AM
» Replies: 2
» Views: 4,666
|
Pine a64+ power supply
Forum: General Discussion on PINE A64(+)
Last Post: davidspencer
03-18-2026, 01:02 AM
» Replies: 0
» Views: 158
|
Private / self-hosted "Cl...
Forum: General Discussion on PinePhone
Last Post: cyberb123
03-17-2026, 11:57 AM
» Replies: 8
» Views: 7,199
|
Automatic screen rotation
Forum: PineTab Software
Last Post: Raik
03-17-2026, 01:49 AM
» Replies: 32
» Views: 29,953
|
|
|
| Configuring WiFi Module via SSH |
|
Posted by: Chadilac - 11-11-2016, 01:23 PM - Forum: openHAB
- Replies (2)
|
 |
Hi All,
I have been trying to setup my wifi module that came with the Pine64.
It seems to be recognized in iwconfig:
openhab@openhab:~$ iwconfig
eth0 no wireless extensions.
wlan0 unassociated Nickname:"<WIFI@REALTEK>"
Mode:Managed Frequency=2.412 GHz Access Point: Not-Associated
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=0/100 Signal level=0 dBm Noise level=0 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
dummy0 no wireless extensions.
sit0 no wireless extensions.
lo no wireless extensions.
wlan1 unassociated Nickname:"<WIFI@REALTEK>"
Mode:Managed Frequency=2.412 GHz Access Point: Not-Associated
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=0/100 Signal level=0 dBm Noise level=0 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
However when I try configuring I get an error:
Error for wireless request "Set ESSID" (8B1A) :
SET failed on device wlan0 ; Operation not permitted.
Any help on how to get this connected to my secured network?
I can connect via my network currently with the pine plugged in and have access to http://openhab:8080 but havent seen wifi configuration tool in web interface. I'm new to both openhab and commandline operations...
Thanks for any help!
Chad
|
|
|
|
| Using Pine cluster for Docker Swarm |
|
Posted by: jpnh - 11-10-2016, 12:23 PM - Forum: Getting Started
- Replies (1)
|
 |
I just received my first two Pine boards (2GB ram models). My dream is to network these together for use as a Docker Swarm cluster that would host various applications that I develop -- sort of a home-grown replacement for AWS or Docker Cloud. Although I am pretty familiar with Docker, I am rather new at devices like Pine boards. Would anyone be able to help me understand what I need to do to get a reasonably performant cluster that can scale as I purchase more Pine boards?
Here are some questions/thoughts I have:
1) OS
I was thinking Debian base here.
2) Shared Storage
I want shared storage to store docker volumes so that every board in the cluster can mount the volumes into containers.
My first thought was to buy a 1 or 2 TB external hard drive, but:
a) How do i connect all the boards to the drive? Do I need to have the drive connected to one board and then share the mount over the network?
b) What can I expect for IO latency? I want to be able to run postgres database containers against the volumes on the external drive. How will that perform?
3) microSD storage per board
This hits a limit on my docker knowledge -- i'm not sure if i need to have internal storage for all the images that I want my swarm to run, or whether the images can be stored on the shared storage from 1) and just loaded into memory when i instantiate containers. If the images must be kept on the microsd, I guess i would need 32 or 64 GB. But if the images can be kept on shared storage, then i imagine i would only need a microsd large enough for the OS and whatever disk space the docker daemon needs to do its job.
4) Accessing over the internet via SSH
I was thinking instead of buying a static IP, which would require business class from my cable company, to use a service like http://www.noip.com/. I want to be able to SSH into this cluster via the domain name, and of course be able to hit web applications over HTTP.
This is as far as I have gotten so far. I am sure there are gaps in my understanding above. Also please point out to me anything I am NOT thinking of that is crucial to my goal of a personal docker swarm cluster -- any help is appreciated!!!
|
|
|
|
| GPIO fiq capability |
|
Posted by: joseph - 11-09-2016, 05:45 PM - Forum: Pi2, Euler and Exp GPIO Ports
- Replies (3)
|
 |
Hello all,
I want to bind the FIQ to a GPIO pin input processing. Is this functionality available on the Pine64?
I see definition of the pending request in drivers/irqchip/irq-sun4i.c,
#define SUN4I_IRQ_FIQ_PENDING_REG(x) (0x20 + 0x4 * x)
but no reference or apparent support in the module.
Should I be looking elsewhere?
Thank you, Joe
|
|
|
|
| HDMI not working |
|
Posted by: gubaguba - 11-08-2016, 10:38 AM - Forum: Android on Pine A64(+)
- Replies (7)
|
 |
I have a working install using the pine64 touch screen monitor. I was thinking I might want to use the HDMI output as an occasional option. However if I disconnect the touchscreen I get no signal out on HDMI. It will send a signal with screen connected but only a partial screen. Been a while since I did the install and for personal reason had to shelf working on the project. Does the install only work with the touch screen? Would I need another install to functionally use the HDMI.
Thanks
|
|
|
|
| Lost Ethernet |
|
Posted by: hatman28 - 11-08-2016, 12:06 AM - Forum: Android on Pine A64(+)
- Replies (13)
|
 |
I am hoping someone can lead me in the correct direction here. I have had my Pine for quite a while now and I use it almost exclusively for KODI and it's been working great! However, after watching some TV two nights ago, I attempted to watch today and was met with no Ethernet connection. I am connected to the switch which is working fine, and the Pine works great when I boot up my Ubuntu Mate, but with the Android image, I have zero connection options.
I am not an Android guy myself, so I am not all too familiar with the ins and outs of the OS. Any help would be greatly appreciated.
|
|
|
|
| Backer 5,199 - not delivered items |
|
Posted by: bogasman - 11-07-2016, 02:45 PM - Forum: Shipment Related Discussion
- Replies (4)
|
 |
Hi,
I've got 2 packages already but still didn't get all parts I've ordered and shipping@pine64.com doesn't respond to my reminding e-mails. Last time it was Lucy Duong on Pine64 side and she wrote on 15 September:
"No worries, I've notified the shipping department of your issue and they will reship your package as soon as possible!"
And no more information from that time, almost 2 months already
1st package contained Pine64 boards, memory cards, wifi/bt modules, screens, batteries
2nd package contained 2x playbox cases with ribbon cable, and that's all..
I still didn't get:
1. ABS enclosure as part of IoT Kit
2. Z-wave module (EU) as part of IoT Kit
tllim can you help me?
|
|
|
|
| I dropped my Pine64 |
|
Posted by: DukeJustice - 11-07-2016, 07:40 AM - Forum: Pine A64 Hardware, Accessories and POT
- Replies (17)
|
 |
Hi everyone.
Out of stupidity, I accidentally dropped my Pine64 to the floor. It's got the acrylic case and fell flat on the bolts from about 5 feet in the air.
Now, when I plug it in, I have the battery logo. The red led lights for about 10 seconds, flashes once, hold on for about another 5 and shuts down.
I've tried another SD with another OS. Nothing. The battery logo is all I got now.
Is my Pine64 dead?
|
|
|
|
| Power up HDDs |
|
Posted by: c4tich - 11-07-2016, 04:19 AM - Forum: DC Power In
- Replies (3)
|
 |
Hello, good day. I'm trying to use my pine to setup a simpe nfs server with 3 HDDs. There's not enough power to get even one working so, how do I power up the disks to get them working in the pine? Thank you.
|
|
|
|
|