From: <Mar...@fr...> - 2012-11-22 14:24:40
|
a sudo make install leads to the following errors ------------------------------------------------- test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \ echo; \ echo " ERROR: Kernel configuration is invalid."; \ echo " include/generated/autoconf.h or include/config/auto.conf are missing.";\ echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \ echo; \ /bin/false) ------------------------------------------------- test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \ echo; \ echo " ERROR: Kernel configuration is invalid."; \ echo " include/generated/autoconf.h or include/config/auto.conf are missing.";\ echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \ echo; \ /bin/false) ------------------------------------------------- but both include/config/auto.conf and include/generated/autoconf.h do exist. > It seems to compile and runs with NI PCI cards on Ubuntu 12.04LTS. > > Regards CR > > __ > Carsten Rieck > SP Time and Frequency > +46 105 165440 > +46 703 170705 > > Am 21 nov 2012 um 19:16 schrieb "Mar...@fr..." > <Mar...@fr...>: > >> Is it possible to install the linux-gpib driver on a modern distro with >> a >> modern kernel(3.x)? I'm having some trouble since I'm a new linux user. >> >> >> ------------------------------------------------------------------------------ >> Monitor your physical, virtual and cloud infrastructure from a single >> web console. Get in-depth insight into apps, servers, databases, vmware, >> SAP, cloud infrastructure, etc. Download 30-day Free Trial. >> Pricing starts from $795 for 25 servers or applications! >> http://p.sf.net/sfu/zoho_dev2dev_nov >> _______________________________________________ >> Linux-gpib-general mailing list >> Lin...@li... >> https://lists.sourceforge.net/lists/listinfo/linux-gpib-general >> > > |