On Mon, 18 Oct 2004 [EMAIL PROTECTED] wrote:
> > You should use the dmesg program to read kernel messages.
>
> I'm using "more /var/log/messages" - would this show all kernel messages?
It depends. If /etc/syslog.conf is set up so that all kernel messages are
stored in /var/log/messages, and if
Alan Stern <[EMAIL PROTECTED]> said:
> On Mon, 18 Oct 2004, Ethan Mattor wrote:
>
> > Hello,
> >
> > I have also been working with the usb-skeleton.c file. You did not
explain
> > how you came to realize that the skel_probe() function is not being
called -
> > I made an interesting discover
On Mon, 18 Oct 2004, Ethan Mattor wrote:
> Hello,
>
> I have also been working with the usb-skeleton.c file. You did not explain
> how you came to realize that the skel_probe() function is not being called -
> I made an interesting discovery recently that may be relevant.
>
> In order to r
Hello,
I have also been working with the usb-skeleton.c file. You did not explain
how you came to realize that the skel_probe() function is not being called -
I made an interesting discovery recently that may be relevant.
In order to read the kernel debug messages, I have been using 'cat km