- To: Terry Collins <terryc@xxxxxxxxxx>
- Subject: Re: [SLUG] Make bttv produces kernel not configed for modules - how to fix
- From: Damien Curtain <damienc@xxxxxxxxxxxxx>
- Date: Tue Oct 3 11:40:03 2000
- Cc: slug@xxxxxxxxxxx
On Sun, 1 Oct 2000, Terry Collins wrote:
> Terry Collins wrote:
> >
> Ting about this a bit further, can someone explain how make reaches this
> conclusion (that the kernel will not load modules)?
>
> This may give me an idea of what is causing the problem.
>
install the kernel source in /usr/src/linux and do a make config,
configure your kernel, and especially make sure you enable
*
* Loadable module support
*
Enable loadable module support (CONFIG_MODULES) [Y/n/?]
(ie. type y)
then go back to your drivers dir and sudo make
--
Damien