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
On Tue, Jun 15, 2004 at 03:48:59PM -0700, J. Dosher wrote:
> I'm getting about 1000 lines of output, so I'll try to just include just
> what looks important. First off, here's my Makefile (just in case that's
> the problem).
That is the problem. Please read the documentation on how to build
kerne
I'm getting about 1000 lines of output, so I'll try to just include just
what looks important. First off, here's my Makefile (just in case that's
the problem).
KERNELDIR = /usr/src/linux #aliased as /usr/src/linux ->
/usr/src/linux-2.6.5-1.358/
include $(KERNELDIR)/.config
CFLAGS = -D__KERNEL__
On Tue, Jun 15, 2004 at 03:04:30PM -0700, J. Dosher wrote:
> I've developed a custom I/O control board for haptics and robotics using
> an Atmel AVR and a Cypress USB 2.0 IC.
> (http://www-brl.ee.washington.edu/~jdosher/Pictures/Thumbnails/BoardTH.html)
>
> We've been having some trouble getting o
Here are some answers to your question. I don't know if you will find
them very helpful...
On Wed, 25 Feb 2004, Juergen Stuber wrote:
> Hi,
>
> I'm currently working to correct the locking problems in the
> LEGO USB Tower driver. In the course of that I've read through
> the current version o
On Fri, 12 Dec 2003 11:15:15 -0500 "Ethan Mattor" <[EMAIL PROTECTED]> wrote:
| Hi all,
|
| The device I'm developing works nicely, and it is time to write a custom
| Linux driver. I've copied the Skeleton driver into the image subdirectory,
| and changed the name to 'weasel'. In the usb/image/K
On Fri, Sep 20, 2002 at 08:27:48PM -0400, Andrew Pargeter wrote:
>
> 1- How do I build the code as a module? It looks like the Makefile in
> /driver/usb is pretty straightforward. I suppose I have run "make modules"
> from TOPDIR - is this what you have to run every time you make a change to
>
"Andrew Pargeter" <[EMAIL PROTECTED]> writes:
> 1- How do I build the code as a module? Is there a way to build
> JUST the usb modules, or better yet just the skeleton usb module?
>
from TOPDIR, make modules SUBDIRS=drivers/usb
> 2- What does "make modules_install" do? Apparently this is run
our article - kind of showing how
to use usb-skeleton and something you probably do without thinking! :-)
Thanks for your time...
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Greg KH
> Sent: Friday, September 20, 2002 7:20 PM
> To: Andrew
On Fri, Sep 20, 2002 at 07:00:10PM -0400, Andrew Pargeter wrote:
>
> I am looking for a step-by-step to building the driver and getting it
> running. I know it might be a lot to ask
Heh, that is a pretty big thing to ask. What's wrong with the existing
documentation for usb-skeleton.c? (h
13 matches
Mail list logo