Re: isapnp modem in 2.6.0-test9-bk13 not working

From: Adam Belay (ambx1_at_neo.rr.com)
Date: 12/02/03

  • Next message: William Lee Irwin III: "Re: ATI boards [was Re: Linux 2.4 future]"
    Date:	Tue, 2 Dec 2003 22:43:37 +0000
    To: ivan vadovic <pivo@pobox.sk>
    
    

    On Tue, Nov 11, 2003 at 01:58:58AM +0100, ivan vadovic wrote:
    > I've got an ordinary isapnp modem which provides a serial port unlike
    > winmodems and it just happens to work under 2.4 kernels. When I boot into
    > the 2.6 kernel on the same machine, everything ( sound, ide, md, networking,
    > input devices) seems to work right but the modem. Modprobing 8250_pnp only
    > detects the 2 onboard serial ports. Am I doing anything wrong? What am I
    > supposed to test? Should I provide any more info? Please Cc me as I'm not
    > on the list.
    >

    Could you try this patch.

    --- a/drivers/serial/8250_pnp.c 2003-11-26 20:42:52.000000000 +0000
    +++ b/drivers/serial/8250_pnp.c 2003-12-02 22:41:04.000000000 +0000
    @@ -310,6 +310,8 @@
             { "PNPCXXX", UNKNOWN_DEV },
             /* More unkown PnP modems */
             { "PNPDXXX", UNKNOWN_DEV },
    + /* check all devices and guess if they are modems */
    + { "ANYDEVS", UNKNOWN_DEV },
             { "", 0 }
     };

    Thanks,
    Adam

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: William Lee Irwin III: "Re: ATI boards [was Re: Linux 2.4 future]"

    Relevant Pages

    • Re: Console on USB
      ... >> Is there any advice I might be able to use to get this going? ... > Buy a machine with a serial port. ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
      (Linux-Kernel)
    • Re: isapnp modem in 2.6.0-test9-bk13 not working
      ... >> I've got an ordinary isapnp modem which provides a serial port unlike ... You can find it by catting /proc/isapnp in 2.4 or through sysfs in 2.6. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: "ctrl+c" disabled!
      ... On Thu, 21 Aug 2003, Bill J.Xu wrote: ... How do you 'connect' through the serial port? ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
      (Linux-Kernel)
    • Re: Status with pmdisk/swsusp merge ?
      ... FWIW I ported the 'old' pmdisk suspend code into swsusp2 and I can ... I haven't got a serial port (its a "modern" ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [patch 2.6.13-git] 8250 tweaks
      ... The kernel "recently" started issuing the second and third messages ... after initializing the serial port on for example an OSK board: ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)