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,362
» Forum posts: 117,531

Full Statistics

Latest Threads
Rock64 v2.0 u-boot SPI is...
Forum: General Discussion on ROCK64
Last Post: ju0n
8 hours ago
» Replies: 0
» Views: 36
Libby - ebook reader that...
Forum: PineNote Software
Last Post: kiwigoldfish
Yesterday, 04:41 PM
» Replies: 6
» Views: 4,007
Pinephone software
Forum: General Discussion on PinePhone
Last Post: Csanderson0313
Yesterday, 08:23 AM
» Replies: 0
» Views: 75
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
07-02-2026, 02:52 AM
» Replies: 0
» Views: 181
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 91
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,560
Star64/Starpro64 kernel b...
Forum: General
Last Post: tgbgreen
06-30-2026, 12:17 PM
» Replies: 1
» Views: 2,179
Manjaro affected by Arch ...
Forum: General
Last Post: tantamount
06-28-2026, 10:45 AM
» Replies: 0
» Views: 247
Fix Bricked SPI Flash, Pi...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
06-27-2026, 05:00 PM
» Replies: 0
» Views: 174
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
06-27-2026, 04:09 PM
» Replies: 12
» Views: 19,654

 
  Locking CPU speed?
Posted by: damosan - 11-23-2018, 07:24 PM - Forum: Linux on Pinebook - No Replies

How do you lock the CPU at 1.2ghz?  I have a 1080p Pinebook running the stock OS.

Thanks.


  Is the non-1080p Pinebook abandoned?
Posted by: kurai021 - 11-23-2018, 03:35 PM - Forum: Linux on Pinebook - Replies (2)

Hi, I want a sd to emmc image for my Pinebook but it seems that there are only two options: Xenial (old) and Android (usable but not the most suitable for office tasks) at the same time the 1080 version has updated KDE Neon and everything indicates that the project is alive.

my question is, are there more sd to emmc images that I can install? And if not, can Xenial be upgraded to Bionic at least without breaking it?


Lightbulb Nagios for Rock64 (NEMS Linux)
Posted by: Baldnerd - 11-23-2018, 02:28 PM - Forum: Linux on Rock64 - Replies (3)

[Image: nems_logo.png]
I am proud to announce the Rock64 is currently clocking the best performance of the available NEMS Linux builds!

If you're unfamiliar with NEMS Linux, here's a quick description:


Quote:NEMS is the Nagios Enterprise Monitoring Server for Single Board Computers

NEMS Linux is a modern pre-configured, customized and ready-to-deploy Nagios Core image designed to run on low-cost micro computers. At its core NEMS is a lightweight Debian Stretch deployment optimized for performance, reliability and ease of use.

NEMS Linux is free to download, deploy, and use. Its development however is supported by its community of users. Please consider contributing if you can.

I'm so excited to see our Pine64 user-base growing, and I look forward to hearing how you enjoy NEMS Linux!


Download: NEMS Linux Pine64 Downloads Page

Enjoy!


  Lxde media keys activated
Posted by: denni - 11-23-2018, 12:31 PM - Forum: Linux on RockPro64 - Replies (1)

Did find that the media keys were missing so I did a little bit of duckduckgo to find out.    You have to add them in to ~/.config/openbox/lxde-rc.xlm under the <keyboard> section.  You find out the <keybind key=""> with the command line program xev.  Then you can configure the keys <command> with amixer (better) and pactl. 

The alsamixer commands are; XF86AudioMute = amixer -D pulse sset Master toggle, XF86AudioLowerVolume = amixer -D pulse sset Master 10%-, XF86AudioRaiseVolume = amixer -D pulse sset Master 10%+

Pavucontrole = pactl set-sink-volume @DEFAULT_SINK@ +1000 (up in % or db ending), pactl set-sink-volume @DEFAULT_SINK@ -1000 (lover),  mute = pactl set-sink-mute @DEFAULT_SINK@ toggle

Here is the modification of my ~/.config/openbox/lxde-rc.xlm
---------------------------------------------------------------
<!-- media -->
<keybind key="XF86AudioPlay">
      <action name="Execute">
          <command>smplayer</command>
      </action>
  </keybind>

<!-- hljóðstillingar -->
<keybind key="XF86Tools">
      <action name="Execute">
          <command>pavucontrol</command>
      </action>
  </keybind>

<!-- mute sbr. https://wiki.archlinux.org/index.php/Xbi...me_control -->

