DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian-allwinner
PhotoJim has quit [Remote host closed the connection]
PhotoJim has joined #armbian-allwinner
_whitelogger has joined #armbian-allwinner
<DC-IRC>
[Discord] <ioncube7221> I am running OrangePi `jammy` on `4A` Can I add armbian jammy repositories & replace the chinese ones. Then update firmware & driver stuff?
<DC-IRC>
[Discord] <Werner> There is no support for this board
<DC-IRC>
[Discord] <Werner> Feel free to volunteer and add
<DC-IRC>
[Discord] <emw.scar_38797> Hello,
<DC-IRC>
[Discord] <emw.scar_38797> I ve got an orange pi zero with armbian image (atm 22.11)
<DC-IRC>
[Discord] <emw.scar_38797> Wifi only works when eth0 is connected
<DC-IRC>
[Discord] <emw.scar_38797> i tested armbian 22.02 and 23.08 too
<DC-IRC>
[Discord] <Werner> This....doesn't make much sense. Providing`armbianmonitor -u` would be a good start
<DC-IRC>
[Discord] <emw.scar_38797> i set the wifi ip to static and i can reach the pi over this ip in putty
<DC-IRC>
[Discord] <emw.scar_38797> but only when ethernet cable is connected
<DC-IRC>
[Discord] <emw.scar_38797> if i disconnect the cable, i can see the static wifi ip in my router table but can't reach the pi anymore
<DC-IRC>
[Discord] <tomurlings> can you share your network configuration file?
<DC-IRC>
[Discord] <tomurlings> also, what wifi antenna are you using on your board? lots of rx errors on the wifi reported and that original "antenna" is not very eh good.
<DC-IRC>
[Discord] <emw.scar_38797> you mean /etc/network/interfaces?
<DC-IRC>
[Discord] <emw.scar_38797> its a standard antenna. The system worked for ~3years without a problem. today i updated and then the issue started. Also rolling back didnt solve the problem
<DC-IRC>
[Discord] <z_anny> hi everyone, i have some problems with orange pi zero 2, recent i install Linux orangepizero2 6.12.30-current-sunxi64 , and i try to enable uart5 using overlay, but i encouter some problems, via uart debug i notice this message:
<DC-IRC>
[Discord] <z_anny> Failed to load '/boot/dtb/allwinner/overlay/-sun50i-h616-uart5.dtbo'
<DC-IRC>
[Discord] <z_anny> Failed to load '/boot/dtb/allwinner/overlay/-fixup.scr'
<DC-IRC>
[Discord] <z_anny> 12377989 bytes read in 515 ms (22.9 MiB/s)
<DC-IRC>
[Discord] <z_anny> 38019080 bytes read in 1575 ms (23 MiB/s)
<DC-IRC>
[Discord] <z_anny> i enable uart 5 via armbian config, any ideia how i can enable this correctly?
<DC-IRC>
[Discord] <tomurlings> can you check what the actual .dtb file is called in that folder? it seems like the `overlay_prefix` is missing from your armbianEnv.txt.
<DC-IRC>
[Discord] <tomurlings> or you can try to specify the entire filename in `overlays=` in your armbianEnv.txt
<DC-IRC>
[Discord] <tomurlings> or you can try to specify the full filename (but without filename extension) in `overlays=` in your armbianEnv.txt
<DC-IRC>
[Discord] <emw.scar_38797> by the way i added: auto eth0
<DC-IRC>
[Discord] <emw.scar_38797> no-auto-down eth0 to the network/interfaces but that helps only one time. after another reboot the pi is not reachable over wlan
<DC-IRC>
[Discord] <z_anny> my amrbianEnv:
<DC-IRC>
[Discord] <z_anny> GNU nano 7.2 /boot/armbianEnv.txt verbosity=7
<DC-IRC>
[Discord] <tomurlings> Ok, just checked the latest image and I need to amend what i said. Can you add `overlay_prefix=sun50i-h616` and use `overlays=uart5` to your armbianEnv.txt ?
<DC-IRC>
[Discord] <tomurlings> Ok, just checked the latest [orangepi zero2] image and I need to amend what i said. Can you add `overlay_prefix=sun50i-h616` and use `overlays=uart5` to your armbianEnv.txt ?
<DC-IRC>
[Discord] <z_anny> shure, i will do this now