src icon indicating copy to clipboard operation
src copied to clipboard

Annoying console messages

Open mdaniel29 opened this issue 3 years ago • 2 comments

Hi. I can't get rid of a message that flood my terminal (MidnightBSD without X server), concerning problem with wifi connection. This message is " ath0: ath_legacy_rx_tasklet: sc_inreset_cnt > 0: skipping " I know I have a problem in my config with my wlan0 interface (no carrier), but I would first prevent those console logs to appear on the screen. I tried to comment out every lines in /etc/syslog.conf that were redirected to /dev/console reboot x times But the messages are still there... I don't know where they are coming from. I know the problem must be freeBSD related (not only MidnightBSD) but didn't find a way to solve that while searching on the web.

mdaniel29 avatar Oct 29 '22 19:10 mdaniel29

See this thread https://forums.freebsd.org/threads/disable-ath0-wlan-console-messages.76871/

laffer1 avatar Nov 17 '22 19:11 laffer1

Thank you. Informations in that thread are actually interestings. I worked around the problem first by configuring my wifi connection (in fact commands like "/etc/rc.d/netif stop" or "ifconfig wlan0 down" did the trick to stop messages from appearing on the screen) I still have problems connecting other machine (obviously because of bad ipfw parameters), but that's ok for now.

mdaniel29 avatar Nov 19 '22 14:11 mdaniel29