Today, Kenny Donahue gleaned this insight:
> If you all don't mind, I have a couple more questions.
> Until now, I've been a simple User of unix/Linux. Now
> I'm starting driver work on Linux. I would like to set an xterm
> up as the console window so I can see the messages I'm
> sending out with printk during insmod/rmmod. I can't figure
> this out. I know I can tail -f /var/log/messages but I'd like
> to have everything in the same window.
Run your xterm as:
xterm -C &
and shut off syslogd. Depending on how your system is configured, you may
need to change the ownership and/or permissions of /dev/console for this
to work.
--
---------------------------------------------------------------
Derek D. Martin | Unix/Linux Geek
[EMAIL PROTECTED] | [EMAIL PROTECTED]
---------------------------------------------------------------
**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************