Your message dated Wed, 28 Sep 2005 10:08:09 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#330439: Typo in driverlist in /etc/init.d/sl-modem-daemon
causes it to break
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; 28 Sep 2005 01:32:38 +0000
>From [EMAIL PROTECTED] Tue Sep 27 18:32:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from kaukau.mcs.vuw.ac.nz [130.195.5.20]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EKQoI-00021l-00; Tue, 27 Sep 2005 18:32:38 -0700
Received: from baudolino (alex.pvt.mcs.vuw.ac.nz [130.195.11.243])
(authenticated bits=0)
by kaukau.mcs.vuw.ac.nz (8.13.4/8.12.11) with ESMTP id j8S1WZwj004573
for <[EMAIL PROTECTED]>; Wed, 28 Sep 2005 13:32:35 +1200 (NZST)
From: "Alex Potanin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Typo in driverlist in /etc/init.d/sl-modem-daemon causes it to break
Date: Wed, 28 Sep 2005 13:32:31 +1200
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain;
charset="US-ASCII"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook 11
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
Thread-Index: AcXDzH5i/Ya7ngmxRAe+ocejVlf8mA==
X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by
milter-greylist-2.0 (kaukau.mcs.vuw.ac.nz [130.195.5.20]); Wed, 28 Sep 2005
13:32:35 +1200 (NZST)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.4 required=4.0 tests=BAYES_10,HAS_PACKAGE,
MISSING_OUTLOOK_NAME autolearn=no
version=2.60-bugs.debian.org_2005_01_02
Package: sl-modem-daemon
Version: 2.9.9d-6
I tried to install Debian Testing on a friend's laptop who has one of the
Intel AC97 modems that sl-modem drivers work with. I installed testing and
found that although snd_intel8x0m module is loaded, the device wouldn't
start. After much investigation it all came down to the fact that inside the
/etc/init.d/sl-modem-daemon script there are two variables like:
driverlist = "snd_intel8x0m blah foo"
unloadlist = "snd_intel8x0m blah foo"
The daemon when operated in "auto" mode does modprobe on the frist one and
modprobe -r on the second one. The BUG is that while unloadlist has correct
names, the driverlist actually says:
driverlist = "snd-intel8x0m blah foo"
With *dashes* instead of *underscores* everywhere, thus the daemon removes
the module but never loads it.
Once I changes the dashes to underscores, the loading proceeded correctly
and everything works fine.
Cheers,
Alex.
P.S. Don't have access to that laptop anymore and filing this report from
another machine.
---------------------------------------
Received: (at 330439-done) by bugs.debian.org; 28 Sep 2005 08:08:12 +0000
>From [EMAIL PROTECTED] Wed Sep 28 01:08:12 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mailgate1.uni-kl.de [131.246.120.5]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EKWz5-0000jG-00; Wed, 28 Sep 2005 01:08:12 -0700
Received: from debian.localnet (rotes76.wohnheim.uni-kl.de [131.246.178.179])
by mailgate1.uni-kl.de (8.13.1/8.13.1) with ESMTP id j8S8899C015157;
Wed, 28 Sep 2005 10:08:09 +0200
Received: from inet by debian.localnet with local (Exim 4.52)
id 1EKWz3-0000g1-DS; Wed, 28 Sep 2005 10:08:09 +0200
Date: Wed, 28 Sep 2005 10:08:09 +0200
From: Eduard Bloch <[EMAIL PROTECTED]>
To: Alex Potanin <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#330439: Typo in driverlist in /etc/init.d/sl-modem-daemon
causes it to break
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.10i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
#include <hallo.h>
* Alex Potanin [Wed, Sep 28 2005, 01:32:31PM]:
> Package: sl-modem-daemon
> Version: 2.9.9d-6
>
> I tried to install Debian Testing on a friend's laptop who has one of the
> Intel AC97 modems that sl-modem drivers work with. I installed testing and
> found that although snd_intel8x0m module is loaded, the device wouldn't
> start. After much investigation it all came down to the fact that inside the
> /etc/init.d/sl-modem-daemon script there are two variables like:
>
> driverlist = "snd_intel8x0m blah foo"
> unloadlist = "snd_intel8x0m blah foo"
No, somebody has changed it on your system without understanding what it
is good for. The real content including the comment why we need a
a version with underscore is:
--- snip ---
driverlist="snd-intel8x0m snd-via82xx-modem snd-atiixp-modem"
# must match the names in /proc/modules with the underscores etc., includes
slamr too
unloadllist="snd_intel8x0m snd_via82xx_modem snd_atiixp_modem slamr"
--- snap ---
I don't remember why I needed two separate lists, IIRC the stupid
modprobe in Testing refused to load the underscored versions but OTOH
rmmod did only work with the underscored versions.
Eduard.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]