The Simple Things in Life

Ralf Mardorf ralf.mardorf at alice-dsl.net
Thu Jul 21 15:27:38 UTC 2016


On Thu, 21 Jul 2016 16:27:57 +0200, Xen wrote:
>Ralf Mardorf schreef op 21-07-2016 15:44:
>> On Thu, 21 Jul 2016 15:14:28 +0200, Xen wrote:  
>>> You can't change installed PCI devices on the fly  
>> 
>> No, I need to turn of the computer and after removing or mounting a
>> sound card, I need to boot the Linux install. However, I only have
>> one network device, the mobo's on-board device and enp?s0 has not
>> always the
>> same number.  
>
>Inserting another device (such as some serial port controller) in a
>slot before the soundcard will also change the address of the
>soundcard, and it will "ruin" the sound configuration you had (at
>least in KDE) because it will deactivate (but not remove) your older
>registered devices and it will not find that they are actually the
>same.

You can enforce that a sound card becomes alsa hw:0 and nothing else is
required, since the sound servers use alsa.

Write a /etc/modprobe.d/alsa-base.conf with

options snd slots=driver_name

for example

$ cat /etc/modprobe.d/alsa-base.conf 
# ALSA module ordering
options snd slots=snd_hdspm,snd_ice1712,snd_ice1712

I just noticed, that on my machine the do-release-upgrade must have
removed some very important configs,
seemingly /etc/modprobe.d/alsa-base.conf, too.




More information about the Ubuntu-devel-discuss mailing list