<div dir="ltr">Awesome, thanks! <br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Nov 18, 2022 at 12:04 PM Lennart Poettering <<a href="mailto:lennart@poettering.net">lennart@poettering.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Do, 17.11.22 21:41, Andrei Borzenkov (<a href="mailto:arvidjaar@gmail.com" target="_blank">arvidjaar@gmail.com</a>) wrote:<br>
<br>
> On 17.11.2022 20:48, Lennart Poettering wrote:<br>
> > On Do, 17.11.22 18:17, Vadim Lebedev (<a href="mailto:vadiml1024@gmail.com" target="_blank">vadiml1024@gmail.com</a>) wrote:<br>
> ><br>
> > > Awesome, thanks, it is EXTREMELY useful<br>
> > >   | Find the right one and denylist it.<br>
> > > One more question:  how do I  'denylist'  the offending alias?<br>
> ><br>
> > Via the "blacklist" stanza in the modprobe configuration files, like<br>
> > you already are using.<br>
> ><br>
><br>
> Care to provide example how to use "blacklist" stanza to denylist only<br>
> specific PCI ID? Because kmod documentation does not explain it.<br>
<br>
Oh, right "blacklist" actually works differently than I was<br>
remembering. But this should work:<br>
<br>
alias pci:v00008086d0000A0EDsv000017AAsd000022D5bc0Csc03i30 letsmaskthisone<br>
<br>
if you do that, then the kernel requesting that modalias will tell<br>
modprobe to load letsmaskthisone.ko but that does not exist, so it<br>
will fail and not load anything.<br>
<br>
Lennart<br>
<br>
--<br>
Lennart Poettering, Berlin<br>
</blockquote></div>