Bruce Ward a écrit :
> 
>> On Thu, Jun 18, 2015 at 11:12:49PM +1200, Bruce Ward wrote:
>>
>> An entry "options forcedeth ms=0 msix=0" in some /etc/modprobe.d/foo.conf
>> should do thr trick, no?
> 
> I have tried putting the line
>       forcedeth msi=0 msix=0
> into /etc/modules as appeared to work for this Ubuntu user
>       http://ubuntuforums.org/archive/index.php/t-1982856.html
> but that didn't work for me.

This is not the same.
Options in /etc/modprobed/ are applied whenever the module is loaded.

/etc/modules is used to load modules at startup with the given options.
But that happens after the modules for plug&play devices have been
already loaded (with options in /etc/modprobe.d), so it's too late in
your case because forcedeth is already loaded.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5586ce9e.6060...@plouf.fr.eu.org

Reply via email to