

soerenderfor
-
Posts
115 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Posts posted by soerenderfor
-
-
One of the cards i have costed around 80euro, and it is almost useless.. The cheap cards is the best here, in my opinion.
-
I have tested the Ziti... card for 1 week now, and runs very nice. So go for it, works right out of the box with new kernel also.
-
@wolf7250 - here you go, here is a couple i got home.
Delock 4 port SATA PCI Express Card - Marvell 88SE9215 - Works out of the box.
StarTech.com 4 Port PCI Express SATA III 6Gbps RAID Controller Card with Heatsink (PCIe SATA 3 Controller Adapter (PEXSAT34RH), Styreenhed til lagring (RAID), 4 Kanal, SATA 6Gb/s lavprofil, 600 MBps, RAID 0, 1, 10, JBOD, PCIe 2.0 x2, for P/N: ST521PMINT - Marvell 88SE9230) - Some problems. But i did mange to get it working.
DeLOCK - Lagringskontrol - SATA 6Gb/s - 600 MBps - RAID 0, 1, 10 - PCIe 2.0 x4 (Producent: DeLOCK | Model-nr.: DEL-89395 - Marvell 88SE9215) - Some probs. But did mange to get it working.
Ziyituod PCIe SATA Card, 4 Port (SA3014 - Marvell 9215) Works out of the box. -
-
In my opinion it is a fine board, I run my ROCKPRO64 as a NAS. Runs 24/7 - wirh a sata card and 4 harddrivers in the nas case. OMV works fine, but there can be some probs with sata cards.
I run krenel 5.7.13 focal, no problems what so ever. And it runs very stable. -
Hi,
Myself has a bunch of Marvell chipset sata cards. And almost sure all of them work on kernel 5.7.12 - Try it out and let me know.
I did notice months back probs in OMV with that type of cards. I run kernel 5.7.12 with simpnas and works like charm. -
If you want to change the speed. The place of the fan is different on some kernels, you can check it:
sudo find /sys -name pwm1 | grep hwmon
And you will recive a text, write that.
nano (insert the text you recived here)
and then change "255" to whatever you want.
-
Has startede it up on my rockpro64 with 4 sata drives, run as SAMBA server, very nice and with no problems at all.
-
You can also use the first script in /etc/rc.local and set them to
# Target temperature: 25°C, 30°C, 65°C
TRIP_POINT_0=25000
TRIP_POINT_1=30000
TRIP_POINT_2=65000
I use these trip points on my XU4 Cloudshell2 - and it works like charm, the fan speeds will then run around 180,.
-
Hi,
You can use: sudo find /sys -name pwm1 | grep hwmonThat command find the fan location, so you can edit your scripts to point to the fan.
Thanks.
-
Me myself has not worked with NanoPI, so my conclusion is based on other boards - I like the idea with LEDs blinking in a certain way, but could be you have to put in a fairly amount of work. But again others can also have benefits of your work. Thanks.
Hope the NanoPi experts have some great ideas to help you. Best luck. -
-
On 3/30/2020 at 3:07 PM, Mathias said:
For me, it seems to be working perfectly fine. I've just transferred more than 250G of backups back on my sata drive, no issues.
Thanks.
-
On 3/30/2020 at 5:03 PM, Mathias said:
I have tried OpenSeaChest, but this makes no difference (compared to using hdparm to set up power management parameters). I set the disk to spin down after 25s and it does not... Right now, I have to use a cron job to put it in standby every half an hour (since I only use this disk to do backups, it does not need to wake up beside in the middle of the night where the cron job does not run).
sudo nano /etc/hdparm.conf
#Disk1 /dev/disk/by-id/ata-YOURDISK { # mult_sect_io = 16 # write_cache = off # dma = on spindown_time = 240 } #Disk2 /dev/disk/by-id/ata-YOURDISK { # mult_sect_io = 16 # write_cache = off # dma = on spindown_time = 240 }
240 = 20mins - It works at my setup, i did't try lower spindown time.
Some drives can bee spun down with hd-idle. change HD_IDLE_OPTS value, then start and activate hd-idle.service. let me know if it works. Thanks.
-
I did have some probs with my sata card on 5.4.26, how is it working for you?
-
I did also have cpu error on 5.4.26. I did downgrade.
-
I have moved the thread to Rockchip 3399 , Thanks.
-
-
6 hours ago, Gregory said:
I need the rockpi login
On all Armbian image, it is like follows:
root
1234
-
Did you check out the Armbian-config?
It seems weird to do it that way around, you want to donwload to emmc to boot from it? What about sd to emmc?
-
Determination and Stubborn, i like it. You do not quit without fight ;-)
-
Did you try booting with some images or so?
-
@martinayotte thanks, nice and profitable feedback
-
ROCKPro64 as NAS?
in Pine RockPro64
Posted
With new kernels the fan spins at "255" always, you can find the fan with this command
sudo find /sys -name pwm1 | grep hwmon
and then change the output to your setup - But on the new kernels the fan point can jump, i am not sure of what reason.