OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [Documentation/] [isdn/] [README.avmb1] - Blame information for rev 1765

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1625 jcastillo
The driver provides a kernel capi2.0 Interface (kernelcapi) and
2
on top of this a User-Level-CAPI2.0-interface (capi)
3
and a driver to connect isdn4linux with CAPI2.0 (capidrv).
4
 
5
The Author can be reached at calle@calle.in-berlin.de
6
The command avmcapictrl is part of the isdn4linux-utils.
7
t4-files can be found at ftp.avm.de.
8
 
9
Installing
10
----------
11
 
12
You need at least /dev/capi20 to load the firmware.
13
 
14
mknod /dev/capi20 c 68 0
15
mknod /dev/capi20.00 c 68 1
16
mknod /dev/capi20.01 c 68 2
17
.
18
.
19
.
20
mknod /dev/capi20.19 c 68 20
21
 
22
Running
23
-------
24
 
25
To use the card you need the t4-files to download the firmware.
26
AVM GmbH provides several t4-files for the different D-channel
27
protocols (b1.t4 for Euro-ISDN). Install these file in /lib/isdn.
28
 
29
If you not compile the driver as modules, you have to add the
30
card(s) and load them after booting:
31
 
32
avmcapictrl add 0x150 15
33
avmcapictrl load /lib/isdn/b1.t4 1
34
 
35
if you configure as modules you have two possibilities:
36
 
37
insmod /lib/modules/current/misc/capiutil.o
38
insmod /lib/modules/current/misc/kernelcapi.o portbase=0x150 irq=15
39
insmod /lib/modules/current/misc/capidrv.o
40
insmod /lib/modules/current/misc/capi.o
41
avmcapictrl load /lib/isdn/b1.t4
42
 
43
or
44
 
45
insmod /lib/modules/current/misc/capiutil.o
46
insmod /lib/modules/current/misc/kernelcapi.o
47
insmod /lib/modules/current/misc/capidrv.o
48
insmod /lib/modules/current/misc/capi.o
49
avmcapictrl add 0x150 15
50
avmcapictrl load /lib/isdn/b1.t4
51
 
52
Questions
53
---------
54
Check out the FAQ (ftp.franken.de).
55
 
56
Bugs
57
----
58
If you find any please let me know.
59
 
60
Enjoy,
61
 
62
Carsten Paeth (calle@calle.in-berlin.de)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.