Mailinglist Archive: opensuse (4165 mails)
| < Previous | Next > |
Re: [SLE] kernel module problem
- From: Anders Johansson <andjoh@xxxxxxxxxx>
- Date: 15 Apr 2003 03:14:41 +0200
- Message-id: <1050369281.1390.73.camel@xxxxxxxxxxxxxxxxx>
On Tue, 2003-04-15 at 04:09, Philipp Thomas wrote:
> Bruce Harris <beharri@xxxxxxxxxxxxx> [Mon, 14 Apr 2003 20:39:13 -0400]:
>
> >/lib/modules/2.4.19-64GB-SMP/build/include/linux/module.h:21:34:
> >linux/modversions.h: No such file or directory
> >compiling failed - object file was not generated
>
> Try changing to /usr/src/linux and issuing a 'make kernel'. Check that
> /usr/src/linux/include/linux/modversions.h exists. Otherwise I'm out of
> ideas.
You're out? Then here's one
touch /usr/src/linux/include/linux/modversions.h
Works for the nvidia driver, so it'll probably work here as well
Since the linux kernel doesn't use module versioning the file doesn't
need to contain anything, but the source file still has that #include
> Bruce Harris <beharri@xxxxxxxxxxxxx> [Mon, 14 Apr 2003 20:39:13 -0400]:
>
> >/lib/modules/2.4.19-64GB-SMP/build/include/linux/module.h:21:34:
> >linux/modversions.h: No such file or directory
> >compiling failed - object file was not generated
>
> Try changing to /usr/src/linux and issuing a 'make kernel'. Check that
> /usr/src/linux/include/linux/modversions.h exists. Otherwise I'm out of
> ideas.
You're out? Then here's one
touch /usr/src/linux/include/linux/modversions.h
Works for the nvidia driver, so it'll probably work here as well
Since the linux kernel doesn't use module versioning the file doesn't
need to contain anything, but the source file still has that #include
| < Previous | Next > |