I am trying to get an argument passed to a kernel module - it works like below but not using the /etc/conf.d/modules file.
insmod /lib/modules/3.8.13-gentoo/kernel/drivers/media/usb/em28xx/em28xx.ko card="46" In /etc/conf.d/modules I have module_em28xx_args="card=46" The only odd bit is its a qemu vm using usbip to connect to the usb stick on another PC but it works manually (at least the card bit ...) Have I made a mistake with the card arguments somehow thats not obvious? BillK

