Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. They are visible but they don't work. root@x98h:~# lsusb Bus 005 Device 002: ID 8301:0089 Hapurs HPBT05R 2.4 G Mini Wireless Touchpad Keyboard Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 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 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 003: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless Adapter Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub works best: Armbian-unofficial_25.05.0-trunk_X98h_bookworm_edge_6.12.11_xfce_desktop., but there is no wifi and sound.
  3. Thank you very much. As usual I tried to get into the wrong car)) I will try
  4. There is a stripped-down firmware in the Armbian images. Update it using armbian-config. Maybe the USB-WI-FI will work. But keep in mind that the updated firmware will take about 1 GB of memory.
  5. Today
  6. pithecanthrope, That DTS is specific for the raspberry pi lcd... not for the red pcb ili9486. Do you have that? You can name the DTS any filename, for example ~/ili9486/ili9486-35.dts cd ~/ili9486-35 sudo armbian-add-overlay ili9486-35.dts The command will also add it to armbianEnv.txt Make sure to not add any other overlays related to SPI It is very nice that the raspberry pi lcd doesn't need us to fabricate a custom cable, just plug it in the correct orientation. Are you using Linux 6.12?
  7. HI @kratz00. I'm indeed trying to get myself familiiarized with the build system and making pull requests for this and some other little nitpicky things that I think might help others. Hi @Nova, There is also the Helios64, also from Kobol: https://kobol.io/ There have been some issues with it though, related to the DFS function and the 2.5Gbe NIC hardware. I'm running mine for some years already, albeit still on Buster (from 2020 with kernel 5.9.13). Also I am not using the DFS function and set the CPU frequency (fixed governor either powersave or performance) explicitly before it starts backing up (it's my long term backup server). Most probably the newest armbian will run without major issues - except the 2.5Gbe NIC functionality as that was hardware related. Groetjes, PS I'm not affiliated with Kobol in any way whatsoever.
  8. Please give me a link to your image. I'm trying to make a micro computer for my child, so I'm puzzled by remaking the console, if he wants to watch cartoons he'll figure it out. This is useful, the kid is 6 years old and he only watches cartoons, both on TV and on the phone.
  9. Unfortunately, the USB adapter was not detected either, there is still no sound. this image used: Armbian-unofficial_25.05.0-trunk_Transpeed-8k618-t_bookworm_edge_6.12.11_xfce_desktop.img
  10. Take a look at Radxa Rock 5 ITX. You can definitely make a NAS out of one of them.
  11. @incbot just use a fresher image rather than a two years old one: https://github.com/armbian/community/releases/tag/25.5.0-trunk.444
  12. @svyatoslav there’s android firmware but the Linux driver is old. Your dmesg doesn’t show any wifi info because there’s no driver. Unless you know how modify kernel drivers I would forget about it and use a usb wifi adapter.
  13. Hi @djurny Great find, are you planing on upstreaming your changes? Not sure, but I guess all it would need is to update arm-mvebu-helios4-Update-Load-address.patch which can be found here: https://github.com/armbian/build/tree/main/patch/u-boot/legacy/u-boot-helios4/board_helios4
  14. I can't understand why no one in the world has thought of releasing another 64-bit ARM motherboard with 4 SATA ports or 6 SATA ports. And that way, we don't have to end up buying a Synology or something worse... I guess we're heading for extinction like dinosaurs.
  15. firepower https://github.com/NickAlilovic/build/releases/download/20250306/Armbian-unofficial_25.05.0-trunk_Vontar-h618_bookworm_edge_6.12.11_xfce_desktop.img.xz https://github.com/NickAlilovic/build/releases/download/20250306/Armbian-unofficial_25.05.0-trunk_Transpeed-8k618-t_bookworm_edge_6.12.11_xfce_desktop.img.xz this?
  16. E: Unable to correct problems, you have held broken packages. [💥] error! [ Failed to install host packages; make sure you have a sane sources.list. ] [💥] Cleaning up [ please wait for cleanups to finish ]
  17. There was ssv6x5x android drivers in the tanix and vontar firmware i upload. You could try them.
  18. Hi catotinha, Once you know the ip that the router assigned to you (if you go to the settings of the router where you have the devices connected, and see there what the Orange Pi is) just make it in Windows that you are on the same network with the command line with administrator privileges "ssh root@192.168.1????. Then enter "root" and "1234". Then just ask ChatGPT for help and a whole world of possibilities opens up. I was just yesterday asking him for help, since mine, from time to time, freezes". So good luck, and please share your experience. It may also be useful to me. Big hug,
  19. This 3rd party module needs both kernel headers and kernel source. The Makefile bundled with the code applies patches to an existing kernel module source code and compiles it. I ran the build script on a separate debian vm and created a tarball of the source tree. i will try to transfer it to the opi later today.
  20. Gustavo Noronha helps break down C++ and shows how that knowledge can open up new possibilities with Rust. View the full article
  21. The kernel headers that you have installed are quite enough to build the kernel module, the source codes of which you have. If the source codes are already in the kernel, then you just need to configure the kernel before compiling. launch: After you finish the configuration, the build system saves your configuration file (it will tell you where it did it). Save it under the name ./config/kernel/linux-sunxi64-current.config It is assumed that you are in the armbian/build directory. launch: ./compile.sh BOARD=orangepizero2 BRANCH=current kernel
  22. @svyatoslav there’s a driver for the wifi chip but it only works on older kernels. You’ll need to port the code over to the latest kernel. https://github.com/paolosabatino/ssv6x5x/tree/master Click on the show csc/wib/eos/tvb button. You will see x98h and other h618/h616 boxes there.
  23. Good day people. Tell me, there is an ancient 4k ULTRA HD PRO 2/16 Gb H96MAX box (blue board). After installing armbian 23.08.0 on it, everything works well RIGHT AWAY even without using overlays. However, after apt upgrade, armbian25.2.3 arrives and the system hangs at boot. The inspection showed that in/boot/dtb/( in reality it is/boot/dtb-6.3.13-rockchip64/rockchip) there is no hardware tree). Moving the hardware tree from 23.08.0 allows the system to boot, but hdmi hangs (by ssh the system works, but the screen of the real console hangs). In addition, WiFi is no longer visible (it is not in the settings at all), connection is possible only by RJ45. Question: are there any chances to make 25.2.3 work normally (and what is needed from me for this) or just fix the system on 23.08.0? PS Many thanks to the community for working image 23.08.0
  24. @kvvvp try this sudo update-alternatives --set iptables /usr/sbin/iptables-legacy sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
  25. wrong. auto-login is enabled on serial and hdmi only. ssh default login is always root/1234
  26. Thanks for the reply, Pilinha. How did you manage to SSH into the system without a keyboard? I planned to do that, but then i realized that I needed to set up a root password beforehand and I could not do that without a keyboard.
  27. Thanks, Igor. I totally understand that when this project started you guys had to take care of a handful of boards and now there must be hundreds of them and that it is not feasible to support every one of them, especially the older ones. It is indeed clearly marked as community support on the board page. I, nonetheless, accepted the challenge (I might fail, I might succeed). Thank you for your work, in general, and for the links, in particular (which I will read).
  1. Load more activity
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines