| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Rock64 v2.0 u-boot SPI is...
Forum: General Discussion on ROCK64
Last Post: ju0n
9 hours ago
» Replies: 0
» Views: 49
|
Libby - ebook reader that...
Forum: PineNote Software
Last Post: kiwigoldfish
Yesterday, 04:41 PM
» Replies: 6
» Views: 4,013
|
Pinephone software
Forum: General Discussion on PinePhone
Last Post: Csanderson0313
Yesterday, 08:23 AM
» Replies: 0
» Views: 87
|
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
07-02-2026, 02:52 AM
» Replies: 0
» Views: 192
|
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 103
|
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,575
|
Star64/Starpro64 kernel b...
Forum: General
Last Post: tgbgreen
06-30-2026, 12:17 PM
» Replies: 1
» Views: 2,187
|
Manjaro affected by Arch ...
Forum: General
Last Post: tantamount
06-28-2026, 10:45 AM
» Replies: 0
» Views: 257
|
Fix Bricked SPI Flash, Pi...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
06-27-2026, 05:00 PM
» Replies: 0
» Views: 184
|
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
06-27-2026, 04:09 PM
» Replies: 12
» Views: 19,661
|
|
|
| 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?
|
|
|
|
| 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>
--------------------------------------------------------------------------------------------------
|
|
|
|
| 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.
|
|
|
|
| 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?
|
|
|
|
|