Linmodems Mailing list Archives
Return-Path: <J.Wuestenfeld@gsi.de>
Mailing-List: contact discuss-help@linmodems.org; run by ezmlm
Delivered-To: mailing list discuss@linmodems.org
Received: (qmail 23562 invoked from network); 11 Oct 2001 13:41:42 -0000
Received: from rzserv2.gsi.de (140.181.96.29)
by www.linmodems.org with SMTP; 11 Oct 2001 13:41:42 -0000
Received: from clri6g.gsi.de (clri6g.gsi.de [140.181.96.73])
by rzserv2.gsi.de (8.9.1a/8.9.1) with ESMTP id PAA34006;
Thu, 11 Oct 2001 15:39:05 +0200
Received: (from wuestenf@localhost)
by clri6g.gsi.de (AIX4.3/8.9.3/8.8.8) id PAA88368;
Thu, 11 Oct 2001 15:39:04 +0200
Message-Id: <200110111339.PAA88368@clri6g.gsi.de>
X-Mailer: exmh version 1.6.1 5/23/95
To: Christian Merkle <christian@mathematik.uni-freiburg.de>,
discuss@linmodems.org
Subject: Re: Conexant 56k winmodem
In-reply-to: (Your message of Thu, 11 Oct 2001 09:54:24 +0200.)
<3BC55030.6E78AACE@mathematik.uni-freiburg.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Thu, 11 Oct 2001 15:39:04 +0200
From: Joern Wuestenfeld <J.Wuestenfeld@gsi.de>
Hi Christian,
the problem that you describe is not a trivial one. When a driver registers
itself with the kernel, it has to tell him which major and minor device
numbers it will use. If a program now opens the corresponding device file, the
kernel will activate the driver that is identifyed by this device numbers.
In such a situation, where two drivers use the same devicenumber, it does not
help to change only the device number in the /dev directory. In fact, you have
to change the device number in the driver regitration routine (module_init
mostly) too. Search for the devicenumber in the source of the driver. If not
available, you will have to inform the driver author about his mistake using a
already acquired devicenumber.
If you don't need the device, that is also using the same devicenumber that
the modem that you have problems with uses, you can also change the
devicenumber for this one.
Hope I could help with this.
Joern Wuestenfeld
----------------------------------------------------------------------------
Dipl. phys J.Wuestenfeld Tel: 06159 71 1303
Gesellschaft fuer Schwerionenforschung mbH Fax: 06159 71 2155
Planckstrasse 1 e-Mail: j.wuestenfeld@gsi.de
64291 Darmstadt
Webmaster: Russell Nelson
Last modified: Wed Jul 30 11:02:43 EDT 2003