WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: non-standard ISA card  (Read 1847 times)

Offline vivcha

  • Newbie
  • *
  • Posts: 3
non-standard ISA card
« on: December 24, 2010, 12:12:12 AM »
Hi to all! I'm newbie. My question:

There is an data acquisition ISA-card with ADC+DSP on board. May I use it with Tiny Core Linux on old PC (233 MHz, 64 MB RAM) and what need to do for it configuring? 

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10961
Re: non-standard ISA card
« Reply #1 on: December 24, 2010, 01:01:58 AM »
Are there linux drivers for it?
The only barriers that can stop you are the ones you create yourself.

Offline vivcha

  • Newbie
  • *
  • Posts: 3
non-standard ISA card
« Reply #2 on: December 24, 2010, 03:19:28 AM »
Yes. Driver are in sources. Here some information from attached Readme-file:
"...
      kernel 2.4.x
      gcc 2.7.2 or higher
  <Enable loadable modules support>  during kernel assembling..."

Contained instructions for installing are typicall routine in first look.

Is it acceptably for TCL 3.3?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14544
Re: non-standard ISA card
« Reply #3 on: December 24, 2010, 03:27:42 AM »
Since this looks to quite old, it may or may not compile for tc - the best way to know is to try and see  :)

Offline vivcha

  • Newbie
  • *
  • Posts: 3
non-standard ISA card
« Reply #4 on: December 24, 2010, 04:43:53 AM »
 During compilation process kernel-header are need:


error: linux/configure.h
error: linux/module.h
error: linux/kernel.h
error: linux/kmod.h

etc..

How they may be included?

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: non-standard ISA card
« Reply #5 on: December 24, 2010, 05:07:30 AM »
Hint:
Code: [Select]
ab headers   
;)
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14544
Re: non-standard ISA card
« Reply #6 on: December 24, 2010, 06:12:50 AM »
Depending on the external kernel module you're trying to compile, you might be able to:

1. use just the linux-headers-2.6.33.3-tinycore extension

or

2. unpack the kernel source and use "make modules_prepare"

or failing that, you may have to compile the entire kernel source before an external module will compile