mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* GPIB support
@ 2001-06-23  4:34 Wan Hing Wah
  2001-06-24  1:43 ` Richard B. Johnson
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Wan Hing Wah @ 2001-06-23  4:34 UTC (permalink / raw)
  To: linux-kernel

I'm doing a project which port a component testing program in DOS which
use GPIB to linux
Does the Linux kernel support GPIB?


I find a linux gpib driver in the  linux lab project
http://www.llp.fu-berlin.de/

but the newest version is release at 1999 and i wonder if it still under
development..
Moreover,it is for kernel 1.2.x or 2.0.x and i wonder it will still work
on linux 2.4.x or not



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GPIB support
  2001-06-23  4:34 GPIB support Wan Hing Wah
@ 2001-06-24  1:43 ` Richard B. Johnson
  2001-06-25  3:30 ` hugang
  2001-06-25  8:22 ` Jochen Buehler
  2 siblings, 0 replies; 5+ messages in thread
From: Richard B. Johnson @ 2001-06-24  1:43 UTC (permalink / raw)
  To: Wan Hing Wah; +Cc: linux-kernel

On Sat, 23 Jun 2001, Wan Hing Wah wrote:

> I'm doing a project which port a component testing program in DOS which
> use GPIB to linux
> Does the Linux kernel support GPIB?
> 
> 
> I find a linux gpib driver in the  linux lab project
> http://www.llp.fu-berlin.de/
> 

GPIB is terribly device-specific. What board do you intend to use?
National Instruments has a so-called driver for their TNT4882 on
their web-site. I was never able to get it to even compile, much
less work.

I have a driver written for that chip. It's not GPLed, but it
could be if there is enough interest. In any event, I could send
you the source to try out. Just don't publish it yet. Let me
know because I could use additional input for testing. In other
words, if asked, I would just say that you are helping to test
a driver...

Cheers,
Dick Johnson

Penguin : Linux version 2.4.1 on an i686 machine (799.53 BogoMips).

"Memory is like gasoline. You use it up when you are running. Of
course you get it all back when you reboot..."; Actual explanation
obtained from the Micro$oft help desk.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GPIB support
  2001-06-23  4:34 GPIB support Wan Hing Wah
  2001-06-24  1:43 ` Richard B. Johnson
@ 2001-06-25  3:30 ` hugang
  2001-06-25 11:16   ` Erik Mouw
  2001-06-25  8:22 ` Jochen Buehler
  2 siblings, 1 reply; 5+ messages in thread
From: hugang @ 2001-06-25  3:30 UTC (permalink / raw)
  To: Wan Hing Wah; +Cc: linux-kernel

On Sat, 23 Jun 2001 12:34:37 +0800 (HKT)
Wan Hing Wah <50191914@uxmail.cityu.edu.hk> wrote:

> I'm doing a project which port a component testing program in DOS which
> use GPIB to linux
> Does the Linux kernel support GPIB?
> 
> 
> I find a linux gpib driver in the  linux lab project
> http://www.llp.fu-berlin.de/
> 
> but the newest version is release at 1999 and i wonder if it still under
> development..
> Moreover,it is for kernel 1.2.x or 2.0.x and i wonder it will still work
> on linux 2.4.x or not

What is GPIB.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GPIB support
  2001-06-23  4:34 GPIB support Wan Hing Wah
  2001-06-24  1:43 ` Richard B. Johnson
  2001-06-25  3:30 ` hugang
@ 2001-06-25  8:22 ` Jochen Buehler
  2 siblings, 0 replies; 5+ messages in thread
From: Jochen Buehler @ 2001-06-25  8:22 UTC (permalink / raw)
  To: root; +Cc: Wan Hing Wah, linux-kernel

Richard B. Johnson writes:
 > On Sat, 23 Jun 2001, Wan Hing Wah wrote:
 > 
 > > I'm doing a project which port a component testing program in DOS which
 > > use GPIB to linux
 > > Does the Linux kernel support GPIB?
 > > 
 > > 
 > > I find a linux gpib driver in the  linux lab project
 > > http://www.llp.fu-berlin.de/

AFAIK this driver does not work with 2.2 nor 2.4 kernels.

 > > 
 > 
 > GPIB is terribly device-specific. What board do you intend to use?
 > National Instruments has a so-called driver for their TNT4882 on
 > their web-site. I was never able to get it to even compile, much
 > less work.
 > 

The NI gpib kernel module works flawlessly on 2.2 machines,
we are using this driver with a PCI GPIB card and the
machine in question has an uptime of 248 days at the moment.
Don't know if there is support for 2.4, though.

Regards,

Jochen


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GPIB support
  2001-06-25  3:30 ` hugang
@ 2001-06-25 11:16   ` Erik Mouw
  0 siblings, 0 replies; 5+ messages in thread
From: Erik Mouw @ 2001-06-25 11:16 UTC (permalink / raw)
  To: hugang; +Cc: linux-kernel

On Mon, Jun 25, 2001 at 11:30:57AM +0800, hugang wrote:
> What is GPIB.

http://www.google.com/search?q=gpib


Erik

-- 
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031,  2600 GA Delft, The Netherlands
Phone: +31-15-2783635  Fax: +31-15-2781843  Email: J.A.K.Mouw@its.tudelft.nl
WWW: http://www-ict.its.tudelft.nl/~erik/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-06-25 11:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-23  4:34 GPIB support Wan Hing Wah
2001-06-24  1:43 ` Richard B. Johnson
2001-06-25  3:30 ` hugang
2001-06-25 11:16   ` Erik Mouw
2001-06-25  8:22 ` Jochen Buehler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®