7

linux driver installation error - "/lib/modules/2.6.18-194.el5/build: No such file or directory. Stop."

view full story
linux-howto

http://stackoverflow.com – I got an error "/lib/modules/2.6.18-194.el5/build: No such file or directory. Stop." while installing moxa driver, following is the shell screen shot. please help me for a resolution. Thanks for your time ! [root@lnx149-252 driver]# pwd /root/moxa/mxu11x0/driver [root@lnx149-252 driver]# ls Makefile mxu1110_fw.h mxu1130_fw.h mxu1131_fw.h mxu1150_fw.h mxu1151_fw.h mxu11x0.c mxu11x0.h usb-serial.h [root@lnx149-252 driver]# make clean rm -f *.o rm -f .*.o.cmd rm -f *.symvers rm -rf ./.tmp_versions rm -f mxu11x0.mod* rm -f .mxu11x0* rm -f mxu11x0.ko [root@lnx149-252 driver]# make install (HowTos)