Jump to content

soerenderfor

Members
  • Posts

    115
  • Joined

  • Last visited

Posts posted by soerenderfor

  1. 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.

  2. @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.

  3. @wolf7250 - That card from pine64 should be avoided in my opinion, i did only have trubles with it.  I have only cards with Marvell chipset, and i found out buy a simple card not a fancy raid card - less problems. I can later today find my different cards and name them for you.

  4. 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.

  5. 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.

  6. 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,.

  7. 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.

  8. 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.

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines