Subject: Re: A NetBSD pkg for Perl CPAN module Device::LabJack ???
To: None <pkgsrc-users@NetBSD.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: tech-pkg
Date: 08/27/2006 05:14:17
[redirect to pkgsrc-users@NetBSD.org]

On Sat, Aug 26, 2006 at 05:04:58PM -0400, Gan Uesli Starling wrote:
> Howdy,
> 
> Am hoping someone might take an interest in porting this Perl module to
> NetBSD.
> 
> The LabJack is a USB data acquisition device that only costs about $112 and
> is very handy. If anyone who knows how to make the port should take an 
> interest
> I would be happy to buy them a LabJack (theirs to keep) for making the 
> effort.
> 
> The CPAN package name is...
> 
> Device::LabJack
> 
> ...and the device itself has its own website at...
> 
> http://www.labjack.com

You should have give us a pointer to the actual driver.

[..]
> cd linux-labjack/driver/linux-2.6 && /usr/bin/make && echo `insmod 
> labjack.o` && tail /var/log/messages
> /usr/bin/make -C /lib/modules//build 
                   ^^^^^^^^^^^^^^^^^^^

Than thats where you lost.
This is a linux kernel module.

Bernd