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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,473
» Latest member: Samliams
» Forum threads: 16,196
» Forum posts: 116,875

Full Statistics

Latest Threads
Are there plannes to crea...
Forum: PinePhone Pro Hardware
Last Post: biketool
6 hours ago
» Replies: 5
» Views: 916
prototyping to help someo...
Forum: General
Last Post: Samliams
8 hours ago
» Replies: 1
» Views: 114
fixing the ppkb mainboard...
Forum: PinePhone Pro Accessories
Last Post: zetabeta
Yesterday, 12:04 AM
» Replies: 1
» Views: 61
Pinephone pro stuck while...
Forum: PinePhone Pro Hardware
Last Post: Supervisor
08-16-2025, 06:40 PM
» Replies: 2
» Views: 99
Compatible U.S. carriers ...
Forum: General Discussion on PinePhone
Last Post: Zebulon Walton
08-15-2025, 07:34 PM
» Replies: 2
» Views: 139
Long dialpad keypress to ...
Forum: Mobian on PinePhone
Last Post: Zebulon Walton
08-15-2025, 06:48 PM
» Replies: 3
» Views: 106
PinePhone Pro discontinue...
Forum: General Discussion of PinePhone Pro
Last Post: zetabeta
08-15-2025, 12:27 PM
» Replies: 6
» Views: 372
Pinephone Pro wont boot t...
Forum: General Discussion of PinePhone Pro
Last Post: zetabeta
08-15-2025, 04:22 AM
» Replies: 3
» Views: 172
Password reset via u-boot...
Forum: PineNote Software
Last Post: lunnabae
08-13-2025, 01:17 AM
» Replies: 6
» Views: 1,764
incorporate a multimeter ...
Forum: General
Last Post: lalisa12
08-13-2025, 01:14 AM
» Replies: 2
» Views: 531

 
  PuTTY Disconnected : no supported authentification methods available (server sent : p
Posted by: tomtomtom - 11-19-2017, 03:03 PM - Forum: Linux on Rock64 - Replies (3)

Hello;
I use PuTTy to connect to the OMV ROCK 64.


I just want to connect simply with login and password.
I try to add a SSH public key, but no success.
So i delete PuTTY, clean config and reinstall.
I try to connect simply with login and password.
But when i put the login, this message appears.

'PuTTY Disconnected : no supported authentification methods available (server sent : publickey)'

Putty stop at :

Code:
login as: root

Do you know if i could connect log/pass again or it is a server issue, and the only solution is to fomat / reinstal OMV on the ROCK 64 or may i try to connect directly (with keyboard and screen) the Rock64 ?

------------
Rock 64 - 1 Go Ram - SD Card System on + OMV (Debian) 3.0.88 Erasmus - Linux 44.77 - 118 + Official POWER SUPPLY 3A/5V + Official ACRYLIC OPEN ENCLOSURE.
[Image: 18qm.jpg]


Bug Fan speed controlled by CPU temp script
Posted by: mikedhoore - 11-18-2017, 03:37 PM - Forum: Rock64 Hardware and Accessories - Replies (2)

Hi,

I wrote a script to control my fan.
The fan speed is controlled by the temp of the CPU.
I'm pretty new to bash so I'm hoping for some feedback and off course is everybody free to use the script how they like. Big Grin

Code:
#!/bin/bash
#MikeD
#Automatic fan on cpu temp

CHECK_TIME=10 #IN SEC

function pwm(){
LOOP=0
while [ $LOOP -lt $(($CHECK_TIME*75)) ]; do
       echo 1 > /sys/class/gpio/gpio82/value
       sleep $1
       echo 0 > /sys/class/gpio/gpio82/value
       sleep $2
       LOOP=$(($LOOP+1))
done
}

function fanOff()
{
echo 0 > /sys/class/gpio/gpio82/value
sleep $CHECK_TIME
}

function fanTweFiv()
{
pwm .0025 .0075
}

function fanFifty()
{
pwm .0050 .0050
}

function fanSevFiv()
{
pwm .0075 .0025
}

function fanFull()
{
echo 1 > /sys/class/gpio/gpio82/value
sleep $CHECK_TIME
}

while [ 1 ]; do
       TEMP=$(cat /sys/class/thermal/thermal_zone0/temp)

       if [ $TEMP -le 20000 ]
       then
               fanOff
       fi
       if [ $TEMP -gt 20000  -a  $TEMP -le 35000 ]
       then
               fanTweFiv
       fi

       if [ $TEMP -gt 35000 -a $TEMP -le 50000 ]
       then
               fanFifty
       fi

       if [ $TEMP -gt 50000 -a $TEMP -le 65000 ]
       then
               fanSevFiv
       fi

       if [ $TEMP -gt 65000 ]
       then
               fanFull
       fi

done

Thx in advance Smile


  root running from usb connected ssd locks up system
Posted by: marcelser - 11-17-2017, 04:50 PM - Forum: Debian - No Replies

Hi,

I connected a msata SSD (Samsung EVO 850) mounted in a case with USB3 to lower USB Type A plug. Then I copied root & swap onto it and replaced initrd and modified uDev.txt to set root filesystem on SSD

The whole process is described in this threaqd https://forum.pine64.org/showthread.php?tid=1114

In theory works fine. But after some time my pine just freezes out of nowhere. Sometimes it runs for minutes some times hours but sooner or later it locks up which is just a situation which I cannot accept as it's designed to run openHAB.

Does anybody have any input what might cause this before I throw the pine a64 into trash and switch back to rasperry pi3 which can boot directly from USB connected msata. I already have built 2 of these configurations and they just run and run and run.

Would be great to get any help, because the pine is much more powerful especially because I have the 2 GB version then the pi3 but it gave me so much headache so far that I'm really close to sell it and never try it again. Pine A64 support from creators also just sucks.


  Ayufun Pre-Release Repo Error
Posted by: jl_678 - 11-17-2017, 02:33 PM - Forum: Linux on Rock64 - No Replies

Update: I spoke with @ayufan on IRC, and let him know.  He is going to address the situation.

Hi,

I have been using the Ayufun pre-release kernel with great results.  Recently, I am seeing an error when I perform an apt-get update.  Here is what appears:

Code:
Ign:11 http://deb.ayufan.eu/orgs/ayufan-rock64/pre-releases  InRelease         
Err:12 http://deb.ayufan.eu/orgs/ayufan-rock64/pre-releases  Release
  502  Bad Gateway
Reading package lists... Done
E: The repository 'http://deb.ayufan.eu/orgs/ayufan-rock64/pre-releases  Release' does no longer have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Is anyone else seeing this?


  Firefox 57
Posted by: Luke - 11-16-2017, 05:05 PM - Forum: General Discussion on Pinebook - No Replies

Just a heads up; Firefox 57 is out and its really fast on the Pinebook - massive performance increase over 56 even on sites riddled with horrible ads. 

Using the tweaks I posted some time back it makes for really usable browsing.


  Pinebook LCD pixel errors?
Posted by: kuszinger - 11-16-2017, 12:13 PM - Forum: Pinebook Hardware and Accessories - Replies (3)

I'm using my Pinebook on a daily base. Actually, this is my No#1 portable, taking it everywhere with me.
I use it extensively for web browsing, email, remote controlling Linux and Windows desktops (FreeRDP, X2Go).

So, it is in real production use.

I'm not sure if it arrived like this or changed over time but I realized that it has a kind of pixel errors now.
These are larges ares, I mean more pixel than one. They are lighter then their surroundings and are best visible
when the screen is white.

I made a photo of it (slightly enhanced in GIMP).

What could it be? Will it be worse?

[Image: IMG_20171116_184529_enhanced.jpg]

thanks
Robert


  Rock64 crash - spinlock lockup suspected on CPU (possibly thermal reason)
Posted by: JoeH - 11-16-2017, 09:08 AM - Forum: Linux on Rock64 - Replies (2)

Hi, I often get an error spinlock lockup suspected on CPU#X where x is cpu core number from 0 to 3, one after another. When that occurs in terminal everything freezes and the only way is to reboot the device using force poweroff. It's popping up only under stress (at least 30-50% of all cores) in Chrome for instance. I'm using a 13x13x10 mm radiator with average quality thermal paste. Temperature is about 50-65 Celsius degrees. I'm using latest Ubuntu Artful build. Is it possible that it's caused by thermal issue? Hardware Issue? Or maybe it's because unstable distro?


Please go easy on me, I'm rather beginner.


  I'll like to place an order...from CHINA
Posted by: uncle_bear - 11-16-2017, 01:06 AM - Forum: Shipment Related Discussion - Replies (8)

Please help make that happen.


  I'll like to place an order...from CHINA
Posted by: uncle_bear - 11-16-2017, 12:57 AM - Forum: General Discussion on ROCK64 - No Replies

So I have pi this and pi that, I bought them from uncle Ma, I'll like to try rock64 2G. Please help make that happen, maybe put one on uncle Ma's "SALTFISH"?  Angel please?


  Libcec / cec-client
Posted by: evlo - 11-14-2017, 05:14 PM - Forum: Linux on Rock64 - Replies (2)

Hi, i'm looking to replace my rPi that is home server with plex, transmission, flexget and samba. #
It does get sdcard corruption almost anytime I update plex server.
I have another one running plex client and cec-client script that is solving super annoying first world problem - when when I turn off ps4 it does not turn off TV, and even worse, when I would turn TV on, it would wake up PS4 again instead of going to some homescreen of input selection, oh, the horror, right?

So my idea is to get rid of both rPis and get one rock64 and SSD instead of 3.5 HDD, that i use currently, as I no longer hoard movies, to get rid of the noise and had it all in one.

Rock64 is one device I found that, at least on HW side checks almost all the boxes - low power, can be powered from USB, does have 4k hdmi, does have usb3, does have gigabit ethernet, does have EMMC. Really only hw box it does not check is to have all the ports on one side.
Another option would be odroid xu4, but it is more power hungry and i don't really see any advantage to chose it.

My questions:
[*]will rasplex/openelec run on rock64 - i'm looking into kodi plex client now, so that might be a way
[*]Would kodi UI run in 4k?
[*]does cec-client work on rock64 - this is really my main concern
[*]I have aukey/crdc power source I use right now, it maxs out at 5V/3A on single port, but I could probably hack something up to connect to two ports at once - will 3A be enough to power sata 2.5 SSD connected to usb3 port?
[*]Do i need emmc to USB thing or can i flash EMMC directly from PC when it is connected on rock64 board?