On May 02, Martin Steigerwald <[email protected]> wrote: > Sorry. Still happens: Are you really sure that snd_hda_intel is loaded in the initramfs? In a normal configuration it would not be available there.
I did some tests with a different module which is available in the
initramfs and I am still unable to reproduce this:
#!/bin/bash
kver=3.16-1-amd64
opts+=(-m 256M)
opts+=(-curses)
opts+=(-kernel /boot/vmlinuz-$kver -initrd /boot/initrd.img-$kver \
-append 'break=top')
kvm "${opts[@]}"
Then at the console:
/lib/systemd/systemd-udevd &
echo 'options e1000 copybreak=16' > /etc/modprobe.d/test.conf
echo add > /sys/devices/pci0000:00/0000:00:03.0/uevent
cat /sys/module/e1000/parameters/copybreak
--
ciao,
Marco
signature.asc
Description: Digital signature

