Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Yes, I'have the same problem with my OdroidN2+ and 128GB emmc card. Bookworm variants don't boot at the second en consecutive restarts. Nothing found at mmc1, mmc2 not found and peculiar failed voltage test (-110?!). Ubuntu Bookworm minimal (and other variants) does boot at restarts, so I switched for the time being.
  3. Since nobody mentioned it. I don't know what desktop env that is, but I think using those prefixes is not connected to the packages you get for installing for example cifs-utils. I more think this has to do with fuse or something similar. If you provide a bit more info of your system, more help might be provided by users. I have never used any graphical env on any of my armbian installs so I simply have no idea what is on them. 😮 It looks like gnome, so I think you can google using Ubuntu in your searches, and that might give you the solution of what you have to install. Never the less, you can always mount the share using `mount` in cli and they will become accessible that way.
  4. Today
  5. So VY 73 and Grazie, de LZ4TU taaa ti ti taaa *Excuse me for the offtopic but could not resist, for those not knowing Morse code and are not HAMs each CW QSO finish with TU, on morse: _ .._ meaning Thank You! Good team here: @jock, @ilmich, @fabiobassa and so much great contributors, ofcourse the leading @Igor , Thanks again, wish you all good luck!
  6. i perfectly understand, I also hate when an available piece of hardware cannot be used, but really lost a lot of time in wifi drivers and, especially realtek drivers, need constant care because they are overbloated software written by simians. When complied, any realtek driver is few megabytes large, while the average wifi driver is well below the 100kbytes. The device id you see in rk322x-config 024c:8723 is clearly declares that your chip is rtl8723as (for some other references: https://forum.libreelec.tv/thread/27091-no-wifi-at-mxq-pro-4k-5g/)
  7. @suser your avatar is a smith cart about impedence, I suppose.. Italian HAM here This make me think that you have the right approach to problem : WHY IS NOT WORKING !!! And not the simple " ok it will work in othe manner" but " what hell is going now" This is the spirit that animated @jock @ilmich and myself when we approached to rk322x world Unfortunately lack of documentation = trial and errors and understand code and compilation !! And again unsuccess and again trial and errors. Even actually the evil nand driver is ONLY proprietary, even if jock and ilmich actively searching for months a workaround Welcome in the club 😅
  8. @VanGeldon You could add the apt sources in my previous post in the 5.10.160 image. With the linux 6.1.43 image I've got Kodi working, but had to change some things, see here You can try if it works with the kernel build from the source of Joshua Riek's repo: https://drive.google.com/drive/folders/17NT-h0FWKA9irXPBUN883xVoPWganMu-?usp=sharing
  9. I have few USB dongles working, bough for 1.5EU each, it was not a matter of money, nor WiFi desperately needed. It's was a matter of "make things working" or at least "to know why it is not working". Thanks everybody here, you are such a talents !
  10. @suser 8723 are pain in the a** On other boards we have had even 8723cs but ONLY working with 8723bs driver. And many other strange combinations My suggestion : IF wifi strictly needed buy a few dollars external USB wifi dongle. ask here which are the best supported
  11. Hi all. I have transpeed m98-8k plus allwinner h618. Its stop working. When i plug to power its only red light. Trying to flash stock firmware with phoenix suit, phoenix usb pro but stops when reach 45%. When i plug usb to USB1 port automatically start flashing. In livesuit says invalid image file.
  12. Without using led-conf7 overlay no HDMI, IDK about WiFi, but strongly doubt it has, even didn't check it and no boot logs. WiFi was working on Android with some old 3.x kernel. I think i should listen to @jock and finally once and forever to forgot about some WiFi problems when they arise, as i spent much time on that, instead of just using LAN or USB WiFi, but if you need some debug info i could sent a log. If the driver is not included in Linux kernel, which i think, as i believe in @jock and i have to compile all i am just off...
  13. @ag123 I have only tested on a 1.5GB board, but there should be no problem in remaining boards of 1GB, 2GB and 4GB, as 1.5GB is the only odd case. As far as I know there are no more memory options available. In principle, I was thinking in making detection to cover all possible cases, but I decided not to do it as there would be no board to test them.
  14. Please can you be more clear did armbian boot befor without hdmi but with wifi ? or only android had wifi ? did you have a bootlog or dmesg with dmesg | grep 8723 or dmesg | sdio ; maybe dmesg | grep - i 8723 if this is positiv than only a driver issue , else also DTS/DTB maybe dont activate the wifi sdio
  15. I downloaded PRxxxx_20240415_db21e5f7d_Arabian-unofficial_24.5.0-trunk_Transpeed-8k618-t_bookworm_edge_6.7.12_xfce_desktop.tar. xz 2024-04-17 14:51 964M. I used Rufus to write to SD.When turned on, the Arabian download started. When the desktop appeared, I ran arm bin-config and installed arabian in the internal memory. I deleted the SD card on reboot. The system booted from the internal memory. WI-FI and BT are not working. Everything else works very fast.
  16. Hello! The problem is the missing driver for the rtl8723as. Actually, there is a driver floating around, but adapting and keeping it working on every kernel release require a lot of effort. I don't even have a board with such chip, so it is indeed very difficult, but it may become unworthy of the time spent because realtek drivers are very messy. You could find the source code and compile it yourself, or perhaps desoldering the wifi module and change the chip with another one is easier! It would be even easier to attach an USB wifi device. BTW, in the forum thread there is a success story with rlt8723as driver, you may want to search with forum tools or google.
  17. What other images were you trying Bahtiyar ? I'm intending to use the banana Pi for a 3d printer and EMMC booting is the last thing holding me back.
  18. It is not only about setting default cpufreq governors - there are also other settings essential for the network performance (see here). And for Helios64 it is essential to set the irq smp_affinity: for i in $(awk -F":" "/xhci/ {print \$1}" < /proc/interrupts | sed 's/\ //g'); do echo 20 > /proc/irq/$i/smp_affinity done for i in $(awk -F":" "/ahci/ {print \$1}" < /proc/interrupts | sed 's/\ //g'); do echo 30 > /proc/irq/$i/smp_affinity done If armbian-hardware-optimization is disabled or has vanished at least the irq smp_affinity should be set for sata (ahci) and for the 2.5G LAN interface (xhci) (i.e. in /etc/rc.local)
  19. Thanks @royk From the archive link I tried with Armbian_24.2.1_Orangepi5_jammy_legacy_5.10.160_gnome-amazingfated_desktop.img : Hit the same package unmet dependency issue. With Armbian_24.2.4_Orangepi5_jammy_vendor_6.1.43_kde-neon-amazingfated_desktop.img I could follow all steps successfully but just always black screen with DRM prime direct to plane, even h264.
  20. @voapilro thanks, I'd do some tests when I've some time, possibly working that into the custom bootloader code so that others can test that as well. I hardcoded 1.5GB as an/the author partly of the h616/h618 dram initialization/detection reported that (some?) 1.5 GB ddr4 dram chips has address wrap around issues https://forum.openwrt.org/t/can-someone-make-a-build-for-orange-pi-zero-3/168930/38?u=ag1233 I'm not sure if this is after all true. As if that is true, then that writing to and reading the last accessible address e.g. 2GB would actually return a false match, saying that there is memory there when there is actually none (i.e. writes to somewhere else). my guess would be to patch that custom u-boot loader with this 'version 2' codes and let 'everyone' test it out including those having non 1.5 GB boards. we'd probably need a way to collect some feedback from the 'testers' if after all that 'works'. the notion is that if there is after all no wraparound, the codes can possibly be committed to u-boot mainline, and become codes in the mainline u-boot. That is truly ideal. of course, a catch with this code is that we'd assume the only 'odd' size is only 1.5 GB, it is unknown if there could possibly be some other weird permutations e.g. 2.5 GB, 3.5GB, 1.2GB, 0.9GB etc that may declare 'too little' or 'too much' dram for some such boards. for that i'd think the only 'right' way is to wait till someone release a means to read the dram registers, which stores the actual memory sizes configurations.
  21. yep, something is wrong with the 32GB version... i have tested with a few NVMe's still the same result... I will test this one the non Plus version (Orange Pi 5B 32GB)
  22. Hello all, I have here R29_MXQ_221_V1.0_1008, WiFi is RTL8723AS. I used this image: Armbian_24.2.5_Rk322x-box_jammy_current_6.6.22.img Added line in /boot/armbianEnv.txt >> overlays=led-conf7 as respected @jock advice. Now Armbian boot from uSD, but no WiFi, i have a backup of Android kernel, from where i can extract DTB if needed. What should i do about the Wifi ? I can even try to change the WiFi module with another HW...
  23. In PR6507 the use of cpufrequtils was removed and the functionality put into armbian-hardware-optimization This commit removes the remaining now unused installs of the deprecated cpufrequtils package Changes to be committed: modified: config/cli/bullseye/main/packages modified: config/cli/common/main/packages modified: config/cli/jammy/main/packages Description How Has This Been Tested? [x] jammy cli build Checklist: Please delete options that are not relevant. [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code View the full article
  24. I thought you might be interested in the following PRs: https://github.com/armbian/build/pull/6120 https://github.com/armbian/build/pull/6507 In Armbian 24.02 the default governor was changed to schedutil and recently it was changed back to ondemand. There is a lot of discussion about why in these two PRs.
  25. Yesterday
  26. Hi Igor, great work on this HA supervised image for the Edge2 oowow. I install it and all fine, but no access to the usual http:ip:8123 and when I try to list the services or the actual "gdbus introspect --system --dest io.hass.os --object-path /io/hass/os" error: "The name io.hass.os was not provided by any .service files" If I can update or re-install the HA would be nice to know. System: Khadas Edge2 Pro, Install "Armbian_24.2.2_Khadas-edge2_bookworm_legacy_5.10.160.oowow.img.xz" from ooWOW All working fine, I can connect with SSH as usual, can do updates or install; but nothing else for Home Assistant. Any comment is apreciated, have a good one. Richard.
  1. Load more activity
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines