Closed ewwink closed 2 years ago
I don't understand what you mean, screenshot description
The logs continues to appear after logged in
Did you enter the login screen like this? What device are you on? Which firmware version did you download? Did you look at the log output?
cat /etc/ophub-release
I see that screen and successfully logged in but it continues appear
I use Armbian_22.05.0_Aml_s905x_focal_5.15.30_2022.03.20.1653.img.gz
root@armbian:# cat /etc/ophub-release
VERSION_CODEID='ubuntu'
VERSION_CODENAME='focal'
KERNEL_VERSION='5.15.29'
K510='1'
PACKAGED_DATE='2022-03-18'
FDTFILE='meson-gxl-s905x-p212.dtb'
UBOOT_OVERLOAD='u-boot-p212.bin'
MAINLINE_UBOOT=''
ANDROID_UBOOT=''
MYBOX_UBOOT='/usr/lib/u-boot/mybox-bootloader.img'
SOC='s905x'
it happen only in physical machine, if use remote ssh client the logs is not appear
I can't see what's wrong with half the screen, if it's a log that the wireless
driver doesn't support? You can disable it in armbian-config
.
You can try the firmware generated today if there is such a problem.
Do you mean that the device is connected to the monitor, you log in remotely via ssh, but find that the monitor screen of the linked device still has code changes? This is normal. When I remotely ssh my device from other computers, the monitor screen of the connected device is different from that of my computer.
edit:
to disable wlan0 permanently edit /etc/rc.local
and append
/bin/sleep 15 && rfkill block wifi
exit 0
here a full log http://ix.io/3SXM
I cannot disabling wireless using ambian-config
, temporary I use ifconfig wlan0 down
and it solve the problem, how to disable it permanently?
yes the logs appear only on device that connected to the monitor, if I connect using SSH there is no log.
edit: to disable wlan0 permanently edit
/etc/rc.local
and append/bin/sleep 15 && rfkill block wifi exit 0
here a full log http://ix.io/3SXM
I cannot disabling wireless using
ambian-config
, temporary I useifconfig wlan0 down
and it solve the problem, how to disable it permanently?yes the logs appear only on device that connected to the monitor, if I connect using SSH there is no log.
thanks, this issue happens to me too
how to disable the logs on screen after logged in?