个人工具

UbuntuHelp:IsdnHowto/Breezy

来自Ubuntu中文

跳转至: 导航, 搜索

<<Include(Tag/Unsupported)>>

This content is old but is not duplicated elsewhere and might be useful for later Ubuntu versions.

IconsPage?action=AttachFile&do=get&target=eyes.png Applies to: Ubuntu 5.04 (Hoary Hedgehog) and Ubuntu 5.10 (Breezy Badger)

<
>

Connecting to the Internet using ISDN

IconsPage?action=AttachFile&do=get&target=info.png This tutorial has been successfully tested with the ISDN cards specified with the Hardware header in each section of the tutorial. It may work with other cards (or it may not). Please help to expand this page if you have tested this tutorial with a different card or if you can supply more information.


<
> To connect to the internet with an ISDN card in Ubuntu 5.04 or 5.10, you will need to install the restricted kernel modules package (it contains the binary drivers for AVM ISDN cards), the AVM firmware driver package, and the pppdcapiplugin package. IconsPage?action=AttachFile&do=get&target=apt.png Install the linux-restricted-modules package that corresponds to your kernel version and system architecture (for example: linux-restricted-modules-2.6.12-10-386 is the right package to use for the 2.6.12-10 kernel on the i386 architecture), the avm-fritz-firmware package that corresponds to your kernel version (avm-fritz-firmware-2.6.12-10 for example) and the pppdcapiplugin package. (Note: The restricted-modules package comes pre-installed on Ubuntu 5.10.) IconsPage?action=AttachFile&do=get&target=terminal.png Enable the "capi" kernel module in the kernel modules configuration file. To do that, open

/etc/modules
in your favourite editor and add a line saying
capi

<
> IconsPage?action=AttachFile&do=get&target=eyes.png The following steps depend on the specific hardware you are using. Follow the instructions for your card.


IconsPage?action=AttachFile&do=get&target=IconNIC.png Hardware: AVM Fritz!Card A1 (2.0) IconsPage?action=AttachFile&do=get&target=terminal.png Create or open the file

/etc/hotplug/backlist.d/isdn

and add the following two lines:

hisax
hisax_fcpcipnp
  • Reboot. Confirm that the avm and capi kernel modules are properly loaded by typing
lsmod at the command line.

IconsPage?action=AttachFile&do=get&target=IconNIC.png Hardware: Fritz!Card PCMCIA2.0 IconsPage?action=AttachFile&do=get&target=terminal.png The PCMCIA configuration file needs a few changes. Open

/etc/pcmcia/config
in your editor and remove the line that says
avma1_cs
  • Add the following lines:
 device "fcpcmcia_cs"
   class "avma1" module "fcpcmcia_cs"

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

IconsPage?action=AttachFile&do=get&target=IconNIC.png Hardware: Fritz!Card DSL USB IconsPage?action=AttachFile&do=get&target=terminal.png The capi configuration file needs changing. Open

/etc/isdn/capi.conf
and add the following line:
fcdslusb        fdsubase.frm    DSS1    -       -       -       -

IconsPage?action=AttachFile&do=get&target=eyes.png For all Hardware Configurations

  • Once the ISDN card is configured properly, we can use both graphical interfaces and command line tools to configure the network connection to our internet service provider.
  • For more on how to use the Networking control panel to set up your internet connection, see the Ubuntu Desktop Guide's Connecting to the Internet section.
  • For more on how to set up and control your connection using command line tools, see Configuring|the Dial-up connection to your provider on the DialupModemHowto wiki page.

<
>

ToDo

Things not working in hoary:

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