Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
AVM Fritz Card PCI, CAPI 2.0 und Hylafax Howto
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Deutsche Dokumentation
View previous topic :: View next topic  
Author Message
Cerdan
n00b
n00b


Joined: 20 Jul 2004
Posts: 15

PostPosted: Tue Jul 20, 2004 10:17 pm    Post subject: AVM Fritz Card PCI, CAPI 2.0 und Hylafax Howto Reply with quote

Hallo Leute,

nachdem ich mich zum x-ten Male durch die Foren wuehlen musste, hier mal ein kleines Howto bezueglich der AVM Fritz Card PCI mit CAPI 2.0 in Verbindung mit einem Hylafax Faxserver. Zugegebenerweise muesste ich das ganze ja eigentlich nochmal durchtesten, da hab ich aber gerade nicht mehr den Nerv dazu ;-)

Ähnlichkeiten einzelner Passagen mit anderen Foreneinträgen sind beabsichtigt ;-)

Das ganze läuft bei mir unter einem 2.4er Kernel.

Also, fangen wir mal an...


Kernel Einstellungen:

Code maturity level options --->
[*] Prompt for development and/or incomplete code/drivers

Processor type and features --->
[ ] Symmetric multi-processing support
[*] Local APIC support on uniprocessors
[*] IO-APIC support on uniprocessors

Network device support --->
[*] Network device support

<M> PPP (point-to-point protocol) support
< > PPP multilink support (EXPERIMENTAL)
< > PPP support for async serial ports
<M> PPP support for sync tty ports

ISDN subsystem --->
<M> ISDN support
[*] Support synchronous PPP
[*] Use VJ-compression with synchronous PPP
[*] Support generic MP (RFC 1717)
<M> Support BSD compression
[*] Support audio via ISDN
[*] Support AT-Fax Class 1 and 2 commands

ISDN feature submodules --->
<M> isdnloop support
<M> Support isdn diversion services
--- low-level hardware drivers
Passive ISDN cards --->
Active ISDN cards --->
<M> CAPI2.0 support
[*] Verbose reason code reporting (kernel size +=7K)
[*] CAPI2.0 Middleware support (EXPERIMENTAL)
<M> CAPI2.0 /dev/capi support
[*] CAPI2.0 filesystem support
<M> CAPI2.0 capidrv interface support


AVM Fritz Card PCI Treiber installieren:
emerge fcpci


Capi4k-utils installieren:
emerge capi4k-utils


PPP installieren (zwecks Test der Karte)
emerge ppp


Restliche Konfiguration & Testverbindung

Eintragen in /etc/modules.autoload.d/kernel-2.4 :
fcpci
ppp_synctty

In der Datei /etc/capi.conf die entsprechende Karte auswählen:

# card file proto io irq mem cardnr options
#b1isa b1.t4 DSS1 0x150 7 - - P2P
#b1pci b1.t4 DSS1 - - - -
#c4 c4.bin DSS1 - - - -
#c4 - DSS1 - - - -
#c4 - DSS1 - - - - P2P
#c4 - DSS1 - - - - P2P
#t1isa t1.t4 DSS1 0x340 9 - 0
#t1pci t1.t4 DSS1 - - - -
fcpci - - - - - -
#fcclassic - - 0x340 5 - -

Mit capiinit start können wir jetzt einmal die capi starten. Das Ergebnis sollte dann so aussehen:

1 fcpci running fritz-pci A1 3.09-10 0xDC00 5

Nach einem capiinit start sollten nun alle wichtige Module geladen sein.
'lsmod' sollte dann folgende Zeilen enthalten :

fcpci 541056 3
capi 18624 6
capifs 3680 0 [capi]
kernelcapi 30400 4 [fcpci capi]
capiutil 23040 0 [kernelcapi]


Capi-Treiber bei Neustart automatisch laden :
rc-update add capi default

Konfiguration testen:
Module laden:
modprobe fcpci
modprobe isdn
modprobe ppp_synctty
/etc/init.d/capi start

Die Testverbindungsdaten zu Arcor in der Datei /etc/ppp/peers/isdn/arcor anpassen:
debug
sync
noauth
-chap
user arcor
plugin userpass.so
password internet
defaultroute
plugin capiplugin.so
msn XXXX <-- eigene MSN eintragen

numberprefix 0 <-- bei Amtsholung mit einer 0
number 010700192070
protocol hdlc
/dev/null

Testverbindung zu Arcor aufbauen:
pppd call isdn/arcor

Verbindung beenden:
killall pppd


Hylafax Faxserver einrichten
emerge capi4hylafax

Aufrufen und durchgehen von
/usr/sbin/faxsetup

Symbolischen Link erzeugen
ln -s /dev/capi20 /dev/faxCAPI

Rechte von / für Benutzer uucp ändern
usermod -G uucp,dialout uucp

chmod a+rwx /dev/capi20

in /etc/devfsd.conf hinzufügen:
CREATE capi20 PERMISSIONS uucp.root 666
CREATE isdn/capi20 PERMISSIONS uucp.root 666

(gegebenenfalls auch noch: chown uucp /dev/isdn/capi20)

Konfiguration für Faxversand:
in /var/spool/fax/etc/config hinzufügen:
SendFaxCmd: /usr/bin/c2faxsend

Allgemeine Faxkonfiguration:
/var/spool/fax/etc/config.faxCAPI
an die eigene Umgebung anpassen
Back to top
View user's profile Send private message
Cerdan
n00b
n00b


Joined: 20 Jul 2004
Posts: 15

PostPosted: Thu Aug 25, 2005 7:24 pm    Post subject: Reply with quote

Nachdem mein Howto offenbar aus den Suchergebnissen verschwunden ist und es möglicherweise doch noch Leute gibt, die ein Interesse daran haben, poste ich eben mal selbst eine Antwort ;-)

Das obige Howto funktioniert fast genauso auf Kernel 2.6, es hatte nur an manchen Stellen geringe Unterschiede, wenn ich mich recht erinnere. Vielleicht hat ja einer Lust, die kleinen Unterschiede hier mal zu veröffentlichen, da meine letzte Installation auf dem 2.6er Kernel auch etwas her ist ;-)

Gruß, Thomas
Back to top
View user's profile Send private message
genstef
Retired Dev
Retired Dev


Joined: 13 Jun 2004
Posts: 668
Location: M/Bay/Germany

PostPosted: Thu Aug 25, 2005 9:49 pm    Post subject: Reply with quote

Das HOWTO sieht gut aus, willst du das ganze vielleicht in das gentoo-wiki stellen?
Back to top
View user's profile Send private message
Pamino
Apprentice
Apprentice


Joined: 07 Apr 2004
Posts: 281
Location: 127.0.0.1

PostPosted: Thu Aug 25, 2005 11:29 pm    Post subject: Reply with quote

Das HowTo ist gut. Ich bin überzeugt dass es bei mir nach dieser Anleitung ohne Fehler gehen würde wenn sich nicht hylafax (aus ungeklärter ursache) ständig nach einem fehlenden ZLIB beklagen würde beim kompilieren..... :oops:
Back to top
View user's profile Send private message
slick
Bodhisattva
Bodhisattva


Joined: 20 Apr 2003
Posts: 3495

PostPosted: Fri Aug 26, 2005 7:03 am    Post subject: Reply with quote

Cerdan wrote:
Nachdem mein Howto offenbar aus den Suchergebnissen verschwunden ist ...

Hab es verlinkt unter Dokumentationen, Tipps & Tricks, ist die Anleitung noch up-to-date?
Back to top
View user's profile Send private message
Cerdan
n00b
n00b


Joined: 20 Jul 2004
Posts: 15

PostPosted: Tue Sep 13, 2005 7:42 pm    Post subject: Reply with quote

Nicht mehr ganz 100%-ig für 2.6er Kernel, aber hier wurden schon ein paar Anmerkungen gemacht:

https://forums.gentoo.org/viewtopic-t-374036-highlight-hylafax.html

Vielleicht sollte man das mal schön zusammenführen :p

Gruß, Thomas
Back to top
View user's profile Send private message
Cerdan
n00b
n00b


Joined: 20 Jul 2004
Posts: 15

PostPosted: Tue Sep 13, 2005 7:43 pm    Post subject: Reply with quote

genstef wrote:
Das HOWTO sieht gut aus, willst du das ganze vielleicht in das gentoo-wiki stellen?


Gerne, hab sowas allerdings noch nicht gemacht ;-) Wird nicht so schwierig sein, oder?

Gruß, Thomas
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Deutsche Dokumentation All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum