[NTLUG:Discuss] No modversions.h in SuSE 9.2?
Bryan J. Smith
b.j.smith at ieee.org
Tue Dec 28 19:15:51 CST 2004
Yes, but make sure you use the same Makefile/.config as your current, running kernel.
Otherwise "make dep" will generate a different configuration.
I.e., you'll probably get symbols errors.
And now I know why Red Hat has moved to just requiring people to use the kernel .src.rpm.
It's a much more controlled setup for building modules. With the RPM staging.
It can build the exact tree for your running distro with little difficulty.
--
Bryan J. Smith (currently mobile)
b.j.smith at ieee.org
-----Original Message-----
From: Terry Henderson
Date: 04-12-28 16:51
To: NTLUG Discussion List
Subj: Re: [NTLUG:Discuss] No modversions.h in SuSE 9.2?
On Tue, 28 Dec 2004 18:47:16 -0600, Terry Henderson <trryhend at gmail.com> wrote:
> On Tue, 28 Dec 2004 19:15:48 -0500, Dennis Daupert <ddaupert at indy.rr.com> wrote:
> > I just upgraded to SuSE 9.2, and tried to compile the IVTV driver for my
> > Hauppauge PVR-350. make complained that he couldn't find modversions.h. My
> > manual search yielded same, and find didn't find it either.
> > (find /lib/modules -name modversions.h, find /usr/src/linux ..., find / ...)
> > I installed kernel sources and other goodies, but is there something else I'm
> > missing, or has suse outgrown the need for that file?
> >
> > /dennis
> >
> > _______________________________________________
> > https://ntlug.org/mailman/listinfo/discuss
> >
>
> Should be someplace like:
> /usr/src/linux-2.x.x.x/include/linux/modversions.h
>
> --
> Please make a note of my new email address.
> <><
>
I also understand that you may need to run "make
dep" on your kernel sources, which will generate modversions.h
_______________________________________________
https://ntlug.org/mailman/listinfo/discuss
More information about the Discuss
mailing list