Where does output of print in kernel go?

前端 未结 7 901
再見小時候
再見小時候 2020-12-14 08:23

I am debugging a driver for linux (specifically ubuntu server 9.04), and there are several printf statements in the code.

Where can I view the output of these statem

7条回答
  •  独厮守ぢ
    2020-12-14 08:56

    You might try a higher level than KERN_DEBUG, for example KERN_INFO. Depending on your configuration the lowest priority messages might not be displayed.

提交回复
热议问题