On Mon, 14 Dec 2009, Carsten Emde wrote: > John, > > > So, for now I am going to at least temporarily submit a patch that > > removes building the modules from the main makefile. > That's okay. > > > Of course you can still cd to src/backfire and build the module there > > without any problems. > Yes. Shouldn't we then explain this a little bit better in sendme? > > Carsten. > > > Signed-off-by: Carsten Emde <C.Emde@xxxxxxxxx> > > --- sendme-old.c 2009-12-14 22:59:45.114507575 +0100 > +++ sendme.c 2009-12-14 23:07:48.714144429 +0100 > @@ -232,7 +232,12 @@ > path = open("/dev/backfire", O_RDWR); > if (path < 0) { > fprintf(stderr, "ERROR: Could not access backfire device, " > - "try 'modprobe backfire'\n"); > + "try 'modprobe backfire'.\n" > + "If the module backfire can't be loaded, " > + "it may need to be built first.\n" > + "Execute 'cd src/backfire; make' in the " > + "rt-tests directory (requires rt-tests\n" > + "sources and kernel-devel package).\n"); > return 1; > } > fl.l_type = F_WRLCK; > Thanks Carsten - I applied it to my git tree and pushed it. Clark - pls pull. -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html