Jump to content

All Activity

This stream auto-updates

  1. Today
  2. Unfortunately, "sudo modprobe rtw89" didn't work. It returned this with error: "modprobe: FATAL: Module rtw89 not found in directory /lib/modules/6.1.43-vendor-rk35xx" I think it may be lost 8852BE kernel module? In directory /lib/modules/6.1.43-vendor-rk35xx/kernel/drivers/net/wireless/realtek/rtw89, I find "rtw89_8852c.ko", "rtw89_8852ae.ko", "rtw89_8852ce.ko", just without "rtw89_8852be.ko".
  3. Yesterday
  4. Checking that note reveals: Note: at the current status, helios64 board patches have been disabled because the base device tree does not apply on kernel 6.9. So helios64 is cancelled as of linux 6.9.x until someone takes care of the issue. Thank you very much.
  5. ok thankyou, that makes debian boot with 12G effectively and big file (250GB tested) coping is fully working. So it discard a hardware power failure. Sorry @Werner Now i have a half working memory. And if i want to get my fully working 32G memory i have to try the @Efe Çetin solution. just let me time to compile the new armbian with those blobs Thanks all.
  6. Original Post: @rna Install dependency sudo apt-get install git cmake cabextract gcc-arm-linux-gnueabihf libc6-dev-armhf-cross Compile and install box64 cd git clone https://github.com/ptitSeb/box64 cd box64 mkdir build cd build cmake .. -DRK3588=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo; make -j4 make -j3 sudo make install sudo systemctl restart systemd-binfmt cd Install Wine on Bookworm cd cd ~/Downloads wget https://dl.winehq.org/wine-builds/debian/dists/bookworm/main/binary-amd64/wine-stable-amd64_6.0.2~bookworm-1_amd64.deb wget https://dl.winehq.org/wine-builds/debian/dists/bookworm/main/binary-amd64/wine-stable_6.0.2~bookworm-1_amd64.deb dpkg-deb -xv wine-stable-amd64_6.0.2~bookworm-1_amd64.deb wine-installer dpkg-deb -xv wine-stable_6.0.2~bookworm-1_amd64.deb wine-installer mv ~/Downloads/wine-installer/opt/wine* ~/wine rm -rf wine-installer cd or Install Wine on Jammy cd cd ~/Downloads wget https://dl.winehq.org/wine-builds/debian/dists/bullseye/main/binary-amd64/wine-stable-amd64_6.0.2~bullseye-1_amd64.deb wget https://dl.winehq.org/wine-builds/debian/dists/bullseye/main/binary-amd64/wine-stable_6.0.2~bullseye-1_amd64.deb dpkg-deb -xv wine-stable-amd64_6.0.2~bullseye-1_amd64.deb wine-installer dpkg-deb -xv wine-stable_6.0.2~bullseye-1_amd64.deb wine-installer mv ~/Downloads/wine-installer/opt/wine* ~/wine rm -rf wine-installer cd Create Symlink to Wine sudo ln -s ~/wine/bin/wine /usr/local/bin/wine sudo ln -s ~/wine/bin/wineboot /usr/local/bin/wineboot sudo ln -s ~/wine/bin/winecfg /usr/local/bin/winecfg sudo ln -s ~/wine/bin/wineserver /usr/local/bin/wineserver sudo chmod +x /usr/local/bin/wine /usr/local/bin/wineboot /usr/local/bin/winecfg /usr/local/bin/wineserver WINEPREFIX=~/.wine64 WINEARCH=win64 wine winecfg Create alias in .bashrc on HOME folder cd nano .bashrc # bashrc content: alias wine64="WINEPREFIX=~/.wine64 wine" --> then save (ctrl+x, choose yes) --> then logout & login Install Winetricks sudo apt-get install cabextract -y cd ~/Downloads && wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks sudo chmod +x winetricks && sudo mv winetricks /usr/local/bin/ Using Winetricks (ex: Corefonts & Dotnet 4) BOX64_NOBANNER=1 winetricks BOX64_NOBANNER=1 winetricks corefonts dotnet40
  7. Tried the verbosity=7, the same effect. With 6.1.77 kernel: Working FDT set to 49630000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.1.77-legacy-sunxi (armbian@next) (arm-linux-gnueabihf-gcc (Ubuntu 11.4.0-1ubuntu1~ 22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1 SMP Fri Feb 23 08:12:53 UTC 2024 [ 0.000000] CPU: ARMv7 Processor [410fc074] revision 4 (ARMv7), cr=50c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: LeMaker Banana Pi ...... With 6.1.92 kernel from "linux-image-legacy-sunxi" version 24.5.1 Working FDT set to 49630000 Starting kernel ... I tried the Device Trees from both "linux-dtb-legacy-sunxi" and "linux-dtb-current-sunxi": makes no difference. This again points to the "linux-image-legacy-sunxi" version 24.5.1 being broken. I wonder if someone with more authority can try running the kernel from that package on any Allwinner A20 board, or any Allwinner H3 Board (e.g. Orange Pi One, Orange Pi PC Plus), and confirm or disprove my claim.
  8. As they say, did you turn it off and on... he he Reboot helped, although I had only 8 days of uptime and in the meantime something caused some confusion. I speculate that it may be something related to cpu tool deprecated... or root@odroidxu4:~# apt list --upgradable Listing... Done armbian-bsp-cli-odroidxu4-current/bullseye 24.5.1 armhf [upgradable from: 23.8.1] N: There is 1 additional version. Please use the '-a' switch to see it However, using cpupower I was able to set 1.9 and 1.3Ghz, but setting it to 2.0 and 1.4 does not work even though cpupower provides such an option. I'm guessing it may be something deeper in the kernel set for this sbc?
  9. Tried with code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } modprobe rtw89?
  10. Solved I had not configured the boot/extlinux/extlinux.conf file correctly. Sorry, enough to read carefully
  11. For Ubuntu to say: code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } do-release-upgrade One thing to mention is that code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } do-release-upgrade usually does not work until the first point release. So retry once Ubuntu 24.04.1 has been released. Currently expected for August 15, 2024
  12. RTL8852BE is the official recommended Wifi module for Orange Pie 5 PLUS, but it is not available in Armbian 24.5.1 Linux Vendor Kernel 6.1 without a driver module. Hope the official driver will be added to the 6.1 kernel. Thanks.
  13. Try this: https://github.com/armbian/build/pull/6694#pullrequestreview-2096146300
  14. That Community Version of Ubuntu Jammy is working really well for me on this device Orange Pi Zero 2W. With one exception: No sound card found. Maybe these are clues on how to bake this in to next Community Version Ubuntu Jammy update, not sure?: https://forum.armbian.com/topic/37718-sound-on-h616h618-socs/#comment-188117 https://forum.armbian.com/topic/40625-armbian-build-pr-sound-allwinner-h616-h618-socs/#comment-193609
  15. Well, I at least have been upgrading smoothly from one version to another so far. What is the option I have then to upgrade without having to build a new image from scratch? I've gone into armbian-config, but the only option I've always seen is Firmware (but it has never changed anything). Thanks
  16. Thanks. I was not aware of that. I am amazed and glad that wifi works on my Tronsmart Vega S95 Telos with the S905 chipset. That's where I really needed it. The Minix was just an experiment.
  17. This is a command provided by userspace and has nothing to do with Armbian. Armbian related packages will be installed - if available (not the case for Lunar. non-LTS upstream userspaces are unsupported in general by Armbian) - and if firmware is unfrozen https://docs.armbian.com/User-Guide_FAQ/#can-i-upgrade-my-userspace-like-buster-to-bullseye-or-focal-to-jammy
  18. Good morning to all of you. I followed the installation guide but when starting it doesn't recognize the USB ports and enters a loop writing "usb-port1 :connect,-debonce failed". Does anyone know how to solve the problem? Thanks and regards
  19. Hello. I have a Tinkerboard "regular" (without internal memory). My OS is Armbian 23.02.2 Lunar. I tried many times updating to Armbian 23.10 but system always brokes. Previously, I ever can update earlier versions without problems. I post in another topic this problem and finally, a forum member showed me that the problem was that there were no drivers for my internal storage in this version. So, my hope now lies in whether I can upgrade to Armbian 24.5.1. I also want to upgrade because the audio drivers haven't been working for a long time and I've tried a thousand things described in different forums. So, in short, how can I upgrade WITHOUT making a new image, as I have always done before? I've been trying do-release-upgrade -d for days but I still don't get the new LTS version. It's already released, isn't it? Thank you very much.
  20. If someone wants to contribute this to Armbian as a patch: https://github.com/MichaIng/build/commit/ccd6837 The patch file however should contain a proper header, at best based on a Git commit done on the used kernel source, like so: https://github.com/torvalds/linux/commit/ba414bc.patch
  21. Either, you need to add it to the "extraargs=" (optionally "extraboardargs=") line in /boot/armbianEnv.txt, in case create those lines, if missing: extraargs=mem=16G Or, when adding it to /boot/boot.cmd directly, you need to generate /boot/boot.scr from it: mkimage -C none -A arm64 -T script -d /boot/boot.cmd /boot/boot.scr The initramfs does not need to be regenerated in any case.
  22. I can say that a way has been found on a board to be able to run a minimal arch Linux distro. Unfortunately it is not easy and we are still in an initial testing phase. 1) Open the case and press the button located behind the audio jack during power on. At this point, use the USB male cable to load the modified image with Linux PC and Sunxi-fel utility to boot from USB. 2) Boot with a USB stick and USB keyboard hub and check that the Linux kernel starts. 3) Upload Linux image to eMMC. I am not at risk of carrying out point 2 and I will have to solder the cables for the serial port to understand where the problem is in my case. If there are any updates I'll let you know. If it is possible to create an image ready to be directly on emmc this could be within everyone's reach.
  23. Did you get any luck with this? I tried adding the files to /boot/overlay-user/ and set the user_overlays in armbianEnv.txt but I didn't succeeded. I followed this guide: https://docs.armbian.com/User-Guide_Armbian_overlays/
  24. I also tried adding line "param_uart2_rtscts=1" to "/boot/armbianEnv.txt". This enabled GPIO Mode ALT2 for UART2_RTS and UART2_CTS. However, still no voltage changes on RTS or CTS pin when tried to send data over TX. Looking forward for help. Thanks in advance. P.S.: WiringPi (https://github.com/orangepi-xunlong/wiringOP.git) does not seem to be working for Orange Pi Zero 3 as it is showing H616 in output of gpio readall command Regards.
  1. Load more activity
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines