Eu tenho um modem igual ao seu, funciona na boa.
Inclusive usando RH7.2 nem precisei configura-lo.

Veja essas instrucoes que peguei na internet, para configurar um
Conectiva 4.2, j� � meio antigo, mas ainda funciona :

The steps described here are separated in two mayor procedures:
1. Obtain a setup string
Here we try to obtain a setup string to configure the modem.

        1.1. Determine the IRQ and I/O of the modem
        The IRQ and I/O is reported by the kernel.

                1.1.1. Using 'lspci'
                Run: 'lspci -v' and search for something like this:
                00:0c.0 Serial controller: US Robotics: Unknown device 1008 (rev
01) (prog-if 02)
                Subsystem: Unknown device 12b9:00aa
                Flags: medium devsel, IRQ 11
                I/O ports at b400
                Capabilities: <available only to root>

                1.1.2. Using /proc/pci
                Run: 'cat /proc/pci' and search for something like this:
                Bus 0, device 12, function 0:
                Serial controller: Unknown vendor Unknown device (rev 1).
                Vendor id=12b9. Device id=1008.
                Medium devsel. IRQ 11 .
                I/O at 0xb400 [0xb401].

        1.2. Determine the serial tty of the modem.
        The tty of the modem is the next available serial tty.
        If you have ttyS0 and ttyS1, the modem the modem should be in ttyS3.
        Try using: ttyS0, ttyS1, ttyS2 or ttyS3

        1.3. Build the command for configuring the modem
        You must use the command 'setserial' to configure the modem.
        Replace IRQ, I/O and TTY with your settings:

        setserial /dev/TTY irq IRQ port I/O ^fourport ^auto_irq skip_test
autoconfig spd_vhi

        Example:
        setserial /dev/ttyS3 irq 11 port 0xb400 ^fourport ^auto_irq
skip_test autoconfig spd_vhi

2. Update the /dev/modem link
The file /dev/modem is a soft link to the serial COM.
You must update it after founding a tty that works.

If your modem is at ttyS03, use this command as root:
# cd /dev
# ln -sf ttyS3 modem

3. Configure the modem at boot time
You have to run the setserial command every time you boot Linux.
        3.1. RedHat 6.x Instructions
                3.1.1. Create the file:
                /etc/rc.d/rc.serial

                3.1.2. Put the setserial command in that file. Example:
                #!/bin/sh
                # 3COM 0727 56K PCI
                setserial /dev/ttyS3 irq 11 port 0xb400 ^fourport ^auto_irq
skip_test autoconfig spd_vhi
                # Print the modem setting at boot time
                setserial /dev/modem -b

                3.1.3. Make the file executable
                # chmod +x /etc/rc.d/rc.serial



        3.2. Corel Linux 1.0 Instructions
                3.2.1. Edit the file:
                /etc/rc.boot/0setserial

                3.2.2. Put the setserial command in that file. Example:
                ${SETSERIAL} -b /dev/ttyS4 irq 10 port 0xe000 ^fourport ^auto_irq
skip_test autoconfig spd_vhi

        4.2. Slackware 7.1 Instructions
                4.2.1. Edit the file:
                /etc/rc.M

                4.2.2. Put this lines:
                # Start the setserial procedure
                if [ -x /etc/rc.d/rc.serial ]; then
                  . /etc/rc.d/rc.serial
                fi

        4.2.3. Create the file:
                /etc/rc.d/rc.serial

        4.2.4. Put the setserial command in this file. Example:
        #!/bin/sh
        #3COM 0727 56K PCI
        setserial /dev/ttyS2 IRQ 17 port 0xd400 ^fourport ^auto_irq
skip_test autoconfig spd_vhi
        # Print the modem setting at boot time
        setserial /dev/modem -b

        4.2.5. Make the file executable
        # chmod +x /etc/rc.d/rc.serial



>O meu caso e o mesmo do Fabricio :
>
>Meu ambiente :
>Red Hat 7.2 kernel 2.4.7-10
>Modem USR Externo 56k v90 x2 compatible (dizem = v92)
>Model : 005686-03
>
>       Ja consultei a lista de hardware compatible e o modem aparece la
como
>compativel com LInux 100%, por isso acho que o meu problema, seja no
Dip
>Switch, os jumpersatraz do modem, mas n� acho o manual destes
jumpers em
>lugar algum, e ninguem que saiba o setting correto.
>



Assinantes em 24/01/2002: 2234
Mensagens recebidas desde 07/01/1999: 152050
Historico e [des]cadastramento: http://linux-br.conectiva.com.br
Assuntos administrativos e problemas com a lista:
            mailto:[EMAIL PROTECTED]

Responder a