On Feb 6, 2008 10:00 AM, Vivek Mangal <vivek.mangal9685@xxxxxxxxx> wrote: > Hello all, > I am trying to install the MultiTech modem card ISI5634UPCI/8-EU > but during compilation it give me error as like > > grep: /usr/src/linux-2.6.9-22.ELsmp/include/linux/tty.h:No such file or > directory > gcc -D__KERNEL__ -DMODULE -DLINUX -D__SMP__ -O2 -Wall -Wstrict-prototypes > -fomit-frame-pointer -I/usr/src/linux-2.6.9-22.ELsmp/include -c > mtsi_upci.c > 2>./err.log > make: *** [mtsi_upci.o] Error 1 > > When i go to directory /usr/src i found that their is not directory except > redhat/ dir. > can any one tell me who can i sole this problem ? > -- > redhat-list mailing list > unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe > https://www.redhat.com/mailman/listinfo/redhat-list > >gcc -D__KERNEL__ -DMODULE -DLINUX -D__SMP__ -O2 -Wall -Wstrict-prototypes >-fomit-frame-pointer -I/usr/src/linux-2.6.9-22.ELsmp/include -c mtsi_upci.c >2>./err.log This seems your are compiling driver or module. Make sure that kernel development package should be installed on your system before compiling drivers or modules. If kernel development package is not installed then install it and then try compiling your driver. -- Rakesh P. Zingade +919420357790 -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list