个人工具

“UbuntuHelp:IsdnHowto/Breezy”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第4行: 第4行:
 
* 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>
 
<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>
 
<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.)
 
 
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=terminal.png Enable the "capi" kernel module in the kernel modules configuration file. To do that, open  
 
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=terminal.png Enable the "capi" kernel module in the kernel modules configuration file. To do that, open  
 
<pre><nowiki>
 
<pre><nowiki>
第22行: 第16行:
 
<pre><nowiki>
 
<pre><nowiki>
 
capi</nowiki></pre>
 
capi</nowiki></pre>
 
 
 
<br>
 
<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.'''
 
 
-----
 
-----
 
 
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconNIC.png '''Hardware: AVM Fritz!Card A1 (2.0)'''  
 
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconNIC.png '''Hardware: AVM Fritz!Card A1 (2.0)'''  
 
 
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=terminal.png Create or open the file  
 
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=terminal.png Create or open the file  
 
<pre><nowiki>
 
<pre><nowiki>
 
/etc/hotplug/backlist.d/isdn</nowiki></pre>
 
/etc/hotplug/backlist.d/isdn</nowiki></pre>
 
and add the following two lines:
 
and add the following two lines:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
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.
 
 
 
----
 
----
 
 
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconNIC.png '''Hardware: Fritz!Card PCMCIA2.0'''
 
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconNIC.png '''Hardware: Fritz!Card PCMCIA2.0'''
 
 
 
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=terminal.png The PCMCIA configuration file needs a few changes. Open  
 
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=terminal.png The PCMCIA configuration file needs a few changes. Open  
 
<pre><nowiki>
 
<pre><nowiki>
第55行: 第37行:
 
<pre><nowiki>
 
<pre><nowiki>
 
avma1_cs</nowiki></pre>
 
avma1_cs</nowiki></pre>
 
 
* 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"
 
card "AVM S0/PC ISDN"
 
version "AVM", "ISDN A"
 
version "AVM", "ISDN A"
 
bind "fcpcmcia_cs"
 
bind "fcpcmcia_cs"
 
</nowiki></pre>
 
</nowiki></pre>
 
 
 
 
----
 
----
 
 
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconNIC.png '''Hardware: Fritz!Card DSL USB'''
 
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconNIC.png '''Hardware: Fritz!Card DSL USB'''
 
 
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=terminal.png The capi configuration file needs changing. Open  
 
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=terminal.png The capi configuration file needs changing. Open  
 
<pre><nowiki>
 
<pre><nowiki>
第79行: 第53行:
 
fcdslusb        fdsubase.frm    DSS1    -      -      -      -
 
fcdslusb        fdsubase.frm    DSS1    -      -      -      -
 
</nowiki></pre>
 
</nowiki></pre>
 
 
-----
 
-----
 
 
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=eyes.png '''For all Hardware Configurations'''
 
https://help.ubuntu.com/community/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.  
 
* 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 [https://wiki.ubuntu.com/DialupModemHowto#head-69395fb95485fa3173cb9251f910f3d278ee59a7 Configuring the Dial-up connection to your provider] on the DialupModemHowto wiki page.  
 
* For more on how to set up and control your connection using command line tools, see [https://wiki.ubuntu.com/DialupModemHowto#head-69395fb95485fa3173cb9251f910f3d278ee59a7 Configuring the Dial-up connection to your provider] on the DialupModemHowto wiki page.  
 
 
 
 
 
 
<br>
 
<br>
 
=== ToDo ===
 
=== ToDo ===
 
 
Things not working in hoary:
 
Things not working in hoary:
 
 
* network-admin can't activate the connection directly
 
* network-admin can't activate the connection directly
 
* modem-applet can connect too
 
* modem-applet can connect too
 
* what about non-AVM hardware? Where does configuration differ?
 
* what about non-AVM hardware? Where does configuration differ?
 
 
 
 
----
 
----
 
 
[[category:CategoryDocumentation]] [[category:CategoryNetworking]]
 
[[category:CategoryDocumentation]] [[category:CategoryNetworking]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 19:53的版本

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?