Comment 9 for bug 14851

Revision history for this message
Thomas Hood (jdthood) wrote :

(In reply to comment #7)
> What's the problem, though? The only difference I see between those two lines
> is the module load order

He said he added two lines. I presume that he added the two lines that I
earlier suggested that he add, the second of which was this:

    install snd-via82xx modprobe --ignore-install snd-via82xx && { modprobe
--quiet snd-seq ; /lib/alsa/modprobe-post-install snd-via82xx ; }

This installs snd-seq above snd-via82xx, unlike the original line which
doesn't do that.