特殊:Badtitle/NS100:IsdnHowto/Breezy:修订间差异
小无编辑摘要 |
小无编辑摘要 |
||
(未显示同一用户的7个中间版本) | |||
第1行: | 第1行: | ||
{{From|https://help.ubuntu.com/community/IsdnHowto/Breezy}} | {{From|https://help.ubuntu.com/community/IsdnHowto/Breezy}} | ||
{{Languages|UbuntuHelp:IsdnHowto/Breezy}} | {{Languages|UbuntuHelp:IsdnHowto/Breezy}} | ||
<<Include(Tag/Unsupported)>> | |||
{|border="1" cellspacing="0" | |||
| '''This content is old but is not duplicated elsewhere and might be useful for later Ubuntu versions.''' | |||
|} | |||
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=eyes.png '''Applies to: Ubuntu 5.04 (Hoary Hedgehog) and Ubuntu 5.10 (Breezy Badger)''' | https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=eyes.png '''Applies to: Ubuntu 5.04 (Hoary Hedgehog) and Ubuntu 5.10 (Breezy Badger)''' | ||
* See the [[UbuntuHelp:IsdnHowto| ISDN Networking page]] for instructions for '''Ubuntu 6.06 LTS (Dapper Drake)''' | * See the [[UbuntuHelp:IsdnHowto| ISDN Networking page]] for instructions for '''Ubuntu 6.06 LTS (Dapper Drake)''' | ||
* For a comprehensive list of supported ISDN cards, see the [[UbuntuHelp:IsdnHowto/HardwareSupport| ISDN Hardware page]] | * For a comprehensive list of supported ISDN cards, see the [[UbuntuHelp:IsdnHowto/HardwareSupport| ISDN Hardware page]] | ||
< | <<BR>> | ||
=== Connecting to the Internet using ISDN === | === Connecting to the Internet using ISDN === | ||
https://help.ubuntu.com/community/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. | https://help.ubuntu.com/community/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. | ||
---- | ---- | ||
< | <<BR>> | ||
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. | 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. | ||
https://help.ubuntu.com/community/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.) | https://help.ubuntu.com/community/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.) | ||
第16行: | 第20行: | ||
<pre><nowiki> | <pre><nowiki> | ||
capi</nowiki></pre> | capi</nowiki></pre> | ||
< | <<BR>> | ||
https://help.ubuntu.com/community/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.''' | https://help.ubuntu.com/community/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.''' | ||
----- | ----- | ||
第27行: | 第31行: | ||
hisax | hisax | ||
hisax_fcpcipnp</nowiki></pre> | hisax_fcpcipnp</nowiki></pre> | ||
* Reboot. Confirm that the avm and capi kernel modules are properly loaded by typing | * Reboot. Confirm that the avm and capi kernel modules are properly loaded by typing <pre><nowiki> | ||
<pre><nowiki> | |||
lsmod</nowiki></pre> at the command line. | lsmod</nowiki></pre> at the command line. | ||
---- | ---- | ||
第39行: | 第42行: | ||
* Add the following lines: | * Add the following lines: | ||
<pre><nowiki> | <pre><nowiki> | ||
device "fcpcmcia_cs" | device "fcpcmcia_cs" | ||
class "avma1" module "fcpcmcia_cs" | class "avma1" module "fcpcmcia_cs" | ||
card "AVM S0/PC ISDN" | |||
version "AVM", "ISDN A" | card "AVM S0/PC ISDN" | ||
bind "fcpcmcia_cs" | version "AVM", "ISDN A" | ||
bind "fcpcmcia_cs" | |||
</nowiki></pre> | </nowiki></pre> | ||
---- | ---- | ||
第57行: | 第61行: | ||
* 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. | * 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 [http://help.ubuntu.com/ubuntu/desktopguide/C/internet.html Connecting to the Internet] section. | * For more on how to use the Networking control panel to set up your internet connection, see the Ubuntu Desktop Guide's [http://help.ubuntu.com/ubuntu/desktopguide/C/internet.html Connecting to the Internet] section. | ||
* For more on how to set up and control your connection using command line tools, see [ | * For more on how to set up and control your connection using command line tools, see [[UbuntuWiki:DialupModemHowto#head-69395fb95485fa3173cb9251f910f3d278ee59a7|Configuring|the Dial-up connection to your provider]] on the [[UbuntuHelp:DialupModemHowto|DialupModemHowto]] wiki page. | ||
< | <<BR>> | ||
=== ToDo === | === ToDo === | ||
Things not working in hoary: | Things not working in hoary: | ||
第65行: | 第69行: | ||
* what about non-AVM hardware? Where does configuration differ? | * what about non-AVM hardware? Where does configuration differ? | ||
---- | ---- | ||
[[category:CategoryNetworking]] | |||
[[category:UbuntuHelp]] | [[category:UbuntuHelp]] |
2008年12月16日 (二) 19:06的最新版本
文章出处: |
{{#if: | {{{2}}} | https://help.ubuntu.com/community/IsdnHowto/Breezy }} |
点击翻译: |
English {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/af | • {{#if: UbuntuHelp:IsdnHowto/Breezy|Afrikaans| [[::IsdnHowto/Breezy/af|Afrikaans]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/ar | • {{#if: UbuntuHelp:IsdnHowto/Breezy|العربية| [[::IsdnHowto/Breezy/ar|العربية]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/az | • {{#if: UbuntuHelp:IsdnHowto/Breezy|azərbaycanca| [[::IsdnHowto/Breezy/az|azərbaycanca]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/bcc | • {{#if: UbuntuHelp:IsdnHowto/Breezy|جهلسری بلوچی| [[::IsdnHowto/Breezy/bcc|جهلسری بلوچی]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/bg | • {{#if: UbuntuHelp:IsdnHowto/Breezy|български| [[::IsdnHowto/Breezy/bg|български]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/br | • {{#if: UbuntuHelp:IsdnHowto/Breezy|brezhoneg| [[::IsdnHowto/Breezy/br|brezhoneg]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/ca | • {{#if: UbuntuHelp:IsdnHowto/Breezy|català| [[::IsdnHowto/Breezy/ca|català]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/cs | • {{#if: UbuntuHelp:IsdnHowto/Breezy|čeština| [[::IsdnHowto/Breezy/cs|čeština]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/de | • {{#if: UbuntuHelp:IsdnHowto/Breezy|Deutsch| [[::IsdnHowto/Breezy/de|Deutsch]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/el | • {{#if: UbuntuHelp:IsdnHowto/Breezy|Ελληνικά| [[::IsdnHowto/Breezy/el|Ελληνικά]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/es | • {{#if: UbuntuHelp:IsdnHowto/Breezy|español| [[::IsdnHowto/Breezy/es|español]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/fa | • {{#if: UbuntuHelp:IsdnHowto/Breezy|فارسی| [[::IsdnHowto/Breezy/fa|فارسی]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/fi | • {{#if: UbuntuHelp:IsdnHowto/Breezy|suomi| [[::IsdnHowto/Breezy/fi|suomi]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/fr | • {{#if: UbuntuHelp:IsdnHowto/Breezy|français| [[::IsdnHowto/Breezy/fr|français]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/gu | • {{#if: UbuntuHelp:IsdnHowto/Breezy|ગુજરાતી| [[::IsdnHowto/Breezy/gu|ગુજરાતી]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/he | • {{#if: UbuntuHelp:IsdnHowto/Breezy|עברית| [[::IsdnHowto/Breezy/he|עברית]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/hu | • {{#if: UbuntuHelp:IsdnHowto/Breezy|magyar| [[::IsdnHowto/Breezy/hu|magyar]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/id | • {{#if: UbuntuHelp:IsdnHowto/Breezy|Bahasa Indonesia| [[::IsdnHowto/Breezy/id|Bahasa Indonesia]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/it | • {{#if: UbuntuHelp:IsdnHowto/Breezy|italiano| [[::IsdnHowto/Breezy/it|italiano]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/ja | • {{#if: UbuntuHelp:IsdnHowto/Breezy|日本語| [[::IsdnHowto/Breezy/ja|日本語]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/ko | • {{#if: UbuntuHelp:IsdnHowto/Breezy|한국어| [[::IsdnHowto/Breezy/ko|한국어]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/ksh | • {{#if: UbuntuHelp:IsdnHowto/Breezy|Ripoarisch| [[::IsdnHowto/Breezy/ksh|Ripoarisch]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/mr | • {{#if: UbuntuHelp:IsdnHowto/Breezy|मराठी| [[::IsdnHowto/Breezy/mr|मराठी]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/ms | • {{#if: UbuntuHelp:IsdnHowto/Breezy|Bahasa Melayu| [[::IsdnHowto/Breezy/ms|Bahasa Melayu]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/nl | • {{#if: UbuntuHelp:IsdnHowto/Breezy|Nederlands| [[::IsdnHowto/Breezy/nl|Nederlands]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/no | • {{#if: UbuntuHelp:IsdnHowto/Breezy|norsk| [[::IsdnHowto/Breezy/no|norsk]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/oc | • {{#if: UbuntuHelp:IsdnHowto/Breezy|occitan| [[::IsdnHowto/Breezy/oc|occitan]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/pl | • {{#if: UbuntuHelp:IsdnHowto/Breezy|polski| [[::IsdnHowto/Breezy/pl|polski]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/pt | • {{#if: UbuntuHelp:IsdnHowto/Breezy|português| [[::IsdnHowto/Breezy/pt|português]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/ro | • {{#if: UbuntuHelp:IsdnHowto/Breezy|română| [[::IsdnHowto/Breezy/ro|română]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/ru | • {{#if: UbuntuHelp:IsdnHowto/Breezy|русский| [[::IsdnHowto/Breezy/ru|русский]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/si | • {{#if: UbuntuHelp:IsdnHowto/Breezy|සිංහල| [[::IsdnHowto/Breezy/si|සිංහල]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/sq | • {{#if: UbuntuHelp:IsdnHowto/Breezy|shqip| [[::IsdnHowto/Breezy/sq|shqip]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/sr | • {{#if: UbuntuHelp:IsdnHowto/Breezy|српски / srpski| [[::IsdnHowto/Breezy/sr|српски / srpski]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/sv | • {{#if: UbuntuHelp:IsdnHowto/Breezy|svenska| [[::IsdnHowto/Breezy/sv|svenska]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/th | • {{#if: UbuntuHelp:IsdnHowto/Breezy|ไทย| [[::IsdnHowto/Breezy/th|ไทย]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/tr | • {{#if: UbuntuHelp:IsdnHowto/Breezy|Türkçe| [[::IsdnHowto/Breezy/tr|Türkçe]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/vi | • {{#if: UbuntuHelp:IsdnHowto/Breezy|Tiếng Việt| [[::IsdnHowto/Breezy/vi|Tiếng Việt]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/yue | • {{#if: UbuntuHelp:IsdnHowto/Breezy|粵語| [[::IsdnHowto/Breezy/yue|粵語]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/zh | • {{#if: UbuntuHelp:IsdnHowto/Breezy|中文| [[::IsdnHowto/Breezy/zh|中文]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/zh-hans | • {{#if: UbuntuHelp:IsdnHowto/Breezy|中文(简体)| [[::IsdnHowto/Breezy/zh-hans|中文(简体)]]}}|}} {{#ifexist: {{#if: UbuntuHelp:IsdnHowto/Breezy | UbuntuHelp:IsdnHowto/Breezy | {{#if: | :}}IsdnHowto/Breezy}}/zh-hant | • {{#if: UbuntuHelp:IsdnHowto/Breezy|中文(繁體)| [[::IsdnHowto/Breezy/zh-hant|中文(繁體)]]}}|}} |
{{#ifeq:UbuntuHelp:IsdnHowto/Breezy|:IsdnHowto/Breezy|请不要直接编辑翻译本页,本页将定期与来源同步。}} |
{{#ifexist: :IsdnHowto/Breezy/zh | | {{#ifexist: IsdnHowto/Breezy/zh | | {{#ifeq: {{#titleparts:IsdnHowto/Breezy|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:IsdnHowto/Breezy|1|-1|}} | zh | | }}
<<Include(Tag/Unsupported)>>
This content is old but is not duplicated elsewhere and might be useful for later Ubuntu versions. |
Applies to: Ubuntu 5.04 (Hoary Hedgehog) and Ubuntu 5.10 (Breezy Badger)
- See the ISDN Networking page for instructions for Ubuntu 6.06 LTS (Dapper Drake)
- For a comprehensive list of supported ISDN cards, see the ISDN Hardware page
<
>
Connecting to the Internet using ISDN
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.
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.)
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
<
>
The following steps depend on the specific hardware you are using. Follow the instructions for your card.
Hardware: AVM Fritz!Card A1 (2.0) 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.
Hardware: Fritz!Card PCMCIA2.0 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"
Hardware: Fritz!Card DSL USB The capi configuration file needs changing. Open
/etc/isdn/capi.conf
and add the following line:
fcdslusb fdsubase.frm DSS1 - - - -
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?