From: <Mar...@fr...> - 2012-11-21 18:14:47
|
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. |
From: Carsten R. <car...@sp...> - 2012-11-21 18:45:08
|
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 > |
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 >> > > |
From: Don B. <db...@bi...> - 2012-11-22 19:06:28
|
I use it on Gentoo (a rolling, source based distro) but I always configure and build my kernels from scratch (currently 3.5.7). Someone on the list just pointed out that in the linux-gpib source there is a #include <asm/system.h> specified in drivers/gpib/sys/ibsys.h that must be migrated to #include <asm/switch_to.h> (apparently the original file has been deprecated). Maybe you could do a quick search for these files to make sure this isn't your problem. On Wed, 2012-11-21 at 18:29 +0000, Carsten Rieck wrote: > 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 > > > > > ------------------------------------------------------------------------------ > 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 > |