<keybind key="XF86AudioMute">
      <action name="Execute">
          <command>amixer -D pulse sset Master toggle</command>
      </action>
  </keybind>

<!-- hækka sbr. https://wiki.archlinux.org/index.php/Xbi...me_control -->
<keybind key="XF86AudioRaiseVolume">
      <action name="Execute">
          <command>amixer -D pulse sset Master 10%+</command>
      </action>
  </keybind>


<!-- lækka sbr. https://wiki.archlinux.org/index.php/Xbi...me_control -->
<keybind key="XF86AudioLowerVolume">
      <action name="Execute">
          <command>amixer -D pulse sset Master 10%-</command>
      </action>
  </keybind>


  <!-- Launch Task Manager with Ctrl+Alt+Del -->
  <keybind key="A-C-Delete">
      <action name="Execute">
          <command>lxtask</command>
      </action>
  </keybind>

  <!-- skjámynd  -->
  <keybind key="Print">
      <action name="Execute"><command>shutter</command></action>
  </keybind>

--------------------------------------------------------------------------------------------------


  Middle Mouse button emulation on trackpad?
Posted by: cvmiller - 11-23-2018, 11:00 AM - Forum: General Discussion on Pinebook - Replies (8)

Hi All,

As a long time Linux user, I am used to the Xwindows method of copy/paste (select text, middle mouse click to paste).

Is there a way to emulate the middle mouse button on the trackpad on the Pinebook 1080?

TIA

----

Using KDE Neon


  NetBSD binary pkgsrc-current for Pinebook
Posted by: astr0baby - 11-23-2018, 04:28 AM - Forum: BSD on Pine A64(+) - Replies (16)

Hello,

if interested Im building pkgsrc-current packages for the arm64 Pinebook, you can check the progress here - http://45.76.81.249/pkgsrc/pinebook/netbsd-aarch64/All/

I post progress updates on my twitter here https://twitter.com/astr0baby

Some cool games compiled for the Pinebook
- Exult (Ultima VII)
- Pentagram (Ultima VIII)
- freesynd (Syndicate)
- Ur-Quan Masters (Starcontrol2)
- Scummvm 2.0
- Doom
- Quake 1, 2
- FreeCiv


  Out of Stock
Posted by: CaptnCrypto941 - 11-22-2018, 08:17 AM - Forum: General - Replies (3)

Hello,

Any update on when Pinebooks will be back in stock?


  Anybody built a RockPro64 Cluster ?
Posted by: axelf - 11-22-2018, 06:38 AM - Forum: General Discussion on ROCKPRO64 - Replies (10)

Hi Everybody,
            I am looking to build a 10 Node Cluster withthis board to run Cassandra for development and education. 
Does anybody know of any off the shelf cases kits that can be bought?

So far I have seen the PicoCluster which is expensive and they sell each RockPro64 for $100.
This brings the Total cost to $1400.

At that price I can but myslef a 32Thread 1st Gen Threadripper and run docker.

so for $790 I can buy 10 RockPro64 units and have $700 left to build a cluster case, power, cooling, heatsinks and network switch.

Its seems reasonable.


  Pinebook will not wake from suspend
Posted by: MECZero - 11-21-2018, 10:42 PM - Forum: Linux on Pinebook - Replies (6)

Hi all. New Pinebook 11.6" 1080p owner here. Smile

I like it so far, but it simply will not wake from "suspend" mode. Doesn't matter if I manually put it in suspend (by hitting the power button to bring up the dialogue) or close the lid (set to suspend). The little green LED comes back on, but there's only a black screen. 

Anyone else have this issue or know how to fix it?

Running the latest KDE Neon distro it was shipped with.  

Any help would be greatly appreciated. Smile


  usb 3.0 external hard drive not recognized.
Posted by: eclay - 11-21-2018, 07:29 PM - Forum: General Discussion on PINE A64(+) - Replies (2)

Hello,  I have purchased the following external usb enclosure.  I've installed a seagate 4TB sata disk.

https://www.amazon.com/gp/product/B01NCM...UTF8&psc=1

I can see this device when I plug it into my laptop but get nothing when I plug it into my pine64.  The enclosure has it's own power cable to power it up.  dmesg shows nothing about a usb drive/device being connect.  I'm running dietpi on my pine64.  I've also tried to connect it to my pinebook 14" running xenial mate.

Code:
root@DietPi:~# lsusb
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

root@DietPi:~# ls /dev/sd*

ls: cannot access '/dev/sd*': No such file or directory


My question is should this work attached to a pine64?