Quote:
|
error: linux/config.h: No such file or directory
|
When you get errors while running "make" it will tell you what's wrong. You can ignore the warnings most of the time but as you see, there is one error here.
As Emerson pointed out this may mean that the kernel headers probably are not installed.
The problem here is that in kernel 2.6.19 the file linux/config.h was removed. So it seems that the driver you are trying to compile is too old for the standard gutsy kernel (which is 2.6.22).
So unless you want to downgrade to an older kernel version (which I do not recommend, since it probably will break your whole system) you should try to find out if there is a more recent version of the driver which will work with a more recent kernel.
Regards,