Blame Manuals/HowTos/Dialup/Server/Install/modem.docbook

b46cda
<sect1 id="server-install-modem">
6d6cf1
b46cda
    <title>Installing Modem Hardware</title>
6d6cf1
6d6cf1
    <para>
6d6cf1
        In order to establish a PPP link between two computers using
6d6cf1
        the telephone line as medium for data transmission, you need
b46cda
        to install (at least) one modem device in each computer.  To
b46cda
        install a modem device in computer you need to attach the
6d6cf1
        modem hardware to the computer and later the telephone line to
6d6cf1
        the modem hardware. To connect the modem to your computer, you
6d6cf1
        need to connect the serial or USB cable that comes from the
6d6cf1
        modem hardware to the appropriate input on your computer. To
6d6cf1
        connect the modem to the telephone line system, you need to
6d6cf1
        unplug the cable that connects your telephone device and plug
6d6cf1
        it on the modem device, specifically in the port reserved for
6d6cf1
        data transmission.  Later, using a similar cable, you could
6d6cf1
        connect your telephone device to the modem's telephone port,
6d6cf1
        so you can realize telephone calls when no data transmition
6d6cf1
        take place.
6d6cf1
    </para>
6d6cf1
6d6cf1
    <para>
6d6cf1
        To be on the safe side, do all the installation with the
6d6cf1
        computer turned off. Then, when everthing has been put in
6d6cf1
        place, turn it on. Once the system is up, you can verify the
6d6cf1
        modem hardware using either the <command>lsusb</command> or
6d6cf1
        <command>lspci</command> commands. These commands need to be
6d6cf1
        run with administrative privileges, so probably need to
6d6cf1
        <command>sudo</command> them or login as 
6d6cf1
        class="username">root</systemitem> user in order to execute
6d6cf1
        thme. For example, assuming you are logged in as root user,
6d6cf1
        and you are using an USB modem like that one we mentioned
6d6cf1
        before, the output of <command>lsusb</command> command would
6d6cf1
        look like the following:
6d6cf1
    </para>
6d6cf1
6d6cf1
<screen>
6d6cf1
Bus 003 Device 001: ID 0000:0000  
6d6cf1
Bus 001 Device 001: ID 0000:0000  
6d6cf1
Bus 001 Device 002: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
6d6cf1
Bus 002 Device 001: ID 0000:0000  
6d6cf1
Bus 005 Device 003: ID 06e0:f104 Multi-Tech Systems, Inc.
6d6cf1
MT5634ZBA-USB MultiModemUSB (new firmware)
6d6cf1
Bus 005 Device 001: ID 0000:0000  
6d6cf1
Bus 005 Device 002: ID 046d:c018 Logitech, Inc. Optical Wheel Mouse
6d6cf1
Bus 004 Device 001: ID 0000:0000 
6d6cf1
</screen>
6d6cf1
6d6cf1
    <para>
6d6cf1
        The relevant line here is that mentioning the existence of a
6d6cf1
        Multi-Tech System, Inc. MT5634ZBA-USB MultiModemUSB (new
6d6cf1
        firmware) device. If the modem you installed doesn't
6d6cf1
        appear in this list, it is probably because such hardware is
6d6cf1
        not supported by &TC;;, yet.
6d6cf1
    </para>
6d6cf1
6d6cf1
</sect1>