<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>193303</bug_id>
          
          <creation_ts>2007-09-21 09:22 0000</creation_ts>
          <short_desc>media-sound/alsa-utils - alsaconf calls deprecated modules-update instead of update-modules</short_desc>
          <delta_ts>2008-03-12 17:03:03 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Applications</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          <bug_file_loc>https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3421</bug_file_loc>
          
          
          <priority>P2</priority>
          <bug_severity>trivial</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>endgame.dos@gmail.com</reporter>
          <assigned_to>alsa-bugs@gentoo.org</assigned_to>
          <cc>vdr@helmutauer.de</cc>

      

      
          <long_desc isprivate="0">
            <who>endgame.dos@gmail.com</who>
            <bug_when>2007-09-21 09:22:27 0000</bug_when>
            <thetext>See summary. Patch follows.

Reproducible: Always

Steps to Reproduce:
1. Run alsaconf and configure your sound card.
2. Observe the &quot;modules-update is going away&quot; warning.
3. Cry.

Actual Results:  
modules-update was called showing a warning.

Expected Results:  
update-modules should be called instead.

I&apos;ll upload a patch in a minute.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>endgame.dos@gmail.com</who>
            <bug_when>2007-09-21 09:22:56 0000</bug_when>
            <thetext>Created an attachment (id=131501)
Replace the modules-update call with update-modules

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jakub@gentoo.org</who>
            <bug_when>2007-09-21 09:37:30 0000</bug_when>
            <thetext>Looks just fine here w/ media-sound/alsa-utils-1.0.15_rc1

&lt;snip&gt;
    if [ &quot;$distribution&quot; = &quot;gentoo&quot; ]; then
      xecho &quot;Running modules-update...&quot;
      modules-update
&lt;/snip&gt;</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>arfrever@gentoo.org</who>
            <bug_when>2007-09-21 16:05:39 0000</bug_when>
            <thetext>Jakub, could you just run `modules-update`?</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>endgame.dos@gmail.com</who>
            <bug_when>2007-09-21 16:12:25 0000</bug_when>
            <thetext>Yes, modules-update still exists, however:

/sbin/modules-update from sys-apps/module-init-tools version 3.2.2-r3 on ~x86 line 32:

[[ ${argv0} == &quot;modules-update&quot; ]] &amp;&amp; ewarn &quot;Please run &apos;update-modules&apos; from now on; &apos;modules-update&apos; is going away&quot;

Reopening. If I shouldn&apos;t be reopening bugs, someone let me know.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jakub@gentoo.org</who>
            <bug_when>2007-09-21 16:13:02 0000</bug_when>
            <thetext>(In reply to comment #3)
The whole confusion here comes from the fact that the patch is messing with irrelevant debian stuff.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jakub@gentoo.org</who>
            <bug_when>2007-09-21 16:13:32 0000</bug_when>
            <thetext>Plus get this upstream, please.
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>endgame.dos@gmail.com</who>
            <bug_when>2007-09-21 16:36:03 0000</bug_when>
            <thetext>Reported upstream.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>phreak@gentoo.org</who>
            <bug_when>2007-10-03 14:42:32 0000</bug_when>
            <thetext>Fixed w/ 1.0.14-r2. Thanks Jack.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>endgame.dos@gmail.com</who>
            <bug_when>2007-10-04 15:39:42 0000</bug_when>
            <thetext>media-sound/alsa-utils-1.0.15_rc1 should probably be patched too, as it also shows this problem and there&apos;s no signs of life on the upstream bug.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>vdr@helmutauer.de</who>
            <bug_when>2007-11-12 20:00:49 0000</bug_when>
            <thetext>Sorry for hijacking, but the correct place for the alsa config file should be  /etc/modprobe.d/alsa for 2.6 kernels, not /etc/modules.d/alsa.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>chainsaw@gentoo.org</who>
            <bug_when>2008-03-12 17:03:03 0000</bug_when>
            <thetext>This was fixed by Christian Heim for 1.0.14; unfortunately for some reason the patch wasn&apos;t applied in 1.0.15 ebuilds. To confirm, 1.0.16 applies it:
epatch &quot;${FILESDIR}/${PN}-1.0.14-alsaconf-modules-update.patch&quot;

Apologies for the inconvenience.</thetext>
          </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>131501</attachid>
            <date>2007-09-21 09:22 0000</date>
            <desc>Replace the modules-update call with update-modules</desc>
            <filename>alsaconf-no-modules-update.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIGFsc2Fjb25mLm9sZAkyMDA3LTA5LTIxIDEwOjE4OjIyLjkyNzg1MTYwMiArMDEwMAorKysg
YWxzYWNvbmYJMjAwNy0wOS0yMSAxMDoyMDoxOS40MTAwODE1MDggKzAxMDAKQEAgLTkwNCwxMyAr
OTA0LDggQEAKIAogICAgIGZhcmV3ZWxsCiAgICAgY2xlYXIKLSAgICBpZiBbICIkZGlzdHJpYnV0
aW9uIiA9ICJnZW50b28iIF07IHRoZW4KLSAgICAgIHhlY2hvICJSdW5uaW5nIG1vZHVsZXMtdXBk
YXRlLi4uIgotICAgICAgbW9kdWxlcy11cGRhdGUKLSAgICBlbGlmIFsgIiRkaXN0cmlidXRpb24i
ID0gImRlYmlhbiIgXTsgdGhlbgotICAgICAgeGVjaG8gIlJ1bm5pbmcgdXBkYXRlLW1vZHVsZXMu
Li4iCi0gICAgICB1cGRhdGUtbW9kdWxlcwotICAgIGZpCisgICAgeGVjaG8gIlJ1bm5pbmcgdXBk
YXRlLW1vZHVsZXMuLi4iCisgICAgdXBkYXRlLW1vZHVsZXMKICAgICBpZiBbIC14ICRyY2Fsc2Fz
b3VuZCBdIDsgdGhlbgogICAgICAgZWNobyBMb2FkaW5nIGRyaXZlci4uLgogICAgICAgJHJjYWxz
YXNvdW5kIHJlc3RhcnQK
</data>        

          </attachment>
    </bug>

</bugzilla>