Jump to content

D roZDi

Members
  • Posts

    5
  • Joined

  • Last visited

  1. It is not working with this patch because offcially AIC8800 is not supported in kernel > 7.0-rc6 plus in my image Wifi was initially disabled With new image it is better: I made a small fix to make it running with some commands as root: ``` # unzip AIC_FIX.zip # mkdir -p /lib/modules/$(uname -r)/kernel/drivers/net/wireless/aic8800 # cp aic_btusb.ko aic_load_fw.ko aic8800_fdrv.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless/aic8800/ # depmod -a # cat /etc/modules-load.d/aic8800.conf aic_load_fw aic8800_fdrv aic_btusb # cp -r aic8800_fw /lib/firmware/ # cp -pr aic8800_fw/USB/aic8800D80/ /lib/firmware/ # modprobe aic_load_fw # modprobe aic8800_fdrv # modprobe aic_btusb # lsmod |grep -i aic aic_btusb 57344 0 aic8800_fdrv 626688 0 cfg80211 1200128 1 aic8800_fdrv aic_load_fw 86016 1 aic8800_fdrv ``` Please also remember as it is experimental and all you do it is on your own risk HDMI is not working and we need some code first, I guess for this part: CONFIG_PHY_ROCKCHIP_INNO_HDMI_QP
  2. just go threre: https://forum.friendlyelec.com/viewtopic.php?f=93&t=4691
  3. Armbian image placed on internal soldered eMMC 64GB - only one issue now aic8800 not supported yet by kernel 7.0-rc6 so no wifi 😕 No PCI as no PCI slots... also no HDMI... Experimental image based on Kwiboo repo dispo here.
  4. ok understand, but what is the purpose of providing an unusable image? I was so happy to wokr on new kernel but now it makes me waiting another 3 or 6 months...
  5. Today I installed Armbian_23.11.1_Orangepi5-plus_bookworm_edge_6.7.0-rc1.img and from the begining some troubles In comparison to last OS Armbian_23.8.2_Orangepi5-plus_bookworm_legacy_5.10.160_xfce_desktop.img what is not working for me: a) WIFI AX210 is disabled by RFKILL orangepi@orangepi5-plus:~/work/openplotter_opi5plus$ sudo rfkill list all 0: phy0: Wireless LAN Soft blocked: no Hard blocked: yes 1: hci0: Bluetooth Soft blocked: no Hard blocked: no and by now no way to enabled it b) armbian-config tool has no option HARDWARE (to enable some overlays) c) armbian-config has no option WIFI in Network submenu d) overlays are not starting at all (doing like before for kernel 5.10) and nothing e) still the same issue with WiringPI software orangepi@orangepi5-plus:~/work/openplotter_opi5plus$ sudo gpio readall wiringPiSetup: mmap (PWM) failed: Operation not permitted Ps. I dont open separated topic and using this one
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines