Commit Graph

31 Commits

Author SHA1 Message Date
Peter Marschall f8dc62ba83 capiinit/configure.ac: fix typos & autoreconf 2012-04-22 19:28:08 +02:00
Peter Marschall 0f8f4e75ae capiinit/capiinfo.8: use configured path for capi.conf
Generate capiinit.8 at compile time from capiinit.8.in using 'configure'
to use the configured path for capi.conf instead of the hard-coded
/etc/capi.conf.

The necessary changes took place in configure.ac & autoreconf
2012-04-22 15:03:58 +02:00
Peter Marschall 38b2f41ee5 capiinit/Makefile.am: install capi.conf & autoreconf
Install capi.conf in the path determined by 'configure' at compile time.
2012-04-22 14:42:21 +02:00
Peter Marschall 9c56a67d74 capiinit/capiinit.c: use 'configure'd path for capi.conf
Look for capi.conf in the path determined by configure at compile time
instead of the hard-coded /etc/capi.conf.

Beautification: replace 0 -> NULL in firmwarepath[] definition.
2012-04-22 14:37:31 +02:00
Peter Marschall deae31548f capiinit/configure.ac: update & autoreconf
* remove unnecessary macros & symbols
* add evaluation for I4LCONFDIR
2012-04-22 14:20:58 +02:00
Peter Marschall 1f4ba56dc1 capiinit: autoreconf
Update all files generated by autotools via a call to 'autoreconf -if'.
2012-04-20 19:51:36 +02:00
Peter Marschall 52f81f4830 capiinit/configure.ac: updated from configure.in
* rename configure.in to configure.ac for recent autotools
* require autoconf 2.68
* update/remove obsolete macros
* quote arguments to AC_../AM_.. macros
* fix typo in variable definition
2012-04-20 19:50:09 +02:00
Rolf Leggewie 3a58e36e8a fix spelling mistake s/seperat/separat/ 2012-03-29 16:36:37 +02:00
Rolf Leggewie 09500223aa drop .cvsignore files 2012-03-29 16:36:36 +02:00
Karsten Keil c7488d9bcf isdn4k-utils: Load capifs silently
capifs is obsolete and scheduled for removal from the kernel. So stop
screaming if it is not there, udev with proper rules will take care.

At this chance, there is no need to retry loading it. If it failed once,
it will do so again.

Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
Acked-By: Jan-Michael Brummer
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-02-26 18:21:43 +01:00
Karsten Keil 23066c5bda Add capiinit man page
Thanks to Paul Slootman <paul@debian.org> and
Matthias Klose <m@klose.in-berlin.de> from the  Debian project.

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-02-26 18:21:27 +01:00
calle b3e3c5e268 Newer generated files. 2005-03-04 11:07:35 +00:00
keil 92956a2c6f * have a seperate config directory for firmware
* have a seperate config directory for card tools
2005-02-21 17:51:57 +00:00
calle 2e4644ae32 Always use capifs, don't trust devfs. 2004-01-19 09:15:57 +00:00
calle 06690d8cad remove several warnings. 2004-01-16 15:27:11 +00:00
calle d5c6a3220d Modifications to let ist run with patched 2.6 kernel.
Pure 2.6.0/2.6.1 is not working.
2004-01-16 12:33:16 +00:00
calle c20a77bc38 Bugfix: fixed problems with activate and deactivate subcommands, when
AVM B1 PCI V4 is used.
2003-03-31 09:50:52 +00:00
paul c80de947dd Also search for firmware in /usr/share/isdn, which is more in line with LSB 2003-03-11 13:39:07 +00:00
calle 7feb2e471d New Commands to only load modules, only initialize cards,
only reset cards, inititialize a single card or reset a single card.
2003-01-14 13:47:15 +00:00
calle e2cfe70fd0 The protocol value was not tranfered to the patchinfo. Because of
this for example NI1 did not work ...
2002-10-25 13:50:44 +00:00
keil fe14dca76c - Fix some glibc header file problems
- Fix some autoconf file syntax, newer autoconf check it strict
2002-07-06 00:11:16 +00:00
calle c5b9355477 - Uaah. Bugfix for c2 patchvalues. 2002-05-23 12:52:36 +00:00
calle 8be331b88d support for "AVM ISDN Controller C2" added. 2001-04-18 10:21:42 +00:00
calle 4255905512 - added tmpfiles to .cvsignore 2000-11-01 14:07:31 +00:00
calle 1f757c0739 - produce an error message, if a driver could not be loaded. 2000-08-31 08:23:35 +00:00
calle dbfbe9cc4f Bugfix: pci controllers were always by initialized first in multi
controller environment.
2000-07-24 14:15:10 +00:00
calle dc8bdfd828 - Bugfix: devfs mount was never detected, because an extra / in path. 2000-07-24 08:38:04 +00:00
calle f455afcc78 - creat /dev/capi if not exist, and mount capifs if available and devfs
not availabe or not mounted on /dev.
- better error messages
2000-06-30 14:08:45 +00:00
calle 05f3e1f769 Mount capifs on /dev/capi if available. 2000-06-29 15:17:21 +00:00
calle 68af6f3c4b Umount capifs on "stop". 2000-05-18 15:20:18 +00:00
calle d8461a96a9 New command capiinit, this will replace avmcapictrl in the future, if
called as "capiinit start" ist will load all modules, add all cards
configured in "/etc/capi.conf" and load the firmware to all active
cards. When called as "capiinit stop", it will deinit all cards and
remove all modules. Sample config in capiinit/capi.conf.
2000-03-17 16:19:43 +00:00