[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b0bd1e38-f9a0-48d7-9e5f-fb47e4734b25@nchip.com>
Date: Wed, 30 Jul 2025 08:36:25 -0400
From: _ <j9@...ip.com>
To: netdev@...r.kernel.org
Subject: Re: no printk output in dmesg
Is this the right place to ask this question ?
On 7/29/25 19:26, _ wrote:
> Hi
>
> In "stmmac_main.c", in function "stmmac_dvr_probe", after probing is
> done and "ret = register_netdev(ndev);" is successfully executed I try this
>
> netdev_info(priv->dev, "%s:%d", __func__, __LINE__);
> netdev_alert(priv->dev, "%s:%d", __func__, __LINE__);
> printk(KERN_ALERT "%s : %d", __func__, __LINE__);
>
> But in kernel buffer there is no messages from these 3 function calls
>
> Any suggestions how to make printing work and why these are skipped ?
>
Powered by blists - more mailing lists