Blame Manuals/Tcpi-ug/Configurations/Ppp/modem-install.docbook

c4b902
<sect1 id="configurations-ppp-installingmodem">
c4b902
abdd08
    <title>Installing Modem Device</title>
c4b902
    
c4b902
    <para>
c4b902
        The modem device installation consists on attacthing the modem
c4b902
        hardware both to the computer and the telephone line. To
c4b902
        connect the modem to your computer, you need to connect the
c4b902
        serial or USB cable that comes from the modem hardware to the
c4b902
        appropriate input on your computer. To connect the modem to
c4b902
        the telephone line system, you need to unplug the cable that
c4b902
        connects your phone device and plug it on the modem device,
c4b902
        specifically in the port reserved for data transmission.
c4b902
        Later, using a similar cable, you could connect your phone
c4b902
        device to the modem's phone port, so you be able of realizing
c4b902
        phone calls when no data transmition take place, as well.
c4b902
    </para>
c4b902
c4b902
    <para>
c4b902
        To be on the safe side, do all the installation with the
c4b902
        computer turned off. Then, when everthing has been put in
c4b902
        place, turn it on. Once the system is up, you can verify the
c4b902
        modem hardware using either the <command>lsusb</command> or
c4b902
        <command>lspci</command> commands. For example, if you are
c4b902
        using an USB modem like that one we mentioned before, run the
c4b902
        following command:
c4b902
    </para>
c4b902
c4b902
    <screen>sudo /sbin/lsusb</screen>
c4b902
c4b902
    <para>
c4b902
        and you should get an output similar to the following:
c4b902
    </para>
c4b902
c4b902
<screen>
c4b902
Bus 003 Device 001: ID 0000:0000  
c4b902
Bus 001 Device 001: ID 0000:0000  
c4b902
Bus 001 Device 002: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
c4b902
Bus 002 Device 001: ID 0000:0000  
c4b902
Bus 005 Device 003: ID 06e0:f104 Multi-Tech Systems, Inc.
c4b902
MT5634ZBA-USB MultiModemUSB (new firmware)
c4b902
Bus 005 Device 001: ID 0000:0000  
c4b902
Bus 005 Device 002: ID 046d:c018 Logitech, Inc. Optical Wheel Mouse
c4b902
Bus 004 Device 001: ID 0000:0000 
c4b902
</screen>
c4b902
c4b902
    <para>
c4b902
        The relevant line here is that mentioning the existence of a
c4b902
        Multi-Tech System, Inc. MT5634ZBA-USB MultiModemUSB (new
c4b902
        firmware) device.
c4b902
    </para>
c4b902
abdd08
    <para>
abdd08
        At this point, your computer should be able of responding to
abdd08
        incoming calls but cannot realize outgoing calls, yet.  To
abdd08
        administer the way incoming calls are attended in this
abdd08
        computer, read 
abdd08
        />. On the other hand, to realize outgoing calls from this
abdd08
        computer, you need to specify the server information you want
abdd08
        to establish connection to, as described in 
abdd08
        linkend="configurations-ppp-modem-client" />.
abdd08
    </para>
abdd08
c4b902
</sect1>