

ValdikSS
Members-
Posts
23 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Orange Pi Zero 3 WiFi Issues (unisoc_wifi Driver)
ValdikSS replied to Thomas Waterfall's topic in Allwinner sunxi
Created a bug in linux-orangepi official repo, and also emailed Orange Pi regarding this issue. https://github.com/orangepi-xunlong/linux-orangepi/issues/98 -
Orange Pi Zero 3 WiFi Issues (unisoc_wifi Driver)
ValdikSS replied to Thomas Waterfall's topic in Allwinner sunxi
I think I'm seeing the same issue as described in OP. wpa_supplicant[25499]: wlan0: Trying to associate with xx:xx:xx:xx:xx:xx (SSID='xxx' freq=2452 MHz) wpa_supplicant[25499]: FT: Invalid key management type (2) wpa_supplicant[25499]: wlan0: Association request to the driver failed Restarting wpa_supplicant (the network is controlled by ifupdown in my case) does not help. FT hints that the issue is related to 802.11r Fast Transition feature, and here's the similar (although not the same) bug described in NetworkManager: https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/4 -
In case anyone wondering, AIC8800D80 found in Raxda Zero 3W and Radxa Cubie A5E (aic8800 driver) supports WPA3 SAE, but not GCMP/GCMP-256 ciphers. root@radxa-zero3:~# iw phy Wiphy phy0 wiphy index: 0 max # scan SSIDs: 3 max scan IEs length: 200 bytes max # sched scan SSIDs: 0 max # match sets: 0 Retry short limit: 7 Retry long limit: 4 Coverage class: 0 (up to 0m) Device supports RSN-IBSS. Device supports AP-side u-APSD. Supported Ciphers: * WEP40 (00-0f-ac:1) * WEP104 (00-0f-ac:5) * TKIP (00-0f-ac:2) * CCMP-128 (00-0f-ac:4) * CMAC (00-0f-ac:6) * WPI-SMS4 (00-14-72:1) Available Antennas: TX 0 RX 0 Supported interface modes: * managed * AP * AP/VLAN * monitor * mesh point * P2P-client * P2P-GO * P2P-device … > get_capability pairwise CCMP TKIP > get_capability group CCMP TKIP WEP104 WEP40 > get_capability key_mgmt NONE IEEE8021X WPA-EAP WPA-PSK WPA-EAP-SUITE-B OWE DPP FT-PSK FT-EAP > get_capability proto RSN WPA > get_capability auth_alg OPEN SHARED LEAP SAE
-
Apt Upgrade causes Rock Pi S not to boot [Armbian 24.11.1]
ValdikSS replied to Truenox's topic in Radxa Rock Pi S
Probably not. The issue is/was that the kernel is updated with a new format, but the u-boot, which supports new kernel, is not delivered via regular repository, that's why you need to download and install it manually (for now). Probably. My board doesn't have eMMC, only MicroSD. I've updated the bootloader on MicroSD. You probably need to update it on both. -
Apt Upgrade causes Rock Pi S not to boot [Armbian 24.11.1]
ValdikSS replied to Truenox's topic in Radxa Rock Pi S
@Meestor_X wget https://imola.armbian.com/beta/pool/main/l/linux-u-boot-rockpi-s-current/linux-u-boot-rockpi-s-current_25.5.0-trunk.20_arm64__2024.10-Sf919-Pfdc0-Hd0b5-V97a0-Bb703-R448a.deb dpkg -i linux-u-boot-rockpi-s-current_25.5.0-trunk.20_arm64__2024.10-Sf919-Pfdc0-Hd0b5-V97a0-Bb703-R448a.deb armbian-install -
In case anyone wondering, AW859A / 20U5622 Wi-Fi modules (uwe5622 driver) do not support WPA3. GCMP-128/GCMP-256 are not listed as supported in iw output, SAE or WPA-PSK-SHA256 wpa_supplicant key methods are not recognized as valid. # iw phy Wiphy phy0 wiphy index: 0 max # scan SSIDs: 12 max scan IEs length: 2304 bytes max # sched scan SSIDs: 9 max # match sets: 9 RTS threshold: 2353 Retry short limit: 10 Retry long limit: 9 Coverage class: 0 (up to 0m) Device supports RSN-IBSS. Supported Ciphers: * WEP40 (00-0f-ac:1) * WEP104 (00-0f-ac:5) * TKIP (00-0f-ac:2) * CCMP-128 (00-0f-ac:4) * WPI-SMS4 (00-14-72:1) * CMAC (00-0f-ac:6) * 00-0f-ac:255 Available Antennas: TX 0x1 RX 0x1 Supported interface modes: * IBSS * managed * AP * P2P-client * P2P-GO * P2P-device … > get_capability pairwise CCMP TKIP > get_capability group CCMP TKIP WEP104 WEP40 > get_capability key_mgmt NONE IEEE8021X WPA-EAP WPA-PSK WPA-EAP-SUITE-B OWE DPP FT-PSK FT-EAP > get_capability proto RSN WPA > get_capability auth_alg OPEN SHARED LEAP > get_capability modes IBSS AP
-
- Orange Pi Zero 2
- Orange Pi 3 LTS
-
(and 2 more)
Tagged with:
-
Apt Upgrade causes Rock Pi S not to boot [Armbian 24.11.1]
ValdikSS replied to Truenox's topic in Radxa Rock Pi S
Works only if this package is installed and armbian-install is ran manually. Only installing the package does not work, the bootloader is not updated and the board does not boot. Need to run armbian-install. root@rockpi-s:~# dpkg -i linux-u-boot-rockpi-s-current_25.5.0-trunk.3_arm64__2024.10-Sf919-Pfdc0-Hd0b5-V97a0-Bb703-R448a.deb (Reading database ... 26763 files and directories currently installed.) Preparing to unpack linux-u-boot-rockpi-s-current_25.5.0-trunk.3_arm64__2024.10-Sf919-Pfdc0-Hd0b5-V97a0-Bb703-R448a.deb ... Unpacking linux-u-boot-rockpi-s-current (25.5.0-trunk.3) over (24.11.1) ... Setting up linux-u-boot-rockpi-s-current (25.5.0-trunk.3) ... Armbian 'uboot-rockpi-s-current' for '2024.10-Sf919-Pfdc0-Hd0b5-V97a0-Bb703-R448a': 'postinst' starting. Armbian 'uboot-rockpi-s-current' for '2024.10-Sf919-Pfdc0-Hd0b5-V97a0-Bb703-R448a': 'postinst' finishing. -
Apt Upgrade causes Rock Pi S not to boot [Armbian 24.11.1]
ValdikSS replied to Truenox's topic in Radxa Rock Pi S
Igor, the package itself doesn't seem to be present in the repository, I guess? I did run armbian-install to force-update u-boot after apt-upgrade, but it's still the old version. I had to extract the files from the newer image, as described in the message above, as they were not present after update in my filesystem. I had the older u-boot. -
Apt Upgrade causes Rock Pi S not to boot [Armbian 24.11.1]
ValdikSS replied to Truenox's topic in Radxa Rock Pi S
Only after I manually did the steps you've described, it started to boot. In other words, the apt-upgrade path is still broken. Was the fix for apt-upgrade not planned? P.S. kernel 6.12 power consumption is slightly higher than 6.6, both in idle and in suspend. Since Truenox mentioned working audio, does 6.12 come with always-enabled audio domain power? -
Apt Upgrade causes Rock Pi S not to boot [Armbian 24.11.1]
ValdikSS replied to Truenox's topic in Radxa Rock Pi S
This is still the issue. Download https://mirror.yandex.ru/mirrors/armbian/archive/rockpi-s/archive/Armbian_24.11.1_Rockpi-s_bookworm_current_6.6.62_minimal.img.xz apt update && apt -y upgrade armbian-install, update bootloader = yes Result: OS does not boot after reboot, with ERROR: Did not find a cmdline Flattened Device Tree Could not find a valid device tree It doesn't matter whether armbian-install is run. My device does not have emmc, only microsd. Fix in this post works fine. … Load uboot, ReadLba = 2000 Load OK, addr=0x600000, size=0x99518 RunBL31 0x40000 @ 122481 us INFO: Preloader serial: 0 NOTICE: BL31: v1.3(release):30f1405 NOTICE: BL31: Built : 17:08:28, Sep 23 2019 INFO: Lastlog: last=0x100000, realtime=0x102000, size=0x2000 INFO: ARM GICv2 driver initialized INFO: Using opteed sec cpu_context! INFO: boot cpu mask: 1 INFO: plat_rockchip_pmu_init: pd status 0xe b INFO: BL31: Initializing runtime services WARNING: No OPTEE provided by BL2 boot loader, Booting device without OPTEE initialization. SMC`s destined for OPTEE will return SMC_UNK ERROR: Error initializing runtime service opteed_fast INFO: BL31: Preparing for EL3 exit to normal world INFO: Entry point address = 0x600000 INFO: SPSR = 0x3c9 U-Boot 2022.04-armbian-2022.04-Se4b6-P2db4-He13b-V7409-Bda0a-R448a (Nov 16 2024 - 02:33:20 +0000) Model: Radxa ROCK Pi S DRAM: 510 MiB Core: 276 devices, 20 uclasses, devicetree: separate MMC: dwmmc@ff480000: 1, dwmmc@ff490000: 0 Loading Environment from nowhere... OK In: serial Out: serial Err: serial Model: Radxa ROCK Pi S rockchip_dnl_key_pressed read board id failed Net: eth0: ethernet@ff4e0000 Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc1 is current device Scanning mmc 1:1... Found U-Boot script /boot/boot.scr 3633 bytes read in 5 ms (709 KiB/s) ## Executing script at 00500000 Boot script loaded from mmc 1:1 257 bytes read in 4 ms (62.5 KiB/s) 17262801 bytes read in 735 ms (22.4 MiB/s) 36538880 bytes read in 1549 ms (22.5 MiB/s) 56214 bytes read in 17 ms (3.2 MiB/s) 688 bytes read in 16 ms (42 KiB/s) Applying kernel provided DT overlay rk3308-bs.dtbo 459 bytes read in 34 ms (12.7 KiB/s) Applying kernel provided DT overlay rk3308-bs@1.3ghz.dtbo Moving Image from 0x680000 to 0x800000, end=2bb0000 ## Loading init Ramdisk from Legacy Image at 04000000 ... Image Name: uInitrd Image Type: AArch64 Linux RAMDisk Image (gzip compressed) Data Size: 17262737 Bytes = 16.5 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ERROR: Did not find a cmdline Flattened Device Tree Could not find a valid device tree SCRIPT FAILED: continuing... Card did not respond to voltage select! : -110 starting USB... No working controllers found USB is stopped. Please issue 'usb start' first. starting USB... No working controllers found ethernet@ff4e0000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! … -
Orange Pi Zero 3 WiFi Issues (unisoc_wifi Driver)
ValdikSS replied to Thomas Waterfall's topic in Allwinner sunxi
If your board in unstable, it hangs, kernel panics with Unable to handle kernel paging request at virtual address ffff7fffbef91008 Or MicroSD read errors, and you use Wi-Fi, Put Wi-Fi antenna outside of the board! Apparently EMI from the Wi-Fi module is so high it influence RAM and/or MicroSD if the antenna is in closest proximity. I've tested it on tens of Zero 3's, and could reliably reproduce the issue. -
If your board in unstable, it hangs, kernel panics with Unable to handle kernel paging request at virtual address ffff7fffbef91008 Or MicroSD read errors, and you use Wi-Fi, Put Wi-Fi antenna outside of the board! Apparently EMI from the Wi-Fi module is so high it influence RAM and/or MicroSD if the antenna is in closest proximity. I've tested it on tens of Zero 3's, and could reliably reproduce the issue.
-
@zaibot.w did you manage to fix it? It's possible to use gpio-keys from the regular pinctrl, but you won't have pull-up/down. Could not fix it with pull up.