Jess wrote:
> Hey NG
>
> When I try to install a MPI 350 driver ( cisco mini PCI card for IBM
> thinkpad )
> Then I got this error ....
>
> [familen@localhost airo_mpi-20031220]$ make && make install
> greb: /lib/modules/2.6.3-7mdk/build/include/linux/sched.h: No such file or
> directory
> greb: /lib/modules/2.6.3-7mdk/build/include/linux/sched.h: No such file or
> directory
> greb: /lib/modules/2.6.3-7mdk/build/include/linux/proc_fs.h: No such file or
> directory
> Makefiles:66: *** Cannot find a kernel config file. Stop.
> [familen@localhost airo_mpi-20031220]$
>
> What can I do ??? or what shall I download for to fix this problem... do
> you have a solution for me..
>
> Best regard
>
> Jess
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (
http://www.grisoft.com).
> Version: 6.0.725 / Virus Database: 480 - Release Date: 19-07-2004
>
>
Don't think you need to install anything..... Just make a link to your
source files:
ln -s /usr/src/linux-2.6.3-7mdk/ /lib/modules/2.6.3-7mdk/build
I could be wrong..
/Kim