IsdnHowto

Differences between revisions 6 and 25 (spanning 19 versions)
Revision 6 as of 2006-05-24 05:29:59
Size: 1433
Editor: S0106000fb085cc63
Comment: remove reference to warty
Revision 25 as of 2008-08-06 16:39:51
Size: 53
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== ISDN in Hoary (Ubuntu 5.04) and Breezy (Ubuntu 5.10) ==
To make isdn work in Hoary/Breezy you need to:

1. install linux-restricted-modules-$ARCH (to get the binary avm drivers), avm-fritz-firmware-2.6.10-3 (to get the firmware) and pppdcapiplugin. The first of those is installed automatically on Breezer during OS installation.

2. add capi to /etc/modules

=== PCI ===

1. create /etc/hotplug/backlist.d/isdn with:

  * hisax

  * hisax_fcpcipnp

2. reboot so that the avm/capi modules get loaded

3. Create the connection with "Desktop/Adminstration/Networking"

4. pon ppp0; poff should work now

(sucessfully tested with AVM fritz card A1 (2.0))

=== PCMCIA ===

1. Remove the "avma1_cs" lines from /etc/pcmcia/config

2. add

{{{
 device "fcpcmcia_cs"
   class "avma1" module "fcpcmcia_cs"

 card "AVM S0/PC ISDN"
   version "AVM", "ISDN A"
   bind "fcpcmcia_cs"
}}}

(sucessfully tested with Fritz!Card PCMCIA2.0)

=== USB Fritzcard DSL USB ===

1. edit /etc/isdn/capi.conf and add as last line:
{{{
fcdslusb fdsubase.frm DSS1 - - - -
}}}

(sucessfully tested with Fritz!Card DSL USB)

== ToDo ==

Things not yet working in hoary:

 * network-admin can't activate the connection directly yet
 * modem-applet can connect too
 * what about non-AVM hardware? Where does configuration differ?


CategoryDocumentation CategoryCleanup
#REFRESH 0 http://help.ubuntu.com/community/IsdnHowto

IsdnHowto (last edited 2008-08-06 16:39:51 by localhost)