[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#174220: marked as done (ISAPNP modem not automatically available in debian kernel)



Your message dated Wed, 29 Sep 2004 18:39:18 +0200
with message-id <20040929163918.GM1835@stro.at>
and subject line ISAPNP modem in debian kernel
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 24 Dec 2002 17:23:51 +0000
>From deckrider@yahoo.com Tue Dec 24 11:23:51 2002
Return-path: <deckrider@yahoo.com>
Received: from (mta11.adelphia.net) [64.8.50.205] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18QsmT-00012P-00; Tue, 24 Dec 2002 11:23:49 -0600
Received: from elbert ([68.64.170.28]) by mta11.adelphia.net
          (InterMail vM.5.01.05.25 201-253-122-126-125-20021216) with ESMTP
          id <20021224171913.IUDB12738.mta11.adelphia.net@elbert>
          for <submit@bugs.debian.org>; Tue, 24 Dec 2002 12:19:13 -0500
Received: from deverly by elbert with local (Exim 3.35 #1 (Debian))
	id 18Qslx-00030K-00
	for <submit@bugs.debian.org>; Tue, 24 Dec 2002 10:23:17 -0700
Date: Tue, 24 Dec 2002 10:23:17 -0700
From: David Everly <deckrider@yahoo.com>
To: submit@bugs.debian.org
Subject: ISAPNP modem not automatically available in debian kernel
Message-ID: <20021224172316.GA6484@elbert>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
Sender: David Everly <deckrider@yahoo.com>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-1.4 required=5.0
	tests=FORGED_YAHOO_RCVD,SPAM_PHRASE_00_01,UPPERCASE_25_50,
	      USER_AGENT,USER_AGENT_MUTT
	version=2.41
X-Spam-Level: 

Package: kernel-image-2.4.20-686
Version: 2.4.20-3
Severity: normal


drivers/char/serial.c contains the following:

#if defined(CONFIG_ISAPNP)|| (defined(CONFIG_ISAPNP_MODULE) && defined(MODULE))


current 686 config contains the following:

CONFIG_ISAPNP=m
CONFIG_SERIAL=y


Thus, automatic ISAPNP detection and configuration of the modem is not
available.


If I compile my own kernel with the following, my ISAPNP modem is
automatically detected and works:

CONFIG_ISAPNP=m
CONFIG_SERIAL=m


However, this causes CONFIG_SERIAL_CONSOLE to be unavailable.  Thus, if
CONFIG_SERIAL_CONSOLE must be retained, perhaps the following can be
used:

CONFIG_ISAPNP=y
CONFIG_SERIAL=y

---------------------------------------
Received: (at 174220-done) by bugs.debian.org; 29 Sep 2004 16:39:13 +0000
>From max@stro.at Wed Sep 29 09:39:13 2004
Return-path: <max@stro.at>
Received: from baikonur.stro.at [213.239.196.228] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CChU0-0004vn-00; Wed, 29 Sep 2004 09:39:13 -0700
Received: from localhost (localhost [127.0.0.1])
	by baikonur.stro.at (Postfix) with ESMTP id D17E05C069
	for <174220-done@bugs.debian.org>; Wed, 29 Sep 2004 18:39:09 +0200 (CEST)
Received: from baikonur.stro.at ([127.0.0.1])
	by localhost (baikonur [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 15123-09 for <174220-done@bugs.debian.org>;
	Wed, 29 Sep 2004 18:39:09 +0200 (CEST)
Received: from sputnik (stallburg.stro.at [128.131.216.190])
	by baikonur.stro.at (Postfix) with ESMTP id 334255C00A
	for <174220-done@bugs.debian.org>; Wed, 29 Sep 2004 18:39:09 +0200 (CEST)
Received: from max by sputnik with local (Exim 4.34)
	id 1CChU6-00029o-ES
	for 174220-done@bugs.debian.org; Wed, 29 Sep 2004 18:39:18 +0200
Date: Wed, 29 Sep 2004 18:39:18 +0200
From: maks attems <debian@sternwelten.at>
To: 174220-done@bugs.debian.org
Subject: ISAPNP modem in debian kernel
Message-ID: <20040929163918.GM1835@stro.at>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040722i
Sender: maximilian attems <max@stro.at>
X-Virus-Scanned: by Amavis (ClamAV) at stro.at
Delivered-To: 174220-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

you misread the source it is enough for isapnp to be selected as module.
worked here a while ago.

--
maks
kernel janitor  	http://janitor.kernelnewbies.org/



Reply to: