Re: [linux-usb-devel] usb-skeleton driver.

2004-10-19 Thread Alan Stern
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

Re: [linux-usb-devel] usb-skeleton driver.

2004-10-18 Thread mikolaj . zuberek
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

Re: [linux-usb-devel] usb-skeleton driver.

2004-10-18 Thread Alan Stern
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

Re: [linux-usb-devel] usb-skeleton driver.

2004-10-18 Thread Ethan Mattor
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