Re: IRQ on PCMCIA Modem

dhinds_at_sonic.net
Date: 11/09/03

  • Next message: Allen McIntosh: "Re: NetGear MA401: "Destination Host Unreachable""
    Date: Sun, 09 Nov 2003 07:41:08 GMT
    
    

    Guenter Resch <spambox@telering.at> wrote:
    > dhinds@sonic.net wrote ...

    >> My first guess is that you've configured your kernel with CONFIG_ISA
    >> disabled. Enable that and try again.

    > Unfortunately, enabling CONFIG_ISA did not change the situation.

    If you had to enable CONFIG_ISA then it seems unlikely that you also
    have another problem. Are you sure you installed the new kernel after
    reconfiguring and rebuilding? Double check with "uname -a".

    > When start with empty SERIAL_OPTS in /etc/pcmcia/serial.opts, the
    > modem is still running in polled mode (IRQ 0), when I force it to use
    > either IRQ 3 or 5 (SERIAL_OPTS="irq 5"; only one serial and parallel
    > port present on the system, so these two should be free), I get an
    > output like this:

    You cannot change the interrupt assignment for a PCMCIA device with
    setserial. It tells the serial driver to use that irq, but it does
    not reconfigure the PCMCIA socket. Thus, it won't ever work.

    -- Dave


  • Next message: Allen McIntosh: "Re: NetGear MA401: "Destination Host Unreachable""