[...]Hello!
How I know writing DVB card MAC address to file? (The dvb driver writing to stdout, when the load up kernel module)
whereis stdio.h stdio: /usr/include/stdio.h
Why not founded stdio header file? Who i know writing DVB MAC to file?
Hello K�poln�si,
you cannot use the standard include files in kernel space. Esp. writing to stdout does not work this way. Please read the kernel hacking how-to or some introduction book about the linux kernel for details.
Niklas
