Jump to content

pazzoide

Members
  • Posts

    24
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello, I installed lm-sensors on my Opi5 and I'm able to check temperatures, however I don't know how to make the little fan spin when the temperature rise. I know the temperature is not going to rise till critical levels, but I live in very hot country and I just don't want my device to become too hot. And do you know how to make the fan start at certain temperature rise? Also I'm not sure which pins I should connect the fan to.. One pin should be the 3.3V to get the power, what about the other one? I'm running Armbian 23.02.2 with kernel 5.10.110-rockchip-rk3588 Thanks in advance
  2. May be you to change the bootloader on SPI and make it boot from SD
  3. It does not, unfortunately if u mean 2.5" SSD. There should be enough room for the m.2 2242 (the short version, not the long one)
  4. What if in the bootloader there could be an option to set the boot order, like in BIOS/uefi? Eg. 1St option is SSD 2nd is SD card (in case of 1St option fails) And so on Do you think this is this possible?
  5. Hello, finally I have time to play with my OPI5, first thing I tried is to install on USB-C, but the port doesn't seem to work. Then I tried to install using USB3 port, on a ssd drive. The armbian-install utility seems to do the job and after installing the bootloader on mtdblock0 I powered off. At reboot everything is like before: if I remove the sd card the systen won't boot. If I boot with the sd card inserted the root partition is on /dev/mmcblk0p2 First thing that came into my mind is to mount SPI and check if bootloader is ok, but I'm unable to mount it: ~# mount /dev/mtdblock0 /mnt/spi mount: /mnt/spi: wrong fs type, bad option, bad superblock on /dev/mtdblock0, missing codepage or helper program, or other error. How can I debug the whole process?
  6. I see. I'm not asking for anything, just trying to help. Unfortunately, I'm not skilled enough to help you with the code and, since testing is not needed, I will support the project donating, if this suites more your needs.
  7. Hello, I've bought one, still waiting for its arrival. I'm not a big piece of dev, but I can help with tests and stuff
  8. And the last question that came to my mind is: I have a second USB disk (3.5", powered externally) for backup. So even if USB to sata would provide enough power (or if I find a way to power the disk) and even if the whole system could be installed over USB to SATA, would the USB bus speed be divided between the two USB devices? I think so! That brings me back to a "pure" SATA interface or the performance would be slown down, since I have to backup terabytes of data to the second USB disk. For the question about HDD vs SSD right now I have an HDD running on the Banana but I'll switch to SSD. Do they have different power requirement?
  9. I really have to thank you guys for the good answers. I'll study a bit to understand if those boards and those advises do fit my personal server environment. One question that comes to my mind about the usb to sata converter is that I won't be able to install the whole system on sata disk or will I, nowadays? Btw, hey, I do have a couple of these, but they do not have separate power supply, so I guess they won't receive enough power to run a 2.5" sata disk alone? Maybe some boards will. Anyway I'll make deeper researches about your suggestions, and if the usb3 to sata adapter works I don't see why to stick with the sata port actually
  10. Hello, I'm planning to replace my old (but very good) Banana PI (the first model, it should be called M1 if I remember). I basically use it as my personal cloud server, for some remote daily backups and for messing things up Now I'd like to replace it with something newer and maybe I'll use the Banana just for experimental purpose. So I searched the internet but can't find something that really fits my needs, maybe somebody with more knowledge than me can give me an advice. It should have, at least: - SATA (which is a feature I can't find in many boards ) - Gigabit Ethernet (a must) - USB 3 (at least 1 port) - 1 GB of RAM (2 are better, more it's fine) - Dual core CPU or more (I don't know much in about CPUs/GPUs) the important thing is that it performs better than the Banana PI especially on single core workload, like for example compressing a big tar.gz. Thank you in advance
  11. Hello, As far as I read, there are not many (<100$) arm64 board to run linux armbian, kodi, maybe plex, capable of playing without issues 4k videos. I think if I'd like to make tvbox the best choice in terms of video quality would be using android, right? Thing is I hate android, I love linux. Correct me if I'm wrong, but is there any good board around 50-80 $ to make a linux tv box? I'd just use it as an HTPC for playing video with a 4k tv attached to it and maybe some simple home media server. Thank you
  12. Just for info: 4.19 with Xenial is working fine on my Banana PI M1 (ARMBIAN 5.73 stable Ubuntu 16.04.6 LTS 4.19.20-sunxi)
  13. I don't have a console terminal attached to the banana, so I can't check (it's not in my place, I only have ssh access to it). But If I ssh into the banana and then from the banana ssh to another server i see UTF htop, so I agree, it's just configuration. If I echo $LANG I get it_IT.UTF-8 in my desktop and en_US in the banana anyway somehow I solved the issue. After trying to reconfigure my locales there was a C.UTF-8 that was not selected in the list and that I previously ignored. But only selecting that as default locale everything kinda fixed. googling: C.utf8 = POSIX standards-compliant locale, extended to allow the basic use of UTF-8. No character upper-lower case relationships and collation orders defined beyond ASCII. Don't know if my EN.US.utf8 is corrupted, nothing happens if I try to regenerate it. I'll just stick with the C.utf8 (which works fine) still I was not able to understand the nature of the problem.... Thanks evrybody
  14. I don't use putty , connecting from a linux ssh client. Anyway, this is may armbian-config and this my locale # locale LANG=en_US LANGUAGE= LC_CTYPE="en_US" LC_NUMERIC=it_IT.UTF-8 LC_TIME=it_IT.UTF-8 LC_COLLATE="en_US" LC_MONETARY=it_IT.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=it_IT.UTF-8 LC_NAME=it_IT.UTF-8 LC_ADDRESS=it_IT.UTF-8 LC_TELEPHONE=it_IT.UTF-8 LC_MEASUREMENT=it_IT.UTF-8 LC_IDENTIFICATION=it_IT.UTF-8 LC_ALL= It is already correctly configured with UTF-8. *** The problem is further being it an headless server, maybe in Zurich /ot *** I do: *** My version is the one that comes with armbian and I'd prefer to find the nature of the problem, instead. Also the banana htop version is newer then the desktop version, but seems older in ascii view. But if I have no other options I will change version. *** I found this github issue https://github.com/hishamhm/htop/issues/133 regarding a lib problem in compiling the software. Maybe it is compiled with --disable-unicode opt? Anyway, do any other users has this view in their htop with armbian or just my own has this ascii view?
  15. That's the point! How can I revert it to use UTF-8 fonts so that it looks like the other screenshot?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines