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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 30,105
» Latest member: kiwigoldfish
» Forum threads: 16,361
» Forum posts: 117,530

Full Statistics

Latest Threads
Libby - ebook reader that...
Forum: PineNote Software
Last Post: kiwigoldfish
Yesterday, 04:41 PM
» Replies: 6
» Views: 4,002
Pinephone software
Forum: General Discussion on PinePhone
Last Post: Csanderson0313
Yesterday, 08:23 AM
» Replies: 0
» Views: 63
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
07-02-2026, 02:52 AM
» Replies: 0
» Views: 168
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 79
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,557
Star64/Starpro64 kernel b...
Forum: General
Last Post: tgbgreen
06-30-2026, 12:17 PM
» Replies: 1
» Views: 2,176
Manjaro affected by Arch ...
Forum: General
Last Post: tantamount
06-28-2026, 10:45 AM
» Replies: 0
» Views: 239
Fix Bricked SPI Flash, Pi...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
06-27-2026, 05:00 PM
» Replies: 0
» Views: 165
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
06-27-2026, 04:09 PM
» Replies: 12
» Views: 19,650
irradium (based on crux l...
Forum: Linux on Rock64
Last Post: mara
06-27-2026, 02:43 PM
» Replies: 13
» Views: 18,840

 
  Failed to start Network Manager Wait Online
Posted by: vertex - 11-03-2018, 07:47 PM - Forum: Armbian - Replies (1)

I have a ping64+ 1Gb that refuses to obtain a IP address.

ip addr:

Quote:1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 26:6f:b5:31:80:36 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::246f:b5ff:fe31:8036/64 scope link
       valid_lft forever preferred_lft forever
3: sit0: <NOARP> mtu 1480 qdisc noop state DOWN group default
    link/sit 0.0.0.0 brd 0.0.0.0

Doing a sudo ifconfig eth0 down && sudo ifconfig eth0 up results in:

Quote:[ 5060.383772] Call trace:
[ 5060.592128] Call trace:

Edit:
Output from: systemctl status NetworkManager-wait-online.service
Quote:NetworkManager-wait-online.service - Network Manager Wait Online
Loaded: loaded (/lib/systemd/system/NetworkManager-wait-online.service; enabl
Active: failed (Result: exit-code) since Thu 2018-08-23 15:00:12 UTC; 20s ago
Docs: man:nm-online(1)
Process: 999 ExecStart=/usr/bin/nm-online -s -q --timeout=30 (code=exited, sta
Main PID: 999 (code=exited, status=1/FAILURE)

Aug 23 14:59:42 pine64 systemd[1]: Starting Network Manager Wait Online...
Aug 23 15:00:12 pine64 systemd[1]: NetworkManager-wait-online.service: Main proc
Aug 23 15:00:12 pine64 systemd[1]: Failed to start Network Manager Wait Online.
Aug 23 15:00:12 pine64 systemd[1]: NetworkManager-wait-online.service: Unit ente
Aug 23 15:00:12 pine64 systemd[1]: NetworkManager-wait-online.service: Failed wi

I also attached the serial out from the first boot.

I have also tried to manually set a mac address. That does not seem to change anything. I could be doing it wrong.

Edit:
It does look like I am using the provided mac address:
Quote:eth0 Link encap:Ethernet HWaddr 00:06:dc:8b:41:a5
inet6 addr: fe80::206:dcff:fe8b:41a5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3 errors:0 dropped:0 overruns:0 frame:0
TX packets:15 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:401 (401.0 B) TX bytes:2462 (2.4 KB)
Interrupt:114

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:80 errors:0 dropped:0 overruns:0 frame:0
TX packets:80 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6368 (6.3 KB) TX bytes:6368 (6.3 KB)

sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

Any suggestions welcomed.



Attached Files
.txt   firstboot.txt (Size: 13.73 KB / Downloads: 675)

  SD-HDD migration
Posted by: Trash_Can_Man - 11-03-2018, 06:32 PM - Forum: Linux on Rock64 - Replies (9)

On one of my rock64 i have omv and its booting from a sd card, im going to get my hands in a week or two on a usb-sata adapter (the same one you guys sell on the store) and a small-ish ssd, and i would like to start to use it to boot, ive read a lot about how to write the spi for this use but what do i need to do to specify a specific usb drive to boot from? i mean AFAIK if you have more than 1 usb drive and you use /dev/sda the names can rotate and the unit wont boot, where/how do i set it to use the drive UUID?
Second question, what is the easier method to copy exactly my install to the ssd? when i need to copy microsd to microsd or do a full backup i use this, would it work with an ssd target? (i know i would have to resize it with gparted after the copy, but its less of a hassle than install everything again) never mind, i just saw their site, apparently it should work with ssd without problem, first question still stands...
Thanks in advance for any help/tip


Exclamation New Pinebook users start here (01.11.2018)
Posted by: Luke - 11-03-2018, 04:12 PM - Forum: General Discussion on Pinebook - Replies (8)

Congratulations on your new Pinebook! This post relates primarily to the updated IPS 1080p Pinebook with KDE Neon as default OS, which began shipping in November 2018. That said, some of the points relate to non-1080p Pinebooks and other OS'.

In this post I will cover two basic topics which are bound to come up: 1) tweaks to the default KDE Neon build and 2) alternative OS selection.

The KDE Neon build that ships with the Pinebook is very polished, but there are some areas where you can significantly improve your experience. There is also a bug that prevents suspend from working correctly, which is thanfully easily solved.

[edit 08.11.2018] Looks like the default KDE Neon build as well as Ayufan's builds have the incorrect display refresh-rate. Unfortunately, the refresh rate in BSP is hard-coded. In other words, if you want non-tearing / smoother feeling desktop then you may want to not get too used to your current installation, as its unlikely you'll be able to just update / upgrade to get 60hz working in the near future.  

KDE Neon Tips and Tricks (Build date 28.10.2018):

  • [edit 06.11.2018] Installer language. On the first boot you will find the OS language  is set to Chinese - don't worry about it (clearly the people at the factory needed to make this alteration to flash the eMMC). The first thing you want to do is connect to your WiFi. After connecting to your access point, click the installer on the desktop.  In the installer you can select the language of your choice. 

  • Trackpad Sensitivity. The default sensitivity of the trackpad is too low to be usable. Click the KDE menu and type 'mouse' - click the mouse settings, which should be the first option that pops-up, and navigate to advanced. Increase the pointer acceleration and threshold to your liking. I am linking my settings, which I found to work well.
    [Image: ZuCSWlD.png]
  • Font and Display Scaling. The updated Pinebook rocks a high DPI screen for an 11.6" laptop. This means that all icons and text will appear tiny by default. Thankfully there is a simple fix to both the small font and icons, buttons, etc., Click the KDE menu and type 'fonts'; this is pretty self explanatory - select the size that you are comfortable with. The other important setting is scaling. To access it, open the KDE menu and type 'displays'. In the 'displays' menu navigate to -> 'Scale Display'. Here you will find a slider that will allow you to scale-up desktop components. N.B. You will need to restart the Pienbook after scaling the display. Picture for reference:
[Image: sOUTmIO.png]
  • Speaker Volume Settings. The speakers (and headphone output) on the Pinebook can be made somewhat louder. Navigate to the terminal by typing 'konsol' in the KDE menu. In terminal type
    alsamixer. Scroll using right arrow key to the far end of the extensive selection of options until you encounter 'speaker volume' setting. By default, its set to 74 but can be increased to ~85 without much distortion. Picture for reference:
     
[Image: VgtW5gV.png]
  • Wake from suspend issue (important). There is an issue related to screen locking that prevents the Pinebook from resuming from suspend. The solution to the problem is, at the time of writing, to disable screen lock on resume as well as screen locking after a preset period of time. To access the relevant menu type 'screen locking' in KDE menu and hit enter. You will need to uncheck BOTH 'lock screen automatically after: [time in minutes]' and 'lock screen on resume'. [edit] if you still experience problems please read rookieone's post here.This will make the Pinebook wake up as expected; picture for reference:
  • [Image: 0FgAEH7.png]

Alternative OS' and where to find flashing instructions:

[edit 12.11.2018] Users are putting together a list of all available OS images here

It will take some time for other OS images to become compatible with the 1080p panel. However, already at launch there already is a fair number of images to try out:

I do not know what the state of *BSD compatibility is with the 1080p Pinebooks at launch, nor [edit] NetBSD - and likely other *BSD - OS images for the Pinebookk work out of the box. I do not  know whether default android builds for earlier iterations of the Pinebooks will work. I'll update this post once i find out. Current Android images do not work on the Pinebook - an Android image for the Pinebook will be released in the future.
I will also update the list of compatible Linux OS images as they become available.

All OS images can be flashed using different methods to the internal eMMC. For instructions on how to flash the Pinebook with a new/ different OS' please read the NOOB section on the wiki.


  BTO booking - email problems?
Posted by: jfrederickson - 11-03-2018, 04:10 PM - Forum: General Discussion on Pinebook - Replies (8)

Hey, so I've put my email in the BTO booking list in the past (at least several months ago), and I've never heard anything back. (No confirmation email or anything.) Since then I see there's another production run of the 11.6" Pinebooks, which is the one I really wanted before but the site said they weren't available at the time.

I just submitted my email address through the form again, and haven't received a confirmation email this time either. Is it just expected that I put in my email address, and I'll maybe hear back someday or maybe not? I want to buy one of these things!


  Wrong resolution and very slow start of wifi.
Posted by: jgpacc - 11-02-2018, 02:24 PM - Forum: General Discussion on ROCK64 - Replies (2)

I have some kiosk built on Raspberry Pi 3 doing advertising in various places. Wifi or wired.  They work fine but I am looking for potential replacements.  Would like more RAM and faster wifi.

I am testing Rock64 with 2gb ram and using the emmc along with Odroid wifi dongle. The one with big antenna.
I loaded Bionic desktop LXDE.  I am at the point that I have it boot directly into Chromium and to a web site to get the graphics for the kiosk.  All is running with 2 problems.


The wrong resolution is being used. It says it is 1920x1080p/60.  The color is poor/wrong and its a grainy display on full screen.  I am using HDMI on to a Visio 32 inch TV.  (RPI3 work correctly on the TV).   Using xrandr command it says the resolution is 1824x984 when running RPi3.  Its 1920x1080 on the Rock64.

Second issue is when using wifi and following a reboot,  it will often fail to establish a wifi connection in time to connect to web site.  I do a sleep 30s before launching which made it better but not 100%. I could increase the sleep time. Just wondering if there is something else.

The resolution issue is the show stopper.  Any thoughts on how to get it correct.
Thanks


Photo DIMENSIONS SCHEME
Posted by: SITEA - 11-02-2018, 11:05 AM - Forum: General Discussion on ROCKPRO64 - Replies (3)

Hi, I'm new to the forum and with the products of pine64. I want to make a custom cabinet, but I can not find any outline of measures.

Where do I find something like this LINK, that I leave below? (I have a ROCKPro64 v 2.1). I hope you help me. Thanks greetings.

LINK
https://ibb.co/dpSFiL


Question The Shipping News
Posted by: jschall - 11-01-2018, 05:02 AM - Forum: General Discussion on Pinebook - Replies (7)

No, not the Annie Proulx novel or the Kevin Spacey film. My other thread was getting off topic.

On 29th October, Luke wrote:
"Good news however, the Neon build is now fixed and Pinebooks will ship out this week."

So, as the weeks slip by, has anybody got info about our 11.6" Pinebooks being shipped out from Shenzhen?


  Selling Pinebook 14" with 64GB eMMC, from Europe
Posted by: dahni - 11-01-2018, 01:15 AM - Forum: Community and Events - Replies (2)

Hello,
Pinebook 14" for sale.
It is in perfect condition.
It currently resides in Finland.
Purchased 1 year ago.

Included:

  • the 64GB emmC, and
  • the original 16GB one.
  • original charger.
  • original stiff plastic packaging (good for shipping)
  • ...and to sweeten the deal: a 32GB MicroSD HC card (it will be in the slot when you get the book).



So that's 96GB of storage installed & ready to use!

It has currently Armbian (based on Ubuntu Xenial) installed. I have done some tweaking for smooth media playback, touchpad improvements etc.
It all works very well, but I can install anything according to your wishes.

Now the price requires a little explanation.
You know the 14" Pinebook costs 99$, and the larger eMMC costs 34.95$ = 133.95$ - In Euros: 118€.
However, after shipment from HongKong, and Overseas Taxes, I paid 213€ altogether. This does NOT include the 32GB microSD card, that's just a sweetener for you.
These taxes and fees do NOT have to be paid again!

My offer is 100€ for everything.

On first glance, shipment within Europe starts at just above 15€ and will take +/- 7 days. Shipment is not included in my offer.


This private deal will require a little trust on both sides. I suggest we start with E-mailing, you can contact me via PM here, or through my blog's contact page (see my signature).


  How to disable DHCP address in Debian
Posted by: olivier - 10-31-2018, 10:33 PM - Forum: Linux on RockPro64 - Replies (3)

I have been pulling off my hairs for more than one day.

I managed to set-up a static IP address in /etc/networks/interface.d/eth0 but Debian insists on setting also a dynamic address.

How can I tell the system that I am a big boy, i know what I am doing and I would really really prefer it does not try to hold my hand, because all it does is having me trip over.

I need to set-up a static IP and only that static IP, because that is the only IP that I can use to access internet. But with the dynamic IP, all connections are initiated using that dynamic IP and the firewall will not let the connection pass through.

As I am using the latest Debian image, it has no GUI, so all I have is command line, and I can't figure out what to do.

Thanks in advance,

Olivier


  Did anyone succeeded with NetBSD
Posted by: olivier - 10-31-2018, 10:21 PM - Forum: BSD on RockPro64 - Replies (8)

I tried the NetBSD image, the resulting SD is formatted with FAT and the card will not even power-up.

Am I missing something obvious? I am very new with SBC in general.

Thank sin advance,

Olivier