ophub / amlogic-s9xxx-armbian

Support for Armbian in Amlogic, Rockchip and Allwinner boxes. Support a311d, s922x, s905x3, s905x2, s912, s905d, s905x, s905w, s905, s905l, rk3588, rk3568, rk3399, rk3328, h6, etc.
GNU General Public License v2.0
6.09k stars 1.95k forks source link

how to disable verbosity of logs #185

Closed ewwink closed 2 years ago

ewwink commented 2 years ago

how to disable the logs on screen after logged in?

ophub commented 2 years ago

I don't understand what you mean, screenshot description

ewwink commented 2 years ago

The logs continues to appear after logged in

image

ophub commented 2 years ago

Snip20220320_1

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

ewwink commented 2 years ago

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'
ewwink commented 2 years ago

it happen only in physical machine, if use remote ssh client the logs is not appear

ophub commented 2 years ago

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.

ewwink commented 2 years ago

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.

mazdel commented 2 years ago

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.

thanks, this issue happens to me too