[Pkg-alsa-devel] Bug#500562: alsa-base: duplicate `install snd' spec in modprobe.d

Mario 'BitKoenig' Holbe Mario.Holbe at TU-Ilmenau.DE
Mon Sep 29 12:03:26 UTC 2008


Package: alsa-base
Version: 1.0.17.dfsg-4

Hello,

/etc/modprobe.d/alsa-base contains two `install snd' lines:
	# Cause optional modules to be loaded above generic modules
	install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; : ; }
	install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-seq ; }
	#

The `install' behaviour of modprobe.conf-files isn't really well
documented. However, while looking through modprobe.c you can see that
only the last `install' line for a given module is executed.
Thus, it would make more sense to put those both lines together like
	install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; /sbin/modprobe --quiet snd-seq ; }

Feel free to escalate this bug to module-init-tools for a better
documentation of the `install' config directive.


regards
   Mario
-- 
Oh Du mein Koenig ... Eine Netzgroesse schrieb mal sinngemaess:
Du musst es so lesen wie ich es meine, nicht so wie ich es schreibe.
Ich meine es natuerlich so, wie Du es schreibst 8--)
                                    O.G. Schwenk - de.comm.chatsystems
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 481 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-alsa-devel/attachments/20080929/2f5d3f2f/attachment.pgp 


More information about the Pkg-alsa-devel mailing list