Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 29,422
» Latest member: fnosai
» Forum threads: 16,178
» Forum posts: 116,806
Full Statistics
|
|
|
Ethernet connection issues |
Posted by: jpnh - 11-21-2016, 09:05 PM - Forum: Ubuntu
- Replies (2)
|
 |
I ordered two Pine64s and am connecting them via Ethernet to the same router. Using the Ubuntu Xenial base image. I worked through an issue where both cards had the exact same MAC address by doing the following:
- edited /etc/network/interfaces.d/eth0:
Code: iface eth0 inet dhcp
hwaddress ether 00:00:00:00:00:00
For 00:00...00:00 I put a custom mac address. I then rebooted the Pine. This exact process seemed to work for one Pine board, but not the other. It's strange because for the second Pine board, I can connect fine using the default mac address, but once I change the address by editing the interface file and reboot, the ethernet fails to connect (I get no lights period from the ethernet port).
Can anyone explain to me what might be the issue? Since I am flashing both pines with the same image and executing the same steps, I can only assume there is some hardware issue that I am encountering.
|
|
|
Success! Pine64 PBX |
Posted by: Mach10 - 11-20-2016, 08:03 PM - Forum: Linux on Pine A64(+)
- Replies (6)
|
 |
Hi there,
I've literally just finished working on getting the Pine64 working as a PBX,
I'll be at some point providing an image for anyone who wants to use it.
***UPDATE 11/27/2016***
here's the image, you'll need a 32gig SD Card since I didn't get time to shrink the image, or if anyone wants to by all means.
https://www.dropbox.com/s/nlbng1cn4cle84...ar.gz?dl=0
Console Login / Pass
root
centos
PBX webgui login / pass
pinePBX
pinePBX
|
|
|
install shashlik |
Posted by: bilylilyli - 11-18-2016, 06:14 PM - Forum: Debian
- Replies (1)
|
 |
Hi guys, I am trying to install shashlik. I followed the instruction from this link
When I run apt-get install libc6-i368 lib32gcc1 lib32z1 python3-xdg
It shows unable to locate package libc6-i368
unable to locate package lib32gcc1
unable to locate package lib32z1
How can fix this problem?
|
|
|
Browser Wars - FF - Chrome - Midori |
Posted by: rickseiden - 11-18-2016, 02:54 PM - Forum: Getting Started
- Replies (12)
|
 |
I just got my Pine64 up and running with the latest Debian image, and one thing I tried to do right off the bat was install Chromium. I don't see it anywhere. I've searched the software repository. I've searched apt-cache. I've apt-get update and apt-get upgrade, and I can't find it.
When I start Firefox, I get a button in my task bar that says "Starting Firefox ESR". That button goes away, and nothing ever starts up. I try to start it from the command line:
Code: debian@pine64:~$ /usr/lib/firefox-esr/firefox-esr
Segmentation fault
So I'm left with Midori, which wouldn't be my first choice.
How can I install Chromium, and/or get Firefox working?
Thanks
Rick
|
|
|
|