I need some help.......
I'm writing a device driver and I can't see any of the debugging
printk's that are made from within the module code. Printk is the kernel
equivalent to printf but it sends it's output to the console. I've read
that when using printk's from within X (i'm using RedHat 6.0 and Gnome)
you won't see the output because ofX's use of "Virtual"
terminals......???
I did a man on xterm and saw a -C option but this had no effect.
It's suppose to redirect all Console output to the active "virtual"
terminal.
It also says that it's not guaranteed to work. o-well.... this was the
case it seems.
Anyway, does anyone have any suggestions?
Thanks,
-Nils