Good day!
I wish to install a driver for the SerialGear 8 port serial adapter. I downloaded the latest driver from
http://www.ftdichip.com/Drivers/VCP.htm (1.5.0), and followed the instructions that came with with the driver. When I run MAKE, this is what results:
gcc -Wall -D__KERNEL__ -DMODULE -I/lib/modules/3.6.2-4.fc17.x86_64/build/include -I/usr/src/linux-3.6.2-4.fc17.x86_64/drivers/usb/serial/ -O -c -o ftdi_sio.o ftdi_sio.c
ftdi_sio.c:234:26: fatal error: linux/config.h: No such file or directory
compilation terminated.
make: *** [ftdi_sio.o] Error 1
I'm new to Fedora (and Linux!), so I'm confused. Am I missing a kernel, or some other package?
Thanks!