Ftdi Linux Drivers
This is the Linux version of the FTDI USB connector. If you are looking for a Windows version then look here and also here for more information.
Support
I was trying to install the Virtual COM drivers from FTDI (on ubuntu 10.04. I downloaded the file and tried to compile it. But it shows errors like these: Can anybody tell me the reason? I installed the linux kernel development packages Below is the output of make. I'm thinking your missing the asm symlink. I didn't go through everything, but a lot of these errors are missing 'asm/XXXX.h'. Let's take a look at the first error.
Check your include directory in your kernel: #/usr/src/linux/include ls In this directory you should have a 'linux' directory, which should contain linkage.h. Opening this we see: #include So it's looking for an 'asm' directory in /usr/src/linux/include. Do you have on there?
Ftdi Linux Driver Documentation
Is it pointing at the correct architecture for your system? Dino d day game download. Here's the top of my linux/include mike@linux-4puc:/usr/src/linux/include ls -l total 120 drwxr-xr-x 3 root root 4096 Aug 1 10:51 acpi lrwxrwxrwx 1 root root 47 Aug 1 12:08 asm - /usr/src/linux-3.1.10-1.16/arch/x86/include/asm My system didn't originally have this symlink so I had to add it in when I started via: mike@linux-4puc:/usr/src/linux/include ln -s /usr/src/linux-3.1.10-1.16/arch/x86/include/asm asm